Re: request for help

2001-08-25 Thread Garst R. Reese
Dekel Tsur wrote: > > You can already control the linespacing using the document dialog. > You can also set the margins, but the width of the dialogs is not changes > accordingly (it is fixed to 4in). It is easy to fix this so the width > will be relative to \textwidth. Dekel, OK, I defined a \ne

Re: [PATCH] button controller changes

2001-08-25 Thread John Levon
On Sun, Aug 26, 2001 at 01:31:18AM +0100, John Levon wrote: > remove the hack, do it in Qt2 instead whoops, forgot to edit the patch. try this one. thanks john ? a.diff Index: ButtonController.h === RCS file: /usr/local/lyx/cv

[PATCH] button controller changes

2001-08-25 Thread John Levon
remove the hack, do it in Qt2 instead update buttons properly thanks john -- "That's just kitten-eating wrong." - Richard Henderson ? a.diff Index: ButtonController.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/

isBuilt isBroken (C++ question)

2001-08-25 Thread John Levon
Angus recently added isBuilt() in controllers/ to make sure that the dialog is built before changing its readonly stuff. 60 template 61 void ControlDialog::show() 62 { 63 if (isBufferDependent() && !lv_.view()->available()) 64 return; 65

Re: XML configuration

2001-08-25 Thread ben
Jose Abilio Oliveira Matos a écrit : > > I've written this small C program to resolve ids from catalogs. It shows that with > > xml2/xslt we don't need any java stuff, for the configuration and for the running >time. > > Ok, I have installed libxslt, I'll try it. :-) This is the catresolve pr

Re: the update/show Qt2 hack

2001-08-25 Thread John Levon
On Sat, Aug 25, 2001 at 05:14:10PM +0100, John Levon wrote: > However, even changing it can't get it working satisfactorily. It cannot be > done in the Qt2 frontend yes it can. I'm busy compiling what should solve the problems. IT's hacky - we have a bool that is set during update() that prevent

the update/show Qt2 hack

2001-08-25 Thread John Levon
Angus, what you did doesn't work. The bc() stuff must come /after/ a view show/update. However, even changing it can't get it working satisfactorily. It cannot be done in the Qt2 frontend because it must distinguish betweencreateInset and showInset. So this leads me to the conclusion that a bc(

Qt2 translation. tr() vs. _()

2001-08-25 Thread John Levon
The Qt2 frontend is currently using Qt's "tr()" in its dialogs. This is obviously not going to get along with the rest of LyX using plain old gettext _() Anyone ideas on how to solve this ? tr("") happens, which isn't allowable with gettext apparently. If we could allow this, we could just ad

Re: DB2LyX release (0.1.3)

2001-08-25 Thread ben
Jose Abilio Oliveira Matos a écrit : > On Sat, Aug 25, 2001 at 03:50:21AM +0200, ben wrote: > > Hi, > > > > For those who are interested, the release 0.1.3 of the DB2LyX > > stylesheets is available at http://perso.libertysurf.fr/bgu/#DB2LyX > > Ok, I got it. > > > [...] Of course feedback is w

Re: DB2LyX release (0.1.3)

2001-08-25 Thread Jose Abilio Oliveira Matos
On Sat, Aug 25, 2001 at 03:50:21AM +0200, ben wrote: > Hi, > > For those who are interested, the release 0.1.3 of the DB2LyX > stylesheets is available at http://perso.libertysurf.fr/bgu/#DB2LyX Ok, I got it. > The main changes are: > > * New support of xsltproc (catalog resolver + config

Re: XML configuration

2001-08-25 Thread Jose Abilio Oliveira Matos
On Sun, Aug 05, 2001 at 03:57:21AM +0200, ben wrote: > Jose Abilio Oliveira Matos a écrit : > > > [...] > > > > > I will try to see how to use it to detect where the NW's DocBook XSLs are for the > > > db2lyx config (same as the java catalog classes use). > > > > Good. > > I've written this sm