Re: [wishlist] server-client-architecture for LyX

2005-01-21 Thread John Weiss
On Sat, Jan 15, 2005 at 11:45:27AM +0100, Andre Poenitz wrote: > On Thu, Jan 13, 2005 at 03:28:31PM -0500, Kuba Ober wrote: > > I didn't know LyX was that clean internally. For most other apps > > that would be close to a rewrite of the core parts. > > Guess what we did in the 1.4 cycle. Ain't it

Re: [wishlist] server-client-architecture for LyX

2005-01-18 Thread Andreas Vox
Kuba Ober <[EMAIL PROTECTED]> writes: > > Without special provisions in the core, they would undo the globally most > recent action. Not nice but simple and save. > > Methinks the core has to associate a couple of stately* things with each > client. Undo history being one of them. And the u

Re: [wishlist] server-client-architecture for LyX

2005-01-18 Thread Kuba Ober
On wtorek 18 styczeÅ 2005 08:49 am, Andreas Vox wrote: > Kuba Ober <[EMAIL PROTECTED]> writes: > > > I rather think it is the user interface parts that need work in > > > such a case. The core shouldn't really see the difference between > > > two users updating one document, or one user moving > >

Re: [wishlist] server-client-architecture for LyX

2005-01-18 Thread Andreas Vox
Kuba Ober <[EMAIL PROTECTED]> writes: > > > I rather think it is the user interface parts that need work in > > such a case. The core shouldn't really see the difference between > > two users updating one document, or one user moving > > rapidly back and forth doing modifications in two places.

Re: [wishlist] server-client-architecture for LyX

2005-01-18 Thread Kuba Ober
> I rather think it is the user interface parts that need work in > such a case. The core shouldn't really see the difference between > two users updating one document, or one user moving > rapidly back and forth doing modifications in two places. :-) Makes sense. Kuba

Re: [wishlist] server-client-architecture for LyX

2005-01-15 Thread Andre Poenitz
On Thu, Jan 13, 2005 at 03:28:31PM -0500, Kuba Ober wrote: > I didn't know LyX was that clean internally. For most other apps that would > be > close to a rewrite of the core parts. Guess what we did in the 1.4 cycle. Andre'

Re: [wishlist] server-client-architecture for LyX

2005-01-15 Thread John Weiss
On Fri, Jan 14, 2005 at 10:53:52AM +0100, Lars Gullik Bjønnes wrote: > I'll describe it as a change in viewpoint: instead of having the core > call the frontend (sounds a bit backwards, right?), we change it so > that it is the frontend that calls the core. > > My "vision" is that the core is almo

Re: [wishlist] server-client-architecture for LyX

2005-01-14 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Kuba Ober wrote: > >> Man, if you can do it in a week and it works then I'm donating a >> case of good >> >>beer (or a monetary equivalent) to the cause (seriously). >> >> I didn't know LyX was that clean internally. For most other apps >> that would be

Re: [wishlist] server-client-architecture for LyX

2005-01-14 Thread Helge Hafting
Kuba Ober wrote: Man, if you can do it in a week and it works then I'm donating a case of good beer (or a monetary equivalent) to the cause (seriously). I didn't know LyX was that clean internally. For most other apps that would be close to a rewrite of the core parts. I rather think it is t

Re: [wishlist] server-client-architecture for LyX

2005-01-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | I didn't know LyX was that clean internally. For most other apps that >> | would be close to a rewrite of the core parts. >> >> Perhaps I am a bit too optimistic :-) >> >> The main work (before splitting in a server and

Re: [wishlist] server-client-architecture for LyX

2005-01-14 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | I didn't know LyX was that clean internally. For most other apps that > | would be close to a rewrite of the core parts. > > Perhaps I am a bit too optimistic :-) > > The main work (before splitting in a server and client) would be to > change the interface between

Re: [wishlist] server-client-architecture for LyX

2005-01-14 Thread Lars Gullik Bjønnes
Kuba Ober <[EMAIL PROTECTED]> writes: >> | I think we could have saved some time, if we were able to work both on a >> | single document at the same time. So I propose a >> | server-client-architecture for LyX that works in the same way as the >> | "team modus" of starcraft. One opens a server wi

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Kuba Ober
> | I think we could have saved some time, if we were able to work both on a > | single document at the same time. So I propose a > | server-client-architecture for LyX that works in the same way as the > | "team modus" of starcraft. One opens a server with the document to edit > | and other peopl

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Angus Leeming
Andreas Vox wrote: > What about the buffer? I think the lyx-paragraphs should be on the > server but the cursor position at the client (I dont know the current > code too well, maybe they are already separated) They are. This is equivalent to having multiple views into the document. That's somethi

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Andreas Vox
Angus Leeming <[EMAIL PROTECTED]> writes: > > Lars Gullik BjÃnnes wrote: > > Actaully this wouldn't be _that_ hard, it is all about having a nice > > protocol between the gui and the core. I guess I could do it in a > > week. This also fits quite well with some other cleanup that I'd > > really l

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Andreas Vox
Lars Gullik BjÃnnes <[EMAIL PROTECTED]> writes: < < Tobias Spranger <[EMAIL PROTECTED]> writes: < < | Hello, < > < | I think we could have saved some time, if we were able to work both on a < | single document at the same time. So I propose a server-client-architecture < | for LyX that works

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Actaully this wouldn't be _that_ hard, it is all about having a nice > protocol between the gui and the core. I guess I could do it in a > week. This also fits quite well with some other cleanup that I'd > really like to do, but there are problems as well... security is

Re: [wishlist] server-client-architecture for LyX

2005-01-13 Thread Lars Gullik Bjønnes
Tobias Spranger <[EMAIL PROTECTED]> writes: | Hello, > | I think we could have saved some time, if we were able to work both on a | single document at the same time. So I propose a server-client-architecture | for LyX that works in the same way as the "team modus" of starcraft. One | opens a s

[wishlist] server-client-architecture for LyX

2005-01-13 Thread Tobias Spranger
Hello, last year a colleague and me had to write a script for my professor. So we took our laptops, and wrote the script during the lesson. Of course, we used LyX for text and formulas and xfig for graphs! My colleague was an faster typer, so he typed text and me made formulaes and graphs. Our