Commit 1cff48d
authored
[cuenimby] Add CueNIMBY - System tray application for workstation NIMBY control (#2026)
**Link the Issue(s) this Pull Request is related to.**
- #2025
- #1314
- #1800
**Summarize your change.**
[cuenimby] Add CueNIMBY system tray application with cross-platform
NIMBY control, improved notifications, error handling, and documentation
Introduce CueNIMBY, a cross-platform system tray app for managing
OpenCue’s NIMBY (Not In My Back Yard) feature. Provides visual feedback,
manual/automatic workstation state control, and enhanced documentation.
Features:
- Cross-platform support (macOS, Windows, Linux)
- Color-coded tray icon with real-time rendering state
- Notifications for job starts and state changes (improved reliability
on macOS)
- Manual lock/unlock via tray menu
- Time-based scheduler for automatic state changes
- Open Config File menu option
- JSON-based configuration with defaults
- Integration with RQD’s automatic NIMBY feature
Implementation:
- Core application with full test suite (15/15 passing)
- Improved error handling and notification fallback chain
- About dialog using native platform APIs
- Dynamic version management via VERSION.in + importlib.metadata
- State synchronization fixes for immediate UI feedback
- Package configuration (pyproject.toml with hatchling)
- Added to sandbox installer script
Documentation:
- Quick start, user guide, tutorial, reference, and developer guide
- New desktop rendering control guide (lock states, allocations,
subscriptions, workflows, troubleshooting)
- Updated README, glossary, and cross-links throughout docs
These changes provide artists with reliable visibility and control over
workstation rendering, consistent cross-platform behavior, robust error
handling, synchronized UI state, and complete documentation.
---------
Signed-off-by: Ramon Figueiredo <[email protected]>1 parent 023064c commit 1cff48d
File tree
94 files changed
+5371
-70
lines changed- .github
- actions/build-python-packages
- workflows
- ci
- cuenimby
- cuenimby
- tests
- docs/_docs
- concepts
- developer-guide
- getting-started
- other-guides
- quick-starts
- reference
- commands
- tools
- tutorials
- user-guides
- sandbox
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+5371
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
424 | 436 | | |
425 | 437 | | |
426 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| 212 | + | |
208 | 213 | | |
209 | 214 | | |
210 | 215 | | |
| |||
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| 253 | + | |
248 | 254 | | |
249 | 255 | | |
250 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments