-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test * first version of trees * json read and write test * json read and write test * from_json classmethods * Simple UI implementation for trees * small typing changes * node tests * fixed node tests * changed collection to hold all json files, added a whole buncha TODOS * node tests and tree * example json files * updated tree * updated tests * documentation * collection works * comments for collection * comments for collection * Small fixes * Simple implementation of tree alignment * trying different method for tree positioning algorithm * Proper tree positioning algorithm * proper node alignment * refcctoring and comments * Finished tree structure alignment * Add zooming capabilities * cleanup * Added comments * Fixed node swapping * Lots of bug fixes, update_tree now supported * Delete __init__.py Fixes tests * update tree when deleting subtree * Correct node removal when canceling drag-drop
- Loading branch information
1 parent
3a87dd6
commit 0848e42
Showing
6 changed files
with
136 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"auto_update_roles": false, | ||
"auto_update_roles": true, | ||
"default_collection_categories": [ | ||
"keeper", | ||
"roles", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.