Commit graph

306 commits

Author SHA1 Message Date
Milan Kolar
3977877a61 Merge branch '2.x/develop' into develop 2020-10-01 21:31:32 +02:00
Milan Kolar
8b6c23c301
Merge pull request #581 from pypeclub/feature/avalon_module_without_qt
Avalon module without Qt
2020-10-01 21:14:29 +02:00
Milan Kolar
2094d4ff7d
Merge pull request #577 from pypeclub/feature/ftrack_module_without_qt
Ftrack module without Qt
2020-10-01 21:12:59 +02:00
Milan Kolar
5cfedc9124
Merge pull request #568 from pypeclub/feature/easier_modules_without_qt_in_globals
Modules (few) without qt in globals
2020-10-01 21:07:41 +02:00
Milan Kolar
fd1e6dd3c3
Merge pull request #564 from pypeclub/bugfix/missing_port_variable
set port variable to None so the variable exists
2020-10-01 18:22:26 +02:00
Milan Kolar
9bca995019
Merge pull request #541 from pypeclub/feature/base_of_module_manager
Base of pype module manager
2020-10-01 18:21:30 +02:00
iLLiCiTiT
4785cf26c4 muster is not using Qt until tray_init is triggered 2020-09-30 15:24:31 +02:00
iLLiCiTiT
d8eec091c3 fix hound 2020-09-30 15:19:31 +02:00
iLLiCiTiT
6951e046de clockify modules does not use Qt unless tray_init is triggered 2020-09-30 15:13:19 +02:00
iLLiCiTiT
d384fb9a45 Qt is not used in avalon_apps module if tray_init is not triggered 2020-09-30 13:21:24 +02:00
iLLiCiTiT
f16d601a8a changed default port to 8098 2020-09-30 12:22:17 +02:00
iLLiCiTiT
c9f381e60b hound fixes 2020-09-30 11:46:23 +02:00
iLLiCiTiT
bb77c72b98 fix thread stopping in ftrack login 2020-09-30 11:30:21 +02:00
iLLiCiTiT
689c483631 formatting changes 2020-09-30 11:12:31 +02:00
iLLiCiTiT
15172d32e3 modified imports inside ftrack module to be explicit 2020-09-30 11:12:23 +02:00
iLLiCiTiT
b41f9ac8bc variables with table changed to collection 2020-09-30 11:07:35 +02:00
iLLiCiTiT
bfb906f37a moved custom db connector to folder where is used 2020-09-30 11:06:06 +02:00
iLLiCiTiT
0c92ca3808 moved gui imports in standalone publisher from globals 2020-09-25 16:12:18 +02:00
iLLiCiTiT
06b1501cac small modification in logging module 2020-09-25 16:11:58 +02:00
iLLiCiTiT
903713c749 user module has also tray_init method for all Qt imports 2020-09-25 16:11:48 +02:00
iLLiCiTiT
480acb9238 timers manager has tray_init where all qt imports are done 2020-09-25 16:09:30 +02:00
iLLiCiTiT
d67a8a5f83 TimersManager is not singleton 2020-09-25 16:09:03 +02:00
iLLiCiTiT
64052aa44e logging module without qt in globals 2020-09-25 16:08:34 +02:00
iLLiCiTiT
2416d4d33f set port variable to None so the variable exists 2020-09-25 14:46:04 +02:00
iLLiCiTiT
7104ac3fbc rest api module is not using QThread for running but python's Thread 2020-09-24 17:30:08 +02:00
Milan Kolar
f5a37ea416 Merge branch 'hotfix/ftrack_remove_fix' into 2.x/develop 2020-09-24 10:32:57 +02:00
Milan Kolar
9515bc43d2 Merge branch 'hotfix/ftrack_remove_fix' into develop 2020-09-24 10:32:43 +02:00
iLLiCiTiT
dca974af2b added debugging logs 2020-09-23 16:49:58 +02:00
iLLiCiTiT
bff280b867 fixed way how to access to attribute self._avalon_ents 2020-09-23 16:49:50 +02:00
iLLiCiTiT
f7104a1f7e first commit recreated entity before any modification are applied 2020-09-23 16:49:28 +02:00
Ondrej Samohel
b4080ebbe2
docstrings and abstract method 2020-09-22 16:12:25 +02:00
iLLiCiTiT
4db75b45e5 PypeModule inherit from abstract class 2020-09-22 14:06:43 +02:00
iLLiCiTiT
066349a3cb implemented base pype module class in modules 2020-09-22 12:02:39 +02:00
iLLiCiTiT
cfcd24318f avoid bugs when same event is more than once stored in mongo 2020-09-18 11:48:25 +02:00
Petr Kalis
c2b322940d
Merge branch '2.x/develop' into feature/photoshop_with_websocket 2020-09-16 19:19:11 +02:00
Jakub Jezek
0269dcaaef
Merge branch '2.x/develop' into bugfix/remove_icon_from_ftrack_status_action 2020-09-16 18:01:37 +02:00
Milan Kolar
1f31a67538 Merge branch '2.x/develop' into develop 2020-09-09 17:03:17 +02:00
Milan Kolar
8705ac4a62 Merge branch 'master' into 2.x/develop 2020-09-09 17:01:55 +02:00
Milan Kolar
499ccbb436 Merge branch 'release/2.12.0' into develop 2020-09-09 16:58:54 +02:00
iLLiCiTiT
c68423279c everywhere where io_nonsingleton was used is used AvalonmongoDB now 2020-09-08 15:10:34 +02:00
iLLiCiTiT
427a6109b7 removed all io_nonsingleton files from pype 2020-09-08 15:09:42 +02:00
iLLiCiTiT
f71aad40e0 removed icon attribute 2020-09-03 11:01:09 +02:00
Jakub Ježek
0ed651ceed
Merge pull request #489 from pypeclub/feature/better_ftrack_gui
Enhanced Ftrack credentials GUI
2020-08-28 12:02:23 +02:00
Petr Kalis
06359c6dc3 Hound 2020-08-27 19:22:15 +02:00
iLLiCiTiT
992ec517f5 Merge branch 'master' into release/2.12.0-rc 2020-08-27 15:05:35 +02:00
iLLiCiTiT
4466db6e12 fix user id missing formatting brackets 2020-08-27 14:02:38 +02:00
iLLiCiTiT
7cdacafb83 Moved PR from 2.x/develop 2020-08-27 12:54:53 +02:00
Petr Kalis
a00b11d31f Added pulling websocket server port from environment variable WEBSOCKET_URL 2020-08-26 14:29:57 +02:00
iLLiCiTiT
2f05d7cb19 fixed closing widget 2020-08-26 13:08:37 +02:00
iLLiCiTiT
b98db04a86 close widget when successfully logged in 2020-08-26 13:01:03 +02:00