Tim Bentley
db64a7d5bf
Merge branch 'test-commands-2' into 'master'
...
Update tests for pjlinkcommands 2022-02-03
See merge request openlp/openlp!408
2022-02-05 17:13:52 +00:00
2dfce1ad32
Issue #985 - TypeErr in PJLink.get_data() fix
2022-02-05 16:02:48 +00:00
Tim Bentley
87159e6e28
Merge branch 'issue-986-song-import' into 'master'
...
Fix bug #986 to better handle a both a correctly behaving lxml, as well as a badly behaving lxml
Closes #986
See merge request openlp/openlp!406
2022-02-05 10:31:38 +00:00
aa22652b3e
Merge branch 'issue-559-prevent-user-closing-display-window' into 'master'
...
Prevent the user from closing the display window
Closes #559
See merge request openlp/openlp!405
2022-02-04 22:06:06 +00:00
26d3659250
Prevent the user from closing the display window
2022-02-04 22:06:06 +00:00
be21ef15e6
Update tests for pjlinkcommands 2022-02-03
...
- (Ongoing) Update strings to f'' format
- New test module projector/messages/test_clss.py
- projectors/test_projector_commands_01/test_*_clss_* tests moved here
- Added start_poll test
- New test module projector/messages/test_misc.py
- Added test_srch
- openlp/core/projectors/plinkcommands.py
- Updated process_srch log entry in case of no projector instance
2022-02-04 13:33:25 -08:00
c0e8cef731
Fix bug #986 to better handle a both a correctly behaving lxml, as well as a badly behaving lxml
2022-02-04 11:39:44 -07:00
ae0927d1f4
Expand tests a little further
2022-02-04 10:01:51 -07:00
Tim
4400e0e132
Add some more tests
2022-02-04 15:40:12 +00:00
4f74be7d0a
Fix loading service files from the command line
2022-02-04 15:30:43 +00:00
54ad754268
Make two versions of a test to work around a difference in Python 3.10
2022-02-03 11:26:24 -07:00
0f74ef6f67
Handle invalid XML when parsing verses
2022-02-03 15:02:13 +00:00
Tim Bentley
de30cc3996
Merge branch 'issue-937-handle-unknown-verse-types' into 'master'
...
Fix issue #937 by handling custom verse types correctly
Closes #937
See merge request openlp/openlp!396
2022-02-03 07:49:14 +00:00
bb8e508887
Fix issues with searching from the web remote
2022-02-03 05:49:56 +00:00
35723ed72c
Fix issue #937 by handling custom verse types correctly
2022-02-02 11:28:46 -07:00
Tim Bentley
04bbbba305
Merge branch 'pjlink_cmd' into 'master'
...
Update pjlinkcommands tests
Closes #976 and #978
See merge request openlp/openlp!388
2022-02-01 16:43:09 +00:00
e02b359b7e
Update pjlinkcommands tests
2022-02-01 16:43:09 +00:00
Tim Bentley
c9c8c62595
Merge branch 'Chinese-new-year' into 'master'
...
Better late than never
See merge request openlp/openlp!391
2022-02-01 11:11:36 +00:00
Tim
29db2f1fb7
Better late than never
2022-02-01 10:10:57 +00:00
e30fb26a3c
Merge branch 'pjm-tests' into 'master'
...
Tests for ProjectorManager 2022-01-23
See merge request openlp/openlp!386
2022-01-31 02:36:14 +00:00
2d0855f975
Tests for ProjectorManager 2022-01-23
2022-01-31 02:36:14 +00:00
fa802a5f3b
Stop the display window from minimizing when the OpenLP window is not active on macOS
2022-01-29 16:22:10 -07:00
Tim Bentley
ff0605cb21
Merge branch 'fix-915-songs-background-audio-auto-start' into 'master'
...
Restore the auto-play for background audio in songs (fixes #915 )
Closes #915
See merge request openlp/openlp!385
2022-01-24 08:40:29 +00:00
70fa22fdb4
Restore the auto-play for background audio in songs ( fixes #915 )
2022-01-22 13:21:31 -07:00
91322f87d2
Merge branch '30rc1-fixes2' into 'master'
...
Various bug fixes
Closes #978 and #976
See merge request openlp/openlp!384
2022-01-21 21:32:09 +00:00
Tomas Groth
1d0b578370
Various bug fixes
2022-01-21 21:32:09 +00:00
b3c27986c7
Merge branch 'proj_manager_tests' into 'master'
...
ProjectorManager tests upd_add_port listener
See merge request openlp/openlp!383
2022-01-21 21:30:52 +00:00
caa78be00d
ProjectorManager tests upd_add_port listener
2022-01-21 21:30:51 +00:00
Tomas Groth
bfce3db902
A few bug fixes
2022-01-21 07:49:55 +00:00
c0713a56d4
ProjectorManager tests
2022-01-20 21:22:41 +00:00
Daniel Martin
fce6b47127
Fix a few service bugs
2022-01-16 13:15:09 +00:00
Tim Bentley
c6be2ac31d
Merge branch 'clean-up-alerts-plugin' into 'master'
...
clean up alertsmanager
See merge request openlp/openlp!369
2021-11-07 07:43:20 +00:00
e4036ea14f
Merge branch 'fix-song-flash-840' into 'master'
...
Fix song flash
Closes #840
See merge request openlp/openlp!367
2021-11-07 00:52:53 +00:00
robbie jackson
aff97c0e27
Fix song flash
2021-11-07 00:52:53 +00:00
Andreas P
ddcc7dbd4f
clean up alertsmanager
...
- the alertsmanager does not manage the alerts anymore, they are managed by the display
- thus the list of alerts is not needed, the id is not needed, also the
timer id is not needed
- live_display_active is not needed anymore
- there is no point in using the status message
2021-10-23 15:29:33 +02:00
Andreas P
a252032426
rename readme in test folder and fix text about dependencies
2021-10-23 15:09:51 +02:00
fca5052b24
Fix loading the previous service as a str instead of a Path
...
- Fixes #839
- Wrote a whole bunch of tests
2021-09-16 16:59:03 -07:00
Tim Bentley
191e8dc672
Merge branch 'fix-dvd-media-crash' into 'master'
...
Fix dvd media crash
Closes #876
See merge request openlp/openlp!356
2021-09-12 08:28:58 +00:00
robbie jackson
2eef92fe4a
Fix dvd media crash
2021-09-12 08:28:58 +00:00
Tim Bentley
df0163b144
Merge branch 'fix-show-presentation-after-media' into 'master'
...
Fix of problem showing presentations after media items
Closes #833
See merge request openlp/openlp!362
2021-09-12 08:28:37 +00:00
robbiejackson
fee77506f6
code fix done and tests updated
2021-09-10 21:10:49 +01:00
b37fd8faca
Fix #896 and write tests for the form
2021-09-07 22:00:11 -07:00
Tomas Groth
e584c5bf49
Skip test that fails on macOS.
2021-09-02 20:43:42 +00:00
Tim Bentley
a3ff2b1d0b
Merge branch 'fix-songbook-merge' into 'master'
...
Fix merging of song books
Closes #899
See merge request openlp/openlp!347
2021-09-02 06:46:10 +00:00
robbie jackson
80a70d5b63
Fix merging of song books
2021-09-02 06:46:09 +00:00
10f325d1dd
Fix #881 by setting changing the 'replace' argument to be the position of the item to be replaced
2021-09-01 22:35:11 -07:00
Mateus Meyer Jiacomelli
368c1aa69a
Better Dark Mode and UI Theme Support
2021-09-01 18:34:06 +00:00
Tomas Groth
54ad7496cd
Merge branch 'display-mode-toggle' into 'master'
...
Display mode toggle
Closes #905
See merge request openlp/openlp!348
2021-08-28 20:36:54 +00:00
Daniel Martin
744e141dbd
Display mode toggle
2021-08-28 20:36:53 +00:00
robbie jackson
c44d261a0e
Fix cd media crash
2021-08-28 07:04:15 +00:00