Commit Graph

6543 Commits

Author SHA1 Message Date
Andreas Preikschat a4e5d290a3 - changed a few loops to list comprehensions
- fixed unclosed file
- attempt to reduce possible tracebacks when running two instances of the FRW

bzr-revno: 1525
2011-05-08 13:08:28 +02:00
Andreas Preikschat 6968ebc3e3 Fixed spelling
bzr-revno: 1524
2011-05-08 13:07:22 +02:00
Jonathan Corwin a6cfb00334 Stage View (via remote) plus some remote fixes
bzr-revno: 1523
2011-05-08 09:21:55 +01:00
Jonathan Corwin 7103d98dba Just add a couple of links... 2011-05-07 23:19:42 +01:00
Andreas Preikschat 0211a55c5d fixed spelling 2011-05-07 20:40:48 +02:00
Andreas Preikschat 3a4afcba4c r1522 2011-05-07 20:38:57 +02:00
Andreas Preikschat 3824c33607 use iteritems 2011-05-07 16:14:34 +02:00
Andreas Preikschat 738729e779 re ordering 2011-05-07 13:22:34 +02:00
Andreas Preikschat c07f2f40c5 r1522 2011-05-07 13:06:43 +02:00
Jonathan Corwin 1a3626ef13 no newline at end of file... 2011-05-07 09:54:06 +01:00
Jonathan Corwin 9715e6dd1f more refixes 2011-05-07 09:27:43 +01:00
Jonathan Corwin 547b58e7b5 remove link on remote, add /stage shortcut plus tidies and refix 2011-05-07 09:18:02 +01:00
Jonathan Corwin 03380fb40f head 2011-05-06 23:00:52 +01:00
Jonathan Corwin 5c6639e95b Fix remote bug if same item in service twice. More stage view tweaks 2011-05-06 23:00:18 +01: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
Jonathan Corwin 764ca4d9c5 Stage view 2011-05-06 08:40:02 +01: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 7372db18a8 r1519 2011-05-06 07:06:28 +02:00
Andreas Preikschat de54c419ce fixed songshowplus importer 2011-05-06 06:36:22 +02:00
Andreas Preikschat 8a29b97eef r1519 2011-05-06 06:34:17 +02:00
Gerald Britton f85ce8dc91 Change a series of "if" into if/elif
bzr-revno: 1519
2011-05-05 22:00:12 +02:00
Wesley Stout 0de34c42c7 Reordering of the documentation, along with an added section on installation.
bzr-revno: 1518
2011-05-05 21:58:17 +02:00
Jonathan Corwin de9754caf1 Well one standard learnt. Probably a few more to go... 2011-05-05 19:48:11 +01:00
Gerald Britton d9afa8ec2d Change series of ifs into if/elif/elif 2011-05-05 14:23:54 -04:00
Tim Bentley 97e85e064a Clean up screen rest a bit
bzr-revno: 1517
2011-05-05 18:10:27 +01:00
Stevan Pettit ddd270afa6 Include qt_xx.qm files to support multilingual buttons.
bzr-revno: 1516
2011-05-05 17:09:19 +02:00
Stevan Pettit 44d947acb9 modified:
scripts/windows-builder.py
2011-05-05 09:13:12 -04: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
Jonathan Corwin c8a2a0d291 head 2011-05-04 22:38:54 +01:00
Stevan Pettit 8b3d9e1884 modified:
scripts/windows-builder.py
2011-05-04 14:41:44 -04: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
Stevan Pettit cf1b1262c7 modified:
scripts/windows-builder.py
2011-05-04 11:35:25 -04:00
Andreas Preikschat 307ef744dd - fixed not closed file
- attempt to make FRW avoiding tracebacks when running more than once
- clean ups
2011-05-04 09:29:16 +02:00
Andreas Preikschat 7a84e6e263 r1515 2011-05-04 08:10:38 +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
Tim Bentley 776dc06814 Headr1514 2011-05-04 06:00:21 +01:00
gerald.britton@gmail.com 643325ac73 Do lookup of QtCore.QCoreApplication.translate in function definition to save lookups at run time.
bzr-revno: 1514
2011-05-03 23:08:14 +01:00
Andreas Preikschat 507dc9698b - updated the translation files
bzr-revno: 1513
2011-05-03 21:48:36 +02:00
Wesley Stout b69177f19e change location of the installation in the index 2011-05-03 14:00:50 -05: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 020e0eae65 r1512 2011-05-03 18:38:32 +02:00
Andreas Preikschat 5d1467decd more i18n updates 2011-05-03 17:18:23 +02:00
Andreas Preikschat bc62723f11 updated translations 2011-05-03 08:54:58 +02:00