Tim Bentley
fada29080c
fix a bit of the tests
2018-03-29 17:25:10 +01:00
Tim Bentley
db0f131e15
Add the removal of the version code part 1
2018-03-29 16:54:55 +01:00
Tim Bentley
be5de55e0b
cleanup up the code
2018-03-29 16:16:55 +01:00
Tim Bentley
de8b731686
get the service file handling right
2018-03-29 15:50:08 +01:00
Tim Bentley
e828867f23
first release of transfer server
2018-03-29 13:04:48 +01:00
Tim Bentley
d74e63773e
fix media suffix issues
2018-03-18 15:33:50 +00:00
Tim Bentley
297d86f561
fix vlc bug
2018-03-18 14:56:02 +00:00
Tim Bentley
f77026b5c7
Fix issues
2018-03-18 07:45:46 +00:00
Tim Bentley
e6f7e107b8
fix string
2018-03-16 06:05:18 +00:00
Tim Bentley
2531e56910
Fix quotes
2018-03-09 21:58:45 +00:00
Tim Bentley
bff8b193dc
fix up PEP8
2018-02-24 16:10:02 +00:00
Tim Bentley
f16828dd5d
fix comment
2018-02-23 15:54:25 +00:00
Tim Bentley
2ae8951b3b
add title to display api
2018-02-23 12:16:13 +00:00
Tim Bentley
c99c2694db
simplify visibility interface
2018-02-23 09:17:21 +00:00
Tim Bentley
8e33175477
clear preview bar and fix visibility
2018-02-23 09:11:07 +00:00
Tim Bentley
e01396c427
clear preview bar
2018-02-23 08:56:01 +00:00
Tim Bentley
5696655768
Fix up text
2018-02-20 22:03:32 +00:00
Tim Bentley
8188650486
display metadata
2018-02-18 16:48:49 +00:00
Tim Bentley
14b8aedc76
Add metadata
2018-02-18 16:16:52 +00:00
Tim Bentley
b9b9e0b558
new branch
2018-02-17 07:18:03 +00:00
8e5fb217d3
- manager: Remove unused signal disconnect projectorNetwork.disconnect()
...
- Change PJLinkUDP.pjlink_udp_commands to dict with link to processing methods
- Add test_projector_pjlink_udp.test_process_ackn_duplicate
- Add test_projector_pjlink_udp.test_process_ackn_multiple
- Add test_projector_pjlink_udp.test_process_ackn_single
- Add test_projector_pjlink_udp.test_process_srch
- Add PJLinkUDP.get_datagram method
- Add PJLinkUDP._trash_udp_buffer method
- Add PJLinkUDP.process_ackn method
- Add ...
bzr-revno: 2813
2018-02-16 21:09:49 +00:00
ed347492e9
Move MY_IP4 dict to get_local_ip4 function
2018-02-11 13:52:04 -08:00
Tim Bentley
d0fd6b2903
Remove the FTW options which do nothing
2018-02-11 18:15:24 +00:00
Tim Bentley
5328b81c70
Fix controller error
2018-02-11 18:06:33 +00:00
f1996d2cb7
PJLink2 Update P
2018-02-11 03:42:13 -08:00
Tim Bentley
aa9aec4a7d
fix comments
2018-02-03 14:17:46 +00:00
Tim Bentley
7f39fe90d1
head
2018-02-03 14:07:07 +00:00
Tim Bentley
beffb3b5bd
remove extra line
2018-02-03 12:19:37 +00:00
Tim Bentley
602b115f43
remove extra line
2018-02-03 12:03:37 +00:00
Tim Bentley
340b3f6597
Finish clean up logging code
2018-02-03 11:32:49 +00:00
Tim Bentley
6c8ec8a840
Add logging to mainwindow and clean up logging code
2018-02-03 11:24:39 +00:00
Tim Bentley
6ff1015205
close the splash screen
2018-02-03 07:59:36 +00:00
Tim Bentley
f7169ee708
remove ppt viewer
2018-02-02 21:33:41 +00:00
Tim Bentley
cffd8e603d
cleanups
2018-01-27 11:15:49 +00:00
Tim Bentley
c9ff4b2209
fix web api
2018-01-27 09:41:11 +00:00
1f53453ff6
Fixed an issue with the FTW not displaying any download progress.
...
Add this to your merge proposal:
--------------------------------------------------------------------------------
lp:~raoul-snyman/openlp/fix-ftw-download-progress (revision 2811)
https://ci.openlp.io/job/Branch-01-Pull/2430/ [SUCCESS]
https://ci.openlp.io/job/Branch-02a-Linux-Tests/2331/ [SUCCESS]
https://ci.openlp.io/job/Branch-02b-macOS-Tests/125/ [SUCCESS]
https:/...
bzr-revno: 2811
2018-01-24 21:36:15 +00:00
Phill Ridout
4423b61fc9
Small fix
2018-01-22 21:37:00 +00:00
Phill Ridout
ee144ad68b
Save the temp file in a different dir
2018-01-22 20:41:30 +00:00
Phill Ridout
7c68e9d022
pep
2018-01-21 07:40:26 +00:00
Phill Ridout
368b0ce75c
Tidy ups
2018-01-20 09:30:30 +00:00
Phill Ridout
7ced39594f
Add test
2018-01-19 21:00:56 +00:00
Phill Ridout
89042982d6
HEAD
2018-01-16 20:49:18 +00:00
Phill Ridout
21b362c9a2
doc string!
2018-01-14 09:01:00 +00:00
331554a038
HEAD
2018-01-13 17:45:24 -07:00
d6087813ae
- Ongoing conversions from self.asserts to plain asserts
...
- Remove test_ part of method name for bugfix tests no longer used
- Move tests *_change_status_* from pjlink_commands_01 to pjlink_base
- Move test projector_reset_information from pjlink_commands_01 to pjlink_commands_02
- Move lamp_nonstandard_reply from bugfix to pjlink_commands_01
- Move clss_nonstandard_reply 1/2 from bugfix to pjlink_commands_01
- Move test_projector_get_* tests from pjlink_commands_01 to pjlink_base
- Added pjli...
bzr-revno: 2809
2018-01-13 17:44:36 -07:00
d758ed257c
Fix progress not showing in the FTW
2018-01-13 16:24:26 -07:00
Phill Ridout
42465605ac
fix saving and loading progress bar
...
Fixes: https://launchpad.net/bugs/1734432
2018-01-13 09:02:29 +00:00
Phill Ridout
c88a08f9e4
HEAD
2018-01-13 07:25:07 +00:00
Phill Ridout
2095a00dc9
Fix up code so test passes
2018-01-13 07:24:20 +00:00
372051067d
Update pjlink_class define in db
2018-01-12 23:17:15 -08:00