Commit Graph

9678 Commits

Author SHA1 Message Date
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
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
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
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 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
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
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
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 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
Raoul Snyman 24a94c0478 Fix bug #1194622: skip the Bibles page if the Bibles plugin is not enabled.
bzr-revno: 2155
2013-08-20 18:41:51 +01: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
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 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 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 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
Philip Ridout 6a0771392d renamed strings, remove unused logger import 2013-08-16 06:20:21 +01: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
Philip Ridout 1478636c97 Fixes #1211913. The case can change of field names, so have taken that in to account by converting them to upper case 2013-08-14 21:22:17 +01:00
Philip Ridout d724a6c872 changed fallback to cp1252 2013-08-14 06:07:23 +01:00
Philip Ridout 711fa05dc1 added option to select windows encoding 2013-08-13 21:33:26 +01:00
Philip Ridout 12fb5ebd46 Need to encode filename to unicode 2013-08-13 18:57:18 +01:00
Philip Ridout bc214ac990 Indented line to show continuation 2013-08-12 19:19:57 +01:00
Philip Ridout 4fac956dca Fix bug #1194730 by checking that a div is actually returned
bzr-revno: 2152
2013-08-12 13:50:01 +02: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 fd64e24170 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 ....
2013-08-04 13:11:30 +01:00
Philip Ridout 2c9910d6ad fixes 1194730 by returning None if the verse does not exist 2013-08-03 21:26:46 +01:00
Philip Ridout a37ae5880f Fixes #1184869 Ensures that there is text in the anchor tag 2013-08-02 22:15:52 +01:00
Philip Ridout c3b703ec8a Fixes # 1194610 by detecting the encoding rather than assuming that its cp1252 2013-08-02 20:44:54 +01:00
Philip Ridout 3ec0337649 changed skip_song to save_song & changed logic arround
bzr-revno: 2151
Fixes: https://launchpad.net/bugs/1174039
2013-07-31 19:34:55 +02:00
Philip Ridout 3eafcdeb0f Fixed #1204629 so that typing an image path actually changes the background.
Made the page validation more robust by including the fileDialog

bzr-revno: 2150
Fixes: https://launchpad.net/bugs/1204629
2013-07-31 19:34:31 +02: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
Philip Ridout 257fa70ab4 fixed logic 2013-07-24 21:05:36 +01:00
Philip Ridout 4e3b92516d changed skip_song to save_song 2013-07-24 19:41:38 +01:00
Philip Ridout 201dc353ff Fixed bug 1174039 2013-07-23 20:30:47 +01:00
Tim Bentley 8b21731f72 Fix two small but nasty bugs. Screen width must be > 0 and an image theme must be a file
bzr-revno: 2149
2013-07-11 21:46:43 +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