Re: monolithic build linking problems

2008-03-01 Thread rgheck
Pavel Sanda wrote: GuiPainter.cpp: At global scope: GuiPainter.cpp:433: error: redefinition of 'const int lyx::frontend::d' GuiFontMetrics.cpp:180: error: 'const int lyx::frontend::d' previously defined here Try putting both of these variables in an anonymous namespace. hm, d

Re: monolithic build linking problems

2008-03-01 Thread Pavel Sanda
>> GuiPainter.cpp: At global scope: >> GuiPainter.cpp:433: error: redefinition of 'const int lyx::frontend::d' >> GuiFontMetrics.cpp:180: error: 'const int lyx::frontend::d' previously >> defined here >> >> > Try putting both of these variables in an anonymous namespace. hm, dont understand wh

Re: Trying the full screen mode

2008-03-01 Thread Pavel Sanda
please look at Tools->Preferences->User interface. > - I would keep the menu bar, and the standard toolbar (with maybe an option > to auto-hide them) > - I would also keep the status bar (people like to have feedback, like when > they save a file) > - Typing Esc should come back to normal mode >

Trying the full screen mode

2008-03-01 Thread cmiramon
Hello, I've tried the new full screen mode. It is a very nice addition. Thanks Pavel. Some observations : - I would keep the menu bar, and the standard toolbar (with maybe an option to auto-hide them) - I would also keep the status bar (people like to have feedback, like when they save a file) -

Re: [patch] subfig support

2008-03-01 Thread Uwe Stöhr
> The attached patch finally does the long overdue switch from the superseded > package "subfigure" to "subfig" (bug 3657). I think this is a must for 1.6. This is definetively a must for LyX 1.6. I tested your patch carefully and it works perfectly. The subfloat feature is intuitive and saves a

Re: User interface language preference

2008-03-01 Thread Joost Verburg
Joost Verburg wrote: Abdelrazak Younes wrote: FYI, I implemented just that before 1.5.0 and part of the code is still there commented out. Unfortunately, it was rejected then for the very same reason as now. I too think this option would be useful. One use case I can think of besides the other

Re: User interface language preference

2008-03-01 Thread Joost Verburg
Joost Verburg wrote: Abdelrazak Younes wrote: FYI, I implemented just that before 1.5.0 and part of the code is still there commented out. Unfortunately, it was rejected then for the very same reason as now. I too think this option would be useful. One use case I can think of besides the other

Re: LyX/Mac 1.6 -- Window issues

2008-03-01 Thread Joost Verburg
Bennett Helm wrote: This all makes me wonder if now is the time to transition LyX (at least on Mac) to the Mac standard model of one document per window, so that creating a new document (or opening an existing document) results by default in a new window; similarly closing a document ought norm

Outliner & QTreeView collapsing

2008-03-01 Thread Pavel Sanda
hi, i dig more deeply into the problem why outliner lose its structure any time one hovers with mouse over the lyx window or after some editing actions. it seems that such collapsing is not directly called anywhere in our code and this action is trigerred far away from our ToC updates somewhere

Re: monolithic build linking problems

2008-03-01 Thread rgheck
i fixed this. anyway there is still problem: GuiPainter.cpp: At global scope: GuiPainter.cpp:433: error: redefinition of 'const int lyx::frontend::d' GuiFontMetrics.cpp:180: error: 'const int lyx::frontend::d' previously defined here Try putting both of these variables in an anonymous nam

Re: [patch] subfig support

2008-03-01 Thread José Matos
On Saturday 01 March 2008 11:52:28 Jürgen Spitzmüller wrote: > 1. I've not implemented docbook support, because I don't know how docbook > deals with this kind of stuff. I will take care of this. > 2. In the lyx2lyx reversion routine, there's a remaining problem: subfloats > inside floats with

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-03-01 Thread Uwe Stöhr
> However, we did not discuss this change: > > - "view/update" "on,top" > + "view/update" "on,right" Oops, this shouldn't go in, as this is my personal setting. Thanks for reverting this. regards Uwe

Re: monolithic build linking problems

2008-03-01 Thread Pavel Sanda
> This is probably a consequence of some change I made, but I don't know > anything about monolithic builds (do I do them?) or where information no, unless you use --enable-monolithic options in configure, you dont. they are more speedy in case you want to build lyx from a clean tree - all cpp

Re: monolithic build linking problems

2008-03-01 Thread rgheck
Pavel Sanda wrote: hi, i started having these linking errs when using monolithic builds... This is probably a consequence of some change I made, but I don't know anything about monolithic builds (do I do them?) or where information regarding them is contained. It looks as though maybe Inset

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-03-01 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > I wonder whether it would make sense to make the math toolbar automatic > > as well by default. > > As nobody complained, I put it in However, we did not discuss this change: - "view/update" "on,top" + "view/update" "on,right" As already explained in some past th

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-03-01 Thread Uwe Stöhr
> I wonder whether it would make sense to make the math toolbar automatic as well by default. As nobody complained, I put it in and explained why this is useful: http://www.lyx.org/trac/changeset/23370 regards Uwe

[patch] subfig support

2008-03-01 Thread Jürgen Spitzmüller
The attached patch finally does the long overdue switch from the superseded package "subfigure" to "subfig" (bug 3657). I think this is a must for 1.6. While implementing this, I have polished our subfigure handling in several ways: 1. I have added general support for subfloats. This is provide