1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-29 11:27:36 +00:00
Commit Graph

17527 Commits

Author SHA1 Message Date
Joel Beckmeyer
11d35e8a6e make presentationmanager parsing more error resilient 2022-04-07 21:44:49 -04:00
Tim Bentley
23b58620ca Merge branch 'image-group-to-folder-icon' into 'master'
Change the icons from groups to folders in the Images plugin, as per requests in the forums

See merge request openlp/openlp!448
2022-04-02 09:54:52 +00:00
90ea160eaa Change the icons from groups to folders in the Images plugin, as per requests in the forums 2022-04-01 14:08:07 -07:00
89a206c3ce Merge branch 'check_dependancies' into 'master'
Add missing dependencies

See merge request openlp/openlp!447
2022-04-01 18:50:25 +00:00
Tim Bentley
d2bfac0628 Add missing dependencies 2022-04-01 18:50:25 +00:00
Tim Bentley
9a7dae38ca Merge branch 'dep-checks' into 'master'
Update scripts/check_dependencies.py info

See merge request openlp/openlp!446
2022-04-01 06:45:42 +00:00
7e4ab873de Update scripts/check_dependencies.py info 2022-04-01 06:45:41 +00:00
3a60ccc9bc Merge branch 'issue-1019-handle-file-permission-error' into 'master'
Handle PermissionError nicely

Closes #1019

See merge request openlp/openlp!445
2022-03-31 14:52:18 +00:00
ab6d1e87f9 Handle PermissionError nicely 2022-03-31 14:52:18 +00:00
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
0836d26bdc projector.editform refactoring and tests 2022-03-29 18:29:12 +00:00
Tomas Groth
3347e651aa Merge branch 'pjlink_issue_1033' into 'master'
Fix issue #1033

Closes #1033

See merge request openlp/openlp!443
2022-03-23 20:54:41 +00:00
f662c63155 Fix issue #1033 2022-03-23 20:54:40 +00:00
5070451b6c Merge branch 'db-filter-list-update' into 'master'
Update core.db.Manager and projector.db.ProjectorDB

See merge request openlp/openlp!439
2022-03-16 15:37:20 +00:00
6f1c9ce891 Update core.db.Manager and projector.db.ProjectorDB 2022-03-16 15:37:20 +00:00
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
7ab73a75a9 commands-tests updates/refactoring 2022-03-02 2022-03-16 14:06:37 +00:00
Tim Bentley
67f682cdfd Merge branch 'fix-twice-modal' into 'master'
Avoiding screen setup changed modals twice+ on fast screen changes

See merge request openlp/openlp!438
2022-03-03 07:59:39 +00:00
Mateus Meyer Jiacomelli
46238be058 Avoiding screen setup changed modals twice+ on fast screen changes 2022-03-02 18:02:40 -03:00
Tim Bentley
36c7c647b0 Merge branch 'blank-to-theme-issues' into 'master'
Blank to theme issues with video backgrounds

See merge request openlp/openlp!422
2022-03-02 14:08:05 +00:00
541bc1508d Blank to theme issues with video backgrounds 2022-03-02 14:08:02 +00:00
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
f15b46ebaf Move helper classes from resources to helpers 2022-03-01 19:22:36 +00:00
2ec1520c3f Merge branch 'issue-784' into 'master'
Issue 784 - Fix up preview panel code which has memory failure

Closes #784

See merge request openlp/openlp!436
2022-03-01 19:21:27 +00:00
Tim Bentley
5e5c771140 Issue 784 - Fix up preview panel code which has memory failure 2022-03-01 19:21:27 +00:00
801e593131 Merge branch 'manager-tests' into 'master'
ProjectorManager tests and refactoring 2022-02-27

See merge request openlp/openlp!431
2022-03-01 15:52:29 +00:00
f7a28e5754 ProjectorManager tests and refactoring 2022-02-27 2022-03-01 15:52:28 +00:00
Tim Bentley
e4f0dc6557 Merge branch 'update-appveyor-macos' into 'master'
Use macOS Catalina instead of Mojave in AppVeyor

See merge request openlp/openlp!434
2022-03-01 15:06:22 +00:00
c11caa6850 Use macOS Catalina instead of Mojave in AppVeyor 2022-03-01 07:52:15 -07: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
fe0f2e5a20 Switch to using the old way of making text outlines 2022-03-01 07:49:44 +00:00
290252ce51 Merge branch 'websocket-poll-by-events' into 'master'
Make Websocket Server and Poller to notify state change based on events

See merge request openlp/openlp!340
2022-03-01 06:06:39 +00:00
Mateus Meyer Jiacomelli
b4048e0d52 Make Websocket Server and Poller to notify state change based on events 2022-03-01 06:06:38 +00:00
Tomas Groth
f988c6bb9c Merge branch 'issue-886-confirm-delete-from-service' into 'master'
Confirm deleting item from service

Closes #886

See merge request openlp/openlp!427
2022-02-24 22:03:25 +00:00
Edward Birchall
66032f854a Confirm deleting item from service 2022-02-24 22:03:25 +00:00
Tim Bentley
6ee7c33805 Merge branch 'projector-manager-tests' into 'master'
refactor tests for projector manager 2022-02-21

See merge request openlp/openlp!420
2022-02-24 19:04:00 +00:00
5e1716d5cd refactor tests for projector manager 2022-02-21 2022-02-24 19:04:00 +00:00
Tim Bentley
0889f95cdf Merge branch 'tabui-tests' into 'master'
Tests for ProjectorTab 2022-02-23

See merge request openlp/openlp!428
2022-02-24 19:03:01 +00:00
cb46dd12c2 Tests for ProjectorTab 2022-02-23 2022-02-24 19:03:01 +00:00
Tim Bentley
8d6657c47e Merge branch 'pjlink-tests' into 'master'
Pjlink tests 2022-02-23

See merge request openlp/openlp!426
2022-02-24 19:02:28 +00:00
99d9398783 Pjlink tests 2022-02-23 2022-02-24 19:02:28 +00:00
9d598773ef Merge branch 'zeroconf-startup-crash' into 'master'
Zeroconf startup crash

See merge request openlp/openlp!423
2022-02-21 21:37:26 +00:00
Mateus Meyer Jiacomelli
eb8709a593 Zeroconf startup crash 2022-02-21 21:37:25 +00:00
Tim Bentley
b94bc0021e Merge branch 'AchimStuy-master-patch-36540' into 'master'
Keep unique_identifier of PDF service items.

See merge request openlp/openlp!419
2022-02-19 08:20:28 +00:00
Achim S
76afb204a0 Keep unique_identifier of PDF service items. 2022-02-19 08:20:28 +00:00
Tomas Groth
962f36967a Merge branch 'read-remote-version-from-file' into 'master'
Update the remote settings to use the remote's version.js file

See merge request openlp/openlp!421
2022-02-18 16:24:22 +00:00
6236a59891 Update the remote settings to use the remote's version.js file 2022-02-18 16:24:21 +00: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