Philip Ridout
0b91725a4f
Fixed issues with this branch and recent commits to trunk
2017-08-24 20:53:55 +01:00
Philip Ridout
09a877002f
Patched appveyor.yml
2017-08-23 21:51:03 +01:00
Philip Ridout
6ac671a5fa
HEAD
2017-08-23 21:13:58 +01:00
Tim Bentley
fa04eebf36
This is getting to big to stay external any longer.
...
The web interface works with the existing HTML which has been externalised and can be pulled from OpenLP.
- Add new web and socket servers to API and replace all existing API's
- remove most of the Remote plugin but leave the base there to allow for the html and js code to land there.
- amend the FTW to download a package of html, JS and CSS and install in the remote directory
- add switch to turn off the servers to allow PyCharm to debug...
bzr-revno: 2759
2017-08-23 20:34:34 +01:00
Philip Ridout
0ecf5747c9
indentation fix
2017-08-18 21:33:43 +01:00
Philip Ridout
9ee24c32bd
made some more changes to core/__init__ and applocation
2017-08-18 20:34:20 +01:00
Tim Bentley
4dce06a9fc
pylint errors
2017-08-13 07:29:04 +01:00
Tim Bentley
ffef5ff5e0
pylint errors
2017-08-13 07:17:47 +01:00
Tim Bentley
54eae8712a
pep8
2017-08-13 06:50:44 +01:00
Tim Bentley
f436ef2f10
More test fixes
2017-08-13 06:44:10 +01:00
Tim Bentley
2783405a34
More test fixes
2017-08-13 06:28:25 +01:00
Tim Bentley
0066a926e6
More test fixes
2017-08-13 06:19:04 +01:00
Tim Bentley
9e8b16549c
fix more tests
2017-08-12 21:58:16 +01:00
Tim Bentley
751ec88d94
fix more tests
2017-08-12 21:52:19 +01:00
Tim Bentley
14bf5aaf9d
fix more tests
2017-08-12 21:44:39 +01:00
Tim Bentley
e6862f28e3
fix more tests
2017-08-12 21:26:39 +01:00
Tim Bentley
25de11dd42
fix more tests
2017-08-12 21:19:15 +01:00
Tim Bentley
7879430c96
fix more tests
2017-08-12 21:08:12 +01:00
Tim Bentley
1f09c1c860
fix more tests
2017-08-12 21:03:17 +01:00
Tim Bentley
98fd78d382
fix more tests
2017-08-12 20:56:02 +01:00
Tim Bentley
c3e09f7d0e
fix more tests
2017-08-12 20:49:17 +01:00
Tim Bentley
edd1bf3487
fix more tests
2017-08-12 20:39:08 +01:00
Tim Bentley
bbcd5691fe
fix more tests
2017-08-12 20:34:56 +01:00
Tim Bentley
e896e2fd1f
stop thread
2017-08-12 20:27:43 +01:00
Tim Bentley
b3cd5a7b3d
fix tests
2017-08-12 20:22:09 +01:00
Tim Bentley
e08440ea2f
fix test
2017-08-12 20:14:56 +01:00
Philip Ridout
b384e6f2fa
Convert some more utility fuctions over to using the pathlib
2017-08-12 18:45:56 +01:00
Tim Bentley
63a5c3bd91
head
2017-08-11 21:47:52 +01:00
Phill
081c5fe7a0
Definitely ready for merging, unless, of course you guys find some more issues!
...
Part 2
Changed the pathedit widget over to using pathlib
Added a 'patched' file dialog
Added a few utility methods
lp:~phill-ridout/openlp/pathlib2 (revision 2763)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/2125/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/2033/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1938/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Code_Analysis ...
bzr-revno: 2758
2017-08-11 21:31:09 +01:00
4d9ec632b1
- Restructured AVMT to shortcut return on invalid input
...
- Added AVMT bad data test
- Fix AVMT tests
- Added extra logging information for CLSS errors
- Added CLSS failure tests
- Restructure ERST to not use hard-coded error breakout
- Added several ERST tests
- Fix ERST tests
- Added tests for pjlink.process_command
--------------------------------
lp:~alisonken1/openlp/pjlink2-h (revision 2757)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/2130/
[SUCCESS] https://ci.openlp.io/job/Branc ...
bzr-revno: 2757
2017-08-11 21:18:20 +01:00
e7ec732f1e
Projector code cleanups "H" and new tests
2017-08-11 04:04:33 -07:00
Philip Ridout
5d99c48fe0
Merge fix
2017-08-10 07:28:30 +01:00
Philip Ridout
469e7f3bb6
remove the wraps decoartor
2017-08-09 21:15:02 +01:00
Philip Ridout
6340b7e89f
pep
2017-08-07 22:12:42 +01:00
Philip Ridout
c4eedc6dca
add forgotten files
2017-08-07 22:01:16 +01:00
Philip Ridout
8eb207b67c
Head
2017-08-07 21:51:50 +01:00
Philip Ridout
e6faf233ed
Merge fixes
2017-08-07 21:50:01 +01:00
e2191cdb20
- Break PJLink class into base class and process commands class
...
- Restructure class methods
- Break projector PJLink tests into pjlink_base and pjlink_commands
- Restructure test methods
- Remove unused test imports
- Rename several tests
- Remove extraneous test (test_projector_return_ok)
- Added tests for process_erst reply
So much for no code changes this update :).
- Convert AVMT check to use dict instead of if..elif
- Fix AVMT test
--------------------------------
lp:~alisonken1/openlp...
bzr-revno: 2756
2017-08-07 22:13:24 +02:00
7b542a0554
Fix AVMT test
2017-08-06 17:08:41 -07:00
df47a4b6eb
Code cleanups
2017-08-06 16:33:53 -07:00
864fd291a0
PJLink2 update G - restructuring
2017-08-06 00:23:26 -07:00
Philip Ridout
11a9f58cb6
path conversion fixes
2017-08-04 22:53:02 +01:00
Philip Ridout
1c8474b8e2
Pep fixes
2017-08-04 19:06:43 +01:00
Philip Ridout
46b42c24e5
head
2017-08-04 19:02:23 +01:00
Philip Ridout
a7750e680b
Pathedit line endings
2017-08-04 18:52:55 +01:00
Philip Ridout
03bcc194ea
Update the path edit component to use the pathlib module. Add a few utility methods
2017-08-04 18:40:57 +01:00
Tim Bentley
c2321e7c10
Merge head
2017-08-03 18:54:40 +01:00
f6edbf952d
Remove the version number from various places within OpenLP. Fix the import path of UiStrings.
...
Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/remove-version-number (revision 2756)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/2112/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/2022/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1930/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Code_Analysis/1307/
[SUCCESS] https:...
bzr-revno: 2755
2017-08-03 18:21:18 +01:00
ecc2910576
Just ignore the entire test case -_-
2017-08-02 22:02:11 -07:00
afe3cff6b7
Try to get some of the tests working on Jenkins
2017-08-02 21:53:57 -07:00