Re: Lyx button face-lift.

2006-12-03 Thread Juergen Spitzmueller
Bo Peng wrote: > An updated patch has just been submitted. Enjoy! I think you should have waited for Jose's "OK". After all, we are in a feature freeze (or at least I thought we are). Anyway, the compiler complains about an unused parameter mouse_hover in insetbase.h:185. Can you get rid of tha

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Martin Vermeer
On Sun, Dec 03, 2006 at 10:08:36PM +0100, Georg Baum wrote: > Am Samstag, 2. Dezember 2006 22:43 schrieb Abdelrazak Younes: > > Georg Baum wrote: ... > And there are a few other programs I want to run besides LyX and the OS. If > every program took 10 Mb of memory as if it was nothing then we a

Re: Lyx button face-lift.

2006-12-03 Thread Martin Vermeer
On Mon, Dec 04, 2006 at 12:20:03AM -0500, [EMAIL PROTECTED] wrote: > On Sun, 3 Dec 2006 22:37:08 -0600 > "Bo Peng" <[EMAIL PROTECTED]> wrote: > >An updated patch has just been submitted. Enjoy! > > > >Bennett: if this patch poses a severe performance > >problem for mac, I > >will disable mouse-tr

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Juergen Spitzmueller
Gregor Gorjanc wrote: > Gosh. I am surprised on license need for something so small. This is just our way to get you into the boat :-) > Which 1.4.X will have this feature? The next one (1.4.4). Jürgen

Re: Lyx button face-lift.

2006-12-03 Thread bhelm
On Sun, 3 Dec 2006 22:37:08 -0600 "Bo Peng" <[EMAIL PROTECTED]> wrote: An updated patch has just been submitted. Enjoy! Bennett: if this patch poses a severe performance problem for mac, I will disable mouse-tracking for mac. I'm not sure what would constitute a severe performance problem

Re: Lyx button face-lift.

2006-12-03 Thread Bo Peng
An updated patch has just been submitted. Enjoy! Bennett: if this patch poses a severe performance problem for mac, I will disable mouse-tracking for mac. How about setMouseHover? setMouseIn(false) sounds funny. setMouseHover is used. > 4) The toggling does not work for opened insets, only

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Enrico Forestieri
On Sun, Dec 03, 2006 at 11:52:48PM +0100, Herbert Voss wrote: > Enrico Forestieri schrieb: > > On Sun, Dec 03, 2006 at 09:31:45PM +0100, Herbert Voss wrote: > > > >> no, do it without a caption ... There is no _correct_ way. > >> A command shouldn't be used as environemtn. That's correct. > >> In

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Herbert Voss
Enrico Forestieri schrieb: On Sun, Dec 03, 2006 at 09:31:45PM +0100, Herbert Voss wrote: no, do it without a caption ... There is no _correct_ way. A command shouldn't be used as environemtn. That's correct. Independant from that it works sometimes ... However, it is clearly documented in the

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Enrico Forestieri
On Sun, Dec 03, 2006 at 09:31:45PM +0100, Herbert Voss wrote: > no, do it without a caption ... There is no _correct_ way. > A command shouldn't be used as environemtn. That's correct. > Independant from that it works sometimes ... However, it is clearly documented in the LaTeX book by Lamport th

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Herbert Voss
Jean-Marc Lasgouttes schrieb: "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Enrico Forestieri schrieb: Herbert, the two constructs are not equivalent. Herbert> I know, what I want to show is that it is not a good idea to Herbert> use a _command_ as an environment. The real

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak> And by the way, I think the cache should be enabled for Abdelrazak> Linux as well if you want to see scrolling performance Abdelrazak> improvement (especially for the bug 2900 test document). OK So, is there anybody against that? JMarc PS: contrary

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Abdelrazak Younes
Georg Baum wrote: Am Samstag, 2. Dezember 2006 22:43 schrieb Abdelrazak Younes: Georg Baum wrote: It is simple: Just do a proper conversion to QString. If André is right then everything else will be done by Qt. This is simple now (and this is good news) because QString support ucs4 in versio

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Enrico Forestieri schrieb: >> Herbert, the two constructs are not equivalent. Herbert> I know, what I want to show is that it is not a good idea to Herbert> use a _command_ as an environment. The real problem is that this comma

Re: Showstopper: FileDialog returns non-POSIX-like file name

2006-12-03 Thread Enrico Forestieri
On Sun, Dec 03, 2006 at 04:15:47PM +0100, Michael Gerz wrote: > Hi, > > there is a real show stopper on Windows: If you save an existing file > under a new name or if you open a new file, LyX crashes. The reason is > that LyXFileDialog (in src/frontends/qt4) returns a Windows-like file > name

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Georg Baum
Am Samstag, 2. Dezember 2006 22:43 schrieb Abdelrazak Younes: > Georg Baum wrote: > > It is simple: Just do a proper conversion to QString. If André is right > > then everything else will be done by Qt. > > This is simple now (and this is good news) because QString support ucs4 > in version 4.2

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Herbert Voss
Enrico Forestieri schrieb: Herbert, the two constructs are not equivalent. I know, what I want to show is that it is not a good idea to use a _command_ as an environment. This one: \begin{figure} \begin{centering} foo \end{centering} \caption{bar} \end{figure} corresponds to: \begin{figur

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: Adding a newline has no side Juergen> effects in this specific case AFAICS (and we already do that Juergen> for trivlist alignment), so I think this change could go in. >> Yes (in 1.4.X too)

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> I agree with Jean-Marc that it is too much. LyX should also be usable on machines with less than 512 MB RAM

Re: Showstopper: FileDialog returns non-POSIX-like file name

2006-12-03 Thread Georg Baum
Am Sonntag, 3. Dezember 2006 16:15 schrieb Michael Gerz: > Hi, > > there is a real show stopper on Windows: If you save an existing file > under a new name or if you open a new file, LyX crashes. The reason is > that LyXFileDialog (in src/frontends/qt4) returns a Windows-like file > name (bad)

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Enrico Forestieri
On Sun, Dec 03, 2006 at 08:04:40PM +0100, Herbert Voss wrote: > Jean-Marc Lasgouttes schrieb: > > > I guess Herbert is balking at the use of centering as an environment. > > In my view, using > > \begin{centering}...\end{centering} > > is equivalent to the more traditional > > {\centering ..

Re: Quit cleanup

2006-12-03 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> Peter Kümmel wrote: Bennett Helm wrote: > Well done! > > Bennett Great, we've solved it. Is in svn now. >>> Congratulations to you both! >>> >>> Abdel. >>> >> >> Thanks, Abbel. >> But congratul

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Herbert Voss
Jean-Marc Lasgouttes schrieb: I guess Herbert is balking at the use of centering as an environment. In my view, using \begin{centering}...\end{centering} is equivalent to the more traditional {\centering ...} except that at least the first one is a proper markup. I agree nevertheless that

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Enrico Forestieri
On Sun, Dec 03, 2006 at 06:42:35PM +0200, Martin Vermeer wrote: > On Sun, Dec 03, 2006 at 04:48:26PM +0100, Abdelrazak Younes wrote: > > And by the way, I think the cache should be enabled for Linux as well if > > you want to see scrolling performance improvement (especially for the > > bug 290

Re: Qt4 crashes while scrolling

2006-12-03 Thread Enrico Forestieri
On Thu, Oct 05, 2006 at 09:43:13PM +0200, Andre Poenitz wrote: > So if that's a bug in the raster painter it's none I've seen before... I finally found the reason of this nasty bug. The attached patch fixes it for Qt 4.1.4. After I found it, I checked whether it has been addressed in 4.2.2, and I

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Gregor Gorjanc
Gregor Gorjanc <[EMAIL PROTECTED]> writes: > Juergen Spitzmueller wrote: > > Juergen Spitzmueller wrote: > >>> Yes (in 1.4.X too) Which 1.4.X will have this feature? Thanks. Gregor

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Gregor Gorjanc
Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: >>> Yes (in 1.4.X too) >> I'll do that. > > However, after testing Gregor's patch, I noticed that it adds some unneeded > blank lines after \end tags (where a linebreak occurs anyway). So I'll apply > the attached patch instead. Thank yo

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Bo Peng wrote: I don't think this will happen in 1.5 so, as I am sure there would be a problem with Mac, I'd say that you should either make this new feature configurable or disabled on Mac. I still think the number of repaints would be small. The thing is that the user will 'feel' a resistan

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Bo Peng wrote: Well, in practice, this is the same as most insets are 'clickable'. 'clickable' is a wrong word. The repaint should only happen for collapsable insets (like footnote) and commands (like toc). OK, make that a 'button' inset then. They are relatively rare compared to text and m

Re: Lyx button face-lift.

2006-12-03 Thread Bo Peng
I don't think this will happen in 1.5 so, as I am sure there would be a problem with Mac, I'd say that you should either make this new feature configurable or disabled on Mac. I still think the number of repaints would be small. Let us see what Bennet's test result is. . Bo

Re: Lyx button face-lift.

2006-12-03 Thread Bo Peng
Well, in practice, this is the same as most insets are 'clickable'. 'clickable' is a wrong word. The repaint should only happen for collapsable insets (like footnote) and commands (like toc). They are relatively rare compared to text and mathed. Also, moving inside an inset should not trigger an

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sun, Dec 03, 2006 at 12:17:59PM +, José Matos wrote: On Sunday 03 December 2006 11:57 am, Martin Vermeer wrote: If it really causes a full screen repaint when just moving the mouse over an inset, it may well be intrusive on the Mac. I agree with Martin, I am worri

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Martin Vermeer
On Sun, Dec 03, 2006 at 04:48:26PM +0100, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >>"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: ... > Unless speed is not a good reason, I don't follow you. Let's just try to > be a tiny little bit pragmatic here. The problem

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > Yes (in 1.4.X too) > > I'll do that. However, after testing Gregor's patch, I noticed that it adds some unneeded blank lines after \end tags (where a linebreak occurs anyway). So I'll apply the attached patch instead. Before I do this: Gregor, can you please post

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Bo Peng wrote: 2) The cursor needs to be changed into an arrow when over a button. This is surprisingly difficult and I have not figures out an non-intrusive way to do this. Since Abdel knows more about cursor shape, maybe you can help? Not in the coming weeks I'm afraid... 4) The toggli

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sun, Dec 03, 2006 at 12:17:59PM +, José Matos wrote: On Sunday 03 December 2006 11:57 am, Martin Vermeer wrote: If it really causes a full screen repaint when just moving the mouse over an inset, it may well be intrusive on the Mac. I agree with Martin, I am worri

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Adding a newline has no side effects in this specific case > Juergen> AFAICS (and we already do that for trivlist alignment), so I > Juergen> think this change could go in. > > Yes (in 1.4.X too) I'll do that. Jürgen

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: I agree with Jean-Marc that it is too much. LyX should also be usable on machines with less than 512 MB RAM. Abdelrazak> Hum, there's a few hundreds MB between 37 and 512 ;-) Let's look at things diff

Re: Lyx button face-lift.

2006-12-03 Thread Martin Vermeer
On Sun, Dec 03, 2006 at 08:39:55AM -0600, Bo Peng wrote: ... > >If it really causes a full screen repaint when just moving the mouse > >over an i > > Not really. The repaint happens only when the mouse enters and leaves > an inset *that handles setMouseHover*. The repaint is necessary since > i

Re: Lyx button face-lift.

2006-12-03 Thread Martin Vermeer
On Sun, Dec 03, 2006 at 12:17:59PM +, José Matos wrote: > On Sunday 03 December 2006 11:57 am, Martin Vermeer wrote: > > If it really causes a full screen repaint when just moving the mouse > > over an inset, it may well be intrusive on the Mac. > > I agree with Martin, I am worried with the

Showstopper: FileDialog returns non-POSIX-like file name

2006-12-03 Thread Michael Gerz
Hi, there is a real show stopper on Windows: If you save an existing file under a new name or if you open a new file, LyX crashes. The reason is that LyXFileDialog (in src/frontends/qt4) returns a Windows-like file name (bad) if the file name is non-existing, whereas it returns a POSIX-like f

Re: Lyx button face-lift.

2006-12-03 Thread Bo Peng
IIUC, this is not a signal but a call to process some mouse event so 'dispatchMouseEntered()' or 'processMouseEntered()' or even mouseEnteredEvent() all seem more meaningful to me. I will combine the two functions as suggested. > +bool InsetCollapsable::notifyMouseEnter() > +bool InsetCollapsa

Re: Wish: add newline after \begin{centering} and before \end{centering}

2006-12-03 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I think it makes sense, but it needs careful checking. In >> particular, extra \n can create unwanted extra paragraphs in some >> cases. Juergen> Adding a newline has no side effects in thi

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> I agree with Jean-Marc that it is too much. LyX should also be >> usable on machines with less than 512 MB RAM. Abdelrazak> Hum, there's a few hundreds MB between 37 and 512 ;-) Let's look at things differently. LyX used to

Re: Quit cleanup

2006-12-03 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Peter Kümmel wrote: Bennett Helm wrote: Well done! Bennett Great, we've solved it. Is in svn now. Congratulations to you both! Abdel. Thanks, Abbel. But congratulations to you, too. Your recent speedups are really impressive. Currently we h

Re: Lyx button face-lift.

2006-12-03 Thread José Matos
On Sunday 03 December 2006 11:57 am, Martin Vermeer wrote: > If it really causes a full screen repaint when just moving the mouse > over an inset, it may well be intrusive on the Mac. I agree with Martin, I am worried with the possible implications for Mac. I would like to see this issue cleare

Re: Lyx button face-lift.

2006-12-03 Thread Martin Vermeer
On Sun, Dec 03, 2006 at 12:51:31PM +0100, Michael Gerz wrote: > Bo Peng schrieb: > >Dear all, > > > >The attached patch will be applied tomorrow morning if there is no > >objection. The main design ideas are that > >1. enable mouse tracking > >2. get inset under mouse (done by editXY) and pass noti

Re: [patch] \clearpage and \cleardoublepage support

2006-12-03 Thread José Matos
On Thursday 30 November 2006 8:12 pm, Jean-Marc Lasgouttes wrote: > I think the real problem is that, now that he has finished his PhD > thesis, he is bored. Au contraire, I did not had a single moment to stop since then. I expect to take some time after alpha 2 release. Vertigo and frantic (fr

Re: [patch] \clearpage and \cleardoublepage support

2006-12-03 Thread José Matos
On Wednesday 29 November 2006 9:46 pm, Andre Poenitz wrote: > But we could as well tie him on a cucumber field, couldn't we? That is not a problem, in my parent's small farm they have cucumbers and I don't have any problem seeing them as long as I don't have to eat them. :-) > Andre' -- José

Re: Lyx button face-lift.

2006-12-03 Thread Michael Gerz
Bo Peng schrieb: Dear all, The attached patch will be applied tomorrow morning if there is no objection. The main design ideas are that 1. enable mouse tracking 2. get inset under mouse (done by editXY) and pass notifyMouseEnter and notifyMouseLeave to it. 3. if an inset (currently insetcommand

Re: [patch] \clearpage and \cleardoublepage support

2006-12-03 Thread José Matos
On Sunday 03 December 2006 2:46 am, Enrico Forestieri wrote: > José, when we will see LyX rewritten in python? ;-) Only the future will tell. ;-) And no, I don't have plan to rewrite lyx in python, fwiw. :-) > -- > Enrico -- José Abílio

Re: [patch] \clearpage and \cleardoublepage support

2006-12-03 Thread José Matos
On Wednesday 29 November 2006 9:49 pm, Andre Poenitz wrote: > But you understand that lyx2lyx reads LyX format whereas tex2lyx reads > .tex and that _reading_ is the difficult part? Sure, I like python because it has a nice and powerful standard library where the strings related functions are o

Re: Awful lot of warning with new CMake

2006-12-03 Thread Peter Kümmel
All warning are on the TODO list ;) But you could use (as I atm ) -DDISABLEWALL=1 this switches to the old warning level. Peter Abdelrazak Younes wrote: > Peter, I'd prefer that we switch back to former version: > > QCitation.C > ..\..\..\..\..\src\frontends\qt4\QCitation.C(12) : warning C4652

Awful lot of warning with new CMake

2006-12-03 Thread Abdelrazak Younes
Peter, I'd prefer that we switch back to former version: QCitation.C ..\..\..\..\..\src\frontends\qt4\QCitation.C(12) : warning C4652: compiler option 'Warning level (/W)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header C:\

Re: Quit cleanup

2006-12-03 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Peter Kümmel wrote: Bennett Helm wrote: Well done! Bennett Great, we've solved it. Is in svn now. Congratulations to you both! Abdel. Thanks, Abbel. But congratulations to you, too. Your recent speedups are really impressive. Currently we h

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Bo Peng wrote: Dear all, The attached patch will be applied tomorrow morning if there is no objection. The main design ideas are that 1. enable mouse tracking 2. get inset under mouse (done by editXY) and pass notifyMouseEnter and notifyMouseLeave to it. 3. if an inset

Re: Quit cleanup

2006-12-03 Thread Peter Kümmel
Here the patch. Peter Kümmel wrote: > Abdelrazak Younes wrote: >> Peter Kümmel wrote: >>> Bennett Helm wrote: Well done! Bennett >>> Great, we've solved it. >>> Is in svn now. >> Congratulations to you both! >> >> Abdel. >> > > Thanks, Abbel. > But congratulations to you, too. > Yo

Re: Quit cleanup

2006-12-03 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Bennett Helm wrote: >>> >>> Well done! >>> >>> Bennett >> >> Great, we've solved it. >> Is in svn now. > > Congratulations to you both! > > Abdel. > Thanks, Abbel. But congratulations to you, too. Your recent speedups are really impressive. Cu

Re: Quit cleanup

2006-12-03 Thread Abdelrazak Younes
Peter Kümmel wrote: Bennett Helm wrote: Well done! Bennett Great, we've solved it. Is in svn now. Congratulations to you both! Abdel.

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: I've tried it and I like it. Some colors needs adjustment though (Yellow 'Note' text is not very visible without the grey background). More importantly there's three problems: 1) The cursor blinking is stopped when the mouse is moved. This is

Re: Quit cleanup

2006-12-03 Thread Peter Kümmel
Bennett Helm wrote: > On Dec 2, 2006, at 4:39 PM, Peter Kümmel wrote: > >> Bennett Helm wrote: >>> On Dec 2, 2006, at 12:53 PM, Peter Kümmel wrote: >>> Bennett Helm wrote: >> Yes, please this one. > > Well ... I don't notice any difference from the last patch -- > including >>

Re: Lyx button face-lift.

2006-12-03 Thread Edwin Leuven
Abdelrazak Younes wrote: 2) The cursor needs to be changed into an arrow when over a button. maybe a pointing hand cursor?

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: I've tried it and I like it. Some colors needs adjustment though (Yellow 'Note' text is not very visible without the grey background). More importantly there's three problems: 1) The cursor blinking is stopped when the mouse is moved. This is done in WorkArea::dispatch

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Bo Peng wrote: Dear all, The attached patch will be applied tomorrow morning if there is no objection. The main design ideas are that 1. enable mouse tracking 2. get inset under mouse (done by editXY) and pass notifyMouseEnter and notifyMouseLeave to it. 3. if an inset (currently insetcommand an

Re: [Cvslog] r16124 - in /lyx-devel/trunk/src: dimension.C dimension.h...

2006-12-03 Thread Martin Vermeer
On Sat, 2006-12-02 at 22:43 +0100, Abdelrazak Younes wrote: > Georg Baum wrote: > > Am Samstag, 2. Dezember 2006 15:03 schrieb Abdelrazak Younes: ... > > > >> Besides... > >> 1) this has been reduced to 10Mo now and this is number is only for a > >> document using lots of fonts (UserGuide.lyx),

Re: Lyx button face-lift.

2006-12-03 Thread Abdelrazak Younes
Bo Peng wrote: Dear all, The attached patch will be applied tomorrow morning if there is no objection. The main design ideas are that 1. enable mouse tracking 2. get inset under mouse (done by editXY) and pass notifyMouseEnter and notifyMouseLeave to it. IIUC, this is not a signal but a call t