Andreas Preikschat
74f983207c
r2180
2013-02-16 11:28:48 +01:00
Andreas Preikschat
7e0ea578ee
started with screen tests
2013-02-16 11:28:37 +01:00
Tim Bentley
a213579a57
Add SIP for tests and 2 new tests
...
bzr-revno: 2180
2013-02-16 10:24:41 +00:00
Tim Bentley
454f428845
Text fix
2013-02-16 10:17:48 +00:00
Tim Bentley
8ad83b52ba
Text fix
2013-02-16 10:15:49 +00:00
Andreas Preikschat
0c4789f071
r2179
2013-02-16 10:58:41 +01:00
Andreas Preikschat
60eed1018f
fixed merge errors
2013-02-16 10:24:06 +01:00
Andreas Preikschat
667e524eb2
head + conflicts
2013-02-16 10:15:40 +01:00
Tim Bentley
8e16fc9d77
Head
2013-02-16 06:51:41 +00:00
Tim Bentley
11dea519d2
Fix import order
2013-02-16 06:51:25 +00:00
Andreas Preikschat
a3a8957fd3
Inconvenient focus in Song Editor when adding authors) by reimplementing the keyPressEvent
...
bzr-revno: 2179
2013-02-16 06:50:28 +00:00
Andreas Preikschat
7c9506af4a
- fixed Bug #1100277 (Songs don't load with latest build)
...
- added nose to check_dependencies.py
- fixed version number compare in create_separated_list
bzr-revno: 2178
2013-02-16 06:48:52 +00:00
Philip Ridout
53beeed257
Fix bug #1067251 : Correct focus of theme manager's dialogs
...
- Fix a bug where the line edit in certain dialogs was not focused on show.
- Add a test
bzr-revno: 2177
Fixes: https://launchpad.net/bugs/1067251
2013-02-15 21:24:01 +02:00
Andreas Preikschat
cd83142d77
fixed test
2013-02-15 12:55:47 +01:00
Andreas Preikschat
b77ae7a187
fixed test
2013-02-15 12:09:51 +01:00
Patrick Zimmermann
8a19e75be3
Move remaining methods over to new naming scheme.
2013-02-14 23:17:46 +01:00
Patrick Zimmermann
489dc40cba
Make use of the registry for retrieving a widget parent.
2013-02-14 22:31:43 +01:00
Patrick Zimmermann
89b9a1dabc
Move SongReviewWidget into separate file.
2013-02-14 22:17:24 +01:00
Patrick Zimmermann
ab88b77f9c
Merge master.
2013-02-14 22:04:12 +01:00
Patrick Zimmermann
f7c19f599c
Move customInit to wizard. So dummy implementations are not required in the deriving classes.
2013-02-14 22:01:10 +01:00
Patrick Zimmermann
2a16a6ebcb
Rename lots of variables and methods. Shorten some too long lines.
2013-02-14 21:57:13 +01:00
Tim Bentley
796a147ffe
Remove one extra file
2013-02-14 17:34:41 +00:00
Tim Bentley
a5b6b5fe90
Fix init methods
2013-02-14 17:30:28 +00:00
Andreas Preikschat
6b2274645a
added test for UiStrings, started with FormattingTags tests
2013-02-14 15:54:45 +01:00
Patrick Zimmermann
bbd491baa8
Make songsProbablyEqual test more standard like.
2013-02-14 00:15:21 +01:00
Patrick Zimmermann
6d5935a0b9
Fix many whitespace issues.
2013-02-14 00:00:05 +01:00
Tim Bentley
89856e0e9a
Cleanup
2013-02-13 19:22:43 +00:00
Tim Bentley
bc5334fa1a
Add new tests to system
2013-02-13 19:10:41 +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
fb4cad42d0
Review fix
2013-02-12 16:50:42 +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
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
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
Andreas Preikschat
75b8ed55fa
fixed bug 1047995 by reimplementing the keyPressEvent
...
Fixes: https://launchpad.net/bugs/1047995
2013-02-11 09:31:46 +01:00
Andreas Preikschat
d0104bf795
fixed comments
2013-02-10 19:59:00 +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