Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote: | > | | > | So should I move this function to frontends/qt/qt_helpers.C | > | (this file doesn't exist now) ? | > | > Yes, why not. Or any other file that fits the bill. | | Here is the

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 08:55:20PM +0100, Lars Gullik Bj?nnes wrote: > | > | So should I move this function to frontends/qt/qt_helpers.C > | (this file doesn't exist now) ? > > Yes, why not. Or any other file that fits the bill. Here is the latest version of the patch. Now I'm just waiting for s

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote: | > +string makeFontName(string const & family, string const & foundry) | > +{ | > + if (foundry.empty()) | > + return family; | > +#if QT_VERSION >= 300 | > + r

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 07:02:21PM +0100, Lars Gullik Bj?nnes wrote: > +string makeFontName(string const & family, string const & foundry) > +{ > + if (foundry.empty()) > + return family; > +#if QT_VERSION >= 300 > + return family + '[' + foundry + ']'; > +#else > +

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote: >> >> Here is the patch that implements the above for the QT frontend. >> Please check that it works correctly with QT2. > | I had a small error in the patch above and it probably hadn't functione

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 05:28:03PM +0200, Dekel Tsur wrote: > > Here is the patch that implements the above for the QT frontend. > Please check that it works correctly with QT2. I had a small error in the patch above and it probably hadn't functioned correctly with QT2. Here is an updated version

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 01:08:20PM +0200, Dekel Tsur wrote: > Here is what should be done: > 1. In lyxrc.C, we should be able to read old preferences file > (or perhaps we should write a preferences file converter ?). > > 2. In the frontend font loader, the code should combine the family & > found

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote: >> | Dekel> Do you mean that in lyxrc we should store two variable for each >> | Dekel> font: family & foundary (e.g. >> | Dekel> roman_font_family/roman_font_foundry) ? Also, should we us

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Tue, Nov 26, 2002 at 01:06:59PM +0100, Lars Gullik Bj?nnes wrote: > | Dekel> Do you mean that in lyxrc we should store two variable for each > | Dekel> font: family & foundary (e.g. > | Dekel> roman_font_family/roman_font_foundry) ? Also, should we use in > | Dekel> the preferences file: \screen

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > | Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes | Dekel> wrote: >>> I belive the fault is at the xforms side actually, in that we are >>> way to low-level in the lyxrc

Re: 1.3.0 release bugs

2002-11-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote: >> I belive the fault is at the xforms side actually, in that we are way >> to low-level in the lyxrc file, i.e. "-*-times". We should to the same >> with the xforms frontend that has been

Re: 1.3.0 release bugs

2002-11-26 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Nov 25, 2002 at 01:51:24PM +0100, Jean-Marc Lasgouttes John> wrote: Should this be solved with qt-only menu layout ? >> It could be an optitem and the lfun should be disabled if there is >> nothing hooked to the signal. John> H

Re: 1.3.0 release bugs

2002-11-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes Dekel> wrote: >> I belive the fault is at the xforms side actually, in that we are >> way to low-level in the lyxrc file, i.e. "-*-times". We should to >> the same with the

Re: 1.3.0 release bugs

2002-11-26 Thread Angus Leeming
On Tuesday 26 November 2002 11:08 am, Dekel Tsur wrote: > 4. What should be done in the XForms dialog ? > The alternatives are: > - For each font, replace the text input widget by a combox like the QT > preferences dialog. That'd be nice... Angus > - Create two text input widgets for each font.

Re: 1.3.0 release bugs

2002-11-26 Thread Dekel Tsur
On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bj?nnes wrote: > I belive the fault is at the xforms side actually, in that we are way > to low-level in the lyxrc file, i.e. "-*-times". We should to the same > with the xforms frontend that has been done in qt, have a style > "Times" and a fou

Re: 1.3.0 release bugs

2002-11-25 Thread José Abílio Oliveira Matos
On Sunday 24 November 2002 17:53, John Levon wrote: > If there are any bugs you think are needed for 1.3.0 please tell me > > bug 666 > lyx2lyx cannot load elasticity.lyx > > Can a lyx2lyx person comment on this please ? I am looking into this. As well as the other lyx2lyx related bugs.

Re: 1.3.0 release bugs

2002-11-25 Thread John Levon
On Mon, Nov 25, 2002 at 01:51:24PM +0100, Jean-Marc Lasgouttes wrote: > John> Should this be solved with qt-only menu layout ? > > It could be an optitem and the lfun should be disabled if there is > nothing hooked to the signal. Hmm, maybe. I was thinking of #define FRONTEND_NAME in co

Re: 1.3.0 release bugs

2002-11-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> bug 719 Preamble menu item does nothing John> Should this be solved with qt-only menu layout ? It could be an optitem and the lfun should be disabled if there is nothing hooked to the signal. Another bug: LYX_CHECK_DECL does not wo

Re: 1.3.0 release bugs

2002-11-24 Thread Juergen Spitzmueller
John Levon wrote: > bug 710 > qdocument not complete > > Still needs comment on what needs doing AFAIK the only missing thing is that setting bullets does not automatically use the packages which are needed (e.g. pifont). http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg48002.html >

Re: 1.3.0 release bugs

2002-11-24 Thread John Levon
On Sun, Nov 24, 2002 at 11:53:32PM +0100, Lars Gullik Bjønnes wrote: > I belive the fault is at the xforms side actually, in that we are way > to low-level in the lyxrc file, i.e. "-*-times". We should to the same > with the xforms frontend that has been done in qt, have a style > "Times" and a fo

Re: 1.3.0 release bugs

2002-11-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | bug 735 | qt doesn't start with sensible fonts | | Dekel has a patch, but I dunno if it works fine with Qt 2 I belive the fault is at the xforms side actually, in that we are way to low-level in the lyxrc file, i.e. "-*-times". We should to the same

Re: 1.3.0 release bugs

2002-11-24 Thread John Levon
On Sun, Nov 24, 2002 at 07:08:15PM +0100, Herbert Voss wrote: > ?? I use qt3 OK, thanks. Please report this bug to [EMAIL PROTECTED] Give them the xev output and tell them that key() is returning Qt::Key_unknown regards john -- Khendon's Law: If the same point is made twice by the same perso

Re: 1.3.0 release bugs

2002-11-24 Thread Herbert Voss
John Levon schrieb: bug 737 qt can't handle some keys like Ä As discussed. Perhaps we could force such users to use Qt 3 ?? I use qt3 Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

1.3.0 release bugs

2002-11-24 Thread John Levon
If there are any bugs you think are needed for 1.3.0 please tell me bug 666 lyx2lyx cannot load elasticity.lyx Can a lyx2lyx person comment on this please ? bug 638 lyx goes infinite loop on input file Still needs triage from someone bug 710 qdocument not complete Sti

Re: 1.3.0 release bugs

2002-11-18 Thread Andre Poenitz
On Mon, Nov 18, 2002 at 12:53:34PM +, John Levon wrote: > > I don't think this is easy to fix. We would have to redo the > > whole page-up/down scroll routine to not scroll on lyx-rows but > > on real screen heigth. > > Well, do we ? Surelly all we need is the cursor placement routine to > ope

Re: 1.3.0 release bugs

2002-11-18 Thread John Levon
On Mon, Nov 18, 2002 at 09:33:03AM +0100, Michael Schmitt wrote: > - "Search" as well as "replace all" sometimes miss some places (in > particular in tabulars > and insets) (see also #576). if it's "also" can you provide simple testcases (I know you're good at that). > - When a search str

Re: 1.3.0 release bugs

2002-11-18 Thread John Levon
On Mon, Nov 18, 2002 at 09:06:11AM +0100, Juergen Vigna wrote: > >infinite loop trying to search > >http://bugzilla.lyx.org/show_bug.cgi?id=615 > >page down for large tables broken > >http://bugzilla.lyx.org/show_bug.cgi?id=618 > > > > - need guru help > > I don't think this is easy to fix. W

1.3.0 release bugs

2002-11-18 Thread Michael Schmitt
Hi John, two more bugs (at least in 1.2.2cvs): - "Search" as well as "replace all" sometimes miss some places (in particular in tabulars and insets) (see also #576). - When a search string is found in a math formula, sometimes the screen is not updated correctly (formula is outside sc

Re: 1.3.0 release bugs

2002-11-18 Thread Juergen Vigna
John Levon wrote: If there are bugs that should be on this list but aren't, tell me. infinite loop trying to search http://bugzilla.lyx.org/show_bug.cgi?id=615 page down for large tables broken http://bugzilla.lyx.org/show_bug.cgi?id=618 - need guru help I don't think this is easy to fix. We

1.3.0 release bugs

2002-11-17 Thread John Levon
If there are bugs that should be on this list but aren't, tell me. infinite loop trying to search http://bugzilla.lyx.org/show_bug.cgi?id=615 page down for large tables broken http://bugzilla.lyx.org/show_bug.cgi?id=618 - need guru help http://bugzilla.lyx.org/show_bug.cgi?id=638 Lyx go

1.3.0 release bugs updated

2002-10-30 Thread John Levon
http://tinyurl.com/2b0y mostly Qt bugs. john -- ""All the people we like are We, and everyone else is They." - Kipling

Re: 1.3.0 release bugs remaining

2002-10-30 Thread John Levon
On Wed, Oct 30, 2002 at 07:11:06PM +0200, Dekel Tsur wrote: > Bug #668 is very serious. yes thanks john -- ""All the people we like are We, and everyone else is They." - Kipling

Re: 1.3.0 release bugs remaining

2002-10-30 Thread Dekel Tsur
On Wed, Oct 30, 2002 at 01:35:35AM +, John Levon wrote: > http://tinyurl.com/2b0y > > Please inform me about other bugs not listed here that must be fixed > before 1.3.0 ! Bug #668 is very serious. Another example for this bug (or perhaps a different bug) is given in the attached file: When

Re: 1.3.0 release bugs remaining

2002-10-30 Thread John Levon
On Wed, Oct 30, 2002 at 09:55:40AM +0100, Juergen Spitzmueller wrote: > and perhaps the other stuff on qt/TODO yes, I should fill up bugzilla john -- ""All the people we like are We, and everyone else is They." - Kipling

Re: 1.3.0 release bugs remaining

2002-10-30 Thread John Levon
On Wed, Oct 30, 2002 at 06:35:02AM +, Philippe Elie wrote: > #11 0x40380d99 in QPrintDialog::~QPrintDialog () >from /usr/lib/qt/lib/libqt-mt.so.3 argh ! how silly :) Now I need a different name ... thanks Phil john -- ""All the people we like are We, and everyone else is They."

Re: 1.3.0 release bugs remaining

2002-10-30 Thread Juergen Spitzmueller
Am Mittwoch, 30. Oktober 2002 02:35 schrieb John Levon: > Please inform me about other bugs not listed here that must be fixed > before 1.3.0 ! > > Qt QDocument: (from TODO) - finalize bullets - buffer should update after apply - set default unit if metric

Re: 1.3.0 release bugs remaining

2002-10-29 Thread Philippe Elie
Philippe Elie wrote: John Levon wrote: #10 0x4038c62a in QDialog::~QDialog () from /usr/lib/qt/lib/libqt-mt.so.3 #11 0x40380d99 in QPrintDialog::~QPrintDialog () from /usr/lib/qt/lib/libqt-mt.so.3 ^ you have a name conflict between your QPrintDialog and th

Re: 1.3.0 release bugs remaining

2002-10-29 Thread Philippe Elie
John Levon wrote: http://tinyurl.com/2b0y Please inform me about other bugs not listed here that must be fixed before 1.3.0 ! Qt -- 544 Print dialog gets deleted twice -> crash not called twice, rather your ~QPrintDialog is never called - doesn't affect xforms. I need help here badly #9

1.3.0 release bugs remaining

2002-10-29 Thread John Levon
http://tinyurl.com/2b0y Please inform me about other bugs not listed here that must be fixed before 1.3.0 ! Qt -- 544 Print dialog gets deleted twice -> crash - doesn't affect xforms. I need help here badly 695 qt: no tabular dialog 528 qt2 frontend: Edit -> Preferences Dialog missing