Commit graph

383 commits

Author SHA1 Message Date
Jakub Trllo
aaf8048eb8
Merge pull request #1669 from pypeclub/feature/project_manager_columns
Project Manger: Default name column width
2021-06-10 15:58:08 +02:00
iLLiCiTiT
ede5013dbd trigger set_entity_value on add_row after new item is part of input_fields 2021-06-09 18:10:34 +02:00
iLLiCiTiT
1bc6c07045 define name column width and use interactive stretch to be able resize it and avoid strange behavior 2021-06-09 16:18:39 +02:00
Milan Kolar
ff76d5c78e
Merge pull request #1649 from pypeclub/feature/1333-pop-up-hint
#1333 - added tooltip hints to Pyblish buttons
2021-06-04 19:16:41 +02:00
Milan Kolar
f8e1d5095d
Merge pull request #1645 from pypeclub/bugfix/replace_blocking_queue 2021-06-04 19:11:06 +02:00
Petr Kalis
564df1ebca #1333 - added tooltip hints to Pyblish buttons 2021-06-04 12:18:26 +02:00
iLLiCiTiT
6f85479d77 add asset on task item won't crash but create asset on it's parent 2021-06-04 01:01:27 +02:00
iLLiCiTiT
d49a90809d reset attributes on project change 2021-06-04 00:52:47 +02:00
iLLiCiTiT
36c9838760 replaced Queue with deque as Queue abilities are not needed 2021-06-04 00:47:26 +02:00
Milan Kolar
f0a01aac73
Merge pull request #1634 from pypeclub/feature/tray_doubleclick 2021-06-03 16:29:47 +02:00
iLLiCiTiT
dd0f9f11d9 TrayIcon can catch doubleclick on windows and linux 2021-06-03 15:00:37 +02:00
iLLiCiTiT
c319365042 TrayManager have ability to access and trigger doublick callback 2021-06-03 15:00:11 +02:00
iLLiCiTiT
afc1bcee4a moved is_password_required to openpype lib 2021-06-03 12:22:00 +02:00
iLLiCiTiT
ac8d9865f5 moved password dialog to openpype widgets 2021-06-03 12:16:39 +02:00
iLLiCiTiT
70929e3069 moved password dialog styles to openpype style 2021-06-03 12:04:06 +02:00
iLLiCiTiT
c119eddbfb added password check to project manager tool 2021-06-03 11:58:42 +02:00
iLLiCiTiT
305c0d7a6b project combobox adjust to content 2021-06-03 11:57:31 +02:00
iLLiCiTiT
c64559abe8 project manager won't refresh projects on init but on first show 2021-06-03 11:39:23 +02:00
iLLiCiTiT
b0e9e3b3ee added admin_submenu to ITrayAction 2021-06-03 11:35:56 +02:00
iLLiCiTiT
bdd5c382f8 handling of DefaultsNotDefined exception won't add widgets to gui 2021-06-03 10:37:26 +02:00
iLLiCiTiT
6fe17a1969 reduced settings roles 2021-06-03 10:36:33 +02:00
iLLiCiTiT
0887fcf13e it is possible to set if should reset settings on show 2021-06-03 10:34:40 +02:00
iLLiCiTiT
4a8498db27 create mongo connection on init instead of in class definition 2021-06-02 19:02:34 +02:00
iLLiCiTiT
2b86d0c20b don't set fixed height of button 2021-06-02 19:01:24 +02:00
iLLiCiTiT
cb67bc5d65 define stretch of subset name input and button 2021-06-02 19:01:14 +02:00
iLLiCiTiT
709757c69a don't use hardcoded stylesheet 2021-06-02 19:00:58 +02:00
iLLiCiTiT
d16ac9f1de added few named styles for standalone publisher 2021-06-02 19:00:38 +02:00
iLLiCiTiT
ff9d0e598a version spinbox is without boxes 2021-06-02 18:56:11 +02:00
iLLiCiTiT
d798bdc35f use WA_TranslucentBackground instead of stylesheet 2021-06-02 18:55:49 +02:00
Milan Kolar
d8ba0c0236
Merge pull request #1624 from pypeclub/feature/launcher_style 2021-06-02 16:20:52 +02:00
Milan Kolar
92d29302c6
Merge pull request #1623 from pypeclub/feature/loader_library_enhancements
Loader and Library loader enhancements
2021-06-02 16:20:38 +02:00
iLLiCiTiT
cef24741de moved storing of attributes 2021-06-02 13:31:21 +02:00
iLLiCiTiT
d8215318bb renamed IconListView to ProjectIconView 2021-06-02 13:31:12 +02:00
iLLiCiTiT
91c92f6828 set fixed height of back button on show 2021-06-02 13:30:57 +02:00
iLLiCiTiT
d28c0d671b add delegate to project combobox 2021-06-02 13:30:20 +02:00
iLLiCiTiT
bf64acbde9 changed usage of style in launcher 2021-06-02 13:07:24 +02:00
iLLiCiTiT
85cca9230d Workfiles tool has set current asset btn 2021-06-02 12:29:04 +02:00
iLLiCiTiT
cf10f50229 use object name for separator color instead of hardcoded color in code 2021-06-02 12:14:41 +02:00
iLLiCiTiT
deb77e8b00 replaced spacer widget with stretch 2021-06-02 12:14:01 +02:00
iLLiCiTiT
8ffb70b93e Pype info widget is using openpype style 2021-06-02 12:13:49 +02:00
iLLiCiTiT
0c4c1cc4a0 pype tray is using openpype style for tray menu 2021-06-02 12:13:30 +02:00
Milan Kolar
f9ded996a0
Merge pull request #1604 from pypeclub/feature/openpype_style 2021-06-01 20:50:54 +02:00
Milan Kolar
37c7dff418 Merge branch 'develop' into feature/895-add-option-to-define-paht-to-workfile-template 2021-06-01 20:07:39 +02:00
Milan Kolar
34d0fe3795 Merge branch 'develop' into feature/676-harmony-move-server-console-to-system-tray 2021-06-01 20:03:58 +02:00
iLLiCiTiT
d819a92b01 set same height of buttons on show 2021-06-01 19:52:04 +02:00
Petr Kalis
305f12fa28 Console to system tray - Hound 2021-06-01 14:14:00 +02:00
Petr Kalis
962d6e9079 Console to system tray - added max lines
Added missed file
Added unique host id for multiple items in submenu
2021-06-01 13:04:06 +02:00
Petr Kalis
29a144515b Console to system tray - changed from TrayIcon to Service submenu
Implemented websocket communication
2021-05-31 20:53:40 +02:00
Petr Kalis
b62b1dfab6 Console to system tray - added execute in main thread functionality
Without this Service submenu actions won't get triggered and console shown
2021-05-31 20:52:51 +02:00
Jakub Jezek
8019196a5f
Merge branch 'feature/1605-settings-task-types-enum-entity' into feature/895-add-option-to-define-paht-to-workfile-template 2021-05-28 17:04:26 +02:00