Commit Graph

194 Commits

Author SHA1 Message Date
Andreas Preikschat 4c81c55918 r1420 2011-03-25 16:59:18 +01:00
Raoul Snyman 9c08726bd9 Fixed up a problem on OS X where a second configuration file was created. See bug #738642.
bzr-revno: 1420
2011-03-25 17:51:28 +02:00
Raoul Snyman 62d662fa56 Fixed up last few references to app_version. 2011-03-25 06:53:20 +02:00
Andreas Preikschat 2536e54677 r1418 2011-03-24 22:19:17 +01:00
Andreas Preikschat 67ee8394c2 moved version function 2011-03-24 20:12:27 +01:00
Raoul Snyman efbcfd0772 Updated copyright information. 2011-03-24 21:04:02 +02:00
Raoul Snyman a9443ba08e HEAD 2011-03-24 19:18:42 +02:00
Raoul Snyman 9b8b5c821a Optimised the app_version usage. 2011-03-24 19:18:28 +02:00
Andreas Preikschat cd761473b6 Bug #738706
Fixes: https://launchpad.net/bugs/738706
2011-03-20 17:56:01 +01:00
Raoul Snyman 6236d947e8 Set the application information immediately after the application has been instantiated, to resolve bug #738642. 2011-03-20 14:13:03 +02:00
Raoul Snyman a33a13ef05 Make first time wizard import songs, rather than overwrite them. 2011-03-14 08:48:23 +02:00
Tim Bentley 490ea57a87 r1379 2011-03-12 17:32:34 +00:00
Tim Bentley 0fe62c3591 Memory improvements and additional logging 2011-03-12 17:02:24 +00:00
Raoul Snyman 18004c3968 Fixed some of the last bugs in the first time wizard. 2011-03-11 22:51:29 +02:00
Raoul Snyman 648d33688a Fixed some things from my last merge proposal. 2011-03-11 18:36:34 +02:00
Raoul Snyman b7aa0e4c70 Fix up issues with merge proposal. 2011-03-11 17:18:51 +02:00
Raoul Snyman 6448ac5092 Last few changes to the wizard. 2011-03-11 12:20:09 +02:00
Tim Bentley cf0a970184 Tidy ups 2011-03-06 13:44:35 +00:00
Tim Bentley 1e0ca83729 Open up again 2011-03-05 14:17:32 +00:00
Tim Bentley cb661bf1ce bibles and themes work 2011-03-05 09:23:47 +00:00
Tim Bentley 21d4e7228a Fix up Wizard and add displays 2011-03-04 19:02:00 +00:00
Tim Bentley 3369f4ff09 Add web configuration 2011-03-02 19:01:18 +00:00
Andreas Preikschat 6da5cdfb2e removed not needed parameter 2011-03-02 18:56:06 +01:00
Tim Bentley b34726e790 Hook up dialog and get working 2011-03-02 17:53:26 +00:00
Tim Bentley a10ad04254 Add first time language dialog 2011-03-02 17:44:33 +00:00
Andreas Preikschat 89c988b728 moved code to ScreenList class 2011-03-01 18:16:59 +01:00
Andreas Preikschat c7644bf8d9 removed unused import 2011-02-28 20:36:58 +01:00
Andreas Preikschat 0cda85a8a5 r1342 2011-02-28 20:27:22 +01:00
Andreas Preikschat b309c8d673 clean up 2011-02-27 19:19:16 +01:00
Andreas Preikschat 0bb1ec6db5 clean up 2011-02-27 17:27:45 +01:00
Andreas Preikschat 4792a73bb4 change screen size when the screen resolution changes (only when the user does not override the screen); reload settings when screen resolution changed or a new screen has been detected 2011-02-27 16:44:56 +01:00
Tim Bentley b4156c809b You can now set the Language 2011-02-27 14:29:19 +00:00
Tim Bentley f295ac5407 Select Language at startup 2011-02-27 09:53:47 +00:00
Andreas Preikschat 86eb34ae1c clean ups, further implementation 2011-02-26 22:43:41 +01:00
Tim Bentley 289ce0de5f Start of Langauges 2011-02-26 20:52:26 +00:00
Tim Bentley d7a56667a4 Framework fine 2011-02-26 15:19:43 +00:00
Tim Bentley 36534f3496 Fix framework 2011-02-26 11:16:21 +00:00
Tim Bentley ce1ab6ee5e Initial bits 2011-02-26 09:26:17 +00:00
Andreas Preikschat 1a645acc06 removed information_message_box 2011-02-25 21:29:45 +01:00
Andreas Preikschat b12a37b986 inform the user, that he has to restart openlp if he wants changes to the monitor set up to be available 2011-02-25 20:52:13 +01:00
Raoul Snyman 780a87e840 Updated copyright information. Removed .eric4project directory from version control. 2011-02-24 07:47:38 +02:00
Matthias Hub 628bb0adbe fixed line length
removed old pyinstaller version comments
2011-02-14 22:55:38 +01:00
Matthias Hub 31ddfe24d5 fixed code according to the merge remarks:
- style guide
 - use of OpenLP class instead of native QApplication
2011-02-14 22:26:49 +01:00
Tim Bentley 4c0928699d Print Dialog fixes 2011-02-14 19:52:05 +00:00
Matthias Hub 801a2b17c9 added initial version of build scripts used for os x to create an installable dmg image
to configure adjust the openlp.cfg with the correct environment values and then run make
 attention: it depends on pyinstaller (currently in the most recent trunk version)
modified openlp.pyw to include the plugin directory on os x
2011-02-14 19:18:51 +01:00
Tim Bentley 396037c0a3 Clean up time 2011-02-04 16:49:30 +00:00
Tim Bentley 90023bb853 For updates 2011-02-04 16:39:01 +00:00
Tim Bentley ccfc9abc73 Fix up exception form - part 2 2011-02-03 17:23:24 +00:00
Tim Bentley c0de5cfd88 Fix up exception form 2011-02-03 17:11:20 +00:00
Philip Ridout 4071779792 Added the option to disable the update check on start up. (I think it defualts to false) 2011-01-23 14:33:50 +00:00