Commit graph

9971 commits

Author SHA1 Message Date
iLLiCiTiT
b3c2f51166 added few schema validations 2021-01-27 16:40:20 +01:00
iLLiCiTiT
b73a98203a added base of PathInput widget 2021-01-27 15:15:09 +01:00
iLLiCiTiT
e01c1436bb Path entity has base of widget 2021-01-27 15:11:49 +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
8506421472 Base widget of enum item 2021-01-27 14:51:28 +01:00
iLLiCiTiT
8fd52475af rawjsonitem shows data 2021-01-27 14:40:17 +01:00
iLLiCiTiT
142bccef86 moved new classes to separated file 2021-01-27 14:33:46 +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
765bafcc39 settings entities can create some gui instances 2021-01-26 19:37:03 +01:00
iLLiCiTiT
8ae478935e initial commit of conversion system setting gui to entities 2021-01-26 19:36:37 +01:00
iLLiCiTiT
c51a88ab12 removed environ_fields which are not used 2021-01-26 19:35:47 +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
Milan Kolar
9377e9127c
Merge pull request #921 from pypeclub/3.0/fix/PS-create-from-layer
Photoshop fix - create called on single layer
2021-01-26 09:36:45 +01:00
iLLiCiTiT
73f441abc4 defaults must be set to be able to change any overrides 2021-01-25 19:25:18 +01:00
iLLiCiTiT
8abc15e341 replaced had_default_value with has_default_value 2021-01-25 19:03:15 +01:00
iLLiCiTiT
b9c31d1c5d has unsaved changes should work properly 2021-01-25 18:43:27 +01:00
iLLiCiTiT
4407f5186c simplified update values methods 2021-01-25 18:42:46 +01:00
iLLiCiTiT
fea471d634 settings_value of mutable dict returns copy with metadata 2021-01-25 17:51:18 +01:00
iLLiCiTiT
0dbab45cc6 proper set_override_state checking set default value 2021-01-25 17:50:50 +01:00
iLLiCiTiT
e6c3f5df82 proper update studio and project values 2021-01-25 17:50:19 +01:00