Commit Graph

21 Commits

Author SHA1 Message Date
Tim Bentley 6942211950 2024 - One year older but wiser? 2024-01-05 17:18:59 +00:00
Raoul Snyman dccf037bd6 Fix a couple of macOS issues 2023-08-19 09:43:20 +00:00
Raoul Snyman dc2476c27f Remove unused flag in Registry 2023-08-18 03:35:55 +00:00
Tomas Groth 35dc55d7f7 Fix presentations not being able to return from Display Screen 2023-08-13 21:54:00 +00:00
Chris Witterholt f7f701abf2 Add detection for presentation files that were uploaded from the cloud. 2023-07-18 20:11:52 +00:00
Raoul Snyman f59146b505 Upgrade to Pyro5 2023-05-22 21:34:03 -07:00
Raoul Snyman 78b2de638a Migrate to 2 style queries 2023-05-19 13:55:38 +00:00
Raoul Snyman 0636f2554c Typecast presentation files from settings to Path 2023-01-11 03:06:17 +00:00
Tim Bentley 11d9c02579
Happy new Year 2022-12-31 15:54:46 +00:00
Raoul Snyman 481b030a5f Silence any errors from the LibreOffice shutdown on macOS, usually due to users closing LibreOffice, fixes #1200 2022-11-14 12:42:42 -07:00
Raoul Snyman b4a33e29d9 Fix issue #1179 (generating slide data for a folder) 2022-10-21 06:25:54 +00: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
Achim S 76afb204a0 Keep unique_identifier of PDF service items. 2022-02-19 08:20:28 +00:00
Tim 0ccb3620d5
Lets finish the year conversion 2022-02-06 09:10:17 +00:00
Tim 29db2f1fb7
Better late than never 2022-02-01 10:10:57 +00:00
Tomas Groth 1d0b578370 Various bug fixes 2022-01-21 21:32:09 +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
robbie jackson 5793526bcb Fix sequential presentations - proper fix 2021-04-28 07:10:27 +00:00
Tim Bentley 9039fe04f8 Test Migration and Cleanup - 1 2021-04-24 16:55:38 +00:00
Tim Bentley aade849aca End of 2020 - Just change the Year! 2020-12-30 21:42:49 +00:00
Raoul Snyman 601fa58594
Fix some upgrade issues
- Fix an issue with loading screens from older versions of OpenLP (fixes #655)
- Fix an issue where presentations that no longer exist throw an error
- Fix a bug in the serialization of Path objects for Pyro4
- Add some tests for untested scenarios
- Fix some tests
2020-11-15 23:40:07 -07:00