Commit graph

45 commits

Author SHA1 Message Date
iLLiCiTiT
0b3bf2e710 hound fix 2020-12-29 11:37:53 +01:00
iLLiCiTiT
ae4b946d2d added print function for time reports 2020-12-29 11:31:05 +01:00
iLLiCiTiT
50c8653e8d collect time spent on each initialization task 2020-12-29 11:29:18 +01:00
iLLiCiTiT
3fec8b293a implemented ILaunchHookPaths interface 2020-12-22 10:47:05 +01:00
iLLiCiTiT
2c70a160e0 added try except in connect with modules 2020-12-17 10:52:04 +01:00
iLLiCiTiT
5db24e34ae extracted launcher from avalon module to launcher action 2020-12-15 13:39:17 +01:00
iLLiCiTiT
636b5eaead implemented ITrayAction 2020-12-15 13:37:40 +01:00
iLLiCiTiT
68d40ee3cf changed "Standalone Publish" to "standalonepublish_tool" 2020-12-14 18:43:09 +01:00
iLLiCiTiT
1996e6f964 renamed "Logging" to "log_viewer" 2020-12-14 18:41:40 +01:00
iLLiCiTiT
9a4fc3b977 "Clockify" changed to "clockify" 2020-12-14 18:40:00 +01:00
iLLiCiTiT
63d903e52a renamed "Ftrack" to "ftrack" 2020-12-14 18:38:30 +01:00
iLLiCiTiT
d77d357177 "User Settings" module name changed to "user" 2020-12-14 18:37:20 +01:00
iLLiCiTiT
3ea1c32ae1 avalon module has lowered key in settings 2020-12-14 18:34:16 +01:00
iLLiCiTiT
52a523d348 dont set visibility on service's menu but service's menu action 2020-12-14 13:33:12 +01:00
iLLiCiTiT
8c2f4876c9 added settings module 2020-12-11 12:52:48 +01:00
iLLiCiTiT
9c6494ecb5 modified docstrings 2020-12-11 11:58:11 +01:00
iLLiCiTiT
e5e5924d8c implemented helper for global environment variables 2020-12-11 11:58:03 +01:00
iLLiCiTiT
871794d761 implemented helper to get plugin paths 2020-12-11 11:51:41 +01:00
iLLiCiTiT
b603fd7b0b added few docstrings 2020-12-11 11:45:49 +01:00
iLLiCiTiT
a76980a1a9 always create services menu but hide it until any action is added 2020-12-11 10:48:58 +01:00
iLLiCiTiT
4a39f7b371 renamed service methods to contain icon 2020-12-11 10:40:45 +01:00
iLLiCiTiT
1ee742f76f fixed ITrayService menu and icons 2020-12-10 19:42:02 +01:00
iLLiCiTiT
8fad3d9bfc set module as failed if is not initialized on start 2020-12-10 18:30:54 +01:00
iLLiCiTiT
77f855b064 moved plugin paths interface 2020-12-10 18:23:32 +01:00
iLLiCiTiT
b4604152de added order of modules adding to menu 2020-12-10 17:58:35 +01:00
iLLiCiTiT
8b5f2a025d added some exception catches 2020-12-10 17:50:14 +01:00
iLLiCiTiT
bcb0172931 tray just pass menu to tray manager initialize 2020-12-10 17:42:27 +01:00
iLLiCiTiT
acdb503536 let tray_manager set tray_initialized attribute 2020-12-10 17:40:06 +01:00
iLLiCiTiT
073e5b5532 do not pass any arguments to tray_init method 2020-12-10 17:39:04 +01:00
iLLiCiTiT
aadc5f7871 use different ways of storing modules 2020-12-10 17:27:26 +01:00
iLLiCiTiT
7310986492 shortened Enabled/Disabled 2020-12-10 11:56:58 +01:00
iLLiCiTiT
971af99146 implemented TrayModulesManager for tray purposes 2020-12-10 10:06:44 +01:00
iLLiCiTiT
6354fb4d45 implemented ModulesManager 2020-12-10 10:06:23 +01:00
iLLiCiTiT
b7620de341 implemented interface IPluginPaths to return plugin paths byt keys "publish", "create", "load" or "actions" 2020-12-10 10:05:19 +01:00
iLLiCiTiT
78e1246e8b implemented Tray service interface ITrayService 2020-12-10 10:04:36 +01:00
iLLiCiTiT
c1a7e36e21 implemented TrayModule interface ITrayModule 2020-12-10 10:03:15 +01:00
iLLiCiTiT
66aa85e921 get_global_environments is not abstract and adde initialize and connect_with_modules abstract methods 2020-12-10 10:01:18 +01:00
iLLiCiTiT
df7d45b8d8 renamed startup_environments with get_global_environments 2020-12-10 10:00:37 +01:00
iLLiCiTiT
c33c8bbc36 _id is filled with uuid4 if not set yet 2020-12-10 10:00:08 +01:00
iLLiCiTiT
9e04212380 PypeModule also expect managers object 2020-12-10 09:59:31 +01:00
iLLiCiTiT
c0feb08411 module's name attribute is abstract 2020-12-10 09:56:47 +01:00
iLLiCiTiT
aefe8f3b72 PypeModule is python 2 compatible 2020-12-10 09:55:45 +01: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