Veronica K. B. Olsen
|
3419839295
|
Fix a corner case nonetype exit
|
2019-10-23 21:21:29 +02:00 |
|
Veronica K. B. Olsen
|
0f67e9b971
|
Improve the error messages when adding a new file or folder without selecting a location
|
2019-10-23 20:32:12 +02:00 |
|
Veronica K. B. Olsen
|
10bd5049bc
|
Load all icons via the theme class
|
2019-10-06 18:36:19 +02:00 |
|
Veronica K. B. Olsen
|
b934d0439a
|
Major reorganisation of themes, and added a few more syntax themes
|
2019-06-15 20:07:35 +02:00 |
|
Veronica K. B. Olsen
|
583e10adec
|
Added dark tomorrow theme and separated gui theme from syntax
|
2019-06-15 15:24:29 +02:00 |
|
Veronica K. B. Olsen
|
07244045cc
|
Make sure no menu items crashes the app when there is no project open
|
2019-06-08 15:57:22 +02:00 |
|
Veronica K. B. Olsen
|
49ea321d92
|
Session word count now works
|
2019-05-25 23:24:30 +02:00 |
|
Veronica K. B. Olsen
|
9fc59262a9
|
Added project word count
|
2019-05-25 23:16:27 +02:00 |
|
Veronica K. B. Olsen
|
0f608d4442
|
Cleaned up import statements
|
2019-05-25 20:09:03 +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
|
357a79deea
|
Fixed a bug with adding new root items
|
2019-05-19 14:34:13 +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
|
c13e140e37
|
Tree must be built from list treeOrder, not the dict keys on python 3.5
|
2019-05-17 10:11:37 +02:00 |
|
Veronica K. B. Olsen
|
bc39ec7886
|
GUI tests working locally when headless.
|
2019-05-17 01:55:37 +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
|
db8afe344e
|
Caught an unexpected itemclass None, but can't recreate the bug. Added an extra check.
|
2019-05-12 20:13:37 +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
|
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
|
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
|
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
|
faa1fe6efb
|
Added open and save status messages to the status bar.
|
2019-05-04 10:24:40 +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
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
e3af43725a
|
Using global enum class instead of constants in classes.
|
2018-11-02 23:22:29 +01:00 |
|