Re: Splash screen

2008-04-07 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > rm ./src/frontends/qt4/Resources.qrc; make thanks! Jürgen

Re: Splash screen

2008-04-07 Thread Pavel Sanda
> I still get the old banner here. rm ./src/frontends/qt4/Resources.qrc; make pavel

Re: Splash screen

2008-04-07 Thread Jürgen Spitzmüller
Joost Verburg wrote: > Uploaded. I still get the old banner here. Jürgen

Re: Splash screen

2008-04-07 Thread Joost Verburg
Jürgen Spitzmüller wrote: Joost Verburg wrote: I've changed all that. Is this OK? Yes, looks good now. Uploaded. Joost

Re: Splash screen

2008-04-05 Thread Joost Verburg
Pavel Sanda wrote: Nitpicking: The kerning of the phrase "The Document Processor" looks bad; the whole thing starting from the logo) is a bit too much to the right for my taste; the copyright phrase is not needed IMHO (and if, I would remove the trailing dot and replace "Contributors" by "The L

Re: Splash screen

2008-04-05 Thread Pavel Sanda
>> Nitpicking: The kerning of the phrase "The Document Processor" looks bad; >> the whole thing starting from the logo) is a bit too much to the right for >> my taste; the copyright phrase is not needed IMHO (and if, I would remove >> the trailing dot and replace "Contributors" by "The LyX Team"

Re: Splash screen

2008-04-05 Thread Jürgen Spitzmüller
Joost Verburg wrote: > I've changed all that. Is this OK? Yes, looks good now. Jürgen

Re: Splash screen

2008-04-05 Thread Joost Verburg
Jürgen Spitzmüller wrote: Nitpicking: The kerning of the phrase "The Document Processor" looks bad; the whole thing starting from the logo) is a bit too much to the right for my taste; the copyright phrase is not needed IMHO (and if, I would remove the trailing dot and replace "Contributors" by

Re: Splash screen

2008-04-05 Thread Jürgen Spitzmüller
Joost Verburg wrote: > Hi, > > Now we have finished the logo discussion for the website, let's also > make a splash screen that fits the new design. What's your opinion about > the attached one? Nitpicking: The kerning of the phrase "The Document Processor" looks bad; the whole thing starting fro

Re: Splash screen

2008-04-04 Thread Rex C. Eastbourne
Joost Verburg wrote: Hi, Now we have finished the logo discussion for the website, let's also make a splash screen that fits the new design. What's your opinion about the attached one? Regards, Joost I like it. Rex

Re: Splash screen

2006-11-19 Thread Andre Poenitz
On Sat, Nov 18, 2006 at 02:33:20PM +0100, Peter Kümmel wrote: > Andre Poenitz wrote: > > On Fri, Nov 17, 2006 at 08:37:14PM +0100, Peter Kümmel wrote: > >> Andre Poenitz wrote: > >>> On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: > Here a totally superfluously patch: > >>> Erm.

Re: Splash screen

2006-11-18 Thread Peter Kümmel
Andre Poenitz wrote: > On Fri, Nov 17, 2006 at 08:37:14PM +0100, Peter Kümmel wrote: >> Andre Poenitz wrote: >>> On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: Here a totally superfluously patch: >>> Erm. >>> +void Splash::finish(int secs) +{ + if (qsp == 0)

Re: Splash screen

2006-11-18 Thread Andre Poenitz
On Fri, Nov 17, 2006 at 08:37:14PM +0100, Peter Kümmel wrote: > Andre Poenitz wrote: > > On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: > >> Here a totally superfluously patch: > > > > Erm. > > > >> +void Splash::finish(int secs) > >> +{ > >> + if (qsp == 0) > >> + return

Re: Splash screen

2006-11-17 Thread Peter Kümmel
Andre Poenitz wrote: > On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: >> Here a totally superfluously patch: > > Erm. > >> +void Splash::finish(int secs) >> +{ >> +if (qsp == 0) >> +return; >> +QTime t = QTime::currentTime().addSecs(secs); >> +while (t > QTi

Re: Splash screen

2006-11-17 Thread Andre Poenitz
On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: > Here a totally superfluously patch: Erm. > +void Splash::finish(int secs) > +{ > + if (qsp == 0) > + return; > + QTime t = QTime::currentTime().addSecs(secs); > + while (t > QTime::currentTime()) > + { > +

Re: Splash screen

2006-11-14 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> We could disable it on Linux (attached patch), or add an option > Peter> in the preferences. > > No. The real question is "why do we want a splash screen". The only > reasonable reason is for when we

Re: Splash screen

2006-11-14 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> We could disable it on Linux (attached patch), or add an option Peter> in the preferences. No. The real question is "why do we want a splash screen". The only reasonable reason is for when we are too lazy to make our program load fa

Re: Splash screen

2006-11-14 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Here a totally superfluously patch: a splash screen which shows > Peter> up while loading LyX. ;) > > Personally, I find such splashes annoying. > > JMarc > > We could disable it on Linux (attach

Re: Splash screen

2006-11-13 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Here a totally superfluously patch: a splash screen which shows Peter> up while loading LyX. ;) Personally, I find such splashes annoying. JMarc