Commit Graph

56 Commits

Author SHA1 Message Date
Tim Bentley
e77ce3ffdb Bump values by 1 version or year 2010-12-26 11:04:47 +00:00
rimach
ec16298908 add missing newlines, simplify getString function, wrap long lines 2010-09-29 23:06:59 +02:00
rimach
3bc527e4fc bugfixing 2010-09-15 19:55:27 +02:00
rimach
2d47e2523c remove executable flag 2010-09-14 20:18:47 +02:00
rimach
e2c8ee11f2 Fix removing dock with translation 2010-09-12 23:03:16 +02:00
Tim Bentley
e2c117034a Fix up bug for bible settings of duel drop down
Fixes: https://launchpad.net/bugs/629848
2010-09-04 20:40:28 +01:00
Jon Tibble
37b2304eeb Trailing new lines 2010-07-27 10:32:52 +01:00
Raoul Snyman
2f2b339863 Update the copyright notice. 2010-07-25 00:10:47 +02:00
Raoul Snyman
cce709218f Removed comments and now-defunct display tab. 2010-07-15 07:38:23 +02:00
Raoul Snyman
1d65cc4e6f Renamed "tab_index" to "tabIndex" as well. 2010-07-14 23:28:20 +02:00
Raoul Snyman
dc4f60516f Some modifications to the Configure dialog:
- Moved single display option to General tab
- Removed Display tab
- Renamed variables to be Qt compliant
2010-07-14 22:37:54 +02:00
Jon Tibble
f3a56ecee6 Fix service saving (Bug #603798)
bzr-revno: 930
2010-07-10 11:31:36 +01:00
Jon Tibble
9d92f358d4 AdvancedTab: Creation & Recent files 2010-07-09 22:32:32 +01:00
Jon Tibble
914a710f95 More docstrings 2010-06-10 22:30:50 +01:00
Tim Bentley
d0c6cf9639 move display to core 2010-04-27 20:59:44 +01:00
Tim Bentley
3c8c20f2d4 cleanup the screen size code 2010-04-02 19:12:54 +01:00
Raoul Snyman
ea5ceaf00a Updated copyright.
Updated credits.
2010-03-22 01:58:01 +02:00
Jon Tibble
366fe2f508 Head r742 and import fix 2010-03-14 23:22:44 +00:00
Tim Bentley
2d934c8ed9 Fix screen size and rendering issues 2010-03-13 15:11:31 +00:00
Tim Bentley
f4e25bf329 Finish logging cleanup 2010-03-04 22:09:03 +00:00
Tim Bentley
944f45c8c8 Fix up song usage extract processing 2010-02-11 18:39:28 +00:00
Raoul Snyman
b4b075c961 Updated copyright year. 2009-12-31 14:52:01 +02:00
Raoul Snyman
f5bee07341 Added Michael to the copyright notice.
Fixed a bug where Media Manager item toolbar buttons were becoming toggle buttons.
Cleaned up config settings.
Miscellaneous other bugfixes.
2009-11-30 22:29:26 +02:00
Raoul Snyman
a6d8813a50 Merge from HEAD, started changing the copyright to include Michael Gorven. 2009-11-29 22:30:41 +02:00
Raoul Snyman
1d80bb6229 Attempt to fix recursion in blanking.
Fixed all the Receiver.send_message instances to stop instantiating the Receiver class.
2009-11-13 23:24:59 +02:00
Jon Tibble
84ce96f989 More truth testing cleanup - core 2009-11-03 18:14:25 +00:00
Jon Tibble
eb61003c8e Fix plugintabs i18n
bzr-revno: 632
2009-10-29 13:00:48 +00:00
Tim Bentley
8e4f69383c Style fixes 2009-10-29 06:24:53 +00:00
Jon Tibble
fcd5836e0f Fix i18n for tabs v3 2009-10-28 21:52:13 +00:00
Tim Bentley
19e8682bf8 Add BibleGateway List and access it 2009-10-28 18:35:06 +00:00
Jon Tibble
fc61d7fe55 Fixups 2009-10-19 15:56:44 +01:00
Tim Bentley
0828335939 Bible Plugin - Hide Duel verse Combo be default 2009-10-17 07:12:38 +01:00
Tim Bentley
d74b9f6d16 Quick code cleanup and fix test for version checking 2009-10-11 07:29:25 +01:00
Tim Bentley
25c730a8f2 More dock hiding work 2009-10-10 05:56:06 +01:00
Tim Bentley
5d32ce5e66 More cleanups, Bibles and media done 2009-10-08 06:02:39 +01:00
Tim Bentley
85a0c245ea Clean up disenablement 2009-10-07 17:16:21 +01:00
Tim Bentley
cfc82e7407 Cleanup hinding code and move to disable for now 2009-10-07 06:09:35 +01:00
Tim Bentley
b94d1d1b8f Sort out Settings tab items 2009-10-03 20:02:40 +01:00
Jon Tibble
e5db2456e7 Remove unused imports 2009-09-25 01:43:42 +01:00
Raoul Snyman
61eee2fe3c Changed the "from openlp.core.resources import *" to a specific import, as per Michael Gorven's request. 2009-09-20 17:45:33 +02:00
Raoul Snyman
fb9914fb08 Changed the license info from docstrings to normal comments. 2009-09-08 21:58:05 +02:00
Tim Bentley
eca69df868 Slide Controller rewrite complete 2009-08-29 08:17:56 +01:00
Raoul Snyman
4e1656961b Merged from trunk. 2009-08-06 15:17:36 +02:00
Tim Bentley
e2b8af7073 Mass Unicode migration
Fix bugs found in retesting the app.
2009-06-16 19:21:24 +01:00
Tim Bentley
47c0b69d36 Finish the Theme work to save all themes and replay them on reload
Add rules as to which theme to use in the RenderManager
2009-05-18 20:04:25 +01:00
Raoul Snyman
717e56fff7 Updated the handling of dual displays. 2009-05-01 13:50:09 +02:00
Tim Bentley
8ea6f35f1f Generate Array of Screens and their sizes and pass through components. 2009-04-09 19:50:20 +01:00
Tim Bentley
66f13e5ede Clean up Plugin Interface to be more Generic
Clean up Mainwindow for adding plugins
Add ThemeManager to Main window and pass to plugins
Add event Manager code to plugins and define some listners
Revert changes to Alert Form.
2009-03-23 19:17:07 +00:00
Tim Bentley
62f48a33f2 Continue fixing the EventManager usage
Use Mainwindow to trigger the loading of the themes by the ServiceManager
2009-03-22 20:20:45 +00:00
Tim Bentley
6a0eaa2cfe Clean up Plugin Interface to be more Generic
Clean up Mainwindow for adding plugins
Add ThemeManager to Main window and pass to plugins 
Add event Manager code to plugins and define some listners
Update AlertDialog to send message and allow text to be entered
2009-03-22 07:13:34 +00:00