Commit Graph

8777 Commits

Author SHA1 Message Date
Raoul Snyman 619251193e Updated ignore 2012-03-05 21:45:57 +02:00
Raoul Snyman 5823bfbed5 Added label to warn of missing verses. 2012-03-05 21:45:32 +02:00
Jonathan Corwin e5a316ba2d Transparency fixes 2012-03-05 19:40:16 +00:00
Raoul Snyman fc8e01ddd9 Fixed bug #845692 by adding the missing features, including the ability to repeat the list of tracks, and the ability to move to a particular track via a convenient menu option.
bzr-revno: 1891
Fixes: https://launchpad.net/bugs/845692
2012-03-05 21:17:37 +02:00
M2j 9aaafdf108 Merge with lp:~raoul-snyman/openlp/bug-845692 to forestall merge conflicts. 2012-03-05 11:09:07 +01:00
Armin Köhler 5391301b97 change BibleStrings object 2012-03-04 22:50:32 +01:00
Armin Köhler c850d4fecd remove unnecessary code 2012-03-04 21:39:52 +01:00
Armin Köhler 3cf48b4eab HEAD r1890 2012-03-04 21:11:43 +01:00
Armin Köhler 371e624ea2 improve possibility to switch booknames - fix some bugs - move translation string to a dict 2012-03-04 21:10:17 +01:00
M2j 970e6c5564 correct parenting of shortcut actions in slide controller 2012-03-04 20:06:49 +01:00
Armin Köhler 3f0b607553 add additional language auto detection for osis bible files
bzr-revno: 1890
2012-03-04 20:26:41 +02:00
Raoul Snyman d6b14b39f8 HEAD 2012-03-04 20:05:29 +02:00
Raoul Snyman e59e717480 Hopefully fix the next button when things are on repeat. 2012-03-04 20:05:15 +02:00
M2j b952b2cdbc Merge differing trees and remove whitspaces 2012-03-04 15:52:09 +01:00
rimach c7d3b6e082 Display VLC disabled when not installed
bzr-revno: 1889
Fixes: https://launchpad.net/bugs/927816
2012-03-04 14:45:56 +00:00
rimach 5d6db957e1 fix 2012-03-03 23:36:46 +01:00
M2j 587850bb59 Bug #943919: Make shortcuts for "Move to Previous/Next" in live slide controller
configurable.
2012-03-03 14:52:57 +01:00
M2j 277de83b68 Bug #943919: Make shortcuts for "Move to Previous/Next" in live slide controller
configurable.
2012-03-03 14:38:20 +01:00
Samuel Findlay a3f304ac70 Fix web remote so it scales to fill browser viewport
bzr-revno: 1888
2012-03-03 11:40:19 +00:00
Samuel Findlay 0b15238245 fixed bug #944510 'web remote doesn't scale to screen'
Fixes: https://launchpad.net/bugs/944510
2012-03-03 16:13:48 +11:00
rimach 87e70fa2dc fix 2012-03-03 00:08:24 +01:00
M2j 45de016abb derive OpenLPToolbar().actions keys from object names to prevent collisions in
case translators translate different strings same.
2012-03-02 13:11:13 +01:00
M2j 6d909c64eb unified remaining action creation methods (addToolbarButton, context_menu_action, context_menu_separator) 2012-03-02 11:22:52 +01:00
Armin Köhler ee5c8f93d0 HEAD r1887 2012-03-01 19:13:21 +01:00
Armin Köhler 45e0d83600 fix and improve auto detecting language in osis bible files 2012-03-01 19:09:47 +01:00
Armin Köhler 16d1125e84 small fix 2012-02-29 13:05:27 +01:00
Armin Köhler 299b807345 add language auto detection for osis bible files 2012-02-29 13:00:05 +01:00
Armin Köhler e359f764b4 HEAD r1887 2012-02-29 12:51:11 +01:00
Armin Köhler 3ed9dcaae3 add possibility to switch the booknames of bibles - fix bug #822363 2012-02-29 12:47:21 +01:00
Rastislav Pecik 4812c9e497 Fixed bug 941692 by adding the ability to specify an encoding.
bzr-revno: 1887
Fixes: https://launchpad.net/bugs/941692
2012-02-28 23:39:30 +02:00
Armin Köhler d32b2208a9 Add the ability to search for songbook and/or songnumber in the songlist.
bzr-revno: 1886
Fixes: https://launchpad.net/bugs/789666
2012-02-28 23:35:55 +02:00
Rastislav Pecik 8818256b2a Fixed code according to mrege proposal comments 2012-02-28 15:06:14 +01:00
Rastislav Pecik 271c4ef1a4 using QtCore.QVariant object as a second argument in settings.value method 2012-02-28 12:30:30 +01:00
Rastislav Pecik 6ec167ed83 QSettings.value() now uses second argument for default value, which is utf8 2012-02-28 12:12:52 +01:00
M2j fe2966ac9e make slideShortcutActivated private 2012-02-28 10:47:34 +01:00
M2j d13ec2184a concentrate action creation in slide controller 2012-02-28 10:24:42 +01:00
M2j 95c8f8fe5a removed base_action, checkable_action, icon_action, and shortcut_action 2012-02-28 00:44:35 +01:00
M2j fe5f3c8874 make use of **kwargs in action creation methods 2012-02-27 19:58:34 +01:00
Philip Ridout d77534dc34 Fixes 439 on the support tracker 2012-02-27 18:41:24 +00:00
Rastislav Pecik c024e9e47d Exported mysql charset settings to configuration files and cleaned up the code 2012-02-27 19:18:52 +01:00
Rastislav Pecik b56d8d2a06 Fixed connection to mysql to use UTF8 encoding.
Fixes: https://launchpad.net/bugs/941692
2012-02-27 01:42:35 +01:00
Armin Köhler 2592d6f698 add possibility to search for songbook and songnumber 2012-02-26 22:27:05 +01:00
M2j 3a6a402b56 use Python methods instead of Qt 2012-02-26 22:09:22 +01:00
M2j 44a5784315 Merge all QAction creation methods in openlp.core.lib.ui 2012-02-26 21:43:59 +01:00
Meinert Jordan 9dadcb9217 Check for Qt version before calling QtCore.QLocale().createSeparatedList
bzr-revno: 1885
Fixes: https://launchpad.net/bugs/902115
2012-02-26 17:35:22 +02:00
M2j ee3da31682 Check for Qt version before calling QtCore.QLocale().createSeparatedList 2012-02-26 16:15:00 +01:00
Tim Bentley f9ba07f48d Fix thread bug which on linux causing OpenLP and Impress to fail.
Fix Spelling
Fix Qlocale test to handle versions of PyQt less than 4.9

bzr-revno: 1884
2012-02-25 19:25:24 +00:00
Tim Bentley 025fe7e145 Correct brackets 2012-02-25 18:31:02 +00:00
Tim Bentley 3e1ba89a41 Fix locale test 2012-02-25 17:44:21 +00:00
Raoul Snyman ef4b69c50f Fixed some long lines. 2012-02-25 15:39:12 +02:00