Re: [Kdenlive-devel] Start maximized by default

2010-04-02 Thread Dan Dennedy
On Fri, Apr 2, 2010 at 5:39 AM, John T. Mertz wrote: > Hi dan, > > Maybe you can help me. I tried fixing this by simply changing: >   window->show(); > In main.cpp to: >   window->showMaximized(); > > But then every time it opens it is maximized by default. Sorry, I do not work much with Qt, KDE,

Re: [Kdenlive-devel] Start maximized by default

2010-04-02 Thread John T. Mertz
Hi dan, Maybe you can help me. I tried fixing this by simply changing: window->show(); In main.cpp to: window->showMaximized(); But then every time it opens it is maximized by default. I did some more research and found that "if(app.isSessionRestored())" never passes as true, so win->resto

Re: [Kdenlive-devel] Start maximized by default

2010-04-01 Thread Dan Dennedy
I think you made a valid argument. I think Blender might be defaulting to maximized or an equivalent. On Thu, Apr 1, 2010 at 11:23 AM, John T. Mertz wrote: > Sorry, it will start 'maximized', not 'full' > > I think the opposite, that it is quite annoying that a video editing > app, which requires

Re: [Kdenlive-devel] Start maximized by default

2010-04-01 Thread John T. Mertz
Just to clarify, I am referring only to the very first time kdenlive starts and the user does not yet have a saved state to restore from. Of course when it starts thereafter it should restore the previously saved state. On 4/1/10, John T. Mertz wrote: > Sorry, it will start 'maximized', not 'full

Re: [Kdenlive-devel] Start maximized by default

2010-04-01 Thread John T. Mertz
Sorry, it will start 'maximized', not 'full' I think the opposite, that it is quite annoying that a video editing app, which requires as much screen estate as possible, does not start maximized (on first start). Or at least large enough to be usable at startup. There are a lot of apps that start

Re: [Kdenlive-devel] Start maximized by default

2010-04-01 Thread Evert Vorster
I like it the way it is now. On my one computer I have a huge screen, and kdenlive should not use all of that screen space... however, when I work on my laptop, I leave it maximized, and KDE remembers which I want. -Evert- On Thu, Apr 1, 2010 at 6:12 PM, Dan Dennedy wrote: > On Thu, Apr 1, 201

Re: [Kdenlive-devel] Start maximized by default

2010-04-01 Thread Dan Dennedy
On Thu, Apr 1, 2010 at 11:05 AM, John T. Mertz wrote: > Is there a reason kdenlive does not start maximized by default? because it may be considered rude. How many applications you know start maximized? The size is sticky between sessions as it should be. good enough and as it should be IMO > I