Commit Graph

1497 Commits

Author SHA1 Message Date
Raoul Snyman
364940c547 Additional failover for version problems.
bzr-revno: 993
2010-08-26 15:54:05 +02:00
Raoul Snyman
3b1c151e15 Fail silently on version problems.
Renamed a variable to be a little more sensible.
2010-08-26 07:35:34 +02:00
Jon Tibble
06fd68b3d8 Cleanups & fix version check 2010-08-26 01:37:25 +01:00
Tim Bentley
197fe4cb08 Fix song usage
Fix 598407

bzr-revno: 986
Fixes: https://launchpad.net/bugs/598407
2010-08-02 20:32:40 +01:00
Tim Bentley
9bdc7db801 Fixes 2010-08-02 20:23:39 +01:00
Tim Bentley
39be81f8b2 Fix bug #598407 2010-08-02 20:08:55 +01:00
Tim Bentley
9da35664bb Fix up songusage 2010-08-02 20:05:40 +01:00
Tim Bentley
929b36705a Remove blank lines 2010-08-02 18:56:50 +01:00
Tim Bentley
4e0a3ca40b Fix song usage missing code 2010-08-02 18:51:44 +01:00
Jon Tibble
72c2336d84 Work with SQLAlchemy 0.6 (Bug #611889) 2010-08-02 03:53:14 +01:00
Jon Tibble
41ed61bfe3 Fix previous fix 2010-08-01 15:28:40 +01:00
Jon Tibble
4b0093e97b Fix alerts width 2010-07-31 23:23:48 +01:00
Jon Tibble
e815a5ff08 Fix non-updating screen when unchecking override 2010-07-31 22:58:56 +01:00
Jon Tibble
c9edfb9508 Cleanup QMessageBoxes using defaults 2010-07-31 03:06:44 +01:00
Jon Tibble
8f0d30c48b Fix plugin forms 2010-07-31 01:34:37 +01:00
Jon Tibble
ab3efd2b3b Fix issues with plugins (inc. bug #605655) 2010-07-31 01:05:27 +01:00
Jon Tibble
ee80308997 Code sorting, refactoring and cleaning 2010-07-30 23:48:09 +01:00
Jon Tibble
751d16e2e0 ServiceManager naming 2010-07-30 17:19:32 +01:00
Jon Tibble
003cfd1e68 Fix unused var and standardise loop vars 2010-07-30 17:13:17 +01:00
Jon Tibble
8838e9563e Naming cleanup fixes 2010-07-28 14:36:29 +01:00
Jon Tibble
2bd442ff4f More naming cleanup 2010-07-28 14:15:39 +01:00
Jon Tibble
3b5c29dc07 Missing space 2010-07-28 13:44:33 +01:00
Philip Ridout
51f47d206d Moved loop settings to a more appropriate tab, removed image tab as a result.
bzr-revno: 976
2010-07-28 12:01:01 +02:00
Philip Ridout
a35fac56da Fix for bug #609442.
bzr-revno: 975
2010-07-28 11:58:11 +02:00
Philip Ridout
73650e6536 Moved loop delay on to the general tab from the image tab, as it was being used in songs and custom slides as well.
Deleted image tab, as the loop delay was the only setting on it!
2010-07-27 21:35:50 +01:00
Philip Ridout
2b9bc517ae Removal of comment 2010-07-27 17:14:11 +01:00
Jon Tibble
c3594624d3 ServiceNote, Settings & ThemeManager naming 2010-07-27 13:18:10 +01:00
Jon Tibble
62be523f10 PluginForm naming 2010-07-27 12:57:25 +01:00
Jon Tibble
7f6920e220 Missed a few bits 2010-07-27 11:46:39 +01:00
Jon Tibble
41eaa2cd29 AmendTheme naming and missed trailing new line 2010-07-27 11:20:20 +01:00
Jon Tibble
37b2304eeb Trailing new lines 2010-07-27 10:32:52 +01:00
Jon Tibble
c2ee4e842b ServiceItemEditDialog naming 2010-07-27 09:22:01 +01:00
Jon Tibble
468ab12ffc GeneralTab naming 2010-07-27 08:48:23 +01:00
Jon Tibble
16924808bd Fixes and cleanups 2010-07-26 21:31:05 +01:00
Philip Ridout
4344751198 self.screens.display, is always true, no matter which mode you use (single or dual screen)
self.screens.current['primary'] is true, in single screen mode, or when the operator screen is also used as the main display!
2010-07-26 21:14:11 +01:00
Jon Tibble
21eca36576 Fix last commit 2010-07-26 16:48:54 +01:00
Jon Tibble
37d2e910b7 Long lines 2010-07-26 16:19:11 +01:00
Jon Tibble
96033624aa Head r968 2010-07-25 12:47:53 +01:00
Tim Bentley
5814a491c7 Add display update trigger missed in cleanup
bzr-revno: 968
2010-07-25 09:54:58 +01:00
Raoul Snyman
f6c5a9788c Update the copyright notice and the credits.
bzr-revno: 967
2010-07-25 10:21:02 +02:00
Tim Bentley
8a96d7f87f Fix word uage 2010-07-25 07:14:45 +01:00
Tim Bentley
e4350e982f Head966 2010-07-25 07:12:13 +01:00
Raoul Snyman
da018275af A few more credits. 2010-07-25 00:45:48 +02:00
Raoul Snyman
7303f1de05 Add a few folks to the about dialog. 2010-07-25 00:13:21 +02:00
Raoul Snyman
2f2b339863 Update the copyright notice. 2010-07-25 00:10:47 +02:00
Raoul Snyman
81441f3e79 Remove some unused imports.
Remove an unused variable.
Fix up a couple of strings I missed in the previous string fix merge.
2010-07-24 23:20:02 +02:00
Jon Tibble
6e6d44710f Head r965 2010-07-24 22:03:58 +01:00
Tim Bentley
3801a80d7d Head 964 2010-07-24 20:27:48 +01:00
Tim Bentley
9a519f2ff0 Fix missing code from previous merge 2010-07-24 20:27:25 +01:00
Philip Ridout
5c6f7da055 Hopefully a fix for bug #609442 2010-07-24 11:44:28 +01:00