Commit graph

583 commits

Author SHA1 Message Date
iLLiCiTiT
60f9faea86 entity changes are catched for most of inputs 2021-02-04 14:23:57 +01:00
iLLiCiTiT
ca36327713 discard_changes is wrapped with ignore changes 2021-02-04 14:20:09 +01:00
iLLiCiTiT
551ba68a1e added actions menu 2021-02-04 12:04:22 +01:00
iLLiCiTiT
e65e5351c4 styles are updated correctly 2021-02-03 16:15:41 +01:00
iLLiCiTiT
d8a5dbb6fe path input and widget modifications 2021-02-03 16:15:21 +01:00
iLLiCiTiT
11ec769ec9 _on_entity_change is not used 2021-02-03 16:14:45 +01:00
iLLiCiTiT
fc9d199437 implemented get_invalid to be able change focus to the invalid widget 2021-02-02 18:55:06 +01:00
iLLiCiTiT
eacf8cd401 invalid styles are ok in most of cases 2021-02-02 18:44:04 +01:00
iLLiCiTiT
6164481763 hierarchical update style is a thing again 2021-02-02 15:24:17 +01:00
iLLiCiTiT
f83dd913a7 immutable keys dictionary have style update 2021-02-02 15:23:48 +01:00
iLLiCiTiT
acc18e0e58 root triggers hierarchical update 2021-02-02 15:08:28 +01:00
iLLiCiTiT
37110d9b9a removed list update_value and move the code to set_entity_value 2021-02-02 12:40:36 +01:00
iLLiCiTiT
2cd6a40200 fixed which kind of items are used in dict mutable widget 2021-02-02 12:40:09 +01:00
iLLiCiTiT
b940903d59 all widgets have is_invalid attribute 2021-02-02 12:30:36 +01:00
iLLiCiTiT
43ba4599ea fixed value assignments 2021-02-02 12:30:03 +01:00
iLLiCiTiT
469059fa53 added set_key_label to dict items 2021-02-02 12:29:52 +01:00
iLLiCiTiT
bd292b26fa empty dict item cares about duplicated keys 2021-02-02 12:29:33 +01:00
iLLiCiTiT
6907caa9b4 mutable widget can pass keys 2021-02-02 11:28:20 +01:00
iLLiCiTiT
f0001933f9 catch ignore value changes 2021-01-29 14:32:20 +01:00
iLLiCiTiT
4d71f041d8 implemented set_entity_value method 2021-01-29 13:06:20 +01:00
iLLiCiTiT
436cd71707 split methods to be able use them without self changes 2021-01-29 13:05:06 +01:00
iLLiCiTiT
e1545aec8e cleanup imports 2021-01-29 12:37:03 +01:00
iLLiCiTiT
fc84782b2d key validations are handled properly 2021-01-29 12:32:26 +01:00
iLLiCiTiT
6b2b709b14 added style changes 2021-01-29 11:10:01 +01:00
iLLiCiTiT
b3f138e530 removed previous implementation of modifiable dict 2021-01-29 11:09:03 +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
00dc441285 clearing out some core which is not needed anymore 2021-01-28 16:57:27 +01:00
iLLiCiTiT
4e30296c80 few modification to be able add new item 2021-01-28 16:56:46 +01:00
iLLiCiTiT
c2b8372904 fisrt modificatio of dict item 2021-01-28 15:26:44 +01:00
iLLiCiTiT
f861353d19 Expanding widget checks for content_widget existence 2021-01-28 12:19:18 +01:00
iLLiCiTiT
f113615cf9 implemented empty mutable key item 2021-01-28 12:18:57 +01:00
iLLiCiTiT
53502c40a6 slightly modified mutable dict item 2021-01-28 11:48:31 +01:00
iLLiCiTiT
6f7a47143b create ui for entity will raise an error now 2021-01-28 11:23:08 +01:00
iLLiCiTiT
2a51533219 removed uninportant attributes from system category 2021-01-28 11:21:16 +01:00
iLLiCiTiT
00de464e2e window do not import from base but categories 2021-01-28 11:20:45 +01:00
iLLiCiTiT
b3b3985e67 base of DictMutableKeys widget 2021-01-28 11:20:26 +01:00
iLLiCiTiT
961b880713 reorganized widgets to be able to separate them to multiple files 2021-01-28 10:40:03 +01:00
iLLiCiTiT
37918bb70d item_widgets import from base 2021-01-27 18:45:43 +01:00
iLLiCiTiT
fbeaf70a19 BTN_FIXED_SIZE moved to lib.py 2021-01-27 18:45:27 +01:00
iLLiCiTiT
7896113e5a base widgets moved to base.py 2021-01-27 18:45:10 +01:00
iLLiCiTiT
e8d629b736 renamed base.py to categories.py 2021-01-27 18:40:36 +01:00
iLLiCiTiT
3ac875cbeb ignore input changes is done with help of object opointer 2021-01-27 18:39:55 +01:00
iLLiCiTiT
8537169c39 modifications to be able to add/remove items in list 2021-01-27 17:00:46 +01:00
iLLiCiTiT
4dc5ed3b05 empty list widget has access to list widget 2021-01-27 17:00:12 +01:00
iLLiCiTiT
361157ed06 adde base widget for list 2021-01-27 16:41:47 +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
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