Commit graph

110 commits

Author SHA1 Message Date
Milan Kolar
f1fa791127 Merge remote-tracking branch 'origin/develop' into feature/system_settings 2020-09-22 10:04:40 +02:00
Milan Kolar
85006f8826
Merge pull request #538 from pypeclub/feature/item_label_click_reacts_to_item
Feature/item label click reacts to item
2020-09-22 09:45:09 +02:00
Milan Kolar
8fe06d27f7
Merge pull request #536 from pypeclub/feature/dict_items_merge
Feature/dict items merge
2020-09-22 09:44:21 +02:00
Milan Kolar
557521fa46
Merge pull request #535 from pypeclub/feature/strict_list_in_settings_gui
Feature/strict list in settings gui
2020-09-22 09:43:24 +02:00
Milan Kolar
5f87cbdeb2
Merge pull request #533 from pypeclub/feature/schema_type_represent_one_schema
Schema type represents one schema
2020-09-22 09:42:42 +02:00
iLLiCiTiT
0d2110a6cc GridLabelWidget is used in dict and dict-invisible 2020-09-21 18:03:28 +02:00
iLLiCiTiT
65e9a6a254 show_actions_menu is separate method now triggered with right click on item 2020-09-21 18:01:54 +02:00
iLLiCiTiT
ac26fb31eb implemented label widget used in grid layout 2020-09-21 18:01:23 +02:00
iLLiCiTiT
7361e86cb9 added new usage to readme 2020-09-21 12:04:50 +02:00
iLLiCiTiT
83ff6bc85b removed dict-item from readme 2020-09-21 12:03:57 +02:00
iLLiCiTiT
14a15c9a8c current schemas in example does not have dict-item 2020-09-21 11:57:35 +02:00
iLLiCiTiT
ba8b1b8015 changed object name in styles 2020-09-21 11:57:00 +02:00
iLLiCiTiT
4bd7a6c4fa removed DictItemWidget as is not used 2020-09-21 11:56:45 +02:00
iLLiCiTiT
cbbbefc76d "dict-item" is set to DictWidget for backwards compatibility 2020-09-21 11:56:25 +02:00
iLLiCiTiT
bd5e1ae310 minor tweaks in DictWidget to be able used as widget 2020-09-21 11:55:16 +02:00
iLLiCiTiT
bbab7178c7 DictWidget can be used as widget 2020-09-21 11:53:27 +02:00
iLLiCiTiT
cc8faba5bf typo fix 2020-09-18 18:20:52 +02:00
iLLiCiTiT
dcb0db7937 reverse testing changes 2020-09-18 18:19:51 +02:00
iLLiCiTiT
85a55b4f1b list-strict use grid layout now 2020-09-18 18:16:34 +02:00
iLLiCiTiT
8f967c9d6d added more variants to list-strict 2020-09-18 18:16:21 +02:00
iLLiCiTiT
060aa04f93 added dict-item and list-strict to examples 2020-09-18 17:49:16 +02:00
iLLiCiTiT
d3e61cea7d added strict list and dict-item to readme 2020-09-18 17:46:24 +02:00
iLLiCiTiT
a13755c341 make sure defaults_not_set is set to False if defaults are available 2020-09-18 17:46:08 +02:00
iLLiCiTiT
0cccd9e3a7 implemented strict list 2020-09-18 17:44:55 +02:00
iLLiCiTiT
2ee94bd890 ListItem can be set as strict 2020-09-18 17:33:07 +02:00
Milan Kolar
dd9809e3ed update modules settings, in system 2020-09-18 15:39:35 +02:00
iLLiCiTiT
aa472d66de modified README 2020-09-18 14:15:02 +02:00
iLLiCiTiT
44dc6805ad modified current schemas 2020-09-18 14:14:56 +02:00
iLLiCiTiT
98569e4fed schema item does not have key children but name, schema type can represent only one schema name 2020-09-18 14:14:45 +02:00
iLLiCiTiT
a28e154580 added info to README 2020-09-18 14:09:09 +02:00
iLLiCiTiT
75fd8c666e added possibility to set placeholder for text input 2020-09-18 14:09:03 +02:00
Milan Kolar
4bb7c77efe Merge remote-tracking branch 'origin/bugfix/list_widget_can_be_used_as_widget' into system_settings 2020-09-18 12:23:48 +02:00
Milan Kolar
c5d5492c33 start converting ftrack settings 2020-09-18 12:23:38 +02:00
Milan Kolar
5b867b2def change dict-form to form in examples 2020-09-18 12:23:24 +02:00
iLLiCiTiT
9a5007a9aa changed dict-form to form in examples 2020-09-18 12:21:06 +02:00
iLLiCiTiT
384c238206 ListWidget can be now used as widget in other item types 2020-09-18 12:20:27 +02:00
iLLiCiTiT
db928a85ba make sure inputs won't affect it's potential children o remove project overrides 2020-09-17 19:37:28 +02:00
iLLiCiTiT
fae0b85128 fixed list item again 2020-09-17 19:34:36 +02:00
iLLiCiTiT
2517f13266 ExtractReview plugin converted to use new DictItemWidget 2020-09-17 19:32:47 +02:00
iLLiCiTiT
02ba2a6f16 using more attribute as_widget and any_parent_as_widget 2020-09-17 19:32:17 +02:00
iLLiCiTiT
127426e786 added apply_overrides to widget item 2020-09-17 19:31:22 +02:00
iLLiCiTiT
180626ec2d implemented few methods in dict-item 2020-09-17 19:27:44 +02:00
iLLiCiTiT
e0e7b29f4b added _is_empty to ModifiableDictItem too 2020-09-17 19:27:18 +02:00
iLLiCiTiT
ccfec4759f added attribute is empty to list item 2020-09-17 19:24:17 +02:00
iLLiCiTiT
3544d81905 added any_parent_as_widget attribute 2020-09-17 19:23:14 +02:00
iLLiCiTiT
c88e48f1af removed not used method 2020-09-17 18:55:52 +02:00
iLLiCiTiT
4fa53fd2e3 added few attributes to bases 2020-09-17 18:55:17 +02:00
iLLiCiTiT
04977d223e hide up/down btns if there is only one item 2020-09-17 17:45:12 +02:00
iLLiCiTiT
cd41394f1c keep visible minus button and added same feature to modifable dict 2020-09-17 17:40:26 +02:00
iLLiCiTiT
5621f029d0 hode item in ListItem if is set as empty 2020-09-17 17:31:25 +02:00