Commit Graph

9761 Commits

Author SHA1 Message Date
Andreas Preikschat
ad0e6a29f2 Fixed bug #1296104 ( Renderer broken when two option breaks next to each other)
Fixes: https://launchpad.net/bugs/1296104
2014-03-22 18:59:22 +01:00
f0d5e6c530 Release 2.0.4
bzr-revno: 2190
2014-02-01 21:00:05 +02:00
Martin Zibricky
dc3795212b Workaround for OSX for the bug #1247661 with the dock icon click.
bzr-revno: 2189
2014-02-01 08:15:47 +00:00
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
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
5f8a9c0e8d Remove .directory file and clean up .bzrignore file 2014-01-18 23:26:11 +02:00
Tim Bentley
ee1490f306 Fix live escape when images are looping
bzr-revno: 2187
2014-01-18 08:47:01 +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
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
17fe423757 Oops, forgot that copyright. 2014-01-14 21:25:18 +02:00
99c84a0456 Updated resource file and copyright notice. 2014-01-14 21:24:22 +02:00
109030c2c2 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.
bzr-revno: 2186
Fixes: https://launchpad.net/bugs/1265368
2014-01-05 23:07:12 +02:00
Tim Bentley
3c66e2f304 Head 2014-01-02 21:44:40 +00:00
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
13d78d3414 Fix bug #1216234 by disabling the layout combobox when a second Bible is selected.
bzr-revno: 2185
Fixes: https://launchpad.net/bugs/1216234
2014-01-02 22:53:16 +02:00
a8999f188a Fix bug #1216234 by disabling the layout combobox when a second Bible is selected
Fixes: https://launchpad.net/bugs/1216234
2014-01-01 18:02:12 +02:00
e4a95be2b8 Attempt to fix bug #1154467 by waiting 10ms and retrying the commit
bzr-revno: 2184
Fixes: https://launchpad.net/bugs/1154467
2013-12-29 23:55:54 +02:00
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
4fdd9708b0 Add a 10ms wait before trying again. 2013-12-29 00:20:13 +02:00
fac434ee62 Fix bug #1206886: only write to the socket if it exists
bzr-revno: 2182
Fixes: https://launchpad.net/bugs/1206886
2013-12-24 01:27:58 +02:00
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
232492b57e Fix bug #1206886: only write to the socket if it exists 2013-12-22 01:26:36 +02:00
3a2686be24 Attempt to fix bug #1154467 by retrying the commit if it fails 2013-12-22 00:45:33 +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
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
a023e63f21 Specify OpenLP as the user agent when querying SF.net 2013-12-20 21:36:31 +02:00
Andreas Preikschat
7fc411f614 updated i18n
bzr-revno: 2179
2013-12-19 23:10:12 +01:00
Andreas Preikschat
448b728a41 updated i18n 2013-12-16 00:12:03 +01:00
Andreas Preikschat
87998687a8 head 2013-12-16 00:05:21 +01:00
60b7f2dbbd Some unnecessary things removed 2013-12-13 22:41:16 +02:00
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
7c05f002ba Fix shortcutlistform to pass all keyboard events to the keyReleaseEvent handler because on Mac OS X when the Command key is pressed together with another key a keyReleaseEvent isn't generated.
bzr-revno: 2178
2013-12-09 18:45:39 +00:00
Jonathan Springer
1133f2e0c7 pass all keyboard events to shortcut dialog 2013-12-09 07:24:21 -05:00
Philip Ridout
c40b116824 Fix for bug #1258634 by converting notes to unicode from QString
bzr-revno: 2177
2013-12-09 12:44:16 +02:00
Philip Ridout
1039c5ace8 Fixed bug1222534 by using userData rather than relying on a translated string.
bzr-revno: 2176
2013-12-07 19:57:48 +00:00
Philip Ridout
df95a1685b Changing theme on bible settings tab causes an error when saving service
bzr-revno: 2175
2013-12-07 19:56:25 +00: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
Philip Ridout
24834b66ee fixed bug1252477 2013-11-20 19:31:35 +00:00
Philip Ridout
b6b9f248af Fixed bug1222534 ny using userData rather than relying on a translated string 2013-11-19 22:04:51 +00:00
Oliver Wieland
c14cb6674c Partially fix of Bug #1173749 and bug #1199639
Validates the tags in the lyrics on editing a song. If there are misplaced tags, a message box will appear.
Tags must be closed before the end of a verse.

bzr-revno: 2174
Fixes: https://launchpad.net/bugs/1173749, https://launchpad.net/bugs/1199639
2013-11-18 23:18:02 +02:00
Philip Ridout
0044d4db14 Fix bug #1012110 by encoding the file name with the file system encoding
bzr-revno: 2173
Fixes: https://launchpad.net/bugs/1012110
2013-10-26 21:27:41 +02: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
Philip Ridout
d6eb08c759 Final touches 2013-10-17 21:15:35 +01:00
Philip Ridout
2e10a4b0ea tided up pptviewcontroller and ppttest 2013-10-15 21:58:56 +01:00
Philip Ridout
eb614bdf38 fixes to ppttest.py 2013-10-15 20:42:17 +01:00