Commit Graph

17386 Commits

Author SHA1 Message Date
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
Tim Bentley bd22fef304 Merge branch 'issue-925-no-attr-current_hide_mode' into 'master'
Prevent an exception occurring due to a variable not being declared yet

Closes #925

See merge request openlp/openlp!373
2021-11-27 07:49:39 +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
Raoul Snyman 26d029fc5c Merge branch 'appveyor-updates' into 'master'
Updating packages used by appveyor builds, and user native qt from appveyor

See merge request openlp/openlp!355
2021-11-26 21:45:22 +00:00
Tomas Groth 6e5b94f2c9 Updating packages used by appveyor builds, and user native qt from appveyor 2021-11-26 21:45:21 +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
Raoul Snyman e4036ea14f Merge branch 'fix-song-flash-840' into 'master'
Fix song flash

Closes #840

See merge request openlp/openlp!367
2021-11-07 00:52:53 +00:00
robbie jackson aff97c0e27 Fix song flash 2021-11-07 00:52:53 +00:00
Tomas Groth 4db9e333b9 Merge branch 'readme-rewrite' into 'master'
rename readme in test folder and fix text about dependencies

See merge request openlp/openlp!368
2021-11-06 16:18:30 +00:00
Andreas P cbfcbae498 remove not reachable code 2021-10-23 16:14:16 +02:00
Andreas P 2c8dd847c0 don't shadow build-in 2021-10-23 16:14:15 +02: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
Andreas P a252032426 rename readme in test folder and fix text about dependencies 2021-10-23 15:09:51 +02:00
Raoul Snyman 59f625bd8f Merge branch 'issue-839-loading-str-causes-exception' into 'master'
Fix loading the previous service as a str instead of a Path

Closes #839

See merge request openlp/openlp!365
2021-09-19 05:17:44 +00: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
Tim Bentley 9889f8f33c Merge branch 'issue-896-image-reorder-bug' into 'master'
Fix #896 and write tests for the form

Closes #896

See merge request openlp/openlp!361
2021-09-09 21:01:26 +00:00
Raoul Snyman b37fd8faca Fix #896 and write tests for the form 2021-09-07 22:00:11 -07:00
Tim Bentley d83eec024b Merge branch 'fix-replace-str' into 'master'
A further and more extensive fix to the fix in !359

See merge request openlp/openlp!360
2021-09-07 11:44:26 +00:00
Raoul Snyman acc54ce13b
A further and more extensive fix to the fix in !359 2021-09-06 14:44:44 -07:00
Tim Bentley 5496745f98 Merge branch 'issue-912-fix-bibles-images' into 'master'
Use the correct argument when adding service items remotely

Closes #912

See merge request openlp/openlp!359
2021-09-06 07:13:04 +00: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
Tim Bentley f469f0b55b Merge branch 'remove-darkdetect' into 'master'
Remove the reference to darkdetect, it's not used anywhere

See merge request openlp/openlp!358
2021-09-05 20:38:48 +00:00
Raoul Snyman 34f25ba20d
Remove the reference to darkdetect, it's not used anywhere 2021-09-05 09:48:20 -07:00
Tim Bentley 0ce03e9297 Merge branch 'theme-fixes' into 'master'
Fix dark theme tooltip text color

See merge request openlp/openlp!357
2021-09-05 07:19:44 +00:00
Mateus Meyer Jiacomelli 34cfe9b8cd Fix dark theme tooltip text color 2021-09-05 07:19:44 +00:00
Raoul Snyman 66e8063335 Merge branch 'skip-om-macos' into 'master'
Skip test that fails on macOS.

See merge request openlp/openlp!354
2021-09-02 20:43:42 +00:00
Tomas Groth e584c5bf49 Skip test that fails on macOS. 2021-09-02 20:43:42 +00:00
Raoul Snyman 59c55fea4c Merge branch 'dont-run-tests-on-tag' into 'master'
AppVeyor: Don't run tests on tags

See merge request openlp/openlp!353
2021-09-02 20:24:58 +00:00
Raoul Snyman d09c77f0a6 AppVeyor: Don't run tests on tags 2021-09-02 11:10:46 -07:00
Raoul Snyman a03f208acc Merge branch 'release-2.9.3' into 'master'
Release 2.9.3

See merge request openlp/openlp!352
2021-09-02 17:47:04 +00:00
Raoul Snyman a232346e4a Release 2.9.3 2021-09-02 07:32:59 -07:00
Tim Bentley a3ff2b1d0b Merge branch 'fix-songbook-merge' into 'master'
Fix merging of song books

Closes #899

See merge request openlp/openlp!347
2021-09-02 06:46:10 +00:00
robbie jackson 80a70d5b63 Fix merging of song books 2021-09-02 06:46:09 +00:00
Tim Bentley 88074a2a4c Merge branch 'issue-881-overwriting-service-items' into 'master'
Change the `replace` argument in `add_service_item` to an integer value (fixes #881)

Closes #881

See merge request openlp/openlp!351
2021-09-02 06:45:46 +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
Tim Bentley 9c7b140960 Merge branch 'theme-selector' into 'master'
Better Dark Mode and UI Theme Support

See merge request openlp/openlp!335
2021-09-01 18:34:07 +00:00
Mateus Meyer Jiacomelli 368c1aa69a Better Dark Mode and UI Theme Support 2021-09-01 18:34:06 +00:00
Raoul Snyman 7c5601b9f0 Merge branch 'translations-29082021' into 'master'
Translations 29082021

See merge request openlp/openlp!349
2021-09-01 14:50:19 +00:00
Tim Bentley f53a0f8ec2 Translations 29082021 2021-09-01 14:50:19 +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