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

1077 Commits

Author SHA1 Message Date
SpoinkyNL
2045b230c2 Noise brush - Greatly improved performance on large layouts
Profiles core - Pass real delta time brushes/effects
Profiles core - Allow main segment to be disabled on layers
General module - Removed test data model
General module - Removed expensive open window scan, was fun to try :P
Profile editor - Refactored segments
Profile editor - Updated segment visuals to scale well when really narrow
2020-07-25 23:01:37 +02:00
SpoinkyNL
72d606f40d Profile editor - Redesigned adding/removing timeline segments
General module - Added some basic window information to the data model
Profiles - Don't render when opacity is 0
Profile editor - Render non-selected layers in their main segment
Profile editor - Condition editor fixes
2020-07-24 23:04:21 +02:00
SpoinkyNL
527fef3dc6 Profile editor - Implemented timeline segments
Profile editor - Added snapping to multiple elements of the timeline
2020-07-18 23:52:42 +02:00
c5219bd224 Prevented an possible deadlock when moving devices in the surface editor 2020-07-17 22:54:30 +02:00
SpoinkyNL
dc8ca8ee95 Profile editor - Changed approach to one timeline split into segments 2020-07-16 23:15:49 +02:00
SpoinkyNL
7cfe9a46ee Profiles - Added enter, main and exit timelines
Display conditions - Fleshed out most of the UI
2020-07-12 22:27:30 +02:00
SpoinkyNL
0e873a48cf Core - Renamed LayerService to RenderElementService
Display conditions - Implemented persistent storage
2020-07-10 23:00:35 +02:00
Robert
16c2b7f7fd Display conditions - Updated predicate VM to move logic to the model 2020-07-10 16:48:58 +02:00
SpoinkyNL
4dfc61ab7d Display conditions - Moved pridacte update logic from VM to model 2020-07-09 23:45:34 +02:00
Robert
f39e4d719c Storage - Display conditions WIP 2020-07-09 20:04:14 +02:00
Robert
94f3d84530 Profile elements - Simplified class hierarchy
Profile editor - Seperated event types and avoid a lot of type checking
Profile editor - Avoid changing profiles/layers if the new equals the old
Color picker - Fixed binding error
Profile tree - Select first element by default
Profile editor - Adjusted initialization order
2020-07-09 19:10:04 +02:00
SpoinkyNL
a4282006de Merge remote-tracking branch 'origin/master' 2020-07-08 22:36:28 +02:00
SpoinkyNL
e2cfac1437 Display conditions - Show affix/prefix in static input 2020-07-08 22:36:24 +02:00
Robert
4d616beffb Display conditions - Implemented expression tree creation
Display conditions - Use the most appropriate number input
UI general - Use current localisation for decimal seperators and enfore in inputs
2020-07-08 19:29:33 +02:00
SpoinkyNL
92dfbb354a Display conditions - Some work on inputs supporting multiple types 2020-07-07 22:28:32 +02:00
Robert
3639185171 Display conditions - Loosened up type rules for dynamic comparisons
Display conditions - Improved static value input and added support for int and double
2020-07-07 19:53:24 +02:00
Robert
913cfd2824 Merge remote-tracking branch 'origin/master' 2020-07-07 19:46:27 +02:00
Robert
b80e59fa51 Plugin settings window - Updated design
Brushes - Added option for brushes to have a settings window
Effects - Added option for effects to have a settings window
2020-07-07 19:33:42 +02:00
SpoinkyNL
f9e516197f Display conditions - Implemented most of static input 2020-07-06 23:41:41 +02:00
Robert
2ad78411c8 UI - Centralized default editors registration into a service
Display conditions - Added more test operators 
Display conditions - Implemented operator selection
Display conditions - Implemented property selection and rules
2020-07-06 19:07:18 +02:00
SpoinkyNL
0ac6431755 Display conditions - Added data model selection
Display conditions - Added static and dynamic condition types
2020-07-05 23:00:23 +02:00
SpoinkyNL
4e1a09308f Data model visualization - Simplified and improved VMs
Layer conditions - Added left side property selection
2020-07-05 15:34:16 +02:00
Robert
55555ed6a8 Display conditions - Added basic models
Display conditions - Added externally registerable condition operators
Display conditions - Added GreaterThan condition for testing
2020-07-03 20:49:56 +02:00
Robert
6ee06b2fc5 Data model visualization - Moved services and VMs to UI.Shared
Data model visualization - Added support for custom display VMs
Data model visualization - Added framework for custom input VMs
Shared UI - Made internal converters public
2020-07-02 20:25:20 +02:00
Robert
2e87b79407 Merge remote-tracking branch 'origin/master' 2020-07-01 19:54:10 +02:00
Robert
d0781c00ef Display conditions - Added (empty) VMs and test views 2020-07-01 19:38:20 +02:00
Robert
2154822ce6 Merge remote-tracking branch 'origin/master' 2020-06-30 23:05:33 +02:00
Robert Beekman
5de3fa3be9 Update README.md
Updated build instructions and overview of changes compared to Artemis 1.x
2020-06-30 22:35:50 +02:00
Robert
956707b23d Profiles - Improved handling of enabling/disabling plugins 2020-06-30 21:39:29 +02:00
SpoinkyNL
a39fbaf165 ASUS - Expanded logging
ASUS - Initialize device provider inside the plugin instead of the surface
2020-06-30 20:53:33 +02:00
Robert
2c2b0ca3e1 UI - Removed Fody, begone arrogant devs! 2020-06-30 20:41:46 +02:00
Robert
8e01d1f63e Data model debugger - Added module filtering
Data model debugger - Added search input (disabled & not yet implemented)
Data model debugger - Finished list support
2020-06-30 19:51:09 +02:00
SpoinkyNL
58e07ae5bd Plugins - Added timeout for plugin enable
Plugins - Delete lock file even on exception, only leave it in place on crash
Plugins - Added --ignore-plugin-lock startup argument
UI - Renamed -autorun argument to --autorun
2020-06-29 23:24:49 +02:00
Robert
c80e5e42aa Data model debug - Added semi support for lists 2020-06-29 22:28:12 +02:00
SpoinkyNL
796c0dc671 Data model - Added data model visualization view model
Debugger - Split debugger into different tabs
Debugger - Added data model debugger
2020-06-29 00:22:16 +02:00
Robert
291a343428 Datamodel - Simplified some things 2020-06-26 23:05:30 +02:00
SpoinkyNL
9b09942bda UI - Store window size and position 2020-06-25 23:24:20 +02:00
SpoinkyNL
dbad6744f3 Merge remote-tracking branch 'origin/master' 2020-06-25 19:59:33 +02:00
Robert
7bb246ea0b Snackbar - Tweaked parameters
Plugins - Show exception message in snackbar
2020-06-25 19:46:27 +02:00
Robert
a47eedf1c2 Plugin info - Implemented property changed
Plugins - Improved enable failure detection
Plugins UI - Show an indicator on plugins that failed to enable
Plugins UI - Show a progress indicator on plugins that are enabling
UI - Added reusable Snackbar (not the Dutch kind with kroketten)
2020-06-25 19:25:58 +02:00
SpoinkyNL
722f3d597a Data model - More WIP stuff woo 2020-06-24 23:44:48 +02:00
Robert
28bcfcc95a Debugger - Added quick access button to main window
Debugger - Bring debugger to front if already open instead of creating a new one
2020-06-24 22:39:50 +02:00
SpoinkyNL
2b7a507725 Datamodel - WIP stuff, need this on a diff. PC 2020-06-23 22:49:27 +02:00
SpoinkyNL
920aea6695 Device visualizer - Added support for rotation and scale
Profile editor - Fixed keyframe context menu actions
2020-06-22 22:14:33 +02:00
SpoinkyNL
8cb5d31175 Corsair - Improved center LEDs on Dominator Platinum RGB 2020-06-22 02:07:54 +02:00
SpoinkyNL
a93875e680 Corsair - Added Dominator Platinum RGB layout
Core - Improved startup logging
2020-06-21 23:50:43 +02:00
SpoinkyNL
f18edc4f36 Core - Removed Fody
UI projects will follow
Not interested in becoming a Patreon with their attitude and fixes edit & continue in the core
2020-06-20 22:35:09 +02:00
SpoinkyNL
d47f347beb Core - Fixed plugins not loading, oops 2020-06-20 18:39:56 +02:00
SpoinkyNL
5162111782 CoolerMaster - Updated SDK
Meta - Cleaned up Nuget packages
2020-06-20 18:03:05 +02:00
SpoinkyNL
14d639e6e3 Device debugger - Forgot to save ^^ 2020-06-20 00:25:28 +02:00