Commit graph

7268 commits

Author SHA1 Message Date
iLLiCiTiT
b9db80e1bb discard changes and remove overrides set multiroot widgets right way 2020-09-04 16:21:50 +02:00
iLLiCiTiT
2d77236f4c skip was removed on removind overrides action 2020-09-04 16:17:52 +02:00
iLLiCiTiT
0e95344bfc _on_value_changed ignore changes of not current roots widget 2020-09-04 16:11:01 +02:00
iLLiCiTiT
0f0dd751e8 is_multiroot deduction is better 2020-09-04 16:10:16 +02:00
iLLiCiTiT
bd6d5999c8 is_modified is set right on overrides 2020-09-04 16:09:11 +02:00
iLLiCiTiT
7c48e25442 apply override pass right values 2020-09-04 16:08:18 +02:00
iLLiCiTiT
38325b8d7f AnatomyWidget is not group 2020-09-04 15:06:24 +02:00
iLLiCiTiT
d570f28710 _was_overriden is not changed on remove overrides to keep information about change 2020-09-04 15:05:35 +02:00
iLLiCiTiT
2a34a77d16 more value changes reaction implemented 2020-09-04 14:40:56 +02:00
iLLiCiTiT
d6c3d95478 added few missing methods to roots widget 2020-09-04 14:40:18 +02:00
iLLiCiTiT
575ea82875 discard changes and remove overrides works for roots widget 2020-09-04 13:56:32 +02:00
iLLiCiTiT
df2ecaa669 styles are updated in right way for as_widget inputs 2020-09-04 13:05:03 +02:00
iLLiCiTiT
8708548155 update_global_value can accept values for inputs used as widgets 2020-09-04 13:03:48 +02:00
iLLiCiTiT
e215f2e140 inputs' set_value method does not accept global_value as kwarg 2020-09-04 13:02:51 +02:00
iLLiCiTiT
1d0f00dced modifiable dict and its item has right hiearrchical update methods 2020-09-04 13:01:02 +02:00
iLLiCiTiT
18812a64e0 NOT_SET is False when used in condition 2020-09-04 12:49:25 +02:00
iLLiCiTiT
7efc99b5ef add first row to list and modifiable dictionary by default 2020-09-04 10:44:56 +02:00
iLLiCiTiT
69dbfd2faf updating global values for roots should work 2020-09-04 10:41:14 +02:00
iLLiCiTiT
3831af2a26 roots can collect data 2020-09-04 10:30:22 +02:00
iLLiCiTiT
e87288998d pathwidget does not care about label if is used as widget 2020-09-04 10:30:03 +02:00
iLLiCiTiT
3271346b12 make sure saving won't crash if current files are not valid 2020-09-04 10:29:22 +02:00
iLLiCiTiT
3ef141c8ca Anatmy widget updated style changes 2020-09-03 16:24:08 +02:00
iLLiCiTiT
88e2a794d4 added abstract class for objects 2020-09-03 16:23:46 +02:00
iLLiCiTiT
f505f3099a modifiable dict is not based on expanding widget but using it inside 2020-09-03 13:53:00 +02:00
iLLiCiTiT
787d8516cb hide inputs based on checkbox 2020-09-03 13:21:11 +02:00
iLLiCiTiT
93a0905b6f ModifiedDictionary Item looks same as ListItem 2020-09-03 12:11:58 +02:00
iLLiCiTiT
462c350c0b modifiable dict has buttons at first place 2020-09-03 11:57:05 +02:00
iLLiCiTiT
f147579ad9 pass global values to subwidgets 2020-09-03 11:56:00 +02:00
iLLiCiTiT
e515895cf3 roots widget has multiroot and singleroot widget 2020-09-03 11:46:40 +02:00
iLLiCiTiT
bccaec878f PathWidget can be as widget 2020-09-03 11:46:11 +02:00
iLLiCiTiT
a88fcfe9fa removed debug print 2020-09-03 11:19:57 +02:00
iLLiCiTiT
043aec3fef fix class name in anatomy 2020-09-02 19:25:47 +02:00
iLLiCiTiT
059152188d fix numer value when decimals are set to 0 2020-09-02 19:25:34 +02:00
iLLiCiTiT
cbf1519645 first introducing enhancement of anatomy widget 2020-09-02 19:10:43 +02:00
iLLiCiTiT
5cba39b998 path widget works right with overrides 2020-09-02 17:16:08 +02:00
iLLiCiTiT
b183564954 text input has one input widget with settable attribute "multiline" 2020-09-02 16:52:13 +02:00
iLLiCiTiT
4c0f0a6bdd reorganization 2020-09-02 16:45:18 +02:00
iLLiCiTiT
e3a62eae3f path widget can update global values 2020-09-02 16:37:15 +02:00
iLLiCiTiT
9c34ee32ab few updates and fixes for path input 2020-09-02 16:37:03 +02:00
iLLiCiTiT
370705a10a removed AS_WIDGET constant and reduced input args 2020-09-02 13:07:13 +02:00
iLLiCiTiT
0ceb697c21 changed way how global values a propagated to inputs 2020-09-02 12:45:52 +02:00
iLLiCiTiT
e79b051b59 cleanup anatomy input imports 2020-09-02 12:43:24 +02:00
iLLiCiTiT
d4a3a2ec17 changed order in boolean input 2020-09-02 11:56:06 +02:00
iLLiCiTiT
d0a5d28006 integer and float input widgets also reduced to one input field with changeable "decimal" attribute 2020-09-02 11:40:52 +02:00
iLLiCiTiT
22ec0a03b9 integer and lfoat widget merged into one number widget 2020-09-02 11:39:59 +02:00
iLLiCiTiT
78c88a9429 fixed ListItem right click 2020-09-02 11:16:49 +02:00
iLLiCiTiT
a8b4daa464 PathInput moved to widgets 2020-09-02 11:09:13 +02:00
iLLiCiTiT
bf4205f23d path widget is partially completed 2020-09-02 11:08:03 +02:00
iLLiCiTiT
5b74678220 PathWidgetInput cleanup 2020-09-02 10:50:27 +02:00
iLLiCiTiT
13ee08a4ac initial commit of path input 2020-09-01 17:55:24 +02:00