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
7badda1668
Support for more complex chords; have chordless songs in <div class="nochords">
2022-02-06 01:09:03 +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
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
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
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
59f2cabae3
Listen to SQLAlchemy's warnings
2022-02-04 14:12:12 -07: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
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
0f74ef6f67
Handle invalid XML when parsing verses
2022-02-03 15:02:13 +00:00
Tim Bentley
235fd9244f
Merge branch 'issue-943-recent-files-bug' into 'master'
...
Fix issue #943 by typecasting to Path objects
Closes #943
See merge request openlp/openlp!395
2022-02-03 07:49:55 +00:00
efc32c9b1f
Fix issue #943 by typecasting to Path objects
2022-02-03 07:49:55 +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
b6074ed9ad
Move the common context menu code into the FolderLibraryItem class
2022-02-01 16:02:17 -07:00
Tim Bentley
f711a64dc5
Merge branch 'Logging_Fixes' into 'master'
...
Clean up logging
See merge request openlp/openlp!392
2022-02-01 20:01:27 +00: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
79714f0b73
Merge branch '30rc1-fixes-part2' into 'master'
...
Various bugfixes
Closes #916 and #944
See merge request openlp/openlp!387
2022-02-01 11:11:52 +00:00
Tomas Groth
5e4721f4ce
Various bugfixes
2022-02-01 11:11:52 +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
Tim
5784dc4c24
Fix another division issue
2022-02-01 10:07:24 +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
Tomas Groth
d2f02a5ec3
Merge branch 'fix-macos-display-minimize' into 'master'
...
Stop the display window from minimizing when the OpenLP window is not active on macOS
See merge request openlp/openlp!390
2022-01-30 07:34:33 +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
daa7539dd0
Fix hanging in macOS when LibreOffice is installed
2022-01-29 12:40:57 -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