Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Pavel Sanda
Andre Poenitz wrote: > > >> When one wants to avoid implicit conversations ... > > > > > > Ah I understand, it's the same as with women.. they don't like implicit > > > conversations either :D... > > > > maybe Andre knows some #define to switch from the explicit mode ? > > Hm? 'from'? To switch

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Andre Poenitz
On Sun, Apr 12, 2009 at 01:59:42PM +0200, Pavel Sanda wrote: > Vincent van Ravesteijn wrote: > > Andre Poenitz schreef: > >> When one wants to avoid implicit conversations ... > > > > Ah I understand, it's the same as with women.. they don't like implicit > > conversations either :D... > > maybe

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Andre Poenitz schreef: >> When one wants to avoid implicit conversations ... > > Ah I understand, it's the same as with women.. they don't like implicit > conversations either :D... maybe Andre knows some #define to switch from the explicit mode ? (i would be inter

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Vincent van Ravesteijn
Andre Poenitz schreef: When one wants to avoid implicit conversations ... Ah I understand, it's the same as with women.. they don't like implicit conversations either :D... Vincent

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Andre Poenitz
On Sun, Apr 12, 2009 at 01:04:36PM +0200, Vincent van Ravesteijn wrote: > If you are at it, could you then also explain when we should use > QLatin1String. When one wants to avoid implicit conversations (preferably accompanied with #defined QT_NO_CAST_{FROM,TO}_ASCII - all of Qt itself uses that

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Vincent van Ravesteijn
Andre Poenitz schreef: On Sun, Apr 12, 2009 at 12:01:24PM +0200, Vincent van Ravesteijn wrote: + rc += bgColor.name(); + return rc; + } + return QLatin1String(""); return QString() if you are at it ;-) Andre' Well, I asked Uwe about

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Andre Poenitz
On Sun, Apr 12, 2009 at 12:01:24PM +0200, Vincent van Ravesteijn wrote: >> > + rc += bgColor.name(); >> > + return rc; >> > + } >> > + return QLatin1String(""); >> >> return QString() >> >> if you are at it ;-) >> >> Andre' >> > Well, I asked Uwe about this a

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Vincent van Ravesteijn
Andre Poenitz schreef: On Sun, Apr 12, 2009 at 11:13:46AM +0200, v...@lyx.org wrote: > Author: vfr > Date: Sun Apr 12 11:13:46 2009 > New Revision: 29223 > URL: http://www.lyx.org/trac/changeset/29223 > > Log: > Cosmetics for r29220. > > Modified: >lyx-devel/trunk/src/frontends/qt4/GuiDocume

Re: r29223 - lyx-devel/trunk/src/frontends/qt4

2009-04-12 Thread Andre Poenitz
On Sun, Apr 12, 2009 at 11:13:46AM +0200, v...@lyx.org wrote: > Author: vfr > Date: Sun Apr 12 11:13:46 2009 > New Revision: 29223 > URL: http://www.lyx.org/trac/changeset/29223 > > Log: > Cosmetics for r29220. > > Modified: >lyx-devel/trunk/src/frontends/qt4/GuiDocument.cpp > > Modified: ly