Commit Graph

66 Commits

Author SHA1 Message Date
Veronica K. B. Olsen e2895ce4f7 Improved the alert to user interface, and added an enum class for severity flags. 2019-05-12 20:34:52 +02:00
Veronica K. B. Olsen fbdff8d249 Spell check can now be enabled/disabled and re-run on document 2019-05-12 16:18:37 +02:00
Veronica K. B. Olsen 72a3e4f9dd Fixed merge conflicts 2019-05-12 14:10:41 +02:00
Veronica K. B. Olsen f1d30ae253 Project class should not contain any GUI elements. Status icons moved to main GUI class. 2019-05-12 14:08:52 +02:00
Veronica K. B. Olsen edab608c3b Some changes to core classes and files to support the test suite 2019-05-12 13:29:41 +02:00
Veronica K. B. Olsen aeea55e234 Merge branch 'master' into release 2019-05-11 01:14:21 +02:00
Veronica K. B. Olsen fe05761fe7 Fixed the preview call so it only works on files. 2019-05-11 01:14:03 +02:00
Veronica K. B. Olsen d6409a5bf9 Spell checker context menu can now add words to dictionary for current project 2019-05-10 23:11:46 +02:00
Veronica K. B. Olsen 23f3e4b5bb Ctrl+R now previews the document as HTML 2019-05-10 18:47:57 +02:00
Veronica K. B. Olsen 83169d9075 Updated tokenizer, and added html converter as a subclass 2019-05-07 18:47:55 +02:00
Veronica K. B. Olsen e0936b5f33 Text tokenizer done. 2019-05-07 18:01:19 +02:00
Veronica K. B. Olsen 7166dfbb2e Started adding framework for document tokenizer. 2019-05-05 23:16:53 +02:00
Veronica K. B. Olsen 971d8a9a59 Added better tracking of document and project changes and added coloured icons for the status bar 2019-05-05 01:02:04 +02:00
Veronica K. B. Olsen 9565b14d8b Autosaving works, and document and project tracks whether they have been changed or not. 2019-05-05 00:11:46 +02:00
Veronica K. B. Olsen 92da5a335b Added an alert wrapper for both popup box and logger 2019-05-04 11:46:15 +02:00
Veronica K. B. Olsen faa1fe6efb Added open and save status messages to the status bar. 2019-05-04 10:24:40 +02:00
Veronica K. B. Olsen 7092e20e9c The recent projects menu now properly repopulates after the order of recent items have changed 2019-05-03 22:44:41 +02:00
Veronica K. B. Olsen 2ed9f11716 Fixed the save button of project settings dialog, and setting the window title after saving settings 2019-05-03 21:59:49 +02:00
Veronica K. B. Olsen 116150ef01 Fixed creating new project, opening and saving of projects. 2019-05-03 21:56:51 +02:00
Veronica K. B. Olsen 880b8905ee No longer need the nwItemAction enum either 2019-04-28 13:26:54 +02:00
Veronica K. B. Olsen af9aa08fe6 Finished the edit item dialog and now updating tree and project settings. 2019-04-28 13:17:24 +02:00
Veronica K. B. Olsen 65d4fcc968 A bit of shuffling in the menu, and connected a lot more menu items to actions. 2019-04-27 22:05:01 +02:00
Veronica K. B. Olsen bd24b58926 Added an item editor 2019-04-27 16:29:00 +02:00
Veronica K. B. Olsen fdf41f383a Moved main menu to its own class, and reshuffled some of the logic in opening and saving projects 2019-04-27 14:49:54 +02:00
Veronica K. B. Olsen 3b43b75b3a Fixed conflicts 2019-04-27 10:39:21 +02:00
Veronica K. B. Olsen 65dc1c43e6 Removed main menu code from main window class 2019-04-27 10:35:37 +02:00
Veronica K. B. Olsen f816005f2b Moved main menu to separate file 2019-04-27 10:32:46 +02:00
Veronica K. B. Olsen d639dcd219 Significant restructuring of the main menu 2019-04-27 00:28:19 +02:00
Veronica K. B. Olsen 2f0f39b53e Added item status, and added icons and flags to the main treeview 2019-04-24 22:42:57 +02:00
Veronica K. B. Olsen 96943d316a Items can now be renamed. 2019-04-24 18:11:38 +02:00
Veronica K. B. Olsen 184c33a59e Tree items can be moved up and down from the context menu 2019-04-23 22:41:41 +02:00
Veronica K. B. Olsen 30c1241488 Tree context menu can now add files, folders and roots. 2019-04-23 21:42:11 +02:00
Veronica K. B. Olsen 06d1d3c7cc Get rid of button bar under tree too. 2019-04-23 18:51:48 +02:00
Veronica K. B. Olsen 16f15db6fd Added select all and select paragraph features. 2019-04-23 18:38:22 +02:00
Veronica K. B. Olsen ffc577c943 Added format menu back in, and added a generic wrapping function that can do text formatting and wrap selection in quotes. 2019-04-23 16:37:48 +02:00
Veronica K. B. Olsen bc036b4e2a Simplified the GUI and removed button bar for document as we're no longer using rich text 2019-04-23 00:14:11 +02:00
Veronica K. B. Olsen 6bd2da5e72 Working text bold shortcut and toolbar 2019-04-22 21:39:19 +02:00
Veronica K. B. Olsen 3631b239fc Proagate word counts and save them for files. 2019-04-22 17:02:52 +02:00
Veronica K. B. Olsen 2727ade4a0 Cleaned up the import statements to remove unused objects 2019-04-22 14:22:06 +02:00
Veronica K. B. Olsen 2e2c84ea60 Added status bar class 2019-04-20 17:45:20 +02:00
Veronica K. B. Olsen 99257b82cd Drag'n'drop now checks that the drop is allowed. 2019-04-15 23:30:24 +02:00
Veronica K. B. Olsen cb511b3c45 Added code to build the tree context menu based on what element is selected. 2019-04-14 17:32:39 +02:00
Veronica K. B. Olsen 5609d16978 Fixed the utf-8 thingy at the top of files 2019-04-14 13:20:19 +02:00
Veronica K. B. Olsen ffdcb997af Finished the handling of text width, window resize, and save and load of editor config. 2019-04-07 23:38:34 +02:00
Veronica K. B. Olsen 2ed9fb12de Handling of window size and change 2019-04-06 21:58:48 +02:00
Veronica K. B. Olsen 7126e59bc7 Testing out going with markdown instead of html. 2019-04-06 10:25:49 +02:00
Veronica K. B. Olsen e3af43725a Using global enum class instead of constants in classes. 2018-11-02 23:22:29 +01:00
Veronica K. B. Olsen 8c10251fff Changed initial version to 0.0.1 2018-11-02 22:11:11 +01:00
Veronica K. B. Olsen c2dbbf647c New folders and files can now be added. 2018-11-02 22:08:15 +01:00
Veronica K. B. Olsen d9e6a6f0b4 Can now open and save documents. 2018-11-01 21:51:46 +01:00