Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Enrico Forestieri
On Wed, Jan 06, 2010 at 11:04:06PM +0100, Vincent van Ravesteijn wrote: > I mean the attached patch. The problem turns out to be that, for some reason, old uic versions (Qt 4.2 and 4.3) ignore the class name and use a predefined name. I commited a patch that fixes the glitch for Qt 4.3 and almost

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Enrico Forestieri
On Wed, Jan 06, 2010 at 10:47:32PM +0100, Pavel Sanda wrote: > we are slowly growing for 4.4 as was discussed more times before... Not again, please. This is not due to missing functionality but to uic bugs. -- Enrico

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Vincent van Ravesteijn wrote: Isn't this fixed easily by removing the redundant layout ? you mean the previous patch? (no according to JMarc...) pavel No, I didn't do that. I introduced an empty settingsLayout, which is probably the same problem. I never tried

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Isn't this fixed easily by removing the redundant layout ? you mean the previous patch? (no according to JMarc...) pavel

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Peter Kümmel wrote: When the designer is only PITA, then we should drop the ui file and make it by hand. Peter I've disabled the dialog for Qt versions < 4.5. At least it should compile now. it worked with 4.4.1 here. we are slowly growing for 4.4 as was

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Pavel Sanda
Peter Kümmel wrote: > > When the designer is only PITA, then we should drop the > > ui file and make it by hand. > > > > Peter > > > > I've disabled the dialog for Qt versions < 4.5. > At least it should compile now. it worked with 4.4.1 here. we are slowly growing for 4.4 as was discussed mo

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Peter Kümmel
Am Mittwoch, den 06.01.2010, 21:41 +0100 schrieb Peter Kümmel: > Am Mittwoch, den 06.01.2010, 10:36 -0500 schrieb Manoj Rajagopalan: > > > > On Wednesday 06 January 2010 05:42:35 am Kornel Benko wrote: > > > Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > > > > "Vincent van Ravesteijn

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Peter Kümmel
Am Mittwoch, den 06.01.2010, 10:36 -0500 schrieb Manoj Rajagopalan: > > On Wednesday 06 January 2010 05:42:35 am Kornel Benko wrote: > > Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > > > "Vincent van Ravesteijn - TNW" writes: > > > > Would the attached be something ? > > > > > > St

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Manoj Rajagopalan
On Wednesday 06 January 2010 05:42:35 am Kornel Benko wrote: > Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > > "Vincent van Ravesteijn - TNW" writes: > > > Would the attached be something ? > > > > Still same error here (qt 4.2.3). > > > > JMarc > > Same with qt 4-4.3.1 (OpenSuSE

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Kornel Benko
Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > "Vincent van Ravesteijn - TNW" writes: > > > Would the attached be something ? > > Still same error here (qt 4.2.3). > > JMarc > Same with qt 4-4.3.1 (OpenSuSE 10.3) Kornel signature.asc Description: This is a digitally

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Jean-Marc Lasgouttes
"Vincent van Ravesteijn - TNW" writes: > Would the attached be something ? Still same error here (qt 4.2.3). JMarc

RE: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Vincent van Ravesteijn - TNW
>> I'm using qt 4.3.4 on KUbuntu 8.04 >> >> I have run autogen.sh after the latest svn update. I am at r32765 (latest). > >before digging into the guts, does the compile also fails from the fresh svn >checkout? > >pavel Would the attached be something ? (Maybe the empty layout is optimized aw

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Pavel Sanda
Manoj Rajagopalan wrote: > I'm using qt 4.3.4 on KUbuntu 8.04 > > I have run autogen.sh after the latest svn update. I am at r32765 (latest). before digging into the guts, does the compile also fails from the fresh svn checkout? pavel

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Manoj Rajagopalan
I'm using qt 4.3.4 on KUbuntu 8.04 I have run autogen.sh after the latest svn update. I am at r32765 (latest). I performed 'touch' on src/frontends/qt4/ui/ProgressViewUi.ui and then ran the 'make ui_ProgressViewUi.h' in the build dir, which ran uic-qt4. I grepped for settingsLayout in this .h

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > What is your qt-version ? Does running > autogen/autoconf help ? ./autogen.sh is needed since we added new ui file into makefiles. pavel

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Jean-Marc Lasgouttes
"Vincent van Ravesteijn - TNW" writes: >>I'm trying to build LyX 2.0.0svn from the latest update and >>compilation of src/frontends/qt4/GuiProgressView.cpp fails >>because of the condition mentioned in the subject. >> > > settingsLayout should be defined in "frontends/qt4/ui_ProgressViewUi.h" > a

RE: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-04 Thread Vincent van Ravesteijn - TNW
>I'm trying to build LyX 2.0.0svn from the latest update and >compilation of src/frontends/qt4/GuiProgressView.cpp fails >because of the condition mentioned in the subject. > settingsLayout should be defined in "frontends/qt4/ui_ProgressViewUi.h" automatically generated by the qt "user interface c

lyx::frontend::ProgressViewWidget::settingsLayout missing

2010-01-03 Thread Manoj Rajagopalan
Hi developers, I'm trying to build LyX 2.0.0svn from the latest update and compilation of src/frontends/qt4/GuiProgressView.cpp fails because of the condition mentioned in the subject. Any idea on why this might be happening and what I could do? thanks, Manoj