Commit Graph

87 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 2d55ec06cc Auto-replace values now loaded and saved. 2019-06-08 20:02:09 +02:00
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 67c2912c7f Started adding timelibe view GUI 2019-05-31 18:59:53 +02:00
Veronica K. B. Olsen f719266846 Added colour for tag errors 2019-05-30 22:09:08 +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 fa33d42fe2 Can't pop dictionary keys while looping 2019-05-30 20:18:40 +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 2962ab4070 Added menu option and function to scan all files to count words and build index 2019-05-30 14:37:25 +02:00
Veronica K. B. Olsen c273198e75 Reduced the index to a single dictionary 2019-05-28 22:18:37 +02:00
Veronica K. B. Olsen 8d871c0252 The index is now built and saved as a json file 2019-05-28 19:44:14 +02:00
Veronica K. B. Olsen e828d9f041 Added a tag index, and added more valid keywords 2019-05-27 23:03:44 +02:00
Veronica K. B. Olsen ccef2a1e51 Building a simple index now works 2019-05-27 22:28:58 +02:00
Veronica K. B. Olsen db2b95e4a5 Added NWIndex class file 2019-05-27 20:50:01 +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 601bd3dca6 Filenames are set nwFiles now, and deleted some unused file in nw/gui 2019-05-26 14:06:48 +02:00
Veronica K. B. Olsen 49ea321d92 Session word count now works 2019-05-25 23:24:30 +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 20418f79ca Fix the GUI tests 2019-05-22 21:21:02 +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 fdd9c58235 Document tree is now refreshed when status colours change 2019-05-19 22:20:54 +02:00
Veronica K. B. Olsen edb6c41788 Manipulating statuses now seem to work, and update correctly. 2019-05-19 21:55:50 +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 37ec8e6280 Added code to extend the status and importance colour lists 2019-05-19 17:00:05 +02:00
Veronica K. B. Olsen 2a1b371974 Adding a bug trap too ... 2019-05-19 00:20:29 +02:00
Veronica K. B. Olsen f59a815a02 While loops are scary, so just in case ... 2019-05-19 00:15:18 +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 2bbadcb3bd Open last edited and viewed document when opening project 2019-05-18 18:03:23 +02:00
Veronica K. B. Olsen 83a9c6660f Added cursor position to item class. 2019-05-18 13:39:15 +02:00
Veronica K. B. Olsen 8b9b5f40ad Use same colours as for status 2019-05-12 21:59:31 +02:00
Veronica K. B. Olsen 53b97e8399 Importance colours added to the GUI 2019-05-12 21:54:21 +02:00
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 3ce2bb8a0e Moved the value check functions to a common.py file 2019-05-12 15:47:02 +02:00
Veronica K. B. Olsen 00cc5617a5 Added spellCheck flag to project settings 2019-05-12 15:42:42 +02:00
Veronica K. B. Olsen c39efc34fd A good start on project tests. needed some tewaking of the project class. 2019-05-12 14:54:02 +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 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 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 e8858d4c7c Bug ... 2019-05-04 17:26:37 +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 c775636a71 Files can now be moved to trash 2019-05-04 16:24:38 +02:00
Veronica K. B. Olsen 7768335d3f Added code to create trash folder when needed. 2019-05-04 15:59:11 +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 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 116150ef01 Fixed creating new project, opening and saving of projects. 2019-05-03 21:56:51 +02:00