Re: Warning in trunk

2011-01-10 Thread Abdelrazak Younes
On 01/10/2011 07:46 AM, Stephan Witt wrote: Am 10.01.2011 um 01:06 schrieb Pavel Sanda: Abdel, CXXUndo.o Undo.cpp: In member function 'void lyx::Undo::clear()': Undo.cpp:250: warning: statement has no effect pavel I'd say it looks like a real problem. Just commit the fix then :-)

Re: Warning in trunk

2011-01-09 Thread Stephan Witt
Am 10.01.2011 um 01:06 schrieb Pavel Sanda: > Abdel, > CXXUndo.o > Undo.cpp: In member function 'void lyx::Undo::clear()': > Undo.cpp:250: warning: statement has no effect > pavel I'd say it looks like a real problem. Stephan Index: src/Undo.cpp ==

Warning in trunk

2011-01-09 Thread Pavel Sanda
Abdel, CXXUndo.o Undo.cpp: In member function 'void lyx::Undo::clear()': Undo.cpp:250: warning: statement has no effect pavel

Re: Insets warning in trunk

2009-11-24 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Pavel Sanda schreef: >> hi, >> >> when loading users guide in trunk now i see tons of: >> insets/Inset.cpp(387): illegal col: 4 >> insets/Inset.cpp(385): illegal row: 7 >> >> pavel >> > This is fixed, but it seems the UserGuide takes ages to load due to the > fac

Re: Insets warning in trunk

2009-11-24 Thread Vincent van Ravesteijn
Pavel Sanda schreef: hi, when loading users guide in trunk now i see tons of: insets/Inset.cpp(387): illegal col: 4 insets/Inset.cpp(385): illegal row: 7 pavel This is fixed, but it seems the UserGuide takes ages to load due to the fact that all previews are generated at once apparently.

RE: Insets warning in trunk

2009-11-24 Thread Vincent van Ravesteijn - TNW
>hi, > >when loading users guide in trunk now i see tons of: >insets/Inset.cpp(387): illegal col: 4 >insets/Inset.cpp(385): illegal row: 7 > >pavel Can you supply a backtrace ? Vincent

Insets warning in trunk

2009-11-24 Thread Pavel Sanda
hi, when loading users guide in trunk now i see tons of: insets/Inset.cpp(387): illegal col: 4 insets/Inset.cpp(385): illegal row: 7 pavel

Re: uic warning in trunk

2006-10-30 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: Could somebody look at this please? The attached patch should fix it (and goes in soon). Qt4 designer is not yet very transparent to me, so I did the change in an editor. Which is as good. Thanks, Abdel.

Re: uic warning in trunk

2006-10-30 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Could somebody look at this please? The attached patch should fix it (and goes in soon). Qt4 designer is not yet very transparent to me, so I did the change in an editor. Jürgen Index: src/frontends/qt4/ui/QPrefScreenFontsUi.ui =

Re: uic warning in trunk

2006-10-30 Thread Abdelrazak Younes
Kornel Benko wrote: This dialog ist not created ... /usr/local/Trolltech/Qt-4.1.4//bin/uic QPrefScreenFontsUi.ui -o QPrefScreenFontsUi.h 'screenHugestED' isn't a valid widget Kornel P.S. I was about to send it to the list, but this is so minor ... Hum, I am not sure it is so minor.