Commit Graph

1903 Commits

Author SHA1 Message Date
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
Tim Bentley eec7a8490c Remove pickle from displaytags and move to json 2013-06-30 06:12:57 +01:00
Andreas Preikschat 19495c4719 fixed Bug 1086987 (Log system does not log all exceptions)
Fixes: https://launchpad.net/bugs/1086987
2013-01-20 19:46:41 +01:00
Arjan Schrijver 12eb03f8f9 When a saved service file is loaded, images always get a black background instead of the configured background. This patch fixes that, although I'm not sure if it fits within the coding standards.
bzr-revno: 2129
2013-01-18 19:15:40 +00:00
Arjan Schrijver 28241d591c Fix line spacing 2013-01-15 22:28:47 +01:00
Arjan Schrijver 7e2e72b4a6 Read the background color setting outside of the loop 2013-01-10 13:05:33 +01:00
Arjan Schrijver 8b01158856 Make sure images use the configured background/border color when loaded from a saved service file 2013-01-10 11:12:47 +01:00
Samuel Mehrbrodt 36fb2ddc42 When importing a presentation containing a non-ASCII character, an exception is no longer thrown preventing the file from being loaded.
bzr-revno: 2126
Fixes: https://launchpad.net/bugs/1093184
2013-01-05 11:31:02 +00:00
Samuel Mehrbrodt f37482dec5 Remove blank line 2013-01-04 12:03:03 +01:00
Samuel Mehrbrodt 908a56586d Revert cleanups for this branch, only the bugfix
Fixes: https://launchpad.net/bugs/1093184
2013-01-03 23:11:28 +01:00
Tim Bentley c912dea3b6 2013 2012-12-30 19:41:24 +00:00
Samuel Mehrbrodt 1e53bd37a6 Fix import of files that contain non-ascii chars.
QStringList containing QStrings is converted to std list containing unicode strings.
Thus, we don't need these unicode() calls on the contents of the list  anymore.
2012-12-19 23:05:48 +01:00
Samuel Mehrbrodt c45d6915c7 Convert QStringList to Python list.
This fixes importing when the path name contains non-ascii chars.
2012-12-19 13:37:40 +01:00
Tim Bentley fb558935ca guard against missing image files in themes
Fixes: https://launchpad.net/bugs/1071170
2012-11-16 19:15:36 +00:00
Tim Bentley 5646183803 Fixes 2012-11-11 21:16:14 +00:00
Tim Bentley 55f4bc3a73 Fix name and add spearator 2012-11-11 19:33:53 +00:00
Raoul Snyman b76be3d6b8 Fixed bug #1077654 where there were more classes in the CSS, but we were specifically looking for only one class. Made the code less brittle.
Fixes: https://launchpad.net/bugs/1077654
2012-11-11 18:09:23 +02:00
Philip Ridout e90af50fd6 Removes items with missing files prior to saving (after confirmation from user)
bzr-revno: 2106
2012-11-10 16:38:26 +00:00
Tim Bentley 47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Philip Ridout 0bc2e5b71e Simplified Validate Method 2012-11-07 21:10:38 +00:00
Philip Ridout 443ad478c1 Added validate function to serviceitem 2012-11-02 18:54:42 +00:00
Philip Ridout d35d4f4f79 Added some methods to serviceitem.py so as not to expose "inner workings of ServiceItem" and modified get_frame_path method. (Which required a modification to slidecontroller.py & messagelistener.py) 2012-10-31 21:04:29 +00:00
Tim Bentley 716dc9ccf0 More updates 2012-10-21 15:07:57 +01:00
Tim Bentley cdbc1fd82e Copyrights 2012-10-21 14:16:22 +01:00
Martin Zibricky 7321f5fb2d Bug #1002038: Disable and hide presentation plugin on osx. 2012-10-14 20:42:20 +02:00
Erik Lundin dd001e15ab Corrected width of the default main output area (was wider than the screen). 2012-09-08 00:17:53 +02:00
Jonathan Corwin f10f28aed6 Fixed bug #1041366
bzr-revno: 2048
Fixes: https://launchpad.net/bugs/1041366
2012-08-30 20:11:00 +02:00
Jonathan Corwin eade26690d Cleanups 2012-08-27 20:12:06 +01:00
Jonathan Corwin d8e5226b20 Next attempt 2012-08-27 20:04:53 +01:00
Philip Ridout f4b9cfd727 Fixed bug #1011286 and removed the constraint of no blank verses.
bzr-revno: 2047
Fixes: https://launchpad.net/bugs/1011286
2012-08-25 21:23:40 +02:00
Jonathan Corwin 4be69969fd Add comment 2012-08-25 17:50:26 +01:00
Jonathan Corwin 9b378fbea5 Fix 2012-08-25 17:29:17 +01:00
Jonathan Corwin 9864bf9084 update text on main event thread 2012-08-25 17:15:30 +01:00
Raoul Snyman eb6704cf01 Force the garbage collector to run. 2012-08-25 00:19:15 +02:00
Raoul Snyman 72d842a2aa Fix bug #1041366: Specified size display area not working.
Fixes: https://launchpad.net/bugs/1041366
2012-08-24 22:52:42 +02:00
Philip Ridout 96b787ff49 removed unecessary if statment 2012-08-13 20:25:28 +01:00
Philip Ridout c6d85d3ab8 Implemented gushies changes 2012-07-22 21:20:53 +01:00
Philip Ridout 1d4e5c9430 I have actually fixed the entering of verses with no text! 2012-07-22 09:50:37 +01:00
Andreas Preikschat d604d6b07f fixed spelling 2012-07-02 20:47:12 +02:00
Andreas Preikschat 25177adce6 - update the image cache when the image timestamp changes
- reworked image manager's _cache

bzr-revno: 2013
2012-07-02 20:45:03 +02:00
Andreas Preikschat 4e158ed8f0 fixed variable name
bzr-revno: 2012
2012-07-02 19:38:00 +02:00
Andreas Preikschat c6e7a297ad Variable fixes
bzr-revno: 2010
2012-07-02 19:31:12 +02:00
Andreas Preikschat 6869ea41f6 updated doc 2012-07-01 21:41:12 +02:00
Andreas Preikschat e31ac2cdde fixed variables 2012-07-01 21:22:11 +02:00
Andreas Preikschat 584aedb308 fixed doc 2012-07-01 21:22:10 +02:00
Andreas Preikschat 6f353ab01d fixed variable name 2012-07-01 20:45:14 +02:00