Commit Graph

9683 Commits

Author SHA1 Message Date
Erik Lundin
9366872c37 HEAD 2012-12-22 17:41:41 +01:00
Meinert Jordan
d007aae886 Minor fix for initial disabling of up and down arrow.
bzr-revno: 2130
2012-12-21 19:29:01 +00:00
Jonathan Corwin
18bb2da6fd Fix song export
bzr-revno: 2129
Fixes: https://launchpad.net/bugs/1085921
2012-12-19 20:57:44 +00:00
M2j
3a7cc40e4d fix wrong argument names in create_button method call 2012-12-19 14:07:24 +01:00
Tim Bentley
9d45c724d3 Code cleanup lines to 120
bzr-revno: 2128
2012-12-13 18:54:23 +00:00
Jonathan Corwin
9beb0c19d1 Fix song export 2012-12-13 18:42:06 +00:00
Jonathan Corwin
5409fa1fbc Fix song export crash
Fixes: https://launchpad.net/bugs/1085921
2012-12-13 18:39:18 +00:00
Tim Bentley
0f0b8d04e7 Core Media to 120 2012-12-11 19:55:47 +00:00
Tim Bentley
0ea45fd885 SlideController and ServiceManager 2012-12-10 18:04:58 +00:00
Tim Bentley
564b2e41ae Style Fixes 2012-12-10 06:15:42 +00:00
Tim Bentley
c8042f6023 Head 2012-12-10 05:49:09 +00:00
Tim Bentley
22c15eb391 Fix 2012-12-10 05:48:36 +00:00
Jonathan Corwin
afae889e79 Head 2012-12-08 21:18:56 +00:00
Jonathan Corwin
ac440d9185 Fix sorting in song export 2012-12-08 21:18:45 +00:00
Raoul Snyman
1621dd7261 Start of the testing framework
bzr-revno: 2127
2012-12-08 11:21:39 +00:00
Jonathan Corwin
b03606b8a8 Transparent Theme fix
bzr-revno: 2126
2012-12-07 21:48:20 +00:00
Raoul Snyman
94224beed5 Fully qualified the module path to patch. 2012-12-07 23:38:02 +02:00
Raoul Snyman
de65535435 HEAD 2012-12-07 23:30:50 +02:00
Raoul Snyman
25c64d5651 Renamed some tests. 2012-12-07 23:15:10 +02:00
Raoul Snyman
9934a41d48 Fleshed out get_filesystem_encoding_test thanks to Jonathan C 2012-12-07 23:08:38 +02:00
Raoul Snyman
000b06ffe6 Moved the _get_frozen_path() test to the proper test case. 2012-12-07 22:52:55 +02:00
Raoul Snyman
e5b8a1b1ad Stubbed out a new test. 2012-12-07 22:50:38 +02:00
Tim Bentley
3126ccef23 Add Images
bzr-revno: 2125
2012-12-07 20:00:48 +00:00
Jonathan Corwin
33be405013 Transparent fix 2012-12-07 19:43:53 +00:00
Jonathan Corwin
223e579ea9 Fix transparent background on Windows
Fixes: https://launchpad.net/bugs/1085609
2012-12-07 19:22:41 +00:00
Raoul Snyman
93fd476383 Expanded the check_directory_exists() test. 2012-12-07 21:08:28 +02:00
Tim Bentley
f3cabebf79 Fix header 2012-12-07 19:04:13 +00:00
Tim Bentley
3bd911de79 Revised media and bug fixes
bzr-revno: 2124
2012-12-07 19:00:33 +00:00
Tim Bentley
11276f6bba Ffix up icons 2012-12-07 18:56:33 +00:00
Raoul Snyman
4de4a1823c Test check_directory_exists. 2012-12-07 20:10:24 +02:00
Raoul Snyman
23150fefe8 Added a test for the translate() function. 2012-12-07 19:47:33 +02:00
Tim Bentley
d6513f7c60 Fix blank / unblank bug 2012-12-07 17:47:32 +00:00
Tim Bentley
cdc810de67 Correct fix this time 2012-12-07 06:04:15 +00:00
Raoul Snyman
6a1fac1d51 Fixed up some comments. 2012-12-07 00:21:19 +02:00
Raoul Snyman
9e898d6067 Yay! More tests! 2012-12-07 00:19:17 +02:00
Jonathan Corwin
1c651abea2 Set css on specific widgets 2012-12-06 22:06:59 +00:00
Tim Bentley
901f835e90 Fix song edit media 2012-12-06 21:56:04 +00:00
Tim Bentley
0e980b6a98 resources for media 2012-12-06 19:26:50 +00:00
Raoul Snyman
392dc31223 Tried to fix a problem with a test on Jenkins. 2012-12-06 14:58:19 +02:00
Raoul Snyman
745bf0e1ee More tests 2012-12-06 12:55:12 +02:00
Tim Bentley
34275d0a5f Fix service save 2012-12-05 22:42:48 +00:00
Raoul Snyman
ebdd1d35dc Removed some unnecessary imports in the tests. 2012-12-05 23:22:29 +02:00
Raoul Snyman
0483fdc8ea Forgot to mock out another method. 2012-12-05 22:55:28 +02:00
Raoul Snyman
ee6495e08f Expanded the tests. 2012-12-05 22:44:42 +02:00
Tim Bentley
ec314273b2 Move class to 120 line width
bzr-revno: 2123
2012-12-05 19:01:25 +00:00
Raoul Snyman
8a4f143878 First couple of (example) tests and a README file to go with it. 2012-12-05 20:52:31 +02:00
Raoul Snyman
0450866e73 Renamed testing to tests 2012-12-05 20:13:10 +02:00
Andreas Preikschat
9b1709963e Change defaults for display screen mouse hiding
bzr-revno: 2122
2012-12-05 06:13:34 +00:00
Andreas Preikschat
80604f7729 - removed not needed 'QtCore.Qt.OtherFocusReason' from setFocus calls
- fixed 'short' lines
- changed addItem to addItems when possible
- other clean ups
- refactored class
- removed not needed parameters

bzr-revno: 2121
2012-12-05 06:12:07 +00:00
Tim Bentley
0c5430b925 Test 120 column diffs 2012-12-05 05:53:14 +00:00