Commit Graph

5027 Commits

Author SHA1 Message Date
Andreas Preikschat 25a697e03e removed more old code 2011-05-06 21:55:16 +02:00
Andreas Preikschat 9a16666639 removed blank line 2011-05-06 21:31:29 +02:00
Andreas Preikschat a81a43c15e clean up 2011-05-06 21:19:09 +02:00
Andreas Preikschat 80f7aa2cc9 r1522 + resolved conflicts 2011-05-06 21:15:08 +02:00
Andreas Preikschat 090e8378ae - allow negative x and y values
- fixes
- removed redundant variables
2011-05-06 21:09:40 +02:00
Andreas Preikschat 6cb329dbc4 - fixed missing periods in tooltips
- removed period from string

bzr-revno: 1522
2011-05-06 11:17:16 +02:00
Andreas Preikschat 4f2740cbb0 Fixed the songshowplus importer returning when it shouldn't (as pointed out by jerryb)
bzr-revno: 1521
2011-05-06 10:44:52 +02:00
Andreas Preikschat 7854c664e8 added blank lines 2011-05-06 09:41:29 +02:00
Andreas Preikschat 82a509c012 fixed strings 2011-05-06 09:38:51 +02:00
Jonathan Corwin 98b43b4a61 Fix song refresh on remote browser
bzr-revno: 1520
2011-05-06 08:38:37 +01:00
Andreas Preikschat 68c1236a2a 2011-05-06 07:17:13 +02:00
Andreas Preikschat de54c419ce fixed songshowplus importer 2011-05-06 06:36:22 +02:00
Gerald Britton f85ce8dc91 Change a series of "if" into if/elif
bzr-revno: 1519
2011-05-05 22:00:12 +02:00
Jonathan Corwin de9754caf1 Well one standard learnt. Probably a few more to go... 2011-05-05 19:48:11 +01:00
Andreas Preikschat e1b1f7c6d0 fixed alert bug 2011-05-05 20:40:04 +02:00
Gerald Britton d9afa8ec2d Change series of ifs into if/elif/elif 2011-05-05 14:23:54 -04:00
Andreas Preikschat 2a7c5bd4de names changes 2011-05-05 17:16:55 +02:00
Andreas Preikschat 0c9bea3b50 - removed obsolete code
- fixes
2011-05-05 15:02:12 +02:00
Andreas Preikschat e25145a81b 2011-05-05 13:51:47 +02:00
Jonathan Corwin 9388055376 where did that space come from? 2011-05-04 23:42:35 +01:00
Jonathan Corwin cce8556b45 remote browser: detect change of song, and Android browser ajax cache issue 2011-05-04 23:34:43 +01:00
Tim Bentley b0a0f1c877 head 2011-05-04 18:35:41 +01:00
Tim Bentley bec35e6138 Fix change of display to correct size.
Fixes: https://launchpad.net/bugs/775534
2011-05-04 18:35:24 +01:00
Andreas Preikschat cbd7ae2afc - make start up smoother by setting up the displays correct the first time
- do not pass screens as argument
2011-05-04 19:31:02 +02:00
Andreas Preikschat f2ee6ae8eb - fixed a traceback when pressing the delete button in the theme manager when no theme has been selected
- fixed the delete button being hidden/visible although a theme was selected (using the down/up keys)

bzr-revno: 1515
2011-05-04 07:02:33 +02:00
Gerald Britton 37a68a4b87 Minor optimization in translate function: Save redundant lookups 2011-05-03 13:36:20 -04:00
Andreas Preikschat 96f4f2f747 fixed traceback when deleting theme; fixed delete button being visible/hidden 2011-05-03 19:05:17 +02:00
Andreas Preikschat 3dd30f5e93 also check for osx 2011-05-02 20:24:28 +02:00
Andreas Preikschat 1dd4e6e1d5 r1511 2011-05-02 19:29:39 +02:00
Andreas Preikschat 52822e119e use qm files from /usr/share/qt4/translation 2011-05-02 19:25:12 +02:00
Andreas Preikschat a6790e60c1 - When you are capturing a shortcut, "space" won't uncheck the button (so you can use "space" as shortcut as well) (lines 8-26, 64-66)
- Now you can remove a shortcut (just abort the capturing)

bzr-revno: 1511
2011-05-01 20:03:08 +02:00
Andreas Preikschat ccdd666c72 Fixed the alignment of the Quick Search Tab. (Bug #769998)
bzr-revno: 1510
Fixes: https://launchpad.net/bugs/769998
2011-05-01 20:01:00 +02:00
Tim Bentley da996844b7 Prevent duplicate images
bzr-revno: 1509
Fixes: https://launchpad.net/bugs/772080
2011-05-01 18:55:33 +01:00
Andreas Preikschat 9a997afd81 fixed wording 2011-05-01 18:03:42 +02:00
Andreas Preikschat 76bd824114 added comment 2011-05-01 17:54:05 +02:00
Andreas Preikschat 6c1e66de99 do not check the button 2011-05-01 17:50:48 +02:00
Tim Bentley 19bd7536c3 Need Glasses 2011-05-01 16:15:08 +01:00
Tim Bentley 7436621316 Fix incorrect colour specification
Fixes: https://launchpad.net/bugs/774853
2011-05-01 14:58:28 +01:00
Andreas Preikschat 53fe9666d2 fixed long line 2011-05-01 15:27:19 +02:00
Andreas Preikschat e0b862a897 fixed alignment of the quick tab (bug #769998)
Fixes: https://launchpad.net/bugs/769998
2011-05-01 15:11:47 +02:00
Tim Bentley 8085ffee74 Remove line 2011-05-01 08:21:55 +01:00
Andreas Preikschat f8fdcf8fba allow to empty shortcuts; allow 'space' to be used as shortcut 2011-05-01 09:17:30 +02:00
Tim Bentley 54e1674803 Head push 2011-04-30 18:36:28 +01:00
Tim Bentley f6537acbf4 Updates 2011-04-30 18:36:13 +01:00
Jonathan Corwin f472807251 os.path.splitext includes the . in the extension! 2011-04-30 17:11:28 +01:00
Tim Bentley 54a3dd8412 Remove not needed var and fix 195 strings 2011-04-30 09:37:28 +01:00
Jonathan Corwin e9de9bea92 Fix Presentation bugs 773036 and 769513
bzr-revno: 1505
2011-04-30 09:13:49 +01:00
Tim Bentley 3b805f6374 Add new thread at startup time 2011-04-30 08:42:20 +01:00
Jonathan Corwin 8bec30cf9c Make Impress changes windows specific 2011-04-30 08:31:03 +01:00
Tim Bentley 9a88a7fcf7 Logging and comments 2011-04-30 06:43:41 +01:00