Commit Graph

4342 Commits

Author SHA1 Message Date
Tomas Groth 31d7ec80ae Fix crash when importing EW DB with unexpected data formatting.
bzr-revno: 2194
2014-06-08 08:59:24 +01:00
Tomas Groth bc1675419d Fixed spelling in comment. 2014-05-20 18:19:06 +02:00
Tomas Groth 764768f8ac fixed bug #1299837 - crash when importing EW DB with unexpected data formatting
Fixes: https://launchpad.net/bugs/1299837
2014-05-15 21:19:53 +02:00
Samuel Mehrbrodt 20e9c1dd4c Remove print 2014-04-21 15:41:18 +02:00
Samuel Mehrbrodt c4b4df4990 Check on song edit form for equal verse names 2014-04-21 15:40:30 +02:00
Samuel Mehrbrodt 8662e76ccf Fix bug 1310523
Fixes: https://launchpad.net/bugs/1310523
2014-04-21 11:18:52 +02:00
Raoul Snyman a31f2c68f6 Fix bug #1136278 by trying to detect that the upgrades have already been performed 2014-03-11 22:34:35 +02: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 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
Raoul Snyman 4fdd9708b0 Add a 10ms wait before trying again. 2013-12-29 00:20:13 +02:00
Raoul Snyman 3a2686be24 Attempt to fix bug #1154467 by retrying the commit if it fails 2013-12-22 00:45:33 +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 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 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
Philip Ridout 35ba1c9052 Unicodified the pptview dll. 2013-10-15 20:29:22 +01:00
Oliver Wieland 684538214c validate all verses before showing a message box and list all verses with misplaced tags at once 2013-10-10 18:20:59 +02:00
Philip Ridout a7a51a2ff6 Refactored to use os.path.normpath and os.path.join 2013-10-06 09:28:03 +01:00
Philip Ridout 1cf4b8f4ce fixes bug #1012110 by encoding the file name with the filesystemencoding 2013-10-04 19:50:54 +01:00
Oliver Wieland 217ed36ee1 remove empty lines 2013-08-26 19:58:45 +02:00
Oliver Wieland 85813a1f99 removed debug log 2013-08-24 17:58:23 +02:00
Oliver Wieland 25b56cff3e Added validation of tags in the song lyrics
Fixes partly bug #1173749
2013-08-24 09:23:52 +02:00
Tim Bentley 81cd369bfe Fix bug #1216044: Lyrics were being deleted when saving songs.
bzr-revno: 2166
Fixes: https://launchpad.net/bugs/1216044
2013-08-24 02:07:23 +02:00
Tim Bentley 9648e0c81b Fix code so values saved 2013-08-23 19:37:36 +01:00
Arjan Schrijver 9c269d5f31 Fixed bug #1214875: Importing an OSIS bible no longer always results in English book names
bzr-revno: 2164
Fixes: https://launchpad.net/bugs/1214875
2013-08-22 09:15:39 +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
Arjan Schrijver d6746bb76b Handle an unknown bible language nicely 2013-08-21 22:14:11 +02:00
Philip Ridout 0b6d389f35 Fix bug #1194610 by detecting the encoding rather than assuming that it set (because its not) add fall back to the windows encoding dialog
bzr-revno: 2162
Fixes: https://launchpad.net/bugs/1194610
2013-08-21 21:54:14 +02:00
Arjan Schrijver 7ba834689d Save the translated name in the bible database file 2013-08-21 14:58:23 +02:00
Arjan Schrijver fe5c144dce Removed needless unicode() call 2013-08-21 14:47:32 +02:00
Arjan Schrijver 621ef0b6e6 fixed bug #1214875 'Importing an OSIS bible always results in English book names'
Fixes: https://launchpad.net/bugs/1214875
2013-08-21 14:39:22 +02:00
Philip Ridout e802d577fd Removed loop 2013-08-21 05:30:11 +00:00
Philip Ridout 7cc9f9ae7b reinstate retrieve_windows_encoding dialog 2013-08-20 21:19:11 +00:00
Raoul Snyman 5bd7479dca Fix bug #1088800 by adding ".pptm" to the list of acceptable file extensions.
bzr-revno: 2161
Fixes: https://launchpad.net/bugs/1088800
2013-08-20 22:26:39 +02:00
Philip Ridout e87bbc07c3 Fix bug #1213254 by filtering out invalid xml chars
bzr-revno: 2159
Fixes: https://launchpad.net/bugs/1213254
2013-08-20 22:07:57 +02:00
Raoul Snyman 1b4bee8509 Fix bug #1212801 where the song edit form did not clear a previously set theme.
bzr-revno: 2157
Fixes: https://launchpad.net/bugs/1212801
2013-08-20 22:00:17 +02:00
Philip Ridout 82a7641302 Fix bug #1184869: Ensure that there is text in the anchor tag
bzr-revno: 2156
Fixes: https://launchpad.net/bugs/1184869
2013-08-20 21:56:17 +02:00
Raoul Snyman d7fcf9e4f6 Fix bug #1088800 by adding ".pptm" to the list of acceptable file extensions.
Fixes: https://launchpad.net/bugs/1088800
2013-08-20 20:30:15 +02:00
Philip Ridout c7b11e07c7 Fixes #1211913. The case of field names can change, so have taken that in to account by converting them to upper case
bzr-revno: 2154
2013-08-20 18:40:27 +01:00
Philip Ridout 5e6d30f750 merged two methods in to one and made them module level 2013-08-19 20:17:09 +00:00
Philip Ridout 0c3985f88e added file open mode 2013-08-18 20:44:48 +00:00
Philip Ridout 9f7e32cd31 fixes #1213254 by filtering out invalid xml chars 2013-08-17 09:10:25 +01:00
Philip Ridout d492c2fecd fixes #1213254 by filtering out invalid xml chars 2013-08-17 08:37:36 +01:00
Philip Ridout bb5aacfb6a Fixes #1096450 Stripping the leading and trailing spaces at the end rather than begginning (the space means something, see added comments)
Semi-colons (;) denotes comments ONLY when it is the first char of the line ie the whole line is a comment
Finally fixed an issue when a verse was being added to the verse order multiple times, thus repeating it over and over and ....

bzr-revno: 2153
Fixes: https://launchpad.net/bugs/1096450
2013-08-16 22:39:55 +02:00
Raoul Snyman 047a0b3085 Fix bug #1212801 where the song edit form did not clear a previously set theme.
Fixes: https://launchpad.net/bugs/1212801
2013-08-15 21:57:23 +02:00