Commit Graph

17368 Commits

Author SHA1 Message Date
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
Raoul Snyman d31c5979a2 Merge branch 'bug-0985' into 'master'
Issue #985 - TypeErr in PJLink.get_data() fix

Closes #985

See merge request openlp/openlp!398
2022-02-05 16:02:48 +00:00
Ken Roberts 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
Raoul Snyman bdce45cb74 Merge branch 'sqlalchemy-warnings' into 'master'
Listen to SQLAlchemy's warnings

See merge request openlp/openlp!407
2022-02-04 22:06:24 +00:00
Raoul Snyman 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
Raoul Snyman 26d3659250 Prevent the user from closing the display window 2022-02-04 22:06:06 +00:00
Raoul Snyman b9eeac7043 Merge branch 'pin-pyobjc-for-macos' into 'master'
Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2

See merge request openlp/openlp!404
2022-02-04 22:05:40 +00:00
Tim Bentley ab57f523c5 Merge branch 'add-another-load-service-test' into 'master'
Expand tests a little further

See merge request openlp/openlp!403
2022-02-04 21:59:43 +00:00
Ken Roberts 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
Raoul Snyman 59f2cabae3 Listen to SQLAlchemy's warnings 2022-02-04 14:12:12 -07:00
Raoul Snyman 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
Raoul Snyman f96d0fbce2 Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2 2022-02-04 10:16:18 -07:00
Raoul Snyman ae0927d1f4 Expand tests a little further 2022-02-04 10:01:51 -07:00
Raoul Snyman bc872e0e87 Merge branch 'tidy_ups' into 'master'
Add some more tests

See merge request openlp/openlp!402
2022-02-04 16:38:00 +00:00
Tim 4400e0e132
Add some more tests 2022-02-04 15:40:12 +00:00
Tim Bentley 7a698daef1 Merge branch 'fix-passed-params' into 'master'
Fix loading service files from the command line

Closes #993 and #992

See merge request openlp/openlp!401
2022-02-04 15:30:43 +00:00
Raoul Snyman 4f74be7d0a Fix loading service files from the command line 2022-02-04 15:30:43 +00:00
STEPHANVS 0bf49685b9
Merge branch 'advanced-chord-transpose-support' of https://gitlab.com/istvanmate/openlp into advanced-chord-transpose-support 2022-02-04 09:15:40 +01:00
STEPHANVS 926e354fe4
Variable namings and pipeline fixes 2022-02-04 08:24:30 +01:00
Raoul Snyman 2bdb028cdf
Apply 28 suggestion(s) to 2 file(s) 2022-02-04 08:24:30 +01:00
STEPHANVS 921d83c827
Pipeline fix 2022-02-04 08:24:29 +01:00
STEPHANVS 6c4d21f09e
Notation fixes 2022-02-04 08:24:28 +01:00
STEPHANVS 2442442fdd
Notation fixes 2022-02-04 08:24:28 +01:00
STEPHANVS ec598253d7
Invalid chord throws KeyError, not ValueError 2022-02-04 08:24:27 +01:00
STEPHANVS 10f172edad
Even more pipeline fixes 2022-02-04 08:24:26 +01:00
STEPHANVS d109bd55d5
More pipeline fixes 2022-02-04 08:24:26 +01:00
STEPHANVS e9ad261c59
Pipeline fixes 2022-02-04 08:24:25 +01:00
STEPHANVS 940eb5d63e
Chord transpose rework, works on verse_edit_all 2022-02-04 08:24:24 +01:00
STEPHANVS 5476214584
Support "|" as "barline" in chords layer 2022-02-04 08:24:24 +01:00
STEPHANVS 2895e94e1f
regex fixes, NEOLATIN_NOTES would introduce an extra capturing group, while ENGLISH_NOTES and GERMAN_NOTES would not 2022-02-04 08:24:23 +01:00
STEPHANVS 5274437097
fix CHORD_SUFFIXES 2022-02-04 08:24:23 +01:00
STEPHANVS 0417ef9097
Revert "nothing to repeat issue?"
This reverts commit 3c60e9aaf8.
2022-02-04 08:24:22 +01:00
STEPHANVS 3cd4520050
nothing to repeat issue? 2022-02-04 08:24:22 +01:00
STEPHANVS c0df784142
Additional notes and suffixes fix 2022-02-04 08:24:21 +01:00
STEPHANVS 4a56abd64c
Support "add" in chord suffix, support song key definition with "=" 2022-02-04 08:24:21 +01:00
STEPHANVS aad5d79093
Even more test fixes 2022-02-04 08:24:20 +01:00
STEPHANVS 3d6e1b7008
Fix more tests 2022-02-04 08:24:20 +01:00
STEPHANVS 843890fccf
Fix tests 2022-02-04 08:24:19 +01:00
STEPHANVS 7c363b060d
Support for more complex chords; have chordless songs in <div class="nochords"> 2022-02-04 08:24:14 +01:00
Tim Bentley bbb55dc3d1 Merge branch 'workaround-python3.10' into 'master'
Make two versions of a test to work around a difference in Python 3.10

See merge request openlp/openlp!399
2022-02-03 19:28:39 +00:00
Raoul Snyman 54ad754268 Make two versions of a test to work around a difference in Python 3.10 2022-02-03 11:26:24 -07:00
Tim Bentley 2372872f4e Merge branch 'issue-903-re-index-songs-crash' into 'master'
Handle invalid XML when parsing verses

Closes #903

See merge request openlp/openlp!393
2022-02-03 15:02:15 +00:00
Raoul Snyman 0f74ef6f67 Handle invalid XML when parsing verses 2022-02-03 15:02:13 +00:00
STEPHANVS d319a129e3
Merge branch 'advanced-chord-transpose-support' of https://gitlab.com/istvanmate/openlp into advanced-chord-transpose-support 2022-02-03 10:21:51 +01:00
STEPHANVS abb1c42b79
Variable namings and pipeline fixes 2022-02-03 09:46:48 +01:00
Raoul Snyman f2230245e1
Apply 28 suggestion(s) to 2 file(s) 2022-02-03 09:46:48 +01:00
STEPHANVS 1b09d0cf89
Pipeline fix 2022-02-03 09:46:47 +01:00
STEPHANVS e86e19d82f
Notation fixes 2022-02-03 09:46:47 +01:00
STEPHANVS 4abafd315e
Notation fixes 2022-02-03 09:46:46 +01:00