Re: A working InsetVSpace

2003-11-30 Thread Juergen Spitzmueller
Georg Baum wrote: > The dialog works, but there seems to be an encoding problem, the umlauts in > your and Andrés names appear as question marks. I have fixed this (eventually I must consider using a *real* editor).. > Apart from that, I get error messages like > > Paragraph ended in line 31 > Mi

[PATCH] small qbranch fixes and a branch bug

2003-11-30 Thread Juergen Spitzmueller
The attached patch - fixes the color display of colorless branches. I.e. do not use any color item at all in the browser (instead of white) - implements double click for (de)activating branches If I get no objections, this will go in on monday. Martin, I have found a bug in the setSelected() met

[PATCH] lengthcombo

2003-11-30 Thread Juergen Spitzmueller
John, I have added a method noPercents() to lengthcombo, which allows to use the lengthcombo widget without the %-items (text% and friends). With this, we can use lengthcombo for all length unit combos, including those who should not contain %-items (VSpace for instance). This also allows to use

Re: [patch] Qt scrolling

2003-11-30 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Samstag, 29. November 2003 22:20, Angus Leeming wrote: > Could the Qt-ers amongst you try out the attached patch. It gives you > scrolling behaviour similar to that of the xforms frontend. > > Specifically, if you move the mouse cursor above/below the work a

Boxes

2003-11-30 Thread Juergen Spitzmueller
Martin, I think we should add "Minipage" and "Parbox" to the box type lists instead of "frameless". If the user choses Minipage or Parbox, then the "has inner box" stuff should be completely disabled. Otherwise people will bug us because they do not find minipage anymore. Regards, Jürgen.

Re: [PATCH] lengthcombo

2003-11-30 Thread John Levon
On Sun, Nov 30, 2003 at 11:55:18AM +0100, Juergen Spitzmueller wrote: > I have added a method noPercents() to lengthcombo, which allows to use the Looks fine, thanks (but "for (i = 0;" not "for (i=0;" please) thanks john -- Khendon's Law: If the same point is made twice by the same person, th

Re: [PATCH] lengthcombo

2003-11-30 Thread Juergen Spitzmueller
John Levon wrote: > Looks fine, thanks (but "for (i = 0;" not "for (i=0;" please) Oh, sure. I'll commit then tomorrow. I had to do another small change to avoid "index out of range" warnings (see below: num -= 1). Jürgen. void LengthCombo::noPercents() { int num = QComboBox::count();

Re: src/frontends/xforms/Makefile.am diff

2003-11-30 Thread Angus Leeming
Kayvan A. Sylvan wrote: > This fixes the "make install" problem: D'oh! Thanks. -- Angus

Re: [patch] Qt scrolling

2003-11-30 Thread Angus Leeming
Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Samstag, 29. November 2003 22:20, Angus Leeming wrote: >> Could the Qt-ers amongst you try out the attached patch. It gives >> you scrolling behaviour similar to that of the xforms frontend. >> >> Specifically, if you move the mouse

Re: [PATCH] small qbranch fixes and a branch bug

2003-11-30 Thread Martin Vermeer
On Sun, Nov 30, 2003 at 11:13:02AM +0100, Juergen Spitzmueller spake thusly: > Martin, I have found a bug in the setSelected() method of BranchList > (reproducable in both frontends): > - create 3 branches named "55", "666" and "6" > - activate branch "6" > => branch "666" is also activa

The current char style UI

2003-11-30 Thread John Levon
It has some real problems IMHO. We need to be careful here. What are people's future plans in this regard ? I know its already been discussed wrt how the inset should look, but I have real issues with this stuff being in the Insert menu at all. I'd muich rather see text style being a submenu in E

Bug: parse error with Minipage.lyx

2003-11-30 Thread John Levon
Current CVS cannot load Minipage.lyx from examples/ dir correctly. regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Right address is horked

2003-11-30 Thread John Levon
Right Address is completely broken, it's off the left of the screen. Also resizing the window does not resize the document. I've also spotted about 10 new regressions other than that since I last tried LyX, but I suppose they are well known about ... regards john -- Khendon's Law: If the sa

Re: Boxes

2003-11-30 Thread Martin Vermeer
On Sun, Nov 30, 2003 at 02:35:31PM +0100, Juergen Spitzmueller spake thusly: > Martin, > I think we should add "Minipage" and "Parbox" to the box type lists instead of > "frameless". If the user choses Minipage or Parbox, then the "has inner box" > stuff should be completely disabled. This is

Re: [PATCH] small qbranch fixes and a branch bug

2003-11-30 Thread Juergen Spitzmueller
Martin Vermeer wrote: > The attached works for me. Jürgen, could > you verify and check it in if OK (or I can do that too)? Done. Jürgen

Re: [patch] Qt scrolling

2003-11-30 Thread Angus Leeming
Kornel Benko wrote: >> Could the Qt-ers amongst you try out the attached patch. It gives >> you scrolling behaviour similar to that of the xforms frontend. >> >> Specifically, if you move the mouse cursor above/below the work >> area, you should get 'sensible' scrolling behaviour. >> >> Try it ou

Caption labels

2003-11-30 Thread Martin Vermeer
Reading text2.C "the caption hack", what about creating a routine getCaptionFloatType() returning the type of the float containing the caption, and using that instead of isOK? One could use this routine in lyx_cb.C to augment getPossibleLabel() to provide fig: and tab: for labels in captions. Then

Re: [patch] Qt scrolling

2003-11-30 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sonntag, 30. November 2003 18:21, Angus Leeming wrote: > Kornel Benko wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > > On Samstag, 29. November 2003 22:20, Angus Leeming wrote: > >> Could the Qt-ers amongst you try out the attached patch. It gives > >

Re: The current char style UI

2003-11-30 Thread Martin Vermeer
On Sun, Nov 30, 2003 at 05:30:58PM +, John Levon spake thusly: > It has some real problems IMHO. We need to be careful here. > > What are people's future plans in this regard ? I know its already been > discussed wrt how the inset should look, but I have real issues with > this stuff being in

Re: A working InsetVSpace

2003-11-30 Thread Georg Baum
Am Sonntag, 30. November 2003 10:00 schrieb Juergen Spitzmueller: > Georg Baum wrote: > > Apart from that, I get error messages like > > > > Paragraph ended in line 31 > > Missing \end_layout. > > > > if I use the VSpace inset (see attached example). Is this expected (CVS > > from this morning)? I

Re: [patch] Qt scrolling

2003-11-30 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sonntag, 30. November 2003 19:32, Angus Leeming wrote: > Kornel Benko wrote: > >> Could the Qt-ers amongst you try out the attached patch. It gives > >> you scrolling behaviour similar to that of the xforms frontend. > >> > >> Specifically, if you move the mo

Still src/frontends/xforms/Makefile.am problem

2003-11-30 Thread Kayvan A. Sylvan
The patch I sent was not fully applied, it looks like. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: src/

Wiki has been restructured, feedback invited

2003-11-30 Thread Christian Ridderström
Hi I've restructured the LyX wiki site: http://wiki.lyx.org and would appreciate feedback on the structure. Especially from people who have no idea about what a wiki-wiki is... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: The current char style UI

2003-11-30 Thread John Levon
On Sun, Nov 30, 2003 at 10:44:11PM +0200, Martin Vermeer wrote: > > But since this is really only a halfway > > house to what we really want, that might not be suitable. > > What *do* we/you really want? Well as outlined and discussed some months ago. > > slightly weird to have some completel

vspace ui

2003-11-30 Thread John Levon
What on earth is a vspace of "none" ? Why is it the default ? There are missing tooltips it seems ... (qt) regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.