Commit Graph

52 Commits

Author SHA1 Message Date
Chris Witterholt 6ea889b974 Fix missing translations 2024-03-18 06:13:26 +00:00
Raoul Snyman de068a5625 Change the filter to be SQLAlchemy 2 compatible 2024-01-26 08:12:45 -07:00
Tim Bentley 6942211950 2024 - One year older but wiser? 2024-01-05 17:18:59 +00:00
Dominik Pieczyński e520dd5951 Fix AuthorType not getting translated 2023-12-06 16:37:08 +00:00
Tomas Groth 58e3312ace Inject String.replaceAll javascript implementation if needed into webengine when browsing SongSelect. 2023-10-10 19:20:51 +00:00
Tomas Groth 3fb3246a30
Spoof the songselect webengine user agent 2023-09-10 22:58:39 +00:00
Raoul Snyman 75d6a036e1 Fix saving of songs 2023-09-04 10:37:25 -07:00
Raoul Snyman 72e3394877 Merge branch 'update-last-tests' into 'master'
Refactor last instances of TestCase-based tests

See merge request openlp/openlp!649
2023-08-18 20:26:35 +00:00
Raoul Snyman 9c9c7880b9 Make some forward compatibility changes 2023-08-18 19:28:04 +00:00
Raoul Snyman dee8fbb22a Refactor last instances of TestCase-based tests 2023-08-18 11:58:27 -07:00
Tomas Groth ad8dcb0f8a Change SongSelect import procedure to import when clicking download on webpage 2023-08-18 18:03:32 +00:00
Raoul Snyman dc2476c27f Remove unused flag in Registry 2023-08-18 03:35:55 +00:00
Raoul Snyman 92db0c0cc7 Add the list of associated songs to the delete dialog in the song maintenance form 2023-07-17 15:11:03 -07:00
Michael Weghorn a442242d9f Fix song search by author 2023-07-13 16:43:48 +00:00
Tim Bentley 6600ca150b Enumm Conversion 2023-06-05 16:57:24 +00:00
Raoul Snyman 183724cc08 Merge branch 'footer-song-first-slide' into 'master'
Adding Footer Content as Extra First Slide

See merge request openlp/openlp!523
2023-05-20 14:31:59 +00:00
Mateus Meyer Jiacomelli d9911790d4 Adding Footer Content as Extra First Slide 2023-05-20 14:31:59 +00:00
Raoul Snyman 78b2de638a Migrate to 2 style queries 2023-05-19 13:55:38 +00:00
Bastian Germann ac7ba118f9 Add Datasoul song importer 2023-04-18 05:05:34 +00:00
Raoul Snyman b635bad83f Migrate to using Declarative Base in Songs 2023-03-08 03:27:49 +00:00
Mateus Meyer Jiacomelli d2cf191d0a Fix OpenLyrics whitespaces being 'eaten' (again) 2023-01-31 17:24:07 +00:00
Raoul Snyman d6c22432a1 Fix an issue with the Worship Center Pro importer 2023-01-17 19:46:04 -07:00
Raoul Snyman 8ec6b3e863 Fix issue #1263 by forcing the CSV file to be UTF-8 encoded 2023-01-09 19:29:22 -07:00
Tim Bentley 11d9c02579
Happy new Year 2022-12-31 15:54:46 +00:00
Raoul Snyman 799d9c3918 Fix OpenLyrics import error, and save dialog error 2022-12-19 07:40:45 +00:00
Mateus Meyer Jiacomelli f36830a272 OpenLyrics importer: Fix whitespaces being 'eaten' when importing a song with chord tags 2022-12-18 07:50:31 +00:00
Raoul Snyman 59028a5cc2 Update MR !489 to better detect the encoding of the file being imported. 2022-11-14 19:19:41 +00:00
Raoul Snyman 8c94c53d30 Add a property to Book to fix #1181 2022-09-27 22:11:13 -07:00
Raoul Snyman 1deb7fa1c5 Add more tests around the EditVerseForm 2022-08-15 23:12:14 -07:00
Raoul Snyman 25a2bbdca1 Fix an attribute error in EditVerseForm 2022-08-15 06:07:05 +00:00
Raoul Snyman 0bd045d7fe Fix the resolve issue on Windows; Refactor the skips in tests to use pytest's built in skip stuff 2022-06-28 11:17:30 -07:00
Tim Bentley 330db2209c Merge branch 'advanced-chord-transpose-support' into 'master'
Advanced chord transpose support

See merge request openlp/openlp!341
2022-02-17 07:55:28 +00:00
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 b0d34f3f19
fix test 2022-02-16 03:56:56 +01:00
István Máté bb507acf3f Option to hide custom formatting tag content in main window 2022-02-11 19:13:50 +00:00
Tim 0ccb3620d5
Lets finish the year conversion 2022-02-06 09:10:17 +00: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 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
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 0f74ef6f67 Handle invalid XML when parsing verses 2022-02-03 15:02:13 +00:00
Raoul Snyman 35723ed72c Fix issue #937 by handling custom verse types correctly 2022-02-02 11:28:46 -07:00
Tim 29db2f1fb7
Better late than never 2022-02-01 10:10:57 +00:00
Raoul Snyman 70fa22fdb4 Restore the auto-play for background audio in songs (fixes #915) 2022-01-22 13:21:31 -07:00
robbie jackson 80a70d5b63 Fix merging of song books 2021-09-02 06:46:09 +00:00