Commit graph

198 commits

Author SHA1 Message Date
Jakub Trllo
9bd774593e fix method arguments 2022-03-02 14:07:42 +01:00
Jakub Trllo
b22a3c9217 import qt_app_context in utils init file 2022-03-02 12:26:55 +01:00
Jakub Trllo
d90c83a6b8 move pyblish ui logic into host_tools 2022-03-02 12:26:33 +01:00
Jakub Trllo
68cf09d61c Merge branch 'develop' into feature/OP-2267_Standalone-publisher-using-new-publisher 2022-02-24 10:38:04 +01:00
Jakub Trllo
67d3b6cbe5 Merge branch 'develop' into feature/OP-2416_Launcher-tool-model 2022-02-22 16:31:29 +01:00
Jakub Trllo
42f47c868b created clickable label in utils 2022-02-21 16:51:30 +01:00
Jakub Trllo
cd6dc59f14 asset underline colors can be cleared again 2022-02-15 18:14:48 +01:00
Jakub Trllo
5ec3640925 Merge branch 'develop' into feature/OP-2380-add-filters-to-launcher
# Conflicts:
#	openpype/tools/launcher/lib.py
#	openpype/tools/launcher/models.py
#	openpype/tools/launcher/widgets.py
2022-02-08 14:10:56 +01:00
Jakub Trllo
a88873c227 Merge branch 'develop' into feature/OP-2361_Store-settings-by-OpenPype-version 2022-02-07 14:20:15 +01:00
Milan Kolar
ecae9f6238
Merge pull request #2556 from pypeclub/feature/OP-2429_Publisher-Preparations-before-standalone-publisher 2022-02-07 09:52:39 +01:00
Jakub Trllo
ac6238c938 fetch project versions in thread to not stuck UI 2022-02-01 11:39:43 +01:00
Jakub Trllo
773d3aa176 Merge branch 'develop' into feature/OP-2361_Store-settings-by-OpenPype-version 2022-02-01 11:04:21 +01:00
Roy Nieterau
20bc784698 Fix typos/grammar mistakes. 2022-01-30 22:03:34 +01:00
Jakub Trllo
000e97f874 enhanced settings to be able define source version of settings in UI and see source version 2022-01-28 18:15:22 +01:00
Jakub Trllo
2de04f048e Merge branch 'develop' into feature/OP-2380-add-filters-to-launcher 2022-01-26 14:17:52 +01:00
Jakub Trllo
6a03efa7e6 added warning image to resources and utils function to load it 2022-01-26 11:18:22 +01:00
Milan Kolar
6238d63ef8
Merge pull request #2541 from BigRoy/family_filter_include_exclude 2022-01-24 21:47:18 +01:00
iLLiCiTiT
fbdd1d8ab5 moved few widgets to tools/utils and modified asset/task widgets to easily change source model 2022-01-18 17:22:08 +01:00
Roy Nieterau
7e41dc49b6 Allow to toggle family filters between "include" or "exclude" filtering 2022-01-16 11:54:08 +01:00
iLLiCiTiT
a18bdbc418 changed dialog and added restart and update action to tray 2022-01-14 17:53:56 +01:00
iLLiCiTiT
2944531434 implemented callback warpper for execution in main thread 2022-01-13 13:02:51 +01:00
iLLiCiTiT
e410addc46 minor fixes of dialog 2022-01-05 18:50:09 +01:00
iLLiCiTiT
7107e797f0 extracted function for preparation of text with html symbols 2022-01-05 18:42:18 +01:00
iLLiCiTiT
7d72481b86 create base of error dialog in utils 2022-01-05 18:31:08 +01:00
iLLiCiTiT
b2f09495c4 implemented expand button showing icon and having clicked signal 2022-01-05 17:47:54 +01:00
iLLiCiTiT
13aa752c40 added clickable frame to utils 2022-01-05 17:47:32 +01:00
iLLiCiTiT
e389067ed2 tasks widget have ability to create different tasks model 2022-01-04 10:59:57 +01:00
iLLiCiTiT
03fa4e7443 got rid of 'clear' argument in refresh method of assets widget 2022-01-04 10:57:59 +01:00
iLLiCiTiT
3ca931097d source and proxy models can be changed in assets widget 2022-01-04 10:57:21 +01:00
iLLiCiTiT
c874adfcb6 tasks widget also can know about assignees 2021-12-16 21:47:11 +01:00
iLLiCiTiT
c19f216128 assets model cares on it's own if should be cleared on refresh 2021-12-16 21:20:17 +01:00
iLLiCiTiT
4525cf1be4 filling of assets model is done in separated method 2021-12-16 21:19:51 +01:00
iLLiCiTiT
33ae30d6ab model and proxy model in assets widget is created in methods which may be overriden 2021-12-16 21:19:12 +01:00
iLLiCiTiT
889953af31 tasks widget created model and proxy model with methods that can be overriden 2021-12-16 21:18:33 +01:00
iLLiCiTiT
c4106bf95a set placeholder font color on initialization instead of after show 2021-12-13 14:01:28 +01:00
iLLiCiTiT
611c9bb792 use PlaceholderLineEdit where placeholder is set 2021-12-02 15:50:48 +01:00
Jakub Trllo
d3d7302d0b
Merge pull request #2340 from pypeclub/bugfix/use_qt_context_ini_host_tools
Tools: Use Qt context on tools show
2021-11-30 21:01:23 +01:00
iLLiCiTiT
c936a501ad don't skip item if children from loaded data are empty 2021-11-30 14:08:26 +01:00
iLLiCiTiT
5609b0bdb5 clear model before refresh thread if project name changed 2021-11-30 14:05:59 +01:00
iLLiCiTiT
7a9b0eb368 it is possible to clear model before refresh thread 2021-11-30 14:05:36 +01:00
iLLiCiTiT
973730ec87 extracter clearing to private method 2021-11-30 14:04:11 +01:00
Jakub Trllo
ba285533e7
Merge pull request #2296 from pypeclub/feature/OP-1775_Settings-UI-use-openpype-styles
Settings UI use OpenPype styles
2021-11-30 10:58:01 +01:00
iLLiCiTiT
1408a2f241 apply qt context over tools 2021-11-29 20:07:27 +01:00
Petr Kalis
06f23af879 Better path creation 2021-11-26 17:54:45 +01:00
Petr Kalis
f18f207f03 Fix - provider icons are pulled from a folder 2021-11-26 16:27:53 +01:00
iLLiCiTiT
48458008e5 Merge branch 'develop' into feature/OP-1775_Settings-UI-use-openpype-styles 2021-11-25 19:10:51 +01:00
iLLiCiTiT
ff3e6a8a1a removed unused imports 2021-11-24 22:39:17 +01:00
iLLiCiTiT
e4dff2f171 removed unused imports 2021-11-24 21:52:02 +01:00
iLLiCiTiT
e6a396ba3f removed unused asset related classes 2021-11-24 21:46:14 +01:00
iLLiCiTiT
ba5fe76746 removed unused AssetWidget 2021-11-24 21:40:05 +01:00