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
|
fd3b05f118
|
Some changes to the project did not trigger the project changed flag. Also trimmed some logging output.
|
2019-05-05 22:25: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
|
9ea70aeeaf
|
Added spelling language to config, and updated sample project
|
2019-05-04 22:25:34 +02:00 |
|
Veronica K. B. Olsen
|
a728a7c42e
|
Updated todo file
|
2019-05-04 22:19:53 +02:00 |
|
Veronica K. B. Olsen
|
fe4d2f4a85
|
Some tweaking in the highlichter class, and added the spelling suggestion context menu.
|
2019-05-04 22:10:41 +02:00 |
|
Veronica K. B. Olsen
|
7c391eb660
|
Fixed some bits and added spellcheck to the highlighting class using pyenchant
|
2019-05-04 21:39:05 +02:00 |
|
Veronica K. B. Olsen
|
e55c92d83a
|
Allow notes also in novel tree
|
2019-05-04 17:27:43 +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
|
ca022c31a6
|
Fiexd the about entries in the menu
|
2019-05-04 10:54:03 +02:00 |
|
Veronica K. B. Olsen
|
933c555410
|
Saving changes to sample project
|
2019-05-04 10:25:08 +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
|
e82eadea3e
|
Added a ToDo file
|
2019-05-03 23:40:58 +02:00 |
|
Veronica K. B. Olsen
|
5ae6066eb4
|
The item editor now selects save on enter key, and highlights name when dialog is opened.
|
2019-05-03 22:45:16 +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
|
574a4bd63c
|
Drag and drop files into folders now works (didn't set parent item properly)
|
2019-05-03 22:43:56 +02:00 |
|
Veronica K. B. Olsen
|
eb39b856b1
|
Fixed both drag and drop and moveTreeItem for top level items.
|
2019-05-03 22:16:00 +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
|
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
|
880b8905ee
|
No longer need the nwItemAction enum either
|
2019-04-28 13:26:54 +02:00 |
|
Veronica K. B. Olsen
|
d11a01d6a1
|
Removed the context menu code.
|
2019-04-28 13:25:41 +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
|
e00b3b4c20
|
Connected the make root menu options.
|
2019-04-28 12:32:05 +02:00 |
|
Veronica K. B. Olsen
|
cd64b3f917
|
Morged edit and delete menu items for folders and files.
|
2019-04-27 22:15:19 +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
|
7c6393302a
|
More reorganisation of the main menu
|
2019-04-27 16:09:33 +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
|
cba1e5a83e
|
Removed main menu code from main window class
|
2019-04-27 10:36:49 +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
|
af062c3160
|
Added a changelog which lists the currently implemented features.
|
2019-04-24 23:39:47 +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
|
b180971548
|
Added layout flag to items
|
2019-04-24 20:20:11 +02:00 |
|
Veronica K. B. Olsen
|
4a3a82a1f7
|
Made tree column indices constants and swapped count and flags
|
2019-04-24 20:02:34 +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 |
|