Re: [Devel] Another bug list!

2002-04-12 Thread Andre Poenitz
On Sun, Apr 07, 2002 at 09:40:55AM +0200, Michael Schmitt wrote: > - Create math formula; enter "^", "^", cursorleft,shift-cursorright; >delete > > - Create math formula; enter "^", shift-cursorleft, delete > -> same procedure as above > > - Create math formula; enter "^", "^", shift-cur

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: I do not understand this, sorry. >> Forget about all this. Let's get it to work first :) Juergen> Feel free to explain. You know, the devel-language Juergen> (develeranto) is sometimes like

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> I do not understand this, sorry. > > Forget about all this. Let's get it to work first :) Feel free to explain. You know, the devel-language (develeranto) is sometimes like chinese to me. But as a linguist in profession, I'm always interested in foreign la

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Actually, now that I have applied it, I see it does not look so >> good Juergen> I'm always happy to learn... :) >> A few things: >> fl_set_choice_text(class_->choice_doc_fonts, params.

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Actually, now that I have applied it, I see it does not look so good I'm always happy to learn... > A few things: >fl_set_choice_text(class_->choice_doc_fonts, > params.fonts.c_str()); > > This one belongs to class_update Yes, sorry. This one went in b

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-09 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Actually, now that I have applied it, I see it does not look so good I'll have a look tomorrow. Juergen.

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-09 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This looks good. Actually, now that I have applied it, I see it does not look so good :) A few things: void FormDocument::UpdateClassParams(BufferParams const & params) { // These are the params

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I have done what you've proposed and this works indeed. I have added a new > method UpdateClassParams which updates the necessary params after a new > class is selected (only the fontsizes so far). These method is called from > class_update too. Actually, we need to

[PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It should work. Try to extract this code from class_update and put it > in some mathod. If it does not work, you can always send a patch so > that I take a quick look. Thanks for your hints, JMarc. I have done what you've proposed and this works indeed. I have added

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I have tried something similar (copy the part that sets the Juergen> fontsizes from class_update() to CheckChoiceClass), but it Juergen> does not work. How do I tell lyx to use the params of the new Juergen> (selected cl

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Any ideas? > > If you want to have the fontsizes, etc, popups correct when changing > classes, you could extract from class_update() the part that sets the > class parameters (anything not using the BufferParam thingie) and give > it another name. Then you wo

Re: [Devel] Another bug list!

2002-04-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Is that true that the extsize classes do not support normal sizes? Or > is it just that we forgot to add them to the layout file? Actually not. Normal sizes are supported too. We should add them. > BTW Juergen, I have seen your cry for help, but unfortunately I do n

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I have reopened bug #306 and I need some help on this. Juergen> Any ideas? If you want to have the fontsizes, etc, popups correct when changing classes, you could extract from class_update() the part that sets the cla

Re: [Devel] Another bug list!

2002-04-08 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> > > Juergen> Juergen Spitzmueller wrote: > >>>I have reopened bug #306 and I need some help on this. >>> >>>Any ideas? Thanks. >>> > > Juergen> Note that this bug is really annoying if you ar

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Juergen Spitzmueller wrote: >> I have reopened bug #306 and I need some help on this. >> >> Any ideas? Thanks. Juergen> Note that this bug is really annoying if you are using one of Juergen> the extsizes classes which

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I have reopened bug #306 and I need some help on this. > > Any ideas? Thanks. Note that this bug is really annoying if you are using one of the extsizes classes which provide other fontsizes but _not_ the standard fontsizes. I have tried to solve this but I had no s

Re: [Devel] Another bug list!

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 11:51:33AM +0200, Juergen Vigna wrote: > > How do I tell the outside world that I handled the button press? > > Returning true? (Dialogs are only opened by insetButtonRelease events so > that's the only one returning a bool and it is even explained >

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Andre Poenitz wrote: > How do I tell the outside world that I handled the button press? Returning true? (Dialogs are only opened by insetButtonRelease events so that's the only one returning a bool and it is even explained in the inset.h file ;)

Re: [Devel] Another bug list!

2002-04-07 Thread Juergen Spitzmueller
John Levon wrote: > > - When I change from Article to Article (AMS), LyX resets all my > > language and paper settings. Not nice! A result from a bug fix: (The > > list of font size options (e.g. AMS allows 9pt) is not updated > > immediately in the document layout dialog when you change the

Re: [Devel] Another bug list!

2002-04-06 Thread John Levon
On Sat, Apr 06, 2002 at 08:23:03PM +0200, Michael Schmitt wrote: > Please have a look at the attached list. IMHO it addresses problems that > MUST be fixed for 1.2.0. In particular, if somebody can provide a quick There is /no/ chance all of these will be fixed before 1.2. Also, a lot of them