Commit graph

352 commits

Author SHA1 Message Date
iLLiCiTiT
a7a147d8a5 implemented some list entity methods 2021-02-01 20:05:52 +01:00
iLLiCiTiT
791a1641ab Merge branch 'develop' into feature/settings_entities 2021-02-01 19:04:17 +01:00
iLLiCiTiT
2f9188a879 mutable dict has few help methods 2021-01-29 13:06:49 +01:00
iLLiCiTiT
8d97ecc9ba checkbox key in dict works 2021-01-29 10:53:24 +01:00
iLLiCiTiT
1b5cf7bc61 mutable dict can validate keys 2021-01-29 10:39:27 +01:00
iLLiCiTiT
4e30296c80 few modification to be able add new item 2021-01-28 16:56:46 +01:00
Milan Kolar
6c0d136dc0 fix maya pythonpath to match refactored host 2021-01-28 13:13:22 +01:00
iLLiCiTiT
f2a6806cee mutable dict is non collapsible by default 2021-01-28 12:23:34 +01:00
iLLiCiTiT
497bcf24fe removed schema functions for is_file items 2021-01-28 11:50:02 +01:00
iLLiCiTiT
a5a62fc0b5 dict immutable item has new attribute 2021-01-28 11:49:08 +01:00
iLLiCiTiT
59b36c7613 NOT_SET is part of entities __init__ file 2021-01-28 11:48:54 +01:00
iLLiCiTiT
b3b3985e67 base of DictMutableKeys widget 2021-01-28 11:20:26 +01:00
iLLiCiTiT
7758c5186a removed gui items from entities folder 2021-01-28 11:11:47 +01:00
iLLiCiTiT
06ab37ee68 set state to newly created item 2021-01-27 18:24:56 +01:00
iLLiCiTiT
084f134010 kinda modified list entity behavior 2021-01-27 16:59:35 +01:00
iLLiCiTiT
b3c2f51166 added few schema validations 2021-01-27 16:40:20 +01:00
iLLiCiTiT
964826ccb6 added on change callbacks usefull in settings tool 2021-01-27 15:10:28 +01:00
iLLiCiTiT
bbe1e60c16 PathInput do not inherit from TextEntity 2021-01-27 15:10:02 +01:00
iLLiCiTiT
5b74674925 PathEntity does not pass group info to child 2021-01-27 15:09:35 +01:00
iLLiCiTiT
9d15bd9a8d renamed current_value to value 2021-01-27 15:09:09 +01:00
iLLiCiTiT
6e9e7a40f8 number widget shows input widget 2021-01-27 10:04:15 +01:00
iLLiCiTiT
519817f179 added number attributes to number entity 2021-01-27 09:52:40 +01:00
iLLiCiTiT
ee62e2f767 more specific imports in entities init file 2021-01-26 19:38:14 +01:00
iLLiCiTiT
ff0275dc47 text entity has gui attributes 2021-01-26 19:37:56 +01:00
iLLiCiTiT
e47c3c0e28 GUI entity has ability to acces schema data directly 2021-01-26 19:37:45 +01:00
iLLiCiTiT
8b08d9d429 added attributes to Immutable dict 2021-01-26 19:37:32 +01:00
iLLiCiTiT
83822973cb System settings entity does not require schema data as init arg 2021-01-26 15:39:36 +01:00
iLLiCiTiT
f4af3bc034 added few more methods for system root entity 2021-01-26 13:29:07 +01:00
iLLiCiTiT
c36c142db3 schema_validations method implemented to item entities 2021-01-26 13:13:23 +01:00
iLLiCiTiT
9e0f32fce8 added schema_validations method 2021-01-26 13:01:09 +01:00
iLLiCiTiT
6e17a6012a removed few testing methods 2021-01-26 12:57:11 +01:00
iLLiCiTiT
5cb67cfccd reset is more separated 2021-01-26 12:49:08 +01:00
iLLiCiTiT
d51c70875d RootEntity is now abstract 2021-01-26 12:43:09 +01:00
iLLiCiTiT
92e8325642 removed bad implementation 2021-01-26 12:42:04 +01:00
iLLiCiTiT
2562563390 implemented few methods in root item 2021-01-26 12:33:34 +01:00
iLLiCiTiT
e3d2297fb4 removed definition of never used methods in root entity 2021-01-26 12:32:34 +01:00
iLLiCiTiT
42778fc7aa fixed settings value of dict immutable item 2021-01-26 12:31:57 +01:00
iLLiCiTiT
91beaaec82 added attributes to dict with mutable keys 2021-01-26 12:31:34 +01:00
iLLiCiTiT
30897e3d50 added is_file attribute for defaults 2021-01-26 12:16:47 +01:00
iLLiCiTiT
d04007f962 Merge branch 'develop' into feature/settings_entities 2021-01-26 11:45:57 +01:00
iLLiCiTiT
b588e2adba path entity wrap remaining methods to it's child object 2021-01-26 11:37:06 +01:00
iLLiCiTiT
ff477adc05 path entity pass is_group attribute and label to children entity 2021-01-26 11:36:38 +01:00
iLLiCiTiT
267d129962 PathEntity has not as much confusing attribute error 2021-01-26 11:36:07 +01:00
iLLiCiTiT
9bc2c5c3e6 adde save method 2021-01-26 11:35:27 +01:00
iLLiCiTiT
f3557fac5a renamed child_overriden to child_has_project_override 2021-01-26 11:34:49 +01:00
iLLiCiTiT
02b4adf7d7 items have root_item reference 2021-01-26 11:23:37 +01:00
iLLiCiTiT
8de044a68b value_is_modified is specific by current state 2021-01-26 10:55:53 +01:00
iLLiCiTiT
3b304e5b4d fixed settings_value method for most of entities 2021-01-26 10:55:36 +01:00
iLLiCiTiT
ec6218f9a3 list and mutable dict are set as groups if parents are not 2021-01-26 10:50:57 +01:00
iLLiCiTiT
73f441abc4 defaults must be set to be able to change any overrides 2021-01-25 19:25:18 +01:00