Re: Qt's designed and tabbed folders

2003-12-03 Thread Angus Leeming
John Levon wrote: >> > Isn't there a better name than "Extra" ? >> Well, we're passing 'extra', not-otherwise-supported-by-lyx options >> to the converter... > Then even "Options" would be better I think Ok. -- Angus

Re: feature request

2003-12-03 Thread Moritz Moeller-Herrmann
Andre Poenitz wrote: > On Tue, Dec 02, 2003 at 11:56:36PM +0100, Moritz Moeller-Herrmann wrote: >> BTW, what has happened to the footnote numbering patch? Is the latex >> counter implementation up to the task now? > If you are happy with a linear numbering for the whole doc this should > work al

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Martin Vermeer
On Wed, Dec 03, 2003 at 10:29:31AM +0100, Jean-Marc Lasgouttes spake thusly: > Martin> Current proposal: > > Martin> My surname is [Style: Surname], like the famous painter > Martin> [ Vermeer ] > > > Martin> i.e., "conglomerate upside down". And it is good here to be > Martin>

Re: feature request

2003-12-03 Thread John Levon
On Wed, Dec 03, 2003 at 10:04:17PM +0100, Moritz Moeller-Herrmann wrote: > Good to hear. Is lyx-1.4 stable enough already for a PHD with 300 pages? No john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread John Levon
On Wed, Dec 03, 2003 at 11:28:37PM +0200, Martin Vermeer wrote: > Attached patch and screenshot. Is this approaching what you had in > mind? (Yes, it could be moved to insetcollapsable. Just experimenting.) It might be better to o reduce the font a little o remove the button styling o do somethi

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Angus Leeming
John Levon wrote: > I think this is a general problem, at least mouse navigation on most > insets does not work > > regards > joohn Hi, joohn! I've just regained the ability to hit InsetExternal by updating the cache data. I suspect that other insets are missing this too. void InsetExternal::d

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread John Levon
On Wed, Dec 03, 2003 at 11:09:45PM +, Angus Leeming wrote: > Hi, joohn! Bah, my keyboard is dyiing :( > I've just regained the ability to hit InsetExternal by updating the > cache data. I suspect that other insets are missing this too. > > void InsetExternal::draw(PainterInfo & pi, int x,

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Alfredo Braunstein
John Levon wrote: > Strikes me as a highly dubious thing to do, but since I'm not doing any Why? > coding, I suppose I don't have a say ... It seems correct to me. Alfredo

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread John Levon
On Wed, Dec 03, 2003 at 10:04:17PM -0300, Alfredo Braunstein wrote: > > Strikes me as a highly dubious thing to do, but since I'm not doing any > > Why? Why is draw() updating anything ? Shouldn't that be in the stage before the actual draw() ? draw() should be logically const, no ? I'd hate t

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Angus Leeming
Alfredo Braunstein wrote: > John Levon wrote: > >> Strikes me as a highly dubious thing to do, but since I'm not doing >> any > > Why? Actually, what would be nice is class InsetOld { public: void metrics(MetricsInfo & mi, Dimension & dim) const { priv_metrics(mi, dim);

why not report a problem (was Re: The current char style UI)

2003-12-03 Thread Christian Ridderström
This is just an unimportant comment :-) On Wed, 3 Dec 2003, John Levon wrote: > There are a number of ways in which users can be negatively affected by > a feature. Sometimes these are critical ("LyX crashed"), sometimes > merely very annoying ("LyX has a stupid banner in the way"), and > sometim

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Alfredo Braunstein
John Levon wrote: > On Wed, Dec 03, 2003 at 10:04:17PM -0300, Alfredo Braunstein wrote: > >> > Strikes me as a highly dubious thing to do, but since I'm not doing any >> >> Why? > > Why is draw() updating anything ? Shouldn't that be in the stage before > the actual draw() ? draw() should be lo

Re: Inline-Mode for InsetCollapsable

2003-12-03 Thread Alfredo Braunstein
Angus Leeming wrote: > Actually, what would be nice is > > class InsetOld { > public: > void metrics(MetricsInfo & mi, Dimension & dim) const { > priv_metrics(mi, dim); > dim_ = dim; > } > void draw(PainterInfo & pi, int x, int y) const { >

Format=>Document=>Page size not working

2003-12-03 Thread Marko
Hi all, when trying to set the page size of a document to a custom size I notized that this does not work in Lyx 1.3.2 (QT frontend). Any custom size seems to be completely ignored! Attached are two small examples: test1 uses page size A5 (which works); test2 uses a custom page size of 13x18cm

Re: Format=>Document=>Page size not working

2003-12-03 Thread John Levon
On Wed, Dec 03, 2003 at 07:31:45AM +0100, Herbert Voss wrote: > we were talking about page size and not page margin. Oops, sorry john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

<    1   2