Commit graph

96 commits

Author SHA1 Message Date
Jakub Trllo
d585450f99 use qtpy module in igniter instead of Qt.py 2022-12-16 17:03:19 +01:00
Jakub Trllo
d6ab41887a added comment to code 2022-09-07 13:41:30 +02:00
Jakub Trllo
509c209093 fix status handling 2022-09-07 12:40:34 +02:00
Roy Nieterau
04613be3a1 Remove unused import 2022-02-08 22:59:44 +01:00
iLLiCiTiT
db467dcbfd added function to get openpype icon to tools.py 2021-12-07 18:13:56 +01:00
Ondrej Samohel
901e5f5266
refactor common code, change handling of env var 2021-08-31 18:24:24 +02:00
iLLiCiTiT
3cfee291f2 enable buttons back only if installation fails 2021-05-05 19:41:00 +02:00
iLLiCiTiT
15fb49de4b changed print 2021-05-03 17:39:45 +02:00
iLLiCiTiT
b163d2817f set environment in igniter install dialog and try keyring 2021-05-03 17:39:43 +02:00
Milan Kolar
8e46257ccd change placeholder tooltip 2021-04-29 19:58:39 +02:00
Milan Kolar
d124c69d46 change message in ui 2021-04-29 19:34:09 +02:00
iLLiCiTiT
64e08801e9 get rid of warning style 2021-04-29 19:31:57 +02:00
iLLiCiTiT
d5d3ec2f90 fix install thread 2021-04-29 19:23:22 +02:00
Milan Kolar
63504a906e change size and style colour 2021-04-29 18:29:21 +02:00
iLLiCiTiT
98b5909f7f use spacing 2021-04-29 18:18:40 +02:00
iLLiCiTiT
845747e4f1 only one label for mongo 2021-04-29 18:18:32 +02:00
iLLiCiTiT
bcad2cdd64 removed separators 2021-04-29 18:09:37 +02:00
iLLiCiTiT
adca0cae24 remove default value from options menu 2021-04-29 18:08:51 +02:00
iLLiCiTiT
6f38c0f0ba use separated commands and labels 2021-04-29 17:56:31 +02:00
iLLiCiTiT
b360b06574 remove label margins 2021-04-29 17:56:09 +02:00
iLLiCiTiT
e33e68e6c0 remove debug 2021-04-29 17:32:17 +02:00
iLLiCiTiT
92dfa5883a added nicer progress bar 2021-04-29 17:20:09 +02:00
iLLiCiTiT
f9e991e705 show percent in progress bar on install start 2021-04-29 17:08:44 +02:00
iLLiCiTiT
d169e075ba show label that is trying to connect to mongo 2021-04-29 15:29:58 +02:00
iLLiCiTiT
b8b0a5a28d only resize to default size 2021-04-29 14:39:48 +02:00
iLLiCiTiT
6bf97e9604 moved widget in init_ui 2021-04-29 14:39:36 +02:00
iLLiCiTiT
df7cd3745a added separators 2021-04-29 14:38:43 +02:00
iLLiCiTiT
c4cb3431d0 show console only on install crash 2021-04-29 13:45:01 +02:00
iLLiCiTiT
707c2b0293 fix schema regex 2021-04-29 13:40:06 +02:00
iLLiCiTiT
1ad514e416 validate mongo connection only once 2021-04-29 13:23:30 +02:00
iLLiCiTiT
c26112c39d changed position of popup menu 2021-04-29 12:47:10 +02:00
iLLiCiTiT
fc4682e483 dedicated widget for console output 2021-04-28 18:34:17 +02:00
iLLiCiTiT
783cf665d0 added minim resolution 2021-04-28 18:32:52 +02:00
iLLiCiTiT
2bee53dbe3 moved label style to stylesheet 2021-04-28 17:34:56 +02:00
iLLiCiTiT
c7a50e360c removed openpype_path_label 2021-04-28 17:34:01 +02:00
iLLiCiTiT
17ae9af094 removed current implementation of CollapsibleWidget 2021-04-28 16:02:44 +02:00
iLLiCiTiT
6395af66d0 modified installation logic to not do double checks 2021-04-28 12:14:05 +02:00
iLLiCiTiT
36f88482a5 set openPypeMongo if running from code 2021-04-28 12:11:11 +02:00
iLLiCiTiT
67576c2bf5 removed unused InstallResult 2021-04-28 12:10:32 +02:00
iLLiCiTiT
0e0215207a buttons are aligned in specific way 2021-04-28 12:06:37 +02:00
iLLiCiTiT
fee3a2484e added warning state for mongo url input 2021-04-28 12:06:06 +02:00
iLLiCiTiT
c104c26c74 use main btn height instead of frame height 2021-04-28 11:54:49 +02:00
iLLiCiTiT
f7fafcd89f minor changes 2021-04-28 11:51:21 +02:00
iLLiCiTiT
653312f8ee remove background from buttons widget 2021-04-28 11:51:12 +02:00
iLLiCiTiT
56445626a3 validate existing install thread 2021-04-28 11:50:50 +02:00
iLLiCiTiT
3c32544c38 replaced MongoWidget with MongoUrlInput 2021-04-28 11:50:15 +02:00
iLLiCiTiT
1df49700b3 validate mongo connection only on run click 2021-04-28 11:20:17 +02:00
iLLiCiTiT
c18264b1f1 Run triggers run after successful installation 2021-04-28 11:06:33 +02:00
iLLiCiTiT
3cd3b283cf reorganized init phase 2021-04-28 11:05:40 +02:00
iLLiCiTiT
a7c3083423 install thread pass only integer instead of python object 2021-04-28 10:50:47 +02:00