Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Andre Poenitz
On Thu, Oct 02, 2008 at 09:46:50PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > > > The attached patch does the trick for me. > > > > > > i assimilated this patch for the current version of outliner. JMarc, can > > > you > > > report whether the issue is fixed now? > > > > Actually,

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Pavel Sanda
Enrico Forestieri wrote: > > > The attached patch does the trick for me. > > > > i assimilated this patch for the current version of outliner. JMarc, can you > > report whether the issue is fixed now? > > Actually, I get the following error with Qt 4.2.3: > > ./ui_TocUi.h: In member function `vo

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 05:10:07PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > > >

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Pavel Sanda
Enrico Forestieri wrote: > On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > > 4.2 version and save it again? > > > > I daren't change this thing si

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-01 Thread Enrico Forestieri
On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > 4.2 version and save it again? > > I daren't change this thing since I do not understand what it does,

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > 4.2 version and save it again? I daren't change this thing since I do not understand what it does, but all I can say is that the hor/vert sizes of the list in designer appear as

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 15:45, Jean-Marc Lasgouttes wrote: Abdelrazak Younes<[EMAIL PROTECTED]> writes: I do not know when this started, but I notice that the list in the outline is now ridiculously small (which was not the case in 1.5). See screenshot. Ouch... the size is correct here on Wi

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> I do not know when this started, but I notice that the list in the >> outline is now ridiculously small (which was not the case in 1.5). See >> screenshot. > > Ouch... the size is correct here on Windows. This is qt 4.2.3 BTW JMarc

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 15:11, Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: URL: http://www.lyx.org/trac/changeset/26639 Log: Add a "List of Changes" in the Navigator. The list is updated only when the document structure is reset or when the update button is clicked. Some work is needed to

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 14:05, Pavel Sanda wrote: + change_list.insert(it, TocItem(dit, 1, str)); + } + } my gcc doesnt like this. make[4]: Entering directory `/mnt/teral/lyx/devel/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: younes > Date: Tue Sep 30 13:06:34 2008 > New Revision: 26639 > > URL: http://www.lyx.org/trac/changeset/26639 > Log: > Add a "List of Changes" in the Navigator. The list is updated only when the > document structure is reset or when the update button is clicked