Re: [patch] CoordBranch

2004-11-21 Thread Alfredo Braunstein
Andreas Vox wrote: > Today's CVS version doesn't crash any more, but cursor positioning in > maths isn't finished: > > - I can't reach some positions in inner insets, instead the cursor goes to > the > edge of some outer inset (Mouse _and_ Keyboard) I'll have a look. > - Sometimes the cursor

Re: [patch] CoordBranch

2004-11-21 Thread Andreas Vox
Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > but look what happend when I just tried that: (see bugreport at the end) > > I was just scrolling to the math section of de_Userguide and > > clicking randomly ... > > Please try again with current CoordBranch. Anything else? Today's CVS version

Re: [patch] CoordBranch

2004-11-17 Thread Alfredo Braunstein
Andreas Vox wrote: > Am I the first for Mac/Qt? :-) I'd say so. :-) > Same here. Those spurious crashes seem to be gone. I just > made an extended find/replace with both HEAD and CoordBranch: > HEAD crashed not even half way through, no problems with CoordBranch. > > This should fix several bu

Re: [patch] CoordBranch

2004-11-16 Thread Andreas Vox
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Alfredo Braunstein wrote: > > Those who want to accelerate the process should ckeckout the branch and > > give some feedback. Am I the first for Mac/Qt? :-) > I had a quick look (qt frontend). Looks very impressing indeed (UserGuide > loads

Re: [patch] CoordBranch

2004-11-15 Thread Juergen Spitzmueller
Alfredo Braunstein wrote: > Those who want to accelerate the process should ckeckout the branch and > give some feedback. ;-) I had a quick look (qt frontend). Looks very impressing indeed (UserGuide loads super fast, compared with HEAD, which is very slow). I cannot say why, but the whole thing

Re: [patch] CoordBranch

2004-11-15 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > | In any case, you should start to consider merging your branch back to > | HEAD > > Is it _really_ better already? I think it is, but I have no hurry at all. > We should not hurry to get this back into head. Those who want to accelerate the process should ckec

Re: [patch] CoordBranch

2004-11-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Nov 14, 2004 at 04:48:14PM +0100, Alfredo Braunstein wrote: >> The attached patch gets rid of the internal xo_ cache of LyXText. > | Things are snapping into place after all. > | I think I owe you something... > >> The last situation where coords

Re: [patch] CoordBranch

2004-11-14 Thread Alfredo Braunstein
Andre Poenitz wrote: > Things are snapping into place after all. I'm as surprised as you ;-) > I think I owe you something... Nah... just putting toghether some pieces here and there... you did all the hard work. > The second one sounds cleaner. Cool, I've done that. > What about being a bi

Re: [patch] CoordBranch

2004-11-14 Thread Andre Poenitz
On Sun, Nov 14, 2004 at 04:48:14PM +0100, Alfredo Braunstein wrote: > The attached patch gets rid of the internal xo_ cache of LyXText. Things are snapping into place after all. I think I owe you something... > The last situation where coords are used is when moving the cursor while it > is off-

[patch] CoordBranch

2004-11-14 Thread Alfredo Braunstein
The attached patch gets rid of the internal xo_ cache of LyXText. The needed infrastructure was already in Andre's initial patch, but some text operations used coordinates when not available. The last situation where coords are used is when moving the cursor while it is off-screen. With the patch,

Re: [patch] coordbranch

2004-11-05 Thread Andre Poenitz
On Thu, Nov 04, 2004 at 12:27:24PM +0100, Alfredo Braunstein wrote: > I've implemented the "decoupling" between cursor and screen in CoordBranch, > similar as described in another thread. This certainly moves into the right direction. Andre'

Re: [patch] coordbranch

2004-11-05 Thread Andre Poenitz
On Thu, Nov 04, 2004 at 12:27:24PM +0100, Alfredo Braunstein wrote: > I've implemented the "decoupling" between cursor and screen in CoordBranch, > similar as described in another thread. > > current most obvious problems: > > - missing fitCursor > - scrolling not so smooth "one par at a time" >

Re: [patch] coordbranch

2004-11-04 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> - It's simpler code (much more separation between data/view) Alfredo> - it's much near to multiple bvs of the same buffer - It is Alfredo> faster, and has the potential of being much faster (no need Alfredo> to keep updated

Re: [patch] coordbranch

2004-11-04 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: >> "Alfredo" == Alfredo Braunstein >> <[EMAIL PROTECTED]> writes: > > Alfredo> I've implemented the "decoupling" between cursor and screen > Alfredo> in CoordBranch, similar as described in another thread. > > Alfredo> current most obvious problems: > > And h

Re: [patch] coordbranch

2004-11-04 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> I've implemented the "decoupling" between cursor and screen Alfredo> in CoordBranch, similar as described in another thread. Alfredo> current most obvious problems: And how would you describe the advantages wrt HEAD?

[patch] coordbranch

2004-11-04 Thread Alfredo Braunstein
I've implemented the "decoupling" between cursor and screen in CoordBranch, similar as described in another thread. current most obvious problems: - missing fitCursor - scrolling not so smooth "one par at a time" - some visual problems in math with super/subscripts (no idea why) - some undo crash