Commit Graph

3248 Commits

Author SHA1 Message Date
Tim Bentley 64e365b0fb Merge branch 'issue-1179' into 'master'
Fix issue #1179 (generating slide data for a folder)

Closes #1179

See merge request openlp/openlp!498
2022-10-21 06:25:54 +00:00
Raoul Snyman b4a33e29d9 Fix issue #1179 (generating slide data for a folder) 2022-10-21 06:25:54 +00:00
Raoul Snyman 1185a1bec1 Fix #1161 by saving and loading the state of individual docks 2022-10-20 18:58:41 -07:00
Tim Bentley 1f80b34536 Merge branch 'transpose-web-api' into 'master'
Added a transpose endpoint to the web api

See merge request openlp/openlp!472
2022-10-19 11:50:22 +00:00
Tomas Groth bca97f03a7 Added a transpose endpoint to the web api 2022-10-19 11:50:22 +00:00
Tomas Groth b69491979e Fix linked audio in the service files, fixes bug #1144. 2022-10-18 17:15:26 +00:00
Raoul Snyman b9158947f0 Add a few tests for service manager 2022-10-07 14:24:07 +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 80f0d19393 Fall back on the file name if there is no hash 2022-08-13 13:52:39 -07:00
Raoul Snyman 280fc1b31d Fix up some of the tests on AppVeyor 2022-08-13 20:40:12 +00:00
Tim Bentley 13ab80b13d Remove ZeroConf as not used 2022-08-12 16:03:11 +00:00
Tim Bentley 542be51f14 Merge branch 'fix-applocation-test' into 'master'
Fix some tests

See merge request openlp/openlp!471
2022-08-11 06:45:51 +00:00
Raoul Snyman 5331c2eb05 Fix some tests on Windows
- Remove the old conditional AppLocation tests
- Fix the AppLocation test
- Fix VLC test on Windows
- Handle UTF-8 BOM in EasySlides importer
2022-08-10 12:30:51 -07:00
Raoul Snyman f2e8b6f60b Correctly handle an issue where OpenLP is unable to download the remote version (fixes #1142 #951) 2022-08-10 11:57:43 -07:00
Tim Bentley d38d3562b2 Merge branch 'issue-1005' into 'master'
Handle a case where an exception is thrown when OpenLP is shutting down (fixes #1005)

Closes #1005

See merge request openlp/openlp!470
2022-07-22 20:54:10 +00:00
Raoul Snyman d112c94482 Handle a case where an exception is thrown when OpenLP is shutting down (fixes #1005) 2022-07-22 13:38:43 -07:00
Tomas Groth 9cbe84bfff Merge branch 'issue-1020' into 'master'
Fix "name 'NetworkStreamSelectorForm' is not defined"

Closes #1020

See merge request openlp/openlp!469
2022-07-22 20:30:55 +00:00
Raoul Snyman 99f9df1540 Fix "name 'NetworkStreamSelectorForm' is not defined" 2022-07-22 20:30:55 +00:00
Raoul Snyman 2f9a16260f Fix bug #1098 by checking that the selectedItem is not None 2022-07-21 16:12:31 -07:00
Raoul Snyman e96e180476 Try to work around issue with missing older ids (fixes #1108) 2022-07-20 22:57:44 -07:00
Raoul Snyman 6a3f4a5686 Work around a permission error 2022-07-16 11:18:00 -07: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
Raoul Snyman 5aa34f5e9a Skip recent menu items which are None 2022-06-25 20:35:28 +00:00
Raoul Snyman 3b38e5baa8 Try to work around pymediainfo exception 2022-06-21 18:51:57 +00:00
Tim Bentley 9a37f6cc86
Fix the Alerts tests failing and increase coverage 2022-05-28 08:34:37 +01:00
Raoul Snyman 36efab9407 Fix importing ChordPro files with the correct encoding on Windows 2022-05-20 18:19:13 +00:00
Raoul Snyman 59dde255a4 Merge branch 'issue-878-repaint-service-list' into 'master'
Attempt to fix #878

Closes #878

See merge request openlp/openlp!457
2022-05-12 14:07:46 +00:00
Raoul Snyman fab9f8d7d8 Attempt to fix #878 2022-05-12 14:07:44 +00:00
Tim Bentley eb6691b4fe Merge branch 'add-whole-verse-continuous-bible-layout-style' into 'master'
Add "Continuous (whole verses)" bible layout style

See merge request openlp/openlp!454
2022-05-12 07:07:44 +00:00
STEPHANVS ffaa131d8a
reflect settings change on style_combo_box 2022-05-12 01:13:57 +02:00
Daniel Martin 13269b3977 Future proof downgrades 2022-05-10 21:45:54 +00:00
Raoul Snyman 3390323d4f Fix some bugs in Bibles and PresentationManager 2022-04-09 08:00:35 +00:00
Raoul Snyman eac00dab37 A couple of bug fixes: 2022-04-08 16:26:51 +00:00
Raoul Snyman ab6d1e87f9 Handle PermissionError nicely 2022-03-31 14:52:18 +00:00
Raoul Snyman b6135737e3 Merge branch 'editform-tests' into 'master'
projector.editform refactoring and tests

See merge request openlp/openlp!441
2022-03-29 18:29:12 +00:00
Ken Roberts 0836d26bdc projector.editform refactoring and tests 2022-03-29 18:29:12 +00:00
Ken Roberts f662c63155 Fix issue #1033 2022-03-23 20:54:40 +00:00
Ken Roberts 6f1c9ce891 Update core.db.Manager and projector.db.ProjectorDB 2022-03-16 15:37:20 +00:00
Raoul Snyman 38073ea8be Merge branch 'commands-tests' into 'master'
commands-tests updates/refactoring 2022-03-02

See merge request openlp/openlp!437
2022-03-16 14:06:39 +00:00
Ken Roberts 7ab73a75a9 commands-tests updates/refactoring 2022-03-02 2022-03-16 14:06:37 +00:00
Mateus Meyer Jiacomelli 46238be058 Avoiding screen setup changed modals twice+ on fast screen changes 2022-03-02 18:02:40 -03:00
Raoul Snyman 07c9007173 Merge branch 'pjlink-helpers' into 'master'
Move helper classes from resources to helpers

See merge request openlp/openlp!435
2022-03-01 19:22:36 +00:00
Ken Roberts f15b46ebaf Move helper classes from resources to helpers 2022-03-01 19:22:36 +00:00
Tim Bentley 5e5c771140 Issue 784 - Fix up preview panel code which has memory failure 2022-03-01 19:21:27 +00:00
Ken Roberts f7a28e5754 ProjectorManager tests and refactoring 2022-02-27 2022-03-01 15:52:28 +00:00
Tim Bentley 4c83aa58c1 Merge branch 'previous-verse-flash-fix' into 'master'
Adjusting display transitions that causes content flashes

Closes #979

See merge request openlp/openlp!429
2022-03-01 08:04:27 +00:00
Mateus Meyer Jiacomelli 526a46d002 Adjusting display transitions that causes content flashes 2022-03-01 08:04:27 +00:00
Tim Bentley 52b5843d5d Merge branch 'use-old-style-text-outline' into 'master'
Switch to using the old way of making text outlines

Closes #1016

See merge request openlp/openlp!432
2022-03-01 07:49:44 +00:00