Commit Graph

43 Commits

Author SHA1 Message Date
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
Veronica K. B. Olsen 027dec67ce Removed vverbose logging level and added treeview double click event. 2018-11-01 20:30:23 +01:00
Veronica K. B. Olsen e72e82afca Finished saving and loading of document tree and tree state. 2018-10-30 21:20:12 +01:00
Veronica K. B. Olsen 0f8090601b Added some the tree building code, with the help of 3 G&Ts. 2018-10-27 23:54:34 +02:00
Veronica K. B. Olsen c8dab032b9 Added more application menu entries. 2018-10-27 17:11:48 +02:00
Veronica K. B. Olsen 83ea8c4f4f Added some more debug elements. 2018-10-27 15:52:25 +02:00
Veronica K. B. Olsen 03272183f5 Added recent project menu option 2018-10-25 23:54:56 +02:00
Veronica K. B. Olsen 3b90eea7cb Added project settings GUI 2018-10-25 23:33:13 +02:00
Veronica K. B. Olsen 1104baef22 Added open project functionality. 2018-10-24 23:18:59 +02:00
Veronica K. B. Olsen 9704307b4d Save project added, and a number of bits here and there. 2018-10-23 21:52:50 +02:00
Veronica K. B. Olsen b04ab099b1 About tab and project tab now only opens once. 2018-10-02 23:48:26 +02:00
Veronica K. B. Olsen abd9d441ad Started adding project and doc classes. 2018-09-29 20:33:19 +02:00
Veronica K. B. Olsen 009555b963 Added toolbars and buttons. 2018-09-29 18:14:44 +02:00
Veronica K. B. Olsen 4a83e210a3 Added classes for tabs and document editor. 2018-09-29 16:35:11 +02:00
Veronica K. B. Olsen c03db3205d Updated formatting of debug logging. 2018-09-29 15:10:34 +02:00
Veronica K. B. Olsen 22a86283af Added some dummy widgets to the main window. 2018-09-22 22:24:13 +02:00
Veronica K. B. Olsen 8937229fdb Added the Config class back in fro the old project. 2018-09-22 18:47:01 +02:00