Show some kind of splash screen instead of unresponsive LyX window

2018-09-08 Thread Daniel
doing. Something like a splash screen instead of an unresponsive window. I know that it would be better to get LyX start faster instead but I guess there are limits and also in the meanwhile a splash screen seems preferable to me. Daniel

splash screen

2008-04-23 Thread Andre Poenitz
I rarely ever start LyX in something else than en_US, but today I did so with de_DE and noticed that the splash screen is in English. That's not exactly a show stopper, but as we otherwise put quite some effort into localization, this is somewhat disturbing... Andre'

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" l

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

Splash screen

2008-04-04 Thread Joost Verburg
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 <>

Re: New splash screen (Was: LyX logo)

2008-03-26 Thread Bo Peng
> I agree, I like all of them! I like the first and third the most, but I will not vote against other two either. Bo

New splash screen (Was: LyX logo)

2008-03-26 Thread christian . ridderstrom
On Wed, 26 Mar 2008, Rich Shepard wrote: On Wed, 26 Mar 2008, Joost Verburg wrote: I've uploaded some more designs to compare (including the current splash screen) at http://wiki.lyx.org/LyX/SplashScreen Joost, They are all outstanding! Very well thought out and crafted. Any of

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 wan

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 fo

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 a

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

Splash screen

2006-11-13 Thread Peter Kümmel
Here a totally superfluously patch: a splash screen which shows up while loading LyX. ;) I've added a parameter which enlarges the time the splash screen is shown. Maybe someone has a nice idea for a splash screen picture. We could also print text on it, something like this "This

Re: New splash screen woes

2001-10-02 Thread Angus Leeming
On Tuesday 02 October 2001 16:13, Lars Gullik Bjønnes wrote: > Why is the new way better? It clearly isn't. > Why is there an underlying grey button? There always was. I just use it instead of drawing an fl_rectangle on top of work_area. I have resolved the problems by reverting to the origi

Re: New splash screen woes

2001-10-02 Thread Angus Leeming
On Tuesday 02 October 2001 15:00, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Rather than hiding the work_area, we could push the background > Angus> button (and splash etc) above or below it. > > Angus> Do you know how to push FL_OBJECTs t

Re: New splash screen woes

2001-10-02 Thread Angus Leeming
On Tuesday 02 October 2001 13:56, Jean-Marc Lasgouttes wrote: > I have two problems with the new splash screen > > 1/ (minor) the splash disapears when I move the mouse over it > (probably because I have focus-follows-mouse) Yes, this triggers a FL_DRAW event. > 2/ (more annoyin

Re: "Bug": Splash screen

2001-08-02 Thread John Levon
On Thu, Aug 02, 2001 at 11:23:56AM +0200, Michael Schmitt wrote: > me it seems like the picture is programmed as a separate window but it > should be considered as a kind of background of the main window if no > document is loaded. we should do this yes. however i'm really bored of that code ...

"Bug": Splash screen

2001-08-02 Thread Michael Schmitt
Hi, I am afraid that I have to rewarm an old discussion about the intro (splash) screen. IMHO the current solution is still not satisfying. Currently, if you start LyX with "lyx foo.lyx" where foo.lyx is a non-existing file, it happens from time to time that the dialog (warning about t

RE: eliminating the splash screen

2001-04-20 Thread John Levon
On Fri, 20 Apr 2001, Juergen Vigna wrote: > > On 20-Apr-2001 Allan Rae wrote: > > Show it in the workarea when no buffers are open. > > Yes IMO this is a good idea! I'm quite annoyed with the behaviour of it right now > it doesn't close even if I open a buffer right now! > > Jürgen ???

Re: eliminating the splash screen

2001-04-20 Thread John Levon
On Fri, 20 Apr 2001, Allan Rae wrote: > > Show it in the workarea when no buffers are open. > > Allan. (ARRae) > I believe Michael Schmitt already suggested this ... feel free to do it ... john -- "Do you mean to tell me that "The Prince" is not the set textbook for CS1072 Professional Iss

RE: eliminating the splash screen

2001-04-20 Thread Juergen Vigna
On 20-Apr-2001 Allan Rae wrote: > Show it in the workarea when no buffers are open. Yes IMO this is a good idea! I'm quite annoyed with the behaviour of it right now it doesn't close even if I open a buffer right now! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

eliminating the splash screen

2001-04-19 Thread Allan Rae
Show it in the workarea when no buffers are open. Allan. (ARRae)

Re: Stupid cucumber in 1.1.6 splash screen

2001-01-22 Thread Jean-Marc Lasgouttes
> "Mike" == <[EMAIL PROTECTED]> writes: Mike> Hi guys, I noticed the cucumber escaped from CVS into the 1.1.6 Mike> distribution. It's okay for CVS, but doesn't exactly convey the Mike> supposed seriousness of the development effort. Please kill it. Mike> (No smileys.) Done. JMarc

Stupid cucumber in 1.1.6 splash screen

2001-01-12 Thread mike.ressler
Hi guys, I noticed the cucumber escaped from CVS into the 1.1.6 distribution. It's okay for CVS, but doesn't exactly convey the supposed seriousness of the development effort. Please kill it. (No smileys.) Now back to more late documentation ... Mike -- Mike Ressler [EMAIL PROTECTED] OK, I'm