Commit Graph

17304 Commits

Author SHA1 Message Date
STEPHANVS a78afce38b
fix pipeline 2022-02-16 21:14:52 +01:00
STEPHANVS fec445210a
added some tests 2022-02-16 21:07:39 +01:00
STEPHANVS e3e6a5f59f
fix openlp.plugins.songs.lib.ui 2022-02-16 19:40:56 +01:00
STEPHANVS 35952e587c
centralize warning message 2022-02-16 19:37:18 +01:00
STEPHANVS b0d34f3f19
fix test 2022-02-16 03:56:56 +01:00
STEPHANVS 7320f2ddc9
added option to turn off song key warning 2022-02-16 03:50:23 +01:00
STEPHANVS bf9aba52da
fix exception in songs with no chords 2022-02-16 00:31:36 +01:00
STEPHANVS 237f82db5c
unifying warning message 2022-02-15 16:01:27 +01:00
STEPHANVS 3aa67ec2f2
pipeline fix 2022-02-14 15:07:19 +01:00
STEPHANVS c80d8fbcfb
Consolidate song key check/warning message 2022-02-14 14:44:08 +01:00
STEPHANVS f75e8dddb4
Remove unnecessary verse_text_edit update 2022-02-08 00:56:29 +01:00
STEPHANVS 93ed31e54d
pipeline fixes 2022-02-06 01:37:30 +01:00
STEPHANVS 3175824ac5
Merge branch 'advanced-chord-transpose-support' of https://gitlab.com/istvanmate/openlp into advanced-chord-transpose-support 2022-02-06 01:31:11 +01:00
STEPHANVS fb1e1e1f06
Added warning message about missing song key 2022-02-06 01:30:55 +01:00
STEPHANVS 29f5e1db56
Variable namings and pipeline fixes 2022-02-06 01:09:17 +01:00
Raoul Snyman d09e65767f
Apply 28 suggestion(s) to 2 file(s) 2022-02-06 01:09:15 +01:00
STEPHANVS fabb7b5a09
Pipeline fix 2022-02-06 01:09:14 +01:00
STEPHANVS bfda3dcc3d
Notation fixes 2022-02-06 01:09:13 +01:00
STEPHANVS 8888d4e78e
Notation fixes 2022-02-06 01:09:13 +01:00
STEPHANVS 1d5691f132
Invalid chord throws KeyError, not ValueError 2022-02-06 01:09:12 +01:00
STEPHANVS eb47c58899
Even more pipeline fixes 2022-02-06 01:09:11 +01:00
STEPHANVS 568806b0ed
More pipeline fixes 2022-02-06 01:09:11 +01:00
STEPHANVS b8e54b0faa
Pipeline fixes 2022-02-06 01:09:10 +01:00
STEPHANVS 51ccbfb0db
Chord transpose rework, works on verse_edit_all 2022-02-06 01:09:09 +01:00
STEPHANVS 85cf4f9c8c
Support "|" as "barline" in chords layer 2022-02-06 01:09:09 +01:00
STEPHANVS 3311d0e5c5
regex fixes, NEOLATIN_NOTES would introduce an extra capturing group, while ENGLISH_NOTES and GERMAN_NOTES would not 2022-02-06 01:09:08 +01:00
STEPHANVS 7b93fec889
fix CHORD_SUFFIXES 2022-02-06 01:09:08 +01:00
STEPHANVS 99404cda86
Revert "nothing to repeat issue?"
This reverts commit 3c60e9aaf8.
2022-02-06 01:09:07 +01:00
STEPHANVS 6dfb367bc4
nothing to repeat issue? 2022-02-06 01:09:06 +01:00
STEPHANVS fdd55041f3
Additional notes and suffixes fix 2022-02-06 01:09:06 +01:00
STEPHANVS ad56375374
Support "add" in chord suffix, support song key definition with "=" 2022-02-06 01:09:05 +01:00
STEPHANVS bf1ae4a36b
Even more test fixes 2022-02-06 01:09:05 +01:00
STEPHANVS 638b5722f5
Fix more tests 2022-02-06 01:09:04 +01:00
STEPHANVS 58fef7596d
Fix tests 2022-02-06 01:09:04 +01:00
STEPHANVS 7badda1668
Support for more complex chords; have chordless songs in <div class="nochords"> 2022-02-06 01:09:03 +01:00
STEPHANVS 20aa191337
Added warning message about missing song key 2022-02-06 01:07:48 +01:00
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