Commit Graph

8083 Commits

Author SHA1 Message Date
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
Ken Roberts 2dfce1ad32 Issue #985 - TypeErr in PJLink.get_data() fix 2022-02-05 16:02:48 +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 26d3659250 Prevent the user from closing the display window 2022-02-04 22:06:06 +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
Tim 4400e0e132
Add some more tests 2022-02-04 15:40:12 +00:00
Raoul Snyman 4f74be7d0a Fix loading service files from the command line 2022-02-04 15:30:43 +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
Raoul Snyman efc32c9b1f Fix issue #943 by typecasting to Path objects 2022-02-03 07:49:55 +00:00
Raoul Snyman bb8e508887 Fix issues with searching from the web remote 2022-02-03 05:49:56 +00:00
Raoul Snyman 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
Ken Roberts 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
Raoul Snyman 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
Ken Roberts 2d0855f975 Tests for ProjectorManager 2022-01-23 2022-01-31 02:36:14 +00:00
Raoul Snyman fa802a5f3b
Stop the display window from minimizing when the OpenLP window is not active on macOS 2022-01-29 16:22:10 -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
Raoul Snyman 70fa22fdb4 Restore the auto-play for background audio in songs (fixes #915) 2022-01-22 13:21:31 -07:00
Raoul Snyman 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
Raoul Snyman 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
Ken Roberts 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
Daniel Martin fce6b47127 Fix a few service bugs 2022-01-16 13:15:09 +00:00
Tim 2ee161c9ce
Fix another division issue 2022-01-13 14:33:00 +00:00
Raoul Snyman e473511386 Default to the first screen if there is no display screen 2021-12-26 09:45:34 +00:00
Tim Bentley 1603bfb705 OpenLP not running due to various Float / Int issues. 2021-11-28 14:13:28 +00:00
Tim Bentley b9f27a5252 Merge branch 'random-cleanups-3' into 'master'
Random cleanups

See merge request openlp/openlp!371
2021-11-27 08:58:58 +00:00
Raoul Snyman 33be82042d Prevent an exception occurring due to a variable not being declared yet 2021-11-27 07:49:39 +00:00
Raoul Snyman b35080fd98 Merge branch 'correct-slide-number-fix' into 'master'
Correction of previous fix for setting slide numbers in footers

Closes #942

See merge request openlp/openlp!366
2021-11-26 22:08:03 +00:00
robbie jackson 8e1ff6e0d6 Correction of previous fix for setting slide numbers in footers 2021-11-26 22:08:03 +00:00
Tim Bentley d5876fc576 Merge branch 'check-end-html-instead-of-end-tag' into 'master'
Check 'end html' instead of 'end tag'

See merge request openlp/openlp!363
2021-11-10 17:35:26 +00:00
Tim Bentley c6be2ac31d Merge branch 'clean-up-alerts-plugin' into 'master'
clean up alertsmanager

See merge request openlp/openlp!369
2021-11-07 07:43:20 +00:00
robbie jackson aff97c0e27 Fix song flash 2021-11-07 00:52:53 +00:00
Andreas P 25952c8751 use f-strings and correct log message, as the icon is shaddowed 2021-10-23 15:48:48 +02:00
Andreas P ddcc7dbd4f clean up alertsmanager
- the alertsmanager does not manage the alerts anymore, they are managed by the display
- thus the list of alerts is not needed, the id is not needed, also the
  timer id is not needed
- live_display_active is not needed anymore
- there is no point in using the status message
2021-10-23 15:29:33 +02:00
Raoul Snyman fca5052b24
Fix loading the previous service as a str instead of a Path
- Fixes #839
- Wrote a whole bunch of tests
2021-09-16 16:59:03 -07:00
Tim Bentley 191e8dc672 Merge branch 'fix-dvd-media-crash' into 'master'
Fix dvd media crash

Closes #876

See merge request openlp/openlp!356
2021-09-12 08:28:58 +00:00
robbie jackson 2eef92fe4a Fix dvd media crash 2021-09-12 08:28:58 +00:00
Tim Bentley df0163b144 Merge branch 'fix-show-presentation-after-media' into 'master'
Fix of problem showing presentations after media items

Closes #833

See merge request openlp/openlp!362
2021-09-12 08:28:37 +00:00
STEPHANVS 14c0c93463
Check 'end html' instead of 'end tag' 2021-09-10 23:49:55 +02:00
robbiejackson fee77506f6 code fix done and tests updated 2021-09-10 21:10:49 +01:00
Raoul Snyman b37fd8faca Fix #896 and write tests for the form 2021-09-07 22:00:11 -07:00
Raoul Snyman bd6dfb43be
Fix #912 by using the correct argument; Also fix the tests on macOS (and now my machine) where some version of libxml2 has an error that causes syntax errors in the resulting XML 2021-09-05 22:42:21 -07:00
Mateus Meyer Jiacomelli 34cfe9b8cd Fix dark theme tooltip text color 2021-09-05 07:19:44 +00:00
Raoul Snyman 10f325d1dd
Fix #881 by setting changing the 'replace' argument to be the position of the item to be replaced 2021-09-01 22:35:11 -07:00
Mateus Meyer Jiacomelli 368c1aa69a Better Dark Mode and UI Theme Support 2021-09-01 18:34:06 +00:00
Tomas Groth 54ad7496cd Merge branch 'display-mode-toggle' into 'master'
Display mode toggle

Closes #905

See merge request openlp/openlp!348
2021-08-28 20:36:54 +00:00
Daniel Martin 744e141dbd Display mode toggle 2021-08-28 20:36:53 +00:00
robbie jackson c44d261a0e Fix cd media crash 2021-08-28 07:04:15 +00:00
Raoul Snyman 4d3ade20c7
Add support for folders to plugins
- Make a derivative MediaManagerItem class for generic folder support
- Make add and choose folder dialogs based on image plugin dialogs
- Implement folder and item mixins to get db models "for free"
- Implement database layer for media plugin
- Implement database layer for presentations plugins
- Refactor media plugin to inherit from FolderLibraryItem
- Refactor presentations plugin to inherit from FolderLibraryItem
- Migrate media files from settings to database
- Migrate presentations files from settings to database
- Convert the load icons in the media plugin into a dropdown
- Add new tests for MediaMediaItem.get_list()
- Closes #165
- Closes #223
- Closes #224
- Closes #582
2021-08-25 22:51:43 -07:00
Tim Bentley b5a5cf82c4 Merge branch 'improve-help' into 'master'
Improve help

Closes #777

See merge request openlp/openlp!344
2021-08-25 21:14:19 +00:00
robbie jackson 2907cb4f14 Improve help 2021-08-25 21:14:19 +00:00
István Máté 58800cf4be Webserver mimetype support 2021-08-25 19:28:15 +00:00
Tim Bentley b10fd605b7 Merge branch 'alert-fix' into 'master'
Alert scroll missing text + default font mismatch fix

See merge request openlp/openlp!336
2021-08-19 16:30:49 +00:00
Mateus Meyer Jiacomelli 7d0990021d Alert scroll missing text + default font mismatch fix 2021-08-19 16:30:49 +00:00
Tim Bentley 0e4055664c Merge branch 'issue-711-screen-geometry' into 'master'
Fix logic in get_screen_number to be more fault tolerant

Closes #711

See merge request openlp/openlp!342
2021-08-19 16:29:58 +00:00
Tim Bentley 73bb4690b9 Merge branch 'add-new-service-message' into 'master'
Output message box when a user clicks on New Service when there's already a blank service there.

Closes #777

See merge request openlp/openlp!345
2021-08-19 16:25:02 +00:00
robbie jackson aee5d5b495 Fix main window positioning 2021-08-19 16:23:56 +00:00
robbiejackson cdc1234ebb code and settings test done 2021-08-18 18:59:29 +01:00
Raoul Snyman 322f4f1d5b Fix bug #711 and add some tests 2021-08-06 08:24:44 -07:00
Tim Bentley e048348890 Merge branch 'add-slide-numbers-in-song-footer' into 'master'
Add slide numbers in footers

Closes #847

See merge request openlp/openlp!339
2021-07-22 20:48:16 +00:00
robbie jackson 3bbb46cdd3 Add slide numbers in footers 2021-07-22 20:48:15 +00:00
Scott Western 0eb4e4b99e Use CSS standard gradients 2021-07-21 20:44:41 +00:00
STEPHANVS 7bbc7ab05f
Merge branch 'master' of https://gitlab.com/istvanmate/openlp 2021-06-18 23:45:56 +02:00
Tim Bentley 47e49dd845 Merge branch 'fix-reselected-theme-stream' into 'master'
Fix reselected theme stream

Closes #576

See merge request openlp/openlp!330
2021-06-17 20:56:05 +00:00
robbiejackson 1feeadf3bb review comments applied 2021-05-26 08:56:20 +01:00
robbiejackson 4ff585a774 fixes applied and some associated tests written 2021-05-21 20:38:35 +01:00
robbiejackson 4f08c25b6b several bugs relating to theme stream UI fixed 2021-05-13 10:29:29 +01:00
Raoul Snyman 431c4fe6ee Merge branch 'fix-printicons' into 'master'
Fix Icons in Print when Dark Theme.

See merge request openlp/openlp!325
2021-04-28 06:38:59 +00:00
Tim ee28fad5b4
Fix Icons in Print when Dark Theme.
Fix Test notes following clean up
2021-04-28 07:30:26 +01:00
Raoul Snyman 4d4717a905 Merge branch 'more_media_fixes' into 'master'
More media fixes

Closes #665 and #815

See merge request openlp/openlp!323
2021-04-28 06:19:48 +00:00
Daniel Martin 7cc367801a More media fixes 2021-04-28 06:19:47 +00:00
Tim Bentley b81d7e753c Merge branch 'fix_service_save_failure' into 'master'
Fix service save failure

Closes #816

See merge request openlp/openlp!322
2021-04-25 06:18:50 +00:00
Daniel Martin 0ab55950a8 Fix service save failure 2021-04-25 06:18:50 +00:00
Tim Bentley 8381adfc36 Merge branch 'fix_websocket_crash' into 'master'
Fix websocket crash

Closes #810

See merge request openlp/openlp!315
2021-04-25 06:18:16 +00:00
Daniel Martin d34e39524a Fix websocket crash 2021-04-25 06:18:16 +00:00
Daniel Martin b5b510b2ed More fixes 2021-04-25 05:15:37 +00:00
robbie jackson d7fe052afc Confirmation form 2021-04-15 17:33:10 +00:00
Daniel Martin 99190ebe56 Fix data directory copy fail 2021-04-03 15:56:47 +00:00
Daniel Martin 8ee657bc8f Add api data for bibles
Including version, copyright and permissions for primary and secondary bible.
2021-03-29 20:29:36 +00:00
Tim Bentley ed3608bf47 Merge branch 'fix-impress-display' into 'master'
Fix impress display

Closes #30

See merge request openlp/openlp!309
2021-03-26 22:02:32 +00:00
Tomas Groth 8ef650b6cb Update database_exists method. maybe it will support multiple versions. 2021-03-26 21:21:42 +00:00
Tomas Groth cc07ab572c Merge branch 'fix-preview-pause-play' into 'master'
Fix preview video restart after pause or stop

See merge request openlp/openlp!306
2021-03-08 21:16:42 +00:00
robbiejackson 4e88c975ed code changes implemented 2021-03-05 10:19:16 +00:00
robbiejackson 9e0294024b fix preview video restart after pause or stop 2021-02-21 21:17:57 +00:00
robbie jackson febf2615b5 Fix setting custom geometry 2021-02-20 21:32:16 +00:00
Tim Bentley b0d8d6fd85 Merge branch 'Allow-sub-directories-in-custom-stages' into 'master'
Allow sub directories in custom stages

Closes #759

See merge request openlp/openlp!298
2021-02-06 15:48:39 +00:00
Daniel Martin a327b70dc5 Fix missing image service load crash 2021-02-06 15:48:08 +00:00
Daniel aeac690c4e Allow sub directories in custom stages 2021-02-04 09:56:52 +13:00