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
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'
Pavel Sanda wrote:
> rm ./src/frontends/qt4/Resources.qrc; make
thanks!
Jürgen
> I still get the old banner here.
rm ./src/frontends/qt4/Resources.qrc; make
pavel
Joost Verburg wrote:
> Uploaded.
I still get the old banner here.
Jürgen
Jürgen Spitzmüller wrote:
Joost Verburg wrote:
I've changed all that. Is this OK?
Yes, looks good now.
Uploaded.
Joost
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
>> 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"
Joost Verburg wrote:
> I've changed all that. Is this OK?
Yes, looks good now.
Jürgen
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
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
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
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 agree, I like all of them!
I like the first and third the most, but I will not vote against other
two either.
Bo
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
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.
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)
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
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
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())
> + {
> +
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
>>>>> "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
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
>>>>> "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
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
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
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
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
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 ...
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
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
???
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
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
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Show it in the workarea when no buffers are open.
Allan. (ARRae)
> "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
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
36 matches
Mail list logo