Commit Graph

11087 Commits

Author SHA1 Message Date
Tim Bentley
bc5334fa1a Add new tests to system 2013-02-13 19:10:41 +00:00
Tim Bentley
b7cd1456a9 Head 2013-02-13 17:33:57 +00:00
Tim Bentley
6be6a54d6e Fix tests in the correct manner 2013-02-13 17:33:37 +00:00
Tim Bentley
61a45e87ea Remove EventReceiver and make use of the Registry
bzr-revno: 2176
2013-02-13 06:03:25 +00:00
Patrick Zimmermann
9597c9f129 Minor cosmetic fix. 2013-02-12 23:10:13 +01:00
Patrick Zimmermann
e16a3c6dea Merge trunk. 2013-02-12 22:51:04 +01:00
Patrick Zimmermann
d8cfc4f28a Fix wizard after trunk merge and fix a minor display bug. 2013-02-12 22:44:33 +01:00
Tim Bentley
8080fc1f8c Remove blank line 2013-02-12 21:27:43 +00:00
Patrick Zimmermann
e807c9cb93 Add basic test logic & tune duplicate identification logic a bit. 2013-02-12 21:38:43 +01:00
phill-ridout
f419108e61 Removed spacing from comments. 2013-02-12 19:26:19 +00:00
Tim Bentley
193e96ee5a Unicode madness 2013-02-12 18:37:51 +00:00
Tim Bentley
fb4cad42d0 Review fix 2013-02-12 16:50:42 +00:00
Tim Bentley
a73d4cce08 Fix review comments 2013-02-12 16:42:09 +00:00
Andreas Preikschat
ffe6bdb6b0 removed blank line 2013-02-12 08:49:59 +01:00
Andreas Preikschat
6efe1bf602 image and remote plugin regression 2013-02-12 08:49:01 +01:00
Andreas Preikschat
2eab33acb4 r2175 2013-02-12 08:36:18 +01:00
98311d9ad1 Add an interface test for the find_plugins method.
Not sure if this should be an interface test or a scenario test, but it does very little mocking, tries to let the bits of OpenLP run for real, and checks that all the plugins are imported.

Remove the superfluous argument to the find_plugins method.
2013-02-11 23:16:30 +02:00
phill-ridout
35eebb2a8e Added validator test 2013-02-11 20:47:53 +00:00
Tim Bentley
5bc10bf1a9 Fix delete issue 2013-02-11 19:54:18 +00:00
1dacaf2487 HEAD 2013-02-11 21:52:07 +02:00
Tim Bentley
19f9cb8c24 Fix key error in tests 2013-02-11 19:48:38 +00:00
3b3eab52c5 Additional fixes and tweaks 2013-02-11 21:44:04 +02:00
Tim Bentley
b4a3833858 Fix up tests - initial 2013-02-11 19:20:08 +00:00
Tim Bentley
b119783a2c Start of settings tests 2013-02-11 18:08:32 +00:00
b5f3e46ad4 Pedantics. 2013-02-11 19:41:32 +02:00
Raoul Snyman
42e0eea6e7 Tidy up a little. 2013-02-11 15:46:08 +02:00
Raoul Snyman
f822aed40f Add some tests around the PluginManager class. 2013-02-11 15:22:13 +02:00
Arjan Schrijver
bb5abea704 Preselect group when showing 'Add group' or 'Choose group' dialog 2013-02-11 11:32:19 +01:00
Andreas Preikschat
6e5df92f2d r2175 2013-02-11 11:02:04 +01:00
Raoul Snyman
a2125e0954 Add some comments to make things clearer. 2013-02-11 11:43:26 +02:00
Raoul Snyman
230c06c83c Change the importing of plugins to use the "imp" module in an effort to get around the UNO import errors. 2013-02-11 11:34:24 +02:00
Arjan Schrijver
0ca05faa5e Merge HEAD 2013-02-11 10:21:46 +01:00
Andreas Preikschat
75b8ed55fa fixed bug 1047995 by reimplementing the keyPressEvent
Fixes: https://launchpad.net/bugs/1047995
2013-02-11 09:31:46 +01:00
00a0748423 Try to add the SIP initialisation in a base module. 2013-02-10 22:09:39 +02:00
761bb6339d More code cleanups.
- Corrected more naming conventions
- Changed old-style signal-slot connections
- Added properties to the author form
2013-02-10 22:04:47 +02:00
Andreas Preikschat
6eba926a70 improved hide menu behaviour 2013-02-10 20:08:37 +01:00
Andreas Preikschat
d0104bf795 fixed comments 2013-02-10 19:59:00 +01:00
Arjan Schrijver
3717e7fa20 - Enhanced 'choose group' dialog layout (thanks Raoul)
- Revert back to old QListWidget and use QTreeWidget only for images plugin
- Renamed dialogs to comply to coding standards
- Added image group icon
- Enabled animation on image groups
- Removed special 'Imported' folder and allow toplevel images instead
2013-02-10 17:11:12 +01:00
Tim Bentley
159e14c987 Head 2013-02-10 16:10:32 +00:00
Andreas Preikschat
203eb315b7 Fixed regression in theme manager / first time wizard
bzr-revno: 2175
2013-02-10 16:10:08 +00:00
Tim Bentley
064a4bad20 Merge fixes 2013-02-10 16:05:52 +00:00
Andreas Preikschat
8bb88f3c9f fixed bug 1112587
Fixes: https://launchpad.net/bugs/1112587
2013-02-10 13:29:42 +01:00
0f7f17f79c Various code cleanups.
- Renamed variables to python_style
- Renamed some functions to python_style
- PEP8 compliance cleanup
2013-02-10 12:39:28 +02:00
phill-ridout
17200d85fc some more changes to the test 2013-02-09 21:23:43 +00:00
da43554ace HEAD 2013-02-09 22:42:30 +02:00
Tim Bentley
f669032fc9 Comment updates 2013-02-09 17:30:46 +00:00
Tim Bentley
f92adad31d Comment fixes 2013-02-09 17:23:35 +00:00
Tim Bentley
f9dc608984 Review fixes 2013-02-09 17:13:27 +00:00
Tim Bentley
536bee40d4 Test fixes 2013-02-09 17:07:33 +00:00
Andreas Preikschat
5739536d8c fixed more regression 2013-02-09 16:27:35 +01:00