Commit Graph

16871 Commits

Author SHA1 Message Date
Tomas Groth 1ffae03a85 Attempt to fix test on windows. 2020-04-11 04:52:06 +00:00
Tomas Groth b14424a0df Merge branch 'fix_slow_preview_after_fetching_live-image' into 'master'
Fix slow preview after fetching live image

Closes #504

See merge request openlp/openlp!166
2020-04-10 18:25:12 +00:00
Daniel a02ca297d6 Fix slow preview after fetching live image 2020-04-10 18:25:12 +00:00
Raoul Snyman 3547430096 Merge branch 'more_fixes' into 'master'
More Bug fixes

See merge request openlp/openlp!164
2020-04-09 21:55:27 +00:00
Tim Bentley 42e6640339 Cleanups, add missing theme functionality 2020-04-09 21:55:27 +00:00
Tim Bentley 92d67468e2 Merge branch 'ftw-remote-download' into 'master'
Web Remote Version Checking and Downloads; Other Fixes

See merge request openlp/openlp!159
2020-04-08 07:00:39 +00:00
Raoul Snyman 6bbe01e7c9
Web Remote Version Checking and Downloads; Other Fixes
- Download the web remote as part of the FTW
- Add version checking for the web remote
- Always order the authors when exporting to OpenLyrics
- Write tests for a bunch of things.
2020-04-07 23:36:14 -07:00
Tim Bentley fb006dabcd Merge branch 'fix-unreadable-footer-380' into 'master'
Fix up the formatting of the contents of the help box

Closes #380

See merge request openlp/openlp!163
2020-04-04 06:51:02 +00:00
Tim Bentley ab08968b5e Merge branch 'toggle_transparency' into 'master'
Toggle transparency

Closes #475

See merge request openlp/openlp!160
2020-04-04 06:48:18 +00:00
Daniel 4b50c6f5d2 fix core/logo hide on startup setting, fix display stuck as hidden and invert transparent display setting 2020-04-04 06:48:18 +00:00
Raoul Snyman efd97644c8
Fix up the formatting of the contents of the help box
- Fix #380
- Fix some tests
- Add some tests

Fix some tests, add some tests
2020-04-02 21:42:35 -07:00
Tomas Groth 73da7f8315 Merge branch 'alpha-fixes4' into 'master'
Fix presentation load from service file

Closes #481

See merge request openlp/openlp!162
2020-04-02 20:24:58 +00:00
Tomas Groth d1b051807b Fix presentation load from service file 2020-04-02 20:24:58 +00:00
Raoul Snyman 90aad493b6 Merge branch 'broken_stuff' into 'master'
Broken stuff

Closes #477

See merge request openlp/openlp!161
2020-04-02 18:48:27 +00:00
Tim Bentley 3f41c852f2 Fix some race conditions, remove calls to ImageManager, fix a crash in the remote API, fix some more test issues. 2020-04-02 18:48:27 +00:00
Raoul Snyman d451f21c0b Merge branch 'workingon-api' into 'master'
Added basic theme API

See merge request openlp/openlp!128
2020-04-01 18:26:59 +00:00
Fernando Quant 5e4559cdb3 Added basic theme API 2020-04-01 18:26:57 +00:00
Raoul Snyman b85d6e0ded Merge branch 'tests_interfaces_1' into 'master'
Tests interfaces 1

See merge request openlp/openlp!158
2020-03-19 20:04:28 +00:00
Tim Bentley cbc9f8c8e2 Tests interfaces 1 2020-03-19 20:04:28 +00:00
Tim Bentley 86d730f1c7 Merge branch 'upgrade-web-remote' into 'master'
Refactor web remote deployment, plus other fixes and enhancements

See merge request openlp/openlp!153
2020-03-19 16:44:14 +00:00
Raoul Snyman 73507884fb
Refactor web remote deployment, plus other fixes and enhancements
- Refactor deployment away from the web server thread
- Refactor the web remote settings tab
- Provide a way for threads to show an error message to the user
- Fix an issue where multiple zeroconf services were being run instead of a single instance on multiple addresses
- Refactored the DownloadProcess dialog
- Fix the tests
2020-03-17 19:31:18 -07:00
Tim Bentley 4a667c77fc Merge branch 'api-return-on-empty-search' into 'master'
Always return a list when searching in the API

Closes web-remote#1

See merge request openlp/openlp!156
2020-03-14 17:00:09 +00:00
Tim Bentley 73afe240dc Merge branch 'tests_plugin_5' into 'master'
Tests plugin 5

See merge request openlp/openlp!157
2020-03-11 21:53:41 +00:00
Tim Bentley fa9a3c6f92 Tests plugin 5 2020-03-11 21:53:41 +00:00
Daniel 48901cecfc always return a list when searching in the api
It is not a error when no search results are returned, it is to be expected. The api should return a empty list to show that there were no results (status code 200 OK) rather than a 400 (BAD REQUEST).
2020-03-11 13:22:37 +13:00
Tim Bentley 980c68488a Merge branch 'fix-qcollatorsortkey-err' into 'master'
Fix error when adding songs from services.

See merge request openlp/openlp!155
2020-03-10 21:40:39 +00:00
Tomas Groth 982b4470c7 Fix error when adding songs from services. 2020-03-10 21:40:39 +00:00
Tim Bentley da4a3570f3 Merge branch 'tests_plugin_4' into 'master'
Tests plugin 4

See merge request openlp/openlp!154
2020-03-10 16:59:26 +00:00
Tim Bentley 4ce197ecc2 Tests plugin 4 2020-03-10 16:59:25 +00:00
Raoul Snyman 050e49465e Merge branch 'fix_song_editor_crash' into 'master'
Fix song editor crash

Closes #459

See merge request openlp/openlp!150
2020-03-09 04:05:21 +00:00
Daniel 122596c6fb Don't call a non existent function (create_slides on a service item)
There is a private fn prefixed with a "_", but it's not needed as it is run when required (hence the reason it's private). If the slide vars did need to be regenerated, `render_text_items` is the way to do it.
2020-03-09 04:05:20 +00:00
Tim Bentley ef3ecfeaa9 Merge branch 'network-stream' into 'master'
Add support for network streams.

See merge request openlp/openlp!151
2020-03-08 22:05:10 +00:00
Tomas Groth 127ee05ac3 Add support for network streams. 2020-03-08 22:05:09 +00:00
Tim Bentley 80a2cfc2d2 Merge branch 'tests_plugin_3' into 'master'
Tests plugin 3 - and Fix #272

Closes #272

See merge request openlp/openlp!152
2020-03-08 21:45:42 +00:00
Tim Bentley d43811f38d Tests plugin 3 - and Fix #272 2020-03-08 21:45:42 +00:00
Tim Bentley b51829d4d6 Merge branch 'between-item-transitions' into 'master'
Transitions between items

Closes #191

See merge request openlp/openlp!121
2020-03-05 20:35:25 +00:00
Daniel d5892b6258 Don't reload images on start (they are already loaded)
Someone should check if the start param in this function is even needed now, looks like an artifact from the old renderer
2020-03-05 20:35:25 +00:00
Tim Bentley 54ed4d5c0e Merge branch 'tests_plugin_2' into 'master'
Tests plugin 2

See merge request openlp/openlp!149
2020-03-05 20:34:09 +00:00
Tim Bentley 7d532778bd Tests plugin 2 2020-03-05 20:34:08 +00:00
Raoul Snyman 79950b6a85 Merge branch 'tests_plugin_1' into 'master'
Migrate Functional Plugin Tests Part 1

See merge request openlp/openlp!146
2020-03-04 06:06:47 +00:00
Tim Bentley 8fa698d510 More fixes for broken tests
Skip one which never worked but relied on data leakage!
2020-03-04 06:06:47 +00:00
Tim Bentley 519be1ee47 Merge branch 'revealjs392' into 'master'
Update Reveal.js to 3.9.2

See merge request openlp/openlp!148
2020-03-03 21:26:16 +00:00
Tomas Groth 5e6c20486a Update Reveal.js to 3.9.2 2020-03-03 21:26:16 +00:00
Tim Bentley d4e6bf7a42 Merge branch 'fix_vertical_positioning' into 'master'
fix vertical positioning on text slides

Closes #422

See merge request openlp/openlp!147
2020-03-03 17:06:29 +00:00
Daniel 11a68d36ad fix vertical positioning on text slides 2020-03-03 20:25:36 +13:00
Raoul Snyman 79734f9f76 Merge branch 'broken_stuff' into 'master'
Two broken functions found in testing.

See merge request openlp/openlp!145
2020-02-28 07:10:14 +00:00
Tim 7f7ac0f20d
Two broken functions found in testing. 2020-02-27 21:48:45 +00:00
Tim Bentley 4ed0d0586c Merge branch 'skip-non-mac-test-on-mac' into 'master'
Skip a non-macOS test which is failing on macOS

See merge request openlp/openlp!144
2020-02-24 17:09:23 +00:00
Raoul Snyman 71874302d0
Skip a non-macOS test which is failing on macOS 2020-02-23 23:15:56 -07:00
Tim Bentley 2a8fc22886 Merge branch 'appv_3' into 'master'
Fix appvoyer yet another go.

See merge request openlp/openlp!143
2020-02-23 13:48:45 +00:00