Commit graph

1406 commits

Author SHA1 Message Date
iLLiCiTiT
39a6dcd8a9 added list_strict_widget.py with previous implementation 2021-02-16 15:18:31 +01:00
iLLiCiTiT
00ce7e38ab removed item_types and anatomy_types 2021-02-16 15:18:15 +01:00
iLLiCiTiT
59fc8e4522 moved set state after validations 2021-02-16 14:24:14 +01:00
iLLiCiTiT
cde534d106 fixed project change validation 2021-02-16 14:23:56 +01:00
iLLiCiTiT
bcdc773522 fix attribute access 2021-02-16 14:17:27 +01:00
iLLiCiTiT
e4005578d7 Added MockUp widget for testing purposes 2021-02-16 14:17:15 +01:00
iLLiCiTiT
0042c6f875 modified project's category widget to use entity 2021-02-16 14:10:48 +01:00
iLLiCiTiT
0ca7ace1f3 moved ProjectListWidget to widgets.py 2021-02-16 13:01:18 +01:00
iLLiCiTiT
c607fada2d added ProjectListWidget to __all__ 2021-02-16 09:34:19 +01:00
iLLiCiTiT
315fc42fb6 propagate ProjectListWidget in settings tool 2021-02-16 09:29:05 +01:00
iLLiCiTiT
8ea1df768f renamed multiroot_widget to roots_widget 2021-02-12 15:20:27 +01:00
iLLiCiTiT
a32377231e removed singleroot support in settings tool 2021-02-12 15:20:27 +01:00
iLLiCiTiT
25b6e863b4 minor fixes in widgets 2021-02-12 12:26:27 +01:00
iLLiCiTiT
2302e158a4 renamed add_new_key to add_key 2021-02-12 10:39:09 +01:00
iLLiCiTiT
5e3b4eb969 override_state is private 2021-02-11 19:34:25 +01:00
iLLiCiTiT
4a48a4ef9f less attributes and some private attributes 2021-02-11 19:11:15 +01:00
iLLiCiTiT
9c4b841695 reorganized and split base entities 2021-02-11 15:34:48 +01:00
iLLiCiTiT
c50b3c1266 extracted root entities to specific file 2021-02-11 14:08:27 +01:00
iLLiCiTiT
8da9e8d6e6 renemad remove_overrides to remove_from_project_override 2021-02-11 13:22:18 +01:00
iLLiCiTiT
adfd631797 renamed set_as_overriden to add_to_project_override 2021-02-11 13:20:47 +01:00
iLLiCiTiT
c905121d59 renamed set_studio_default to add_to_studio_default 2021-02-11 13:14:30 +01:00
iLLiCiTiT
980e753fbe SystemSettings set studio state on init by default 2021-02-11 12:59:26 +01:00
iLLiCiTiT
d9c5a3fc7c renamed SystemRootEntity to SystemSettings 2021-02-11 12:54:11 +01:00
iLLiCiTiT
f5deda3419 renamed set_value method to set 2021-02-11 12:52:47 +01:00
iLLiCiTiT
6921ef64e4 wrappers work in immutable dict 2021-02-11 12:27:05 +01:00
iLLiCiTiT
1aae19450d implemented wrapper widgets 2021-02-11 12:26:21 +01:00
iLLiCiTiT
b268588d26 added possibility to trigger style updates 2021-02-10 18:54:03 +01:00
iLLiCiTiT
abeb144efd fix is_invalid for mutable dict 2021-02-10 18:53:05 +01:00
iLLiCiTiT
448e4f616e is invalid is propagated as expected 2021-02-10 18:38:48 +01:00
iLLiCiTiT
a3b83959ec fix new list item focus 2021-02-10 18:08:28 +01:00
iLLiCiTiT
32f5c85f88 added debug print to _on_entity_change 2021-02-10 18:05:26 +01:00
iLLiCiTiT
3a86f0fce8 added invalid items validation before save 2021-02-10 18:01:03 +01:00
iLLiCiTiT
f6c4b6df41 cleanup in modifiable dict widget 2021-02-10 17:52:00 +01:00
iLLiCiTiT
28092e8d63 do not reset on update_values 2021-02-10 17:34:52 +01:00
iLLiCiTiT
f6bd2f9849 modified set_entity_value for mutable dict 2021-02-10 17:33:28 +01:00
iLLiCiTiT
c307909b18 fixed a lot of issues happened on reset 2021-02-10 15:59:35 +01:00
iLLiCiTiT
e0c3930dea system category can switch to default settings 2021-02-10 15:52:21 +01:00
iLLiCiTiT
c7dc961498 poping keys works 2021-02-10 12:56:17 +01:00
iLLiCiTiT
f5bba162ff do not modify input object in _prepare_value 2021-02-10 12:51:45 +01:00
iLLiCiTiT
7b9ac43f6d mutable dict won't show temporary uuid keys 2021-02-10 11:09:23 +01:00
iLLiCiTiT
edd917d4ca mutable widget update values 2021-02-10 10:53:21 +01:00
iLLiCiTiT
ee4fd21b86 just change focus on add new key in modifiable dict 2021-02-09 18:05:42 +01:00
iLLiCiTiT
e5ae0622d9 reset to pype should work 2021-02-09 16:39:13 +01:00
iLLiCiTiT
ddee7a3e70 imports fix second step 2021-02-09 13:10:09 +01:00
iLLiCiTiT
b94463f690 import cleanup 2021-02-09 13:07:33 +01:00
iLLiCiTiT
08efc48a87 removed constants from entities 2021-02-09 11:01:49 +01:00
iLLiCiTiT
9b6260665f remove system schemas from settings tool 2021-02-09 10:21:37 +01:00
iLLiCiTiT
328a73ee51 Merge branch 'develop' into feature/settings_entities 2021-02-09 10:20:01 +01:00
iLLiCiTiT
35ec4f4688 pass changes of immutable dict entity 2021-02-09 10:18:58 +01:00
iLLiCiTiT
96a2739899 fixed list discard changes issue 2021-02-09 10:17:03 +01:00