1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

369 Commits

Author SHA1 Message Date
SpoinkyNL
c885ae225c Profile editor - Changed data binding behaviour in profile editor 2020-12-18 00:04:37 +01:00
SpoinkyNL
15759c9289 Profile editor - Added profile duplicate 2020-12-17 21:34:41 +01:00
Robert
e61a031485 Profile editor - Added profile rename
Profile editor - Cleaned up buttons next to profile selection
2020-12-17 21:09:42 +01:00
Robert
3792dd53d2 Profile editor - Don't confirm when deleting layers (we have undo)
Profile editor - Apply new brushes before saving to fix undo crash
2020-12-16 22:39:46 +01:00
SpoinkyNL
7ffe8f3e5b Device visualizer - Fix framerate drop when processing mouse events
Profile tree - Fixed potential crash when dragging files over Artemis
Module reorder - Fixed potential crash when dragging files over Artemis
2020-12-15 00:05:42 +01:00
Robert
c401bc6525 Surface editor - Show LED colors in editor
Surface editor - Link to FAQ for missing layouts
2020-12-14 20:00:48 +01:00
Robert
746c42e538 Surface editor - Prevent LED overlaps 2020-12-14 19:56:00 +01:00
SpoinkyNL
34bcfccb4c Settings - Fixed start minimized not enabled
Wizard - Fixed start minimized not enabled
Wizard - Removed unintended black lines
Wizard - Change step description so it fits
2020-12-13 17:41:57 +01:00
Robert Beekman
36058efc4d Merge pull request #517 from Artemis-RGB/feature/color-calibration
Added Per device color calibration
2020-12-12 21:11:41 +01:00
SpoinkyNL
7d77a340db Setup wizard - Renamed to startup wizard 2020-12-12 17:06:57 +01:00
SpoinkyNL
8e8258506b Plugins - Add JSON property to disable auto-enabling features
Setup wizard - Play intro animation at the end (and no where else)
2020-12-12 10:57:09 +01:00
SpoinkyNL
c6181ea823 UI - Added setup wizard 2020-12-11 22:48:40 +01:00
Robert
aacf3d749b Profile editor - Expand width of input prefixes and affixes 2020-12-10 21:17:50 +01:00
Robert
1b737b4211 Profile editor - Profile tree ordering fixes
Profile editor - Add new layers on top again
Profile editor - Don't willy nilly expand folders
2020-12-10 20:43:03 +01:00
Diogo Trindade
716f115a2d Surface Editor - Made the Cancel button revert calibration changes 2020-12-08 14:58:40 +00:00
Diogo Trindade
f3636c6984 Surface Editor - Added TextBoxes to the calibration window 2020-12-08 14:55:50 +00:00
Robert
acd2a72678 Surface editor - Tweaked device dialog 2020-12-08 19:51:31 +01:00
Diogo Trindade
af99c256ab Calibration - Initial color calibration 2020-12-07 19:20:57 +00:00
SpoinkyNL
220222d102 Surface editor - Added auto-arrange 2020-12-06 23:40:53 +01:00
SpoinkyNL
5b0e1c91dd Keyframes - If needed enable keyframes on properties when pasting 2020-12-03 19:48:03 +01:00
Robert
dd73c1e4c9 UI - Updated Stylet
Keyframes - Finished copy/paste implementation
2020-12-03 19:35:38 +01:00
Robert
f110383ed4 Keyframes - Copy/paste WIP
Timeline - Improved sizing, avoid unnecessary scrolling
Timeline - Fix selection rectangle appearing on mousedown
2020-12-02 19:11:39 +01:00
Robert
aae4e71d8e Profile tree - Implemented proper copy/pasting 2020-12-01 19:08:10 +01:00
Robert
f694f39219 Profile editor - Added basic layer copy/paste 2020-11-26 19:23:12 +01:00
Robert
c5e3750172 UI - Added device layout path to device debugger, this closes #494 2020-11-30 20:27:56 +01:00
Diogo Trindade
45b82039e2 UI - Made it so modules are sorted by priority in the sidebar 2020-11-29 15:03:00 +00:00
SpoinkyNL
7a21be351c Input - Prefixed event args 2020-11-23 20:08:22 +01:00
SpoinkyNL
f1f0abfec5 Input - Polished up UI
Input - Added events to service
2020-11-23 19:41:48 +01:00
SpoinkyNL
84918f2d5b Input - Added mouse support
Input - Added device identification
2020-11-22 21:33:42 +01:00
SpoinkyNL
47dffc0fa0 UI - Added sidebar pinning, this closes #493
UI - Wrap long tooltips, this closes #480
2020-11-21 10:58:20 +01:00
Diogo Trindade
d21c7dffc2 Added keyframe support to the default value 2020-11-20 22:27:36 +00:00
Diogo Trindade
f637c131c4 Added reset layer property button 2020-11-20 22:27:36 +00:00
SpoinkyNL
8d901027ee Shared UI - Resolved all remaining warnings
UI - Resolved all remaining warnings
Layer properties - Fixed DisableKeyframes layer property attribute not being applied
2020-11-20 23:13:37 +01:00
Robert
833a61ecab Core - Fixed an error when enabling a module without a datamodel
Shared UI - XML comments
2020-11-18 19:28:05 +01:00
Robert
b185b28645 Core - Corrected disposable pattern usage
Core - Further nullable refactoring..
2020-11-17 20:54:49 +01:00
Robert
a3cd32f6c4 Core - Added XML comments to all remaining public members/methods
Core - Refactored a lot of code for nullable reference types
2020-11-16 20:16:06 +01:00
SpoinkyNL
d90ceb8c53 Render debug VM - Formatting 2020-11-15 21:31:59 +01:00
Diogo Trindade
563e36930f Fixed an AccessViolationException when moving devices in the surface 2020-11-15 19:42:33 +00:00
SpoinkyNL
ed58745a6e Storage - Added migration for plugin features
UI - Fixed an error on layer creation when the default brush is disabled
2020-11-13 00:09:36 +01:00
SpoinkyNL
9452f81214 Plugin features - Added exception display 2020-11-12 19:55:13 +01:00
Robert
c146479393 Plugins - Implemented features enable/disable UI 2020-11-12 21:48:17 +01:00
SpoinkyNL
e812929215 Plugins - Implemented features
Core - Removed Stylet dependency for #500
2020-11-11 23:53:52 +01:00
Robert
b56966c585 Plugins - Reworked most of the activation logic 2020-11-10 20:51:29 +01:00
SpoinkyNL
1e0dc1894d Plugins - Separated plugins and implementations as different principles 2020-11-09 20:31:54 +01:00
SpoinkyNL
427d3d2521 Profiles - Reworked render pipeline
Profiles - Added two transform modes, normal and clip
Intro animation - Disable with debugger attached
Profile editor - Added layer copy
2020-11-08 17:28:22 +01:00
SpoinkyNL
26daa8e1dd Modifiers - Fixed the same issue but at the right place now
Modifiers - Saturate and desaturate modifiers WIP
2020-11-02 23:57:08 +01:00
SpoinkyNL
0f5c2b80c4 Profiles - Made data bindings compatible with timeline changes 2020-11-02 22:09:29 +01:00
SpoinkyNL
997ab005d8 Data model conditions - Moved events into a separate 'mode' 2020-11-01 19:44:45 +01:00
SpoinkyNL
e1eb03667e Data model conditions - Simplified list VM code
Data model conditions - When selecting a different type, recheck if a new preferred operator is available
2020-10-31 19:44:24 +01:00
Robert
458fd2a704 Profiles - Finished moving and improving timeline logic 2020-10-29 19:49:24 +01:00