Commit Graph

4485 Commits

Author SHA1 Message Date
Martin Zibricky c27a826806 Merge from 2.0 trunk. 2014-01-30 08:25:04 +01:00
Martin Zibricky 252701451d Fix bug #1247661 by restoring the main window when it was previously minimized and user switch to OpenLP from another app. 2014-01-30 08:16:36 +01:00
Raoul Snyman a5bc372c29 Try to fix bug #1157938 by changing all the png icons to svg
Change the copyright year

bzr-revno: 2188
2014-01-19 08:10:39 +00:00
Tim Bentley 1e9ea145e3 Head 2014-01-18 07:56:50 +00:00
Tim Bentley 2c9f6f3ec6 Stop the loop when escape is pressed
Fixes: https://launchpad.net/bugs/1266271
2014-01-18 07:45:34 +00:00
Raoul Snyman 0c1b3b2fae Try to fix bug #1157938 by changing all the png icons to svg
Fixes: https://launchpad.net/bugs/1157938
2014-01-14 21:46:13 +02:00
Raoul Snyman 17fe423757 Oops, forgot that copyright. 2014-01-14 21:25:18 +02:00
Raoul Snyman 99c84a0456 Updated resource file and copyright notice. 2014-01-14 21:24:22 +02:00
Raoul Snyman 7e020aab13 Fix bug #1265368 by responding to clicks on both the item and the header, rather than the selection changing, which caused a harmless traceback when controlled from the remote.
Fixes: https://launchpad.net/bugs/1265368
2014-01-02 22:58:13 +02:00
Raoul Snyman e56593c2c2 Fix bug #1211049: select a user agent from a list, depending on the platform.
bzr-revno: 2183
Fixes: https://launchpad.net/bugs/1211049
2013-12-29 00:23:30 +02:00
Raoul Snyman e29f76f02c When a user clicks on the row headers (yes, in 4 years no one has done that), the row is selected but the slide doesn't change. This fixes that.
bzr-revno: 2181
Fixes: https://launchpad.net/bugs/1259606
2013-12-24 01:25:39 +02:00
Philip Ridout 6d86abaa37 It appears that when a url encoded in unicode is requested with urllib2.urlopen .getUrl() returns unicode. However the url that we request in the biblegateway importer contains redirects. In this case the redirect uses an utf-8 url (im guessing that) urllib2 takes this as an utf-8 encoded url, so returns getUrl() encoded as utf-8.
bzr-revno: 2180
Fixes: https://launchpad.net/bugs/1251437
2013-12-21 00:14:21 +02:00
Raoul Snyman 687ca79e10 Fixed bug #1259606 by changing the signal from clicked() to itemSelectionChanged()
Fixes: https://launchpad.net/bugs/1259606
2013-12-21 00:00:15 +02:00
Raoul Snyman a023e63f21 Specify OpenLP as the user agent when querying SF.net 2013-12-20 21:36:31 +02:00
Raoul Snyman 60b7f2dbbd Some unnecessary things removed 2013-12-13 22:41:16 +02:00
Raoul Snyman 730345b75e Fix bug #1211049: select a user agent from a list, depending on the platform.
Fixes: https://launchpad.net/bugs/1211049
2013-12-13 21:57:49 +02:00
Jonathan Springer 1133f2e0c7 pass all keyboard events to shortcut dialog 2013-12-09 07:24:21 -05:00
Philip Ridout 4359a724b1 removed added bugging code 2013-12-07 09:25:39 +00:00
Philip Ridout 664326af5b fixes bug1251437 by detecting if the returned url is encoded in unicode 2013-12-07 09:21:12 +00:00
Philip Ridout b047f24ff1 Whoops. Properly fixed now. 2013-12-06 20:25:05 +00:00
Philip Ridout a9d9d6b1ef Convert notes to unicode from QString 2013-12-06 20:00:06 +00:00
Oliver Wieland 35305ae322 reimplements the fade out/in on slide changes for transition between two identical slides.
bzr-revno: 2172
Fixes: https://launchpad.net/bugs/1223841
2013-10-21 09:43:39 +02:00
Dmitriy Marmyshev ad0578f20b Fixed: replacing background with video unblank screen even if "Blanked to Theme" and shows content
bzr-revno: 2171
Fixes: https://launchpad.net/bugs/1225763
2013-10-06 07:16:46 +01:00
Dmitriy Marmyshev 7998ca7702 Fixed: replacing background with video unblank screen even if "Blanked to Theme" and shows content.
Fixes: https://launchpad.net/bugs/1225763
2013-09-18 19:18:06 +04:00
Dmitriy Marmyshev 413c318427 Removes border, but not affects to OSX border and shadow 2013-09-18 10:47:33 +04:00
Dmitriy Marmyshev 0dd6c38139 fixed transparent display for OS X
Fixes: https://launchpad.net/bugs/1117098
2013-09-17 20:33:18 +04:00
Oliver Wieland ddd644d874 clear timer on quick slide changes 2013-09-12 20:57:15 +02:00
Oliver Wieland 9bb6d699c7 Fixes bug 1223841: Transition does not work if texts are the same
Fixes: https://launchpad.net/bugs/1223841
2013-09-12 20:38:46 +02:00
Raoul Snyman 61a5e55d12 Fix bug #1216785 by casting the notes text to unicode first.
Fixes: https://launchpad.net/bugs/1216785
2013-08-26 21:18:36 +02:00
Raoul Snyman 4fe68f43c6 Fix bug #1215302 by adding the .divx extension to the list in vlcplayer
Fixes: https://launchpad.net/bugs/1215302
2013-08-22 11:02:18 +02:00
Philip Ridout 5090d48ee7 Fix bug #1209515 by subclassing QFileDialog and attempting to urldecode any files not found
bzr-revno: 2163
Fixes: https://launchpad.net/bugs/1209515
2013-08-21 22:26:53 +02:00
Raoul Snyman 4b70323994 Added a fix for songs, related to bug #1194622.
bzr-revno: 2160
2013-08-20 22:18:17 +02:00
Philip Ridout d181cd9afb Fix bug #1197659 by setting the default attribute on the save button when the tag is edited
bzr-revno: 2158
Fixes: https://launchpad.net/bugs/1197659
2013-08-20 22:04:01 +02:00
Philip Ridout 647331c00c added doc strings 2013-08-20 19:38:50 +00:00
Raoul Snyman a869c2401b Added a fix for songs as well.
Fixes: https://launchpad.net/bugs/1194622
2013-08-20 21:05:26 +02:00
Raoul Snyman c620a303e2 Fix bug #1194622: skip the Bibles page if the Bibles plugin is not enabled.
Fixes: https://launchpad.net/bugs/1194622
2013-08-19 23:09:52 +02:00
Philip Ridout aee52232d3 Fixes #1197659 by seting the default attribut on the save button when the tag is edited 2013-08-18 06:48:55 +00:00
Philip Ridout 3a551d08c0 Space reinstated as per PEP8 2013-08-17 08:51:08 +00:00
Philip Ridout 6a0771392d renamed strings, remove unused logger import 2013-08-16 06:20:21 +01:00
Philip Ridout 12fb5ebd46 Need to encode filename to unicode 2013-08-13 18:57:18 +01:00
Philip Ridout d42364671e Changed to static metod 2013-08-11 21:16:27 +01:00
Philip Ridout 0e155daaf6 removed __init__ as its not needed 2013-08-10 21:40:12 +01:00
Philip Ridout 03638ddea6 Fixes #1209515 by subclassing QFileDialog and attempting to urldecode any files not found 2013-08-10 11:16:15 +01:00
Philip Ridout 06b5e7c55f removed extra spaces 2013-07-25 20:27:43 +01:00
Philip Ridout a7130ce666 fixed 1204629 in 2.0 also made it more robust by checking that the user selected a valid image file using the open dialog 2013-07-25 19:58:09 +01:00
Tim Bentley 355f662ec9 pedent 2013-07-11 21:40:42 +01:00
Tim Bentley 972140f3ad make suffix lower 2013-07-11 21:16:15 +01:00
Tim Bentley 61b769a064 Make to code more robust 2013-07-11 20:19:26 +01:00
Tim Bentley 98b5c6b1fd A width must have a valid minumum
Fixes: https://launchpad.net/bugs/1196926
2013-07-11 18:49:06 +01:00
Tim Bentley 0d20b58c04 Fix problem with invalid theme path
Fixes: https://launchpad.net/bugs/1197376
2013-07-11 18:23:20 +01:00