Commit Graph

978 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 3e0bcfdb1c Added appPath and homePath to debug output 2020-05-09 18:37:38 +02:00
Veronica K. Berglyd Olsen 7f6c808c97 Merge pull request #203 from vkbo/release_0.5
Release 0.5
2020-05-09 17:55:31 +02:00
Veronica K. B. Olsen e60a05bc70 Updated changelog 2020-05-09 17:46:06 +02:00
Veronica K. B. Olsen 04728b74d4 Bump version 2020-05-09 16:45:31 +02:00
Veronica K. Berglyd Olsen 8c8000b8f9 Merge pull request #202 from vkbo/docs
Updated documentation
2020-05-09 16:25:24 +02:00
Veronica K. B. Olsen 1a348b347a Updated documentation 2020-05-09 16:20:59 +02:00
Veronica K. Berglyd Olsen e774a3546f Merge pull request #201 from vkbo/minor_things
Minor Refactoring and Restore Orphan File Label
2020-05-09 14:07:10 +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. Berglyd Olsen c35dff921d Merge pull request #200 from vkbo/doc_meta
Document Meta Data
2020-05-08 23:10:34 +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 3c9b25bb49 Updated tests 2020-05-08 22:48:38 +02:00
Veronica K. B. Olsen 23520fef9b Updated sample text 2020-05-08 22:48:29 +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. Berglyd Olsen 75090a94f8 Merge pull request #199 from vkbo/code_improvements
Code Refactoring
2020-05-08 21:49:23 +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 aea39ba1aa Renamed the textanalyse file 2020-05-08 21:33:59 +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. Berglyd Olsen 9241cbe2ce Merge pull request #198 from vkbo/backup_class
Backup Updates
2020-05-08 20:32:41 +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
Veronica K. B. Olsen 8d4fa4b627 Added a try/except to the creation of backup folder 2020-05-08 18:28:13 +02:00
Veronica K. B. Olsen 3d910041cd Moved the backup function to the project class since it was only one function anyway 2020-05-08 18:19:09 +02:00
Veronica K. Berglyd Olsen a39b28332a Merge pull request #196 from vkbo/project_structure
Project Class Restructure
Merging into `dev` for further testing and code restructuring before we merge to master.
2020-05-08 10:22:20 +02:00
Veronica K. B. Olsen d75243418f Moved a couple more functions to the NWTree class, and cleaned up the source file a bit 2020-05-07 23:59:32 +02:00
Veronica K. B. Olsen 5b3291e4ee Updated tests to work with new project tree class 2020-05-07 23:08:43 +02:00
Veronica K. B. Olsen 58eb8e78ba Moved the project tree into its own iterable class NWTree 2020-05-07 23:08:15 +02:00
Veronica K. B. Olsen 64ae52e7aa Moved NWItem and NWStatus into the project file as the classes are no longer called from elsewhere 2020-05-07 20:02:49 +02:00
Veronica K. B. Olsen 323b46a559 Added direct testing of the NWItem class 2020-05-07 19:43:55 +02:00
Veronica K. B. Olsen 3cb45d0dc3 Added some more checks on item setters 2020-05-07 19:43:22 +02:00
Veronica K. B. Olsen 1a521758d1 Moved the unpacking of XML data into the NWItem class 2020-05-07 01:25:09 +02:00
Veronica K. B. Olsen d5775a7838 Improved lookup of enums 2020-05-07 00:59:05 +02:00
Veronica K. B. Olsen 8037b3a311 Some improvements to the NWItem class, and removal of unused imports of it in the code 2020-05-07 00:38:25 +02:00
Veronica K. Berglyd Olsen 5306b6fd60 Merge pull request #195 from vkbo/gui_fixes
Gui Fixes
2020-05-04 21:25:25 +02:00
Veronica K. B. Olsen 020a4c548a Fixed formatting of URL in license docstring 2020-05-04 21:20:55 +02:00
Veronica K. B. Olsen ed6d6515fe Some more corrections to Preferences help text 2020-05-04 21:18:58 +02:00
Veronica K. B. Olsen 35891e6663 Some bugfixes and text changes in the preferences dialog 2020-05-04 20:59:29 +02:00
Veronica K. B. Olsen c6ba779b05 Some further tweaks to the switch widget to make it consistent between GUI themes 2020-05-04 20:58:50 +02:00
Veronica K. B. Olsen 1148936af6 Let's use a character that definitely exists for the document path 2020-05-04 20:31:00 +02:00
Veronica K. B. Olsen ee8c91c3ee Reduce the QSwitch class to only what's needed 2020-05-04 17:59:51 +02:00
Veronica K. B. Olsen 85751851f0 Add some path check to the backup class 2020-05-04 17:59:31 +02:00
Veronica K. B. Olsen 9a1f846c6f Render the document title path separator as HTML 2020-05-04 17:59:00 +02:00