Commit Graph

59 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 57c03a2c5c Generating the data for the timeline now works. Probably a bit fragile and in need of more checks. 2019-05-31 20:34:31 +02:00
Veronica K. B. Olsen ce96ac9961 tags are now case sensitive, and need to be unique 2019-05-30 22:03:52 +02:00
Veronica K. B. Olsen a2d0f937ae Connected the syntax highlicghter to the index. It now shows valid keywords and values 2019-05-30 19:57:02 +02:00
Veronica K. B. Olsen b526b0f5d9 Got a working version of index builder that seems to do what is needed. 2019-05-30 18:45:17 +02:00
Veronica K. B. Olsen c485851df3 Added closing of document feature 2019-05-26 15:55:10 +02:00
Veronica K. B. Olsen 76cb03fad8 Some reorganisation of how stuff is opened and closed. 2019-05-26 15:34:34 +02:00
Veronica K. B. Olsen 367d2c5014 Added a log file that appends session stats. 2019-05-26 14:39:13 +02:00
Veronica K. B. Olsen 6530a162fb Fixed tests 2019-05-25 23:34:54 +02:00
Veronica K. B. Olsen ad79b60961 Changed the way creating new, and closing projects is done to make it more roubust 2019-05-24 00:37:45 +02:00
Veronica K. B. Olsen 4ae32f3269 Rewritten how status items are changed, using a data storage instead of passing colours back and forth from icons 2019-05-22 23:29:55 +02:00
Veronica K. B. Olsen 08c74b2541 Updated sample project 2019-05-22 21:58:42 +02:00
Veronica K. B. Olsen 823426f4f8 Loading and saving of status and importance now works 2019-05-19 22:49:24 +02:00
Veronica K. B. Olsen 540aa7fcbc Moved item status recrod keeping into a separate iterable class 2019-05-19 19:03:59 +02:00
Veronica K. B. Olsen 8ee6463440 Fix sample project 2019-05-19 14:28:34 +02:00
Veronica K. B. Olsen 33fe71ae62 Improved tree builing logic to handle out of order items from project file 2019-05-19 00:13:03 +02:00
Veronica K. B. Olsen 5c14303427 Fixed merge conflicts 2019-05-18 22:14:30 +02:00
Veronica K. B. Olsen f091d68554 Updated readme 2019-05-18 22:13:37 +02:00
Veronica K. B. Olsen 251614e9f0 Added theme setting to config file 2019-05-18 20:53:46 +02:00
Veronica K. B. Olsen 48da59321b Set doc viewer header colour to match the editor 2019-05-18 19:41:21 +02:00
Veronica K. B. Olsen ccca604037 Using two splitters instead of one to make positioning easier. 2019-05-18 19:33:18 +02:00
Veronica K. B. Olsen bf1b4d5d3b Fixed tests, some resize issues, and cleaned out some unneeded code. 2019-05-18 18:13:25 +02:00
Veronica K. B. Olsen 2bbadcb3bd Open last edited and viewed document when opening project 2019-05-18 18:03:23 +02:00
Veronica K. B. Olsen 19b2521b73 Cursor position is now saved and loaded with the document. 2019-05-18 13:52:45 +02:00
Veronica K. B. Olsen 0509ed53ee Updated sample project 2019-05-12 16:23:09 +02:00
Veronica K. B. Olsen b50fb0b102 Commented out the non-functioning menu items, and commited the latest changes to the sample project 2019-05-10 18:51:05 +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 9ea70aeeaf Added spelling language to config, and updated sample project 2019-05-04 22:25:34 +02:00
Veronica K. B. Olsen edcf9665b5 Folders can now be deleted as well, and depth and haschildren flags removed from item meta data. 2019-05-04 17:24:17 +02:00
Veronica K. B. Olsen 6331125b0c Fixed alert for orphaned items, and fixed setting item depth. 2019-05-04 11:54:24 +02:00
Veronica K. B. Olsen 933c555410 Saving changes to sample project 2019-05-04 10:25:08 +02:00
Veronica K. B. Olsen 665fbb04fe Fixed setting class and parent of a dropped orphaned item. 2019-05-03 20:46:06 +02:00
Veronica K. B. Olsen 418e5115bc Finished handling of recovered orphaned files 2019-04-30 20:07:01 +02:00
Veronica K. B. Olsen 664efbc6d2 Added handling of orphaned documents. 2019-04-28 19:37:39 +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 c71ff96bf5 Added some more sample text to test some features. 2019-04-24 23:23:36 +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 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 ae19cc7237 Updated autoreplace to handle quotes better, and to not destry undo history when replacing on a selection. 2019-04-22 21:16:03 +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 f68a64503e Improvements to saving meta data, and added counting of words, etc 2019-04-19 23:42:30 +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 4d448cad9d Some changes to item classes, and added a sample context menu to the tree view 2019-04-13 21:45:55 +02:00
Veronica K. B. Olsen eca8a807ce Renamed the document files to nwd as they are no longer strictly markdown 2019-04-13 18:45:59 +02:00
Veronica K. B. Olsen aee91ef925 Added editor highlighting for markdown. 2019-04-06 16:50:42 +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