Commit Graph

5193 Commits

Author SHA1 Message Date
Tim Bentley e6f7e107b8 fix string 2018-03-16 06:05:18 +00:00
Tim Bentley 2531e56910 Fix quotes 2018-03-09 21:58:45 +00:00
Tim Bentley f16828dd5d fix comment 2018-02-23 15:54:25 +00:00
Tim Bentley c99c2694db simplify visibility interface 2018-02-23 09:17:21 +00:00
Tim Bentley 8e33175477 clear preview bar and fix visibility 2018-02-23 09:11:07 +00:00
Tim Bentley e01396c427 clear preview bar 2018-02-23 08:56:01 +00:00
Tim Bentley 5696655768 Fix up text 2018-02-20 22:03:32 +00:00
Tim Bentley 8188650486 display metadata 2018-02-18 16:48:49 +00:00
Tim Bentley d0fd6b2903 Remove the FTW options which do nothing 2018-02-11 18:15:24 +00:00
Tim Bentley aa9aec4a7d fix comments 2018-02-03 14:17:46 +00:00
Tim Bentley 7f39fe90d1 head 2018-02-03 14:07:07 +00:00
Tim Bentley beffb3b5bd remove extra line 2018-02-03 12:19:37 +00:00
Tim Bentley 340b3f6597 Finish clean up logging code 2018-02-03 11:32:49 +00:00
Tim Bentley 6c8ec8a840 Add logging to mainwindow and clean up logging code 2018-02-03 11:24:39 +00:00
Tim Bentley 6ff1015205 close the splash screen 2018-02-03 07:59:36 +00:00
Tim Bentley f7169ee708 remove ppt viewer 2018-02-02 21:33:41 +00:00
Raoul Snyman 1f53453ff6 Fixed an issue with the FTW not displaying any download progress.
Add this to your merge proposal:
--------------------------------------------------------------------------------
lp:~raoul-snyman/openlp/fix-ftw-download-progress (revision 2811)
https://ci.openlp.io/job/Branch-01-Pull/2430/                          [SUCCESS]
https://ci.openlp.io/job/Branch-02a-Linux-Tests/2331/                  [SUCCESS]
https://ci.openlp.io/job/Branch-02b-macOS-Tests/125/                   [SUCCESS]
https:/...

bzr-revno: 2811
2018-01-24 21:36:15 +00:00
Phill Ridout 4423b61fc9 Small fix 2018-01-22 21:37:00 +00:00
Phill Ridout ee144ad68b Save the temp file in a different dir 2018-01-22 20:41:30 +00:00
Phill Ridout 7c68e9d022 pep 2018-01-21 07:40:26 +00:00
Phill Ridout 368b0ce75c Tidy ups 2018-01-20 09:30:30 +00:00
Phill Ridout 7ced39594f Add test 2018-01-19 21:00:56 +00:00
Phill Ridout 89042982d6 HEAD 2018-01-16 20:49:18 +00:00
Phill Ridout 21b362c9a2 doc string! 2018-01-14 09:01:00 +00:00
Raoul Snyman d758ed257c Fix progress not showing in the FTW 2018-01-13 16:24:26 -07:00
Phill Ridout 42465605ac fix saving and loading progress bar
Fixes: https://launchpad.net/bugs/1734432
2018-01-13 09:02:29 +00:00
Phill Ridout c88a08f9e4 HEAD 2018-01-13 07:25:07 +00:00
Phill Ridout 2095a00dc9 Fix up code so test passes 2018-01-13 07:24:20 +00:00
Raoul Snyman ff421df2bf Fix bug #1742910
Fixes: https://launchpad.net/bugs/1742910
2018-01-12 11:29:32 -07:00
Raoul Snyman 7e99381dba Fix some issues highlighted by Tim and Phill, and added a file that was erroneously removed 2018-01-07 10:50:29 -07:00
Raoul Snyman 7b28262987 Fix a mismatch of arguments in a call to reload_bibles() 2018-01-06 21:36:17 -07:00
Phill Ridout dd6887d388 HEAD 2018-01-06 09:56:10 +00:00
Phill Ridout e1400dc227 Finally merge the save lite method in to the 'standard' save method' 2018-01-06 09:55:19 +00:00
Raoul Snyman 2d009f1884 Change a log.error to a log.exception 2018-01-04 14:13:24 -07:00
Raoul Snyman 0601cf1543 Move cleanup to after thread wait; Figured out why the webserver was exiting early 2018-01-04 14:03:15 -07:00
Raoul Snyman db7ff02abb Move the thread code to after the event has been accepted 2018-01-04 10:17:20 -07:00
Raoul Snyman 64b26774a1 For some reason, the thumbnail downloader was still using a string path 2018-01-03 23:37:59 -07:00
Raoul Snyman 13885b1a39 HEAD 2018-01-03 23:10:20 -07:00
Raoul Snyman f1575dd50b Updated various thread usages 2018-01-03 23:01:35 -07:00
Phill Ridout a1ea35c4e7 continued refactor of saving packaged files 2017-12-30 08:08:10 +00:00
Tim Bentley 41f35f52e3 End of 2017 2017-12-29 09:15:48 +00:00
Tim Bentley cfc487d623 tests 2017-12-28 08:27:44 +00:00
Phill Ridout 4b1965520c Start on refactoring file saving 2017-12-27 16:06:36 +00:00
Raoul Snyman ca581d00bd HEAD 2017-12-23 14:53:54 -07:00
Phill Ridout 3bdf6d0bd6 HEAD 2017-12-22 21:21:39 +00:00
Raoul Snyman 2fa88b17db Refactor threads to use new openlp.core.threading module 2017-12-20 07:17:07 -07:00
Phill Ridout 370ec244d8 Fix osx finding 'temp' files instead of the python source files
Fixes: https://launchpad.net/bugs/1738047
2017-12-17 15:25:54 +00:00
Raoul Snyman 187714cd87 HEAD 2017-12-16 23:51:23 -07:00
Raoul Snyman 1dda8f339f Refactor threading to a centralised location which can keep track of all the threads 2017-12-16 23:50:23 -07:00
Phill Ridout f629504b5b Mostly minor path tidy-ups 2017-12-17 04:29:53 +00:00