Commit Graph

13306 Commits

Author SHA1 Message Date
c607661aee HEAD 2014-03-04 23:51:54 +02:00
Tim Bentley
0091079b76 Song forms cleanups
bzr-revno: 2329
2014-03-04 21:42:22 +00:00
b094d48678 Add some error handling around the getting a song.
Add some more tests.
2014-03-04 23:28:15 +02:00
Tim Bentley
1301b4cfa3 Fix up presentation tests 2014-03-04 20:18:14 +00:00
Tim Bentley
43f156d9fe Update Songs forms 2014-03-04 18:49:30 +00:00
Tomas Groth
873286df9a Support for presenting PDF using mupdf or ghostscript.
bzr-revno: 2328
2014-02-28 07:53:29 +00:00
831f2f3b69 HEAD 2014-02-27 23:39:44 +02:00
d2a5e8a4c4 Refactor SongSelect search into a separate class, and start writing some tests for that class. 2014-02-27 23:36:33 +02:00
Tomas Groth
52a73f3475 merged with head 2014-02-25 21:11:48 +01:00
Tim Bentley
e12566e792 More Cleanups , Renderer and MainDisplay updated and basic tests added!
PEP8 changes to Alerts and SongUsage.

bzr-revno: 2327
2014-02-25 19:44:43 +00:00
Tim Bentley
7f58348c8c fix up pintservice form 2014-02-23 15:41:09 +00:00
Tim Bentley
3d556a9790 Head 2014-02-23 15:02:53 +00:00
Philip Ridout
77445c30d8 The main change here is to get the PPTViewer working with unicode filenames. There have also been some other improvments in PPTViewer reliability.
Also fixed logging so that it saves the log in UTF-8 rather than the system default (1525) on my Windows VM. This was causing issues with when logging unicode.

bzr-revno: 2326
2014-02-23 14:58:06 +00:00
Tomas Groth
21eeac70eb fixed an exception 2014-02-21 23:27:00 +01:00
Tomas Groth
e90f277bd6 merged with trunk 2014-02-21 22:48:25 +01:00
Tomas Groth
6d21a326ed Made it possible to save a selected clip to the mediamanager. 2014-02-17 23:29:52 +01:00
Philip Ridout
b718b76c8c HEAD 2014-02-11 21:07:06 +00:00
Philip Ridout
150ff4e980 HEAD 2014-02-11 20:29:57 +00:00
Tomas Groth
365a4c62cf Created GUI for mediaclip selection from DVD. 2014-01-24 19:43:02 +00:00
Tim Bentley
270fb6ea1c Head 2014-01-16 21:49:23 +00:00
Rafael Lerm
b713f3cac8 Fix Help menu for windows
bzr-revno: 2325
2014-01-16 21:47:27 +00:00
Rafael Lerm
83e20b79b6 Changed string that caused crash on startup. Corrected bug 1269929 2014-01-16 18:34:37 -02:00
Tomas Groth
c3af8d5d14 Only allow pdf-program selection using filedialog. 2014-01-14 21:57:43 +00:00
Tim Bentley
bc3081fd18 Remove redundent method 2014-01-13 17:31:46 +00:00
Tim Bentley
ca47293345 Fix up help link 2014-01-13 17:29:31 +00:00
Tim Bentley
5d740a7706 Removep
bzr commit -mRemovep
2014-01-11 22:05:38 +00:00
Tim Bentley
b5c2659506 Clean up Song Usage 2014-01-11 22:01:41 +00:00
Tim Bentley
68d8f58b5c Clean up Alerts 2014-01-11 21:46:20 +00:00
Tim Bentley
743ad7b44a Clean up inits 2014-01-11 21:29:01 +00:00
Tim Bentley
9fc4f0c339 Add Main display tests 2014-01-11 19:46:31 +00:00
Tim Bentley
75b27422ad Add renderer tests 2014-01-11 19:31:06 +00:00
Tim Bentley
7fe95731f9 Fix up Main display 2014-01-11 17:52:01 +00:00
Felipe Polo-Wood
b58abe45b2 Added WebSocket engine 2014-01-09 14:53:56 -05:00
Felipe Polo-Wood
d2782e099f Merged with Tim's refactoring changes 2014-01-09 14:52:20 -05:00
Felipe Polo-Wood
2f12246301 Added WebSocket server and client 2014-01-06 18:00:27 -05:00
Tomas Groth
e958c04659 Make the PdfController reload backend if setting changes. 2014-01-06 12:06:22 +00:00
Tomas Groth
d02377f74f Moved PS script into separate file. 2014-01-06 10:51:53 +00:00
Tim Bentley
3a5c15a29a Migrate renderer - cleanup 2014-01-05 17:12:42 +00:00
Tim Bentley
360d9883b4 Migrate renderer 2014-01-05 17:09:51 +00:00
Tim Bentley
8038388110 head 2014-01-04 20:58:46 +00:00
Tim Bentley
60d4009261 start off 2014-01-04 20:58:18 +00:00
Tim Bentley
1141658ab2 Fixes for broken tests.
Fixed ThemeManager tests
Add code and tests to support hiding the "blank to theme" for non theme service items.
Add code to add config data to service items and use it if present.

bzr-revno: 2324
2014-01-04 20:56:26 +00:00
Tim Bentley
060f56c76b Head 2014-01-04 18:00:43 +00:00
Tim Bentley
5b6663b578 basic tests 2014-01-04 17:19:30 +00:00
Tim Bentley
2dd4a9c542 Add config to service file 2014-01-04 16:33:20 +00:00
Tim Bentley
0da7475748 Fix up comments 2014-01-04 12:06:48 +00:00
Tim Bentley
5eba575618 Add tests for new function 2014-01-04 11:50:27 +00:00
Tim Bentley
4c7fa599c6 Add app to test 2014-01-04 08:28:45 +00:00
Tim Bentley
06e68627d7 Head 2014-01-04 07:54:50 +00:00
Tim Bentley
d8ec08e020 Cleaned up Theme and Service Managers Now working the same way.
Fixed up tests for both classes
PEP8 changes for Alerts and Custom + various other bits in passing.

bzr-revno: 2323
2014-01-03 21:36:27 +00:00