Re: startup delay

2007-08-03 Thread Derek Atkins
Herbert Thoma [EMAIL PROTECTED] writes: Dan Widyono schrieb: Hi! Very nice. One question: I only see in the patch that you removed several gnc_destroy_splash_screen() calls. I have not read the full code, so I am assuming there is a call to gnc_destroy_splash_screen() somewhere else that

Re: startup delay

2007-08-03 Thread Josh Sled
Derek Atkins [EMAIL PROTECTED] writes: I haven't looked at this patch, yet, but does it also work in the case of --nofile and in the case of the first-run dialog (where there IS no main window, just a dialog about whether to import from QIF or run the New File Hierarchy)? Yes and yes. --

Re: startup delay

2007-08-03 Thread Josh Sled
Geert Janssens [EMAIL PROTECTED] writes: Just out of curiosity, since this is not directly Splash screen related: What happens when Gnucash is already open, and the user selects Open... to open another book ? Will the old book remain open until the new one is fully loaded, or is the old book

Re: startup delay

2007-08-02 Thread Herbert Thoma
Herbert Thoma schrieb: Derek Atkins schrieb: ... Hmm, that's a good point.. The reason this change got made was because it was visually unappealing to have the window show up before it's fully drawn. It winds up resizing itself multiple times and then relocates itself. So the idea was to

Re: startup delay

2007-08-02 Thread Josh Sled
Herbert Thoma [EMAIL PROTECTED] writes: OK, this itch was sufficiently annoying to scratch (and the scratching was easy enough to do). [...] Please review. Reviewed and applied, r16378. Thanks! :) -- ...jsled http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]

Re: startup delay

2007-07-18 Thread Herbert Thoma
Derek Atkins schrieb: Herbert Thoma [EMAIL PROTECTED] writes: Hi! Some weeks ago we changed the startup sequence: The main window now only shows up after all reports are computed. I have a couple of reports open, so it takes quite a while until the main window shows up. I find this quite

startup delay

2007-07-16 Thread Herbert Thoma
Hi! Some weeks ago we changed the startup sequence: The main window now only shows up after all reports are computed. I have a couple of reports open, so it takes quite a while until the main window shows up. I find this quite annoying. Can we change this back or make it configurable? Herbert.

Re: startup delay

2007-07-16 Thread Derek Atkins
Herbert Thoma [EMAIL PROTECTED] writes: Hi! Some weeks ago we changed the startup sequence: The main window now only shows up after all reports are computed. I have a couple of reports open, so it takes quite a while until the main window shows up. I find this quite annoying. Can we change