Commit Graph

98 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 213889e9d5 Added open and view document to the project tree context menu 2020-06-05 19:46:51 +02:00
Veronica K. B. Olsen 8199c2f4e9 Added outline details panel, and removed project in constructor of GUI classes 2020-06-02 22:00:23 +02:00
Veronica K. B. Olsen 49141ac8de Moved all gui files to the root gui folder 2020-06-01 23:47:37 +02:00
Veronica K. B. Olsen 68b8d8b469 Rewritten about dialog 2020-05-21 17:16:14 +02:00
Veronica K. B. Olsen 4588addaef Added basic about dialog 2020-05-21 15:51:45 +02:00
Veronica K. B. Olsen 82c24d75ef Merge branch 'master' into dev_0.6 2020-05-14 18:57:55 +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 8dca20e3aa Added printing and save to PDF, and made some changes to the tohtml class 2020-05-12 00:10:03 +02:00
Veronica K. B. Olsen 3089c798dc Added the Build Project dialog and connected it to the GUI in place of the Export tool 2020-05-09 19:26:28 +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. 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 020a4c548a Fixed formatting of URL in license docstring 2020-05-04 21:20:55 +02:00
Veronica K. B. Olsen 5ab85a38bb Revert header to say 'About' 2020-04-20 22:33:21 +02:00
Veronica K. B. Olsen 6d138d054a Updated the about box 2020-04-20 22:24:56 +02:00
Veronica K. B. Olsen ba3c765ba8 Added license text to source files 2020-04-20 21:50:20 +02:00
Veronica K. B. Olsen 92f54af894 Added some useful menu option, and settings in project file 2020-04-13 16:02:44 +02:00
Veronica K. B. Olsen 717e4aba78 Fix merge conflicts 2020-02-27 00:19:18 +01:00
Veronica K. B. Olsen 6b3e652440 Delete old recent project code 2020-02-26 17:57:36 +01:00
Veronica K. B. Olsen c688c66d5b Project manager dialog now lists recent projects and lets the user open one of these, or browse for a folder 2020-02-26 17:44:11 +01:00
Veronica K. B. Olsen ca18fe5461 Added some fixes for bugs discovered when testing with PySide2 2020-02-15 17:59:40 +01:00
Veronica K. B. Olsen f2eedff6d2 Added empty trash option 2020-02-09 21:17:57 +01:00
Veronica K. B. Olsen c43e121389 Added document split dialog and associated code 2020-02-04 23:59:00 +01:00
Veronica K. B. Olsen f937ebc396 Added code to permanently delete project documents 2020-02-01 14:10:48 +01:00
Veronica K. B. Olsen 6cac679458 Added merge documents dialog and related code 2020-01-23 15:52:27 +01:00
Veronica K. B. Olsen 9ab64627f3 Added a spinning cursor for spell checker and open document 2019-11-26 23:07:18 +01:00
Veronica K. B. Olsen f358cc64e1 Merge branch 'master' into project_outline 2019-11-21 15:31:43 +01:00
Veronica K. B. Olsen 1711e5c615 Block formatting now complete 2019-11-21 14:31:12 +01:00
Veronica K. B. Olsen 20e1c2f6f2 Added the menu entry and handling of block formats 2019-11-21 14:00:55 +01:00
Veronica K. B. Olsen 5b7e3fabde Cut/Copy/Select shortcuts now also work in doc viewer if it has focus 2019-11-21 13:37:11 +01:00
Veronica K. B. Olsen c0828c7f1d Fix merge conflicts 2019-11-20 18:56:18 +01:00
Veronica K. B. Olsen eb68f3efc0 Change the method the document is rehighlighted. This is significantly faster 2019-11-19 21:49:11 +01:00
Veronica K. B. Olsen 816c708853 Remove timeline view so we can clean up the indexing class 2019-11-17 13:09:21 +01:00
Veronica K. B. Olsen ed0c4c6e49 Fixed a recursion issue, and added more comments 2019-11-15 22:36:44 +01:00
Veronica K. B. Olsen ec0f4880fa Let the document editor handle the status of spell checking, and let it set all other classes from there 2019-11-15 22:16:58 +01:00
Veronica K. B. Olsen 7551d49235 Made all action class variables 2019-11-14 11:23:47 +01:00
Veronica K. B. Olsen 154e91ede8 Remove unused imports 2019-11-09 21:01:43 +01:00
Veronica K. B. Olsen 90613b857b Finished the zen mode functionality, and added full screen F11 shortcut 2019-11-09 13:52:08 +01:00
Veronica K. B. Olsen fedcf247e0 Let's label it 'distraction free mode' instead 2019-11-09 12:22:36 +01:00
Veronica K. B. Olsen 472205f1a6 Added menu entry and function for Zen mode, and cleaned up editor resizing 2019-11-09 01:19:17 +01:00
Veronica K. B. Olsen 0e84452533 Reorganise constants, and add ISO language codes in order to drop dependency pycountry 2019-11-05 18:14:40 +01:00
Veronica K. B. Olsen 28d347c848 Some keyboard shortcut tweaks for macOS 2019-11-05 10:38:44 +01:00
Veronica K. B. Olsen b303eb6539 Further PEP8 compliance changes 2019-11-03 18:02:47 +01:00
Veronica K. B. Olsen 7c95af951a Make comments and docstrings comply with PEP8 2019-11-03 17:23:39 +01:00
Veronica K. B. Olsen 33e3b67ba5 Make sure all code lines are within a 100 characters 2019-11-03 15:36:34 +01:00
Veronica K. B. Olsen 64b659db83 Brought menu entry in-line with documentation 2019-11-03 12:20:40 +01:00
Veronica K. B. Olsen dfb790e73d Added a menu option to show storage details about the currently open file 2019-11-02 22:14:57 +01:00
Veronica K. B. Olsen e94bdd9340 Allow showing comments in document view pane, with a toggle swithc in document menu 2019-11-02 20:08:02 +01:00
Veronica K. B. Olsen a39387d405 Add entity as another root folder type 2019-11-02 14:26:27 +01:00
Veronica K. B. Olsen 14bd0f4598 Added the option to clear the recent projects menu entry 2019-10-30 15:55:17 +01:00
Veronica K. B. Olsen 7e7f6a30be Some minor changes to the about dialog 2019-10-29 17:48:59 +01:00