Commit Graph

689 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 35f6d8dbe7 Forgot to bump hex version 2020-05-21 15:14:48 +02:00
Veronica K. B. Olsen 6a94a03cd0 Bumped version to 0.5.2 2020-05-21 15:02:09 +02:00
Veronica K. B. Olsen d3c95887e6 Added an option to turn off syntax highlighting for text in quotes 2020-05-21 14:52:26 +02:00
Veronica K. B. Olsen d263de0205 Ensure setSelectedhandle also makes the item visible in the scroll view 2020-05-21 14:45:00 +02:00
Veronica K. B. Olsen de8c2b75ae fromTheme call should check first 2020-05-17 11:51:48 +02:00
Veronica K. B. Olsen 4a047b2098 Some minor cleanuo of icon themes, fallback icons and default theme 2020-05-17 11:47:00 +02:00
Veronica K. B. Olsen e70a057188 Index rebuild dialog box was blocking test. 2020-05-17 00:16:25 +02:00
Veronica K. B. Olsen c1b508aae8 Fix the dependency checks 2020-05-17 00:09:49 +02:00
Veronica K. B. Olsen 3b231978bf Several improvements to the status bar 2020-05-16 23:58:55 +02:00
Veronica K. B. Olsen 4dc768bdd2 Dropped the progress bar for rebuild index, and used statusbar instead 2020-05-16 21:56:26 +02:00
Veronica K. B. Olsen 92fc81d4ec Reduced hard requirement of python version 2020-05-16 20:39:58 +02:00
Veronica K. B. Olsen bb894926d0 With a few modifications, novelWriter now starts wuth Qt 5.2.1 and Python 3.4.3 2020-05-16 20:18:39 +02:00
Veronica K. B. Olsen 24596f28d6 Some more tuning of the documents margin function 2020-05-16 19:04:52 +02:00
Veronica K. B. Olsen 752ec8a52b Clean up the launcher script, and some other bits. 2020-05-15 23:43:32 +02:00
Veronica K. B. Olsen 5d7dfd3cea Moved some package checks into the main function so we can pop an error dialog for non-command line users. 2020-05-15 23:40:20 +02:00
Veronica K. B. Olsen 6bd4361b5a Bumped version number to 0.5.1 2020-05-14 21:32:26 +02:00
Veronica K. B. Olsen cff1529e71 Restored the gear SVG decoration for some dialogs until they're redesigned 2020-05-14 21:26:56 +02:00
Veronica K. B. Olsen 83e0a365ae Fixed an issue with orphaned file names sometimes being blank 2020-05-14 21:21:00 +02:00
Veronica K. B. Olsen 07714168ff Fixed an issue with rendering large documents where some of the text wasn't visible 2020-05-14 21:19:03 +02:00
Veronica K. B. Olsen 544a9d56bd Updated the about box to credit the icon creator. Temporary solution until the box is redesigned. 2020-05-14 18:46:30 +02:00
Veronica K. B. Olsen 0eb4319fc1 Finished the code for icon themes 2020-05-14 18:38:41 +02:00
Veronica K. B. Olsen 0566df433b Updated colour icon theme 2020-05-14 16:44:14 +02:00
Veronica K. B. Olsen 8603bf8af8 Added dark icon coloured theme as well 2020-05-14 00:16:21 +02:00
Veronica K. B. Olsen e865e5b448 Added support for icon themes in the source. Still need to add it to preferences. 2020-05-13 23:23:13 +02:00
Veronica K. B. Olsen 405ef48237 Updated the license text file in assets 2020-05-13 19:45:00 +02:00
Veronica K. B. Olsen d78dd24291 Some minor fixes, add qApp info, and a PNG app icon 2020-05-12 21:51:57 +02:00
Veronica K. B. Olsen 6754048c2e Added show GUI check as this warning may break tests if not 2020-05-11 19:27:53 +02:00
Veronica K. B. Olsen 6d0b38e38a Added hex version checking to the project file to warn the user if opening a file 'from the future'. 2020-05-11 19:25:06 +02:00
Veronica K. B. Olsen aab0b4a846 Fixed help text and added date to the version and help output 2020-05-11 00:03:28 +02:00
Veronica K. B. Olsen 41808ea9b8 Changed __status__ to Pre-Release 2020-05-10 23:58:44 +02:00
Veronica K. B. Olsen c3f1581acf oopsie 2020-05-10 23:56:41 +02:00
Veronica K. B. Olsen df782e823d Reduced the number of command line switches 2020-05-10 23:55:56 +02:00
Veronica K. B. Olsen 3e0bcfdb1c Added appPath and homePath to debug output 2020-05-09 18:37:38 +02:00
Veronica K. B. Olsen 04728b74d4 Bump version 2020-05-09 16:45:31 +02:00
Veronica K. B. Olsen 59a7be6b89 Imrpoved readability of call 2020-05-09 14:02:20 +02:00
Veronica K. B. Olsen 75adcdf679 Can now restore document label for orphaned files 2020-05-09 13:59:57 +02:00
Veronica K. B. Olsen d44dca6a21 Moved the packing of XML tree into NWTree, and added a function for formatting time stamps 2020-05-09 13:08:11 +02:00
Veronica K. B. Olsen 6cdf203079 Cleanup of comments and a bit of syntax in the project file 2020-05-09 12:17:56 +02:00
Veronica K. B. Olsen 5a1ff7e7d3 Opening a document now seems to reset dynamic margins. Added a temporary fix. 2020-05-08 23:02:16 +02:00
Veronica K. B. Olsen 1c98fbcb81 trashRoot handle should be initialised to None 2020-05-08 22:53:58 +02:00
Veronica K. B. Olsen 67562b19b6 Added meta data reading and writing to the document class 2020-05-08 22:44:50 +02:00
Veronica K. B. Olsen 76b4ffe0f2 Add back some file history from deleted files 2020-05-08 21:40:56 +02:00
Veronica K. B. Olsen 894bc41f51 Moved the additions folder into the gui folder as it only contains gui elements 2020-05-08 21:32:38 +02:00
Veronica K. B. Olsen b0c71fb47d Removed the nw/tools folder and moved or merged the code in elsewhere 2020-05-08 21:28:05 +02:00
Veronica K. B. Olsen 9b049b6469 Moved spell checker classes to core folder 2020-05-08 21:02:30 +02:00
Veronica K. B. Olsen 386020bcf8 Renamed 'project' folder to 'core' 2020-05-08 20:58:34 +02:00
Veronica K. B. Olsen 5cc036e125 Fixed a bug in language lookup for enchant spelling 2020-05-08 20:57:03 +02:00
Veronica K. B. Olsen 704d9a11e4 Merged the spell checking classes into one file 2020-05-08 20:41:39 +02:00
Veronica K. B. Olsen 7f41daf518 Merge branch 'master' into code_improvements 2020-05-08 20:33:07 +02:00
Veronica K. B. Olsen 9204003f57 Add some pyqtSlot decorators as they apparently improve perforamce a tiny bit 2020-05-08 20:09:51 +02:00