Commit graph

10766 commits

Author SHA1 Message Date
iLLiCiTiT
19f52512cb renamed item_initalization to _item_initalization 2021-02-11 19:20:35 +01:00
iLLiCiTiT
4a48a4ef9f less attributes and some private attributes 2021-02-11 19:11:15 +01:00
Petr Kalis
0169501b88 PS fix - removed unwanted functions from pywin32 2021-02-11 18:40:43 +01:00
iLLiCiTiT
a996532061 added basic docstrings to root entities 2021-02-11 18:10:21 +01:00
iLLiCiTiT
fdbb50c9f3 create_schema_object is real method that calls root's create_schema_object 2021-02-11 17:32:48 +01:00
iLLiCiTiT
50e6cf98f0 removed duplicated set_override_state method from raw json 2021-02-11 17:32:17 +01:00
iLLiCiTiT
f3be68d6f4 trigger set override state on root if state is not the same 2021-02-11 17:31:59 +01:00
iLLiCiTiT
c933a7b92f base entities have docstrings 2021-02-11 17:15:34 +01:00
Petr Kalis
c8dc7a3fd4 SyncServer GUI - rename publish_site to active_site
publish_site is too specific, active denotes we are syncing from, but also we are publishing too
2021-02-11 17:12:45 +01:00
iLLiCiTiT
a6f043a089 added some docstrings 2021-02-11 16:48:23 +01:00
iLLiCiTiT
33beb4ffc6 exceptions moved to single file 2021-02-11 15:42:20 +01:00
iLLiCiTiT
9c4b841695 reorganized and split base entities 2021-02-11 15:34:48 +01:00
iLLiCiTiT
c50b3c1266 extracted root entities to specific file 2021-02-11 14:08:27 +01:00
iLLiCiTiT
5328c14f23 Cleanup in base entity 2021-02-11 14:02:10 +01:00
Petr Kalis
cc58f364b8 SyncServer GUI - added functionality of pausing during upload/download to Gdrive
Triggers error, process need to be reset for now for that repre
2021-02-11 13:36:00 +01:00
iLLiCiTiT
0fad4f7e53 using PypeLogger 2021-02-11 13:29:30 +01:00
iLLiCiTiT
4c9f0e0498 removed unused import 2021-02-11 13:25:25 +01:00
iLLiCiTiT
2a8adcba14 fix path entity reseting has override attributes 2021-02-11 13:24:24 +01:00
iLLiCiTiT
8da9e8d6e6 renemad remove_overrides to remove_from_project_override 2021-02-11 13:22:18 +01:00
iLLiCiTiT
adfd631797 renamed set_as_overriden to add_to_project_override 2021-02-11 13:20:47 +01:00
iLLiCiTiT
fed415fbb4 renamed reset_to_pype_default to remove_from_studio_default 2021-02-11 13:18:03 +01:00
iLLiCiTiT
c905121d59 renamed set_studio_default to add_to_studio_default 2021-02-11 13:14:30 +01:00
Petr Kalis
37b9b23e4b SyncServer GUI - fix - removed unwanted UTC
mongo driver automatically converts local date to UTC, pretty_date works with it fine
2021-02-11 13:04:50 +01:00
iLLiCiTiT
e534542e84 added SystemSettings to pype.api 2021-02-11 13:00:36 +01:00
iLLiCiTiT
980e753fbe SystemSettings set studio state on init by default 2021-02-11 12:59:26 +01:00
iLLiCiTiT
d9c5a3fc7c renamed SystemRootEntity to SystemSettings 2021-02-11 12:54:11 +01:00
iLLiCiTiT
f5deda3419 renamed set_value method to set 2021-02-11 12:52:47 +01:00
Petr Kalis
746b5ba94d SyncServer GUI - fix error view in detail 2021-02-11 12:37:17 +01:00
Petr Kalis
5afa817472 SyncServer GUI - added icons to project list 2021-02-11 12:32:01 +01:00
iLLiCiTiT
6921ef64e4 wrappers work in immutable dict 2021-02-11 12:27:05 +01:00
iLLiCiTiT
1aae19450d implemented wrapper widgets 2021-02-11 12:26:21 +01:00
Petr Kalis
854fece76d SyncServer GUI - modified label for add site 2021-02-11 11:19:25 +01:00
iLLiCiTiT
5ff6ff65b6 gui_wrappers renamed to gui_layout 2021-02-11 10:12:52 +01:00
iLLiCiTiT
f7208a2bfc fixed wrappers storing 2021-02-11 10:07:48 +01:00
Petr Kalis
64ef286653 SyncServer GUI - added local_drive provider
Added possibility to remove local file(s) for repre or whole project
Updated icons
Update menus
2021-02-10 20:06:46 +01:00
iLLiCiTiT
b73a720685 fix has unsaved changes on defaults settings 2021-02-10 19:09:40 +01:00
iLLiCiTiT
de7a99b7d9 fixed metadata getters 2021-02-10 19:02:33 +01:00
iLLiCiTiT
b268588d26 added possibility to trigger style updates 2021-02-10 18:54:03 +01:00
iLLiCiTiT
abeb144efd fix is_invalid for mutable dict 2021-02-10 18:53:05 +01:00
iLLiCiTiT
448e4f616e is invalid is propagated as expected 2021-02-10 18:38:48 +01:00
iLLiCiTiT
a3b83959ec fix new list item focus 2021-02-10 18:08:28 +01:00
iLLiCiTiT
32f5c85f88 added debug print to _on_entity_change 2021-02-10 18:05:26 +01:00
iLLiCiTiT
3a86f0fce8 added invalid items validation before save 2021-02-10 18:01:03 +01:00
iLLiCiTiT
f6c4b6df41 cleanup in modifiable dict widget 2021-02-10 17:52:00 +01:00
iLLiCiTiT
d15c475320 added possibility to reset callbacks 2021-02-10 17:38:14 +01:00
iLLiCiTiT
28092e8d63 do not reset on update_values 2021-02-10 17:34:52 +01:00
iLLiCiTiT
f6bd2f9849 modified set_entity_value for mutable dict 2021-02-10 17:33:28 +01:00
iLLiCiTiT
124d916abf root entity can not be reset on initializaiton 2021-02-10 16:36:30 +01:00
iLLiCiTiT
af5c5359a6 added few on_change callbacks 2021-02-10 16:22:08 +01:00
iLLiCiTiT
c307909b18 fixed a lot of issues happened on reset 2021-02-10 15:59:35 +01:00