Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Monday 16 October 2006 16:56, Lars Gullik Bjønnes wrote: | > | Would you have a solution in search for a problem? | > | > Yes! | > | > Also also am trying to figure out something to use DHT for in LyX. | | http://en.wikipedia.org/wiki/Distributed_hash_t

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread José Matos
On Monday 16 October 2006 16:56, Lars Gullik Bjønnes wrote: > | Would you have a solution in search for a problem? > > Yes! > > Also also am trying to figure out something to use DHT for in LyX. http://en.wikipedia.org/wiki/Distributed_hash_table ?! :-) -- José Abílio

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > | > "Lars" == Lars Gullik Bjønnes | > <[EMAIL PROTECTED]> writes: | > | | | Well, we can just store the timestamp at which a buffer has | > been | | created. | >

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | | Well, we can just store the timestamp at which a buffer has been | | created. | | Lars> but that is so boring. | | Would you have a solution in

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | | Well, we can just store the timestamp at which a buffer has been | | created. | | Lars> but that is so boring. | | Would you have a solution in search for a problem? Yes!

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Well, we can just store the timestamp at which a buffer has been | created. Lars> but that is so boring. Would you have a solution in search for a problem? JMarc

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is | Lars> something I already wondered about. Do we have a clear | | Lars> description of what is a same change by

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is Lars> something I already wondered about. Do we have a clear | Lars> description of what is a same change by one author? Same day? Lars> Less | that 10 minutes? Same edi

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is something I already wondered about. Do we have a clear | description of what is a same change by one author? Same day? Less | that 10 minutes? Same editing session? Ha. Another user for my uuid thingie. We could use that to create unique

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-13 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Question: Shouldn't we compare the change types only rather Michael> than the complete changes (including changetime and author). Michael> There may be problems if different authors work on the same Michael> document. First a co

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-12 Thread Martin Vermeer
On Thu, Oct 12, 2006 at 05:09:36PM +0200, Michael Gerz wrote: > [EMAIL PROTECTED] wrote: > > >Change tracking: > > > > * src/paragraph.h: remove enum ChangeTracking; > > remove default parameters for insertChar and insertInset > > * src/BufferView.h: constify getCurrentChange() > >

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-12 Thread Michael Gerz
[EMAIL PROTECTED] wrote: Change tracking: * src/paragraph.h: remove enum ChangeTracking; remove default parameters for insertChar and insertInset * src/BufferView.h: constify getCurrentChange() * src/changes.h: make Change constructor explicit * src/insets/*.C:

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-11 Thread Michael Gerz
[EMAIL PROTECTED] wrote: Author: schmitt Date: Wed Oct 11 22:01:32 2006 New Revision: 15302 URL: http://www.lyx.org/trac/changeset/15302 Log: Change tracking: * src/paragraph.h: remove enum ChangeTracking; remove default parameters for insertChar and insertInset * src/B