openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07766
[Merge] lp:~googol-hush/openlp/trivial into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/trivial into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/56080
- log when the splash screen is closed.
Doing this, we can figure out how long it took from the first line in the log until the splash is closed (assuming we know the total loading time).
--
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/56080
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial into lp:openlp.
=== modified file 'openlp.pyw'
--- openlp.pyw 2011-03-28 20:56:36 +0000
+++ openlp.pyw 2011-04-03 16:35:48 +0000
@@ -121,6 +121,7 @@
if show_splash:
# now kill the splashscreen
self.splash.finish(self.mainWindow)
+ log.debug(u'Splashscreen closed')
self.mainWindow.repaint()
self.processEvents()
if not has_run_wizard:
Follow ups