Commit Graph

10719 Commits

Author SHA1 Message Date
Andreas Preikschat a393302a07 fixed test 2013-04-20 19:53:17 +02:00
Andreas Preikschat 58b21030e0 r2231 2013-04-20 13:38:27 +02:00
Tim Bentley 0ceaef7a51 Migrate remotes to Cherrypy and implement SSL and authentication
bzr-revno: 2231
2013-04-18 17:43:11 +01:00
Tim Bentley a0f4db607e Head and fix 2013-04-16 17:37:26 +01:00
Tim Bentley 7f78250bb2 Make object 2013-04-15 18:55:50 +01:00
Andreas Preikschat 4bb4cd080a r2230 2013-04-14 21:51:35 +02:00
Meinert Jordan 571934e166 Fix Natural Sorting so works with Python3
bzr-revno: 2230
2013-04-14 19:19:33 +01:00
Tim Bentley 220681c900 Comment fixes 2013-04-14 16:59:57 +01:00
Tim Bentley 797a76f095 Head 2013-04-14 16:45:34 +01:00
Philip Ridout 38a95ffab8 Fixed importing of songs with verses numbered 1A, or 1.5 etc. in SongShowPlus importer
bzr-revno: 2229
Fixes: https://launchpad.net/bugs/1125956
2013-04-14 17:30:06 +02:00
Tim Bentley 2345d59e6f Head 2013-04-08 17:53:26 +01:00
Tim Bentley 31b4e561b4 Fix up code review change 2013-04-08 17:53:11 +01:00
M2j c82d7f0e50 renameing openlp.core.utils.get_local_key in tests 2013-04-06 20:21:23 +02:00
M2j 6d5590d739 removed tests/interfaces/openlp_plugins/__init__.pyc 2013-04-06 19:17:59 +02:00
Andreas Preikschat 7133c0ef0b - reduced threshold for 'separate blank button' (bug #1164925)
bzr-revno: 2228
Fixes: https://launchpad.net/bugs/1164925
2013-04-06 09:31:33 +02:00
Tim Bentley e36706e3ec Head 2013-04-05 20:37:56 +01:00
Tim Bentley fc80e3d106 Cleanups and more tests 2013-04-05 20:37:15 +01:00
phill-ridout 8a88cec855 Removed the use of the mock's call helper object 2013-04-05 19:26:39 +01:00
M2j 042bf4ed2d rename openlp.core.utils.get_local_key to openlp.core.utils.get_locale_key 2013-04-05 19:41:01 +02:00
Andreas Preikschat 07d6fa63c5 introduced constant 2013-04-05 15:41:42 +02:00
Andreas Preikschat 42f52cc300 Separate blank buttons don't hide on resizing (bug #1164925)
Fixes: https://launchpad.net/bugs/1164925
2013-04-05 12:50:10 +02:00
Andreas Preikschat d0cbe5a56a r2227 2013-04-05 11:05:39 +02:00
Andreas Preikschat 131b46edef - use QActionGroup instead of Checkboxes (Bug #1103906 'Auto Play Slides menu should use radioboxes')
bzr-revno: 2227
Fixes: https://launchpad.net/bugs/1103906
2013-04-05 11:04:38 +02:00
Andreas Preikschat ed99061078 - update the vlc.py from master
bzr-revno: 2226
2013-04-05 11:03:47 +02:00
phill-ridout c3583bd21d Added comment 2013-04-04 17:42:22 +01:00
Andreas Preikschat 0fbbf29cfa added pickle fixme 2013-04-04 13:54:19 +02:00
Andreas Preikschat 3e53ea9376 fixed formatting tags rename error 2013-04-04 13:18:49 +02:00
Andreas Preikschat 72ba94d390 replaced cPickle by pickle 2013-04-03 16:53:30 +02:00
Andreas Preikschat 4b76db7ad7 convert bytes to str 2013-04-03 12:54:11 +02:00
Andreas Preikschat a6d966d1d2 changed comment 2013-04-03 12:40:09 +02:00
Andreas Preikschat 74eb0b59fb fixed LooseVersion not working 2013-04-03 12:39:42 +02:00
Andreas Preikschat 440876eff7 reverted fix: fix available for trunk 2013-04-03 12:33:15 +02:00
Andreas Preikschat fb0c1731d5 fixed #FIXME: constructor 2013-04-03 12:25:41 +02:00
Andreas Preikschat 2c94f0df83 fixed #FIXME: constructor 2013-04-03 12:23:52 +02:00
Andreas Preikschat 8761117d34 fixed fixme: constructor 2013-04-03 12:19:15 +02:00
Andreas Preikschat d9f8025042 r2225 2013-04-03 12:16:48 +02:00
M2j 2598674d2a Add ICU version string to exception form. 2013-04-02 22:52:31 +02:00
M2j 9612a52211 typo 2013-04-02 19:54:23 +02:00
M2j 316902fb88 Add unit tests for get_local_key and get_natural_key. 2013-04-02 19:51:19 +02:00
Andreas Preikschat 6c4b282d20 updated vly.pc 2013-04-02 09:32:58 +02:00
Andreas Preikschat 727f328383 r2225 2013-04-02 09:26:46 +02:00
Andreas Preikschat 29d7b3411e - fixed auto preview of next service item
- added test

bzr-revno: 2225
2013-03-31 19:13:56 +02:00
M2j b3bb9bc0c0 Python 3 transition comment 2013-03-31 18:43:08 +02:00
M2j 8696db9f75 - use list compression in get_natural_key
- define DIGIT_OR_NONDIGIT
2013-03-31 18:30:22 +02:00
phill-ridout 8864e1e51b Missed a few GIVEN, WHEN, THENS 2013-03-31 11:55:58 +01:00
phill-ridout 7bae770458 Some test had more than one GIVEN, WHEN, THEN. Fixed that 2013-03-31 11:47:31 +01:00
M2j 118f295204 Precompute the whole comparision key for song sorting. 2013-03-31 12:31:54 +02:00
phill-ridout 3686da6a2e Changed regex string type to raw 2013-03-31 11:13:56 +01:00
Andreas Preikschat aa7d56c4bc added fixmes 2013-03-31 10:53:34 +02:00
Andreas Preikschat 28b557af80 changed import 2013-03-31 10:00:28 +02:00