Commit Graph

11008 Commits

Author SHA1 Message Date
Patrick Zimmermann
910587e81f When replacing live background with an image the preview is updated. When resetting the live background the preview was not reset. This commit fixes this.
bzr-revno: 2268
2013-07-05 20:41:49 +02:00
Andreas Preikschat
390725668d - fixed regression in FTW
- fixed bug #1152509 (Current active plugin is not saved)
- removed dead code
- added shortcut (CTRL+F) which jumps to the search field of the current plugin. If the media doc is hidden, it is made visible.

bzr-revno: 2267
Fixes: https://launchpad.net/bugs/1152509
2013-07-04 08:22:41 +02:00
Andreas Preikschat
15c1c6d907 head + conflicts 2013-07-03 22:20:12 +02:00
Tim Bentley
bf61ee3f28 Fix broken tests
bzr-revno: 2266
2013-07-03 20:24:38 +01:00
Tim Bentley
ab3fd38551 Fix broken test 2013-07-03 17:34:40 +01:00
Tim Bentley
538e885cfb Fix broken test 2013-07-03 17:34:02 +01:00
Andreas Preikschat
d1bbc5e757 empty commit, hoping that the 2.2.2 tag is deleted properly
bzr-revno: 2265
2013-06-30 21:23:26 +02:00
Tim Bentley
988fca86a1 Fix up registry for Application exit. Remove FormattingTags pickle , Other minor cleanups
bzr-revno: 2264
2013-06-30 20:18:21 +01:00
Andreas Preikschat
2b584dabc7 - Converted last print statements to print functions.
- Removed old test

bzr-revno: 2263
2013-06-30 20:53:17 +02:00
Andreas Preikschat
3ac1cb5684 - removed depreciated warnings
- clean up

bzr-revno: 2262
2013-06-30 20:53:02 +02:00
Tim Bentley
f583be0c76 fix registry call 2013-06-30 19:39:38 +01:00
Andreas Preikschat
72933138a2 clean up 2013-06-30 20:37:12 +02:00
Tim Bentley
1d571507db remove import 2013-06-30 19:36:52 +01:00
Andreas Preikschat
143ce0015f added __hash__ methods 2013-06-30 20:33:41 +02:00
Andreas Preikschat
aa2df0c5d1 removed test 2013-06-30 20:08:50 +02:00
Andreas Preikschat
8dd068b9c1 print func 2013-06-30 20:03:26 +02:00
Andreas Preikschat
7a33b93473 - Removed the loop code and use the loop attribute.
bzr-revno: 2261
2013-06-30 19:55:22 +02:00
Andreas Preikschat
f4b9ffc481 - fixes bug #1170435 (We should not warn when verse order is empty)
bzr-revno: 2260
Fixes: https://launchpad.net/bugs/1170435
2013-06-30 19:42:02 +02:00
Tim Bentley
5af820b7cd more cleanups 2013-06-30 06:45:34 +01:00
Tim Bentley
74432f93e2 oops 2013-06-30 06:35:57 +01:00
Tim Bentley
96fbb5ddbb clean up tags 2013-06-30 06:30:42 +01:00
Patrick Zimmermann
92d586427d Reset preview when reseting live background. 2013-06-29 12:00:44 +02:00
Andreas Preikschat
51905bcb59 fixed AttributeError (ticket 2030)
bzr-revno: 2259
2013-06-27 11:52:22 +02:00
Andreas Preikschat
f0693e8163 fixed bs4.__version__ 2013-06-26 20:54:21 +02:00
Tim Bentley
b6954eba0f Rename tag 2013-06-25 15:44:56 +01:00
Tim Bentley
26e80be5b7 Who forgot the return 2013-06-24 17:54:23 +01:00
Tim Bentley
32c7663a45 Convert formatting tags to json 2013-06-24 17:21:46 +01:00
Tim Bentley
d32ece04a5 add missing imports 2013-06-23 20:51:17 +01:00
Andreas Preikschat
c30748873c python3 fix 2013-06-23 19:22:44 +02:00
Andreas Preikschat
76b508848b head 2013-06-23 19:21:52 +02:00
Andreas Preikschat
4f8d93638b fixes 2013-06-21 20:13:59 +02:00
Andreas Preikschat
6265ce93de fixed tests 2013-06-21 12:16:50 +02:00
Tim Bentley
4d1061f723 Clean up registry for application 2013-06-21 06:16:35 +01:00
Tim Bentley
f901a0312f Head 2013-06-21 05:58:05 +01:00
Tim Bentley
e48b5e4cfb Fix for presentation type
bzr-revno: 2258
2013-06-20 21:41:11 +02:00
Andreas Preikschat
da6b1d71cf - removed spaces to fix LO (partly)
bzr-revno: 2257
2013-06-20 21:38:04 +02:00
Tim Bentley
0f0097c1a4 Fix presentations 2013-06-20 20:12:55 +01:00
Andreas Preikschat
c851fa84f0 head 2013-06-20 20:42:45 +02:00
Andreas Preikschat
aeecc041ec removed spaces 2013-06-20 20:04:21 +02:00
Andreas Preikschat
d78d147e1d bug #645452 (increase possible line spacing)
bzr-revno: 2256
Fixes: https://launchpad.net/bugs/645452
2013-06-19 16:18:50 +02:00
Andreas Preikschat
de43bfcf2d fixed type() usage
bzr-revno: 2255
2013-06-19 16:17:33 +02:00
Andreas Preikschat
2fddcf61b8 python3 division fixes
bzr-revno: 2254
2013-06-19 16:16:20 +02:00
Andreas Preikschat
658b6f89da import 2013-06-18 21:32:04 +02:00
Andreas Preikschat
1e11f4d821 true division 2013-06-18 11:12:49 +02:00
Andreas Preikschat
62c5908d85 python3 division in slidecontroller 2013-06-18 11:09:54 +02:00
Andreas Preikschat
8b5e5411c3 head 2013-06-18 11:01:18 +02:00
Andreas Preikschat
bb7bbdf10c use isinstance instead of type 2013-06-16 21:42:50 +02:00
Tim Bentley
ded3671a1b Clean up slide controller and add bible download tests
bzr-revno: 2253
2013-06-16 20:34:19 +01:00
Andreas Preikschat
6b881e312f added second error message 2013-06-16 19:28:44 +02:00
Andreas Preikschat
45313cb450 head 2013-06-16 19:20:51 +02:00