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

1239 Commits

Author SHA1 Message Date
SpoinkyNL
a2759d007e Meta - Enabled nullable ref types in Core project
Meta - Simplified R# settings to be more in line with defaults, sorry Darth 😝
Dynamic data models - Implemented add/remove events
Data model paths - Implemented storage
2020-10-06 21:39:03 +02:00
Robert
642a6b95b9 TreeViewModel - Code style
Meta - Included R# config in repo
2020-10-06 20:35:48 +02:00
Robert
61a5cd09a6 Effects - Fixed post processing effects not being applied
Property tree - Fixed drag and drop interfering with property dragging
2020-10-06 19:45:30 +02:00
Robert
e2918798a4 Data model paths - Allow empty paths pointing directly to the target 2020-10-06 19:28:18 +02:00
Robert Beekman
9e39a849e9 Merge pull request #475 from diogotr7/feature/modifier-hue
Added a data binding modifier that rotates the hue of a color
2020-10-05 23:14:05 +02:00
SpoinkyNL
b5473cfb2c Darthification - Added missing file
Data model paths - Fixed null ref in DisplayPath
2020-10-05 23:13:42 +02:00
SpoinkyNL
ae64db8a13 Darthified code 2020-10-05 22:50:29 +02:00
Diogo Trindade
dd1d9fe6fe explicitly identify out variables, removed debugging temp variable 2020-10-05 21:49:15 +01:00
Robert
5b80c1e4fe Data model debugger - Display prefixes and affixes 2020-10-05 20:32:47 +02:00
Robert
3fcfe4ceec Data model paths - Added support for lists
Data model paths - Added deferred compilation to accessors
Data models - Fixed property name being empty sometimes
Plugins - Fixed disabling plugins that failed to load
2020-10-05 19:52:22 +02:00
Robert Beekman
3be217a33b Merge pull request #474 from diogotr7/feature/add-dynamic-return
Made AddDynamicChild return the datamodel added
2020-10-05 19:01:10 +02:00
Diogo Trindade
b0928faccc Added a data binding modifier that rotates the hue of a color 2020-10-05 16:57:32 +01:00
Diogo Trindade
36571471cf Made AddDynamicChild return the datamodel added 2020-10-04 23:06:40 +01:00
SpoinkyNL
8f552d0f71 Dynamic data models - Rewrote the visualization to use leverage new core APIs 2020-10-04 22:06:21 +02:00
SpoinkyNL
26db794467 Dynamic data models - Finished abstraction of paths 2020-10-03 00:19:14 +02:00
Robert
3d92c9185f Dynamic data models - WIP 2020-10-02 19:49:37 +02:00
Robert
b7b012f863 Merge remote-tracking branch 'origin/master' 2020-10-01 20:36:59 +02:00
Robert Beekman
959c5858ff Update README.md 2020-10-01 19:54:51 +02:00
Robert
8470d06eb7 Dynamic data models - Expanded data model API 2020-10-01 19:07:28 +02:00
SpoinkyNL
7c394192fd Profile editor - Tweaked data bindings update behavior in editor 2020-09-30 21:29:05 +02:00
SpoinkyNL
a19e754f7c Dynamic datamodels - Added some required models 2020-09-29 21:56:40 +02:00
Robert
882fe44c20 Merge remote-tracking branch 'origin/master' 2020-09-29 19:30:31 +02:00
Robert
e2f2f7ca65 Direct databindings - Added a large amount of modifiers
Direct databindings - Allow modifiers to have a different input parameter
Direct databindings - Categorised modifiers
Direct databindings - Added descriptions to modifiers
2020-09-29 19:09:34 +02:00
Robert Beekman
bab2b5dbc8 Merge pull request #472 from F-Lehmann/master
Added Layout for Corsair ML PRO RGB Fan
2020-09-28 19:16:47 +02:00
Felix Lehmann
0910f491b4 Added Layouts for:
Gskill TridentZ RGB
ROG STRIX Z390-F
Logitech G935
Logitech G502
Logitech Powerplay
2020-09-28 14:39:59 +02:00
Felix Lehmann
dcb5a750ce resized Corsair Fans to 120mm 2020-09-28 00:17:04 +02:00
SpoinkyNL
7e8dea351b Conditions - Fixed a null check during value retreival
Test data model - Moved to right folder
2020-09-27 23:01:08 +02:00
Felix Lehmann
f0dcaa6fa6 Added Layout for Corsair ML PRO RGB Fan 2020-09-27 22:59:29 +02:00
SpoinkyNL
e30e37e8e3 Modules - Improved override behavior when activation reqs are met
Profile editor - Fixed error when pressing play without a selected element
2020-09-27 22:09:28 +02:00
SpoinkyNL
fc91fd7225 Modules - Default UpdateDuringActivationOverride to false 2020-09-27 21:28:44 +02:00
SpoinkyNL
bdad5b9511 Conditions/databindings - Fixed data model display option
Databindings - Fixed data bindings UI dissapearing on rapid clicks
2020-09-25 22:23:14 +02:00
SpoinkyNL
8294cc306a Profile import - Fixed and streamlined functionality 2020-09-25 21:32:53 +02:00
Robert
a5455c26d6 Conditions - Removed animations that made the UI feel sluggish
Profile editor - Fixed effects toggle sometimes dissapearing
Property tree - Replaced TreeView with custom implementation
Property tree - Fixed minus/plus numpad keys collapsing the tree
2020-09-25 20:19:53 +02:00
Robert
fa329a9048 Shared UI - Moved initialization code
Color picker - Added toggle to preview color on devices
Settings - Added toggable auto-save
2020-09-24 21:33:56 +02:00
SpoinkyNL
33373bda57 Conditions - Added null-checks to accessors
Conditions - Simplified operators, removing unnecessary expression trees
2020-09-24 00:02:53 +02:00
Robert Beekman
ad3581a93a Merge pull request #471 from diogotr7/feature/tray-debugger
Added a tray menu option to open the debugger window
2020-09-23 21:18:22 +02:00
Robert
74689b5daf Conditional databindings - Added virtualization to the condition list 2020-09-23 20:24:00 +02:00
Robert
b73ea53622 Databindings - Added conditional databindings
Conditions - Added easy method for null-handling in operators
2020-09-23 19:26:44 +02:00
Diogo Trindade
983911d148 Added a tray menu option to open the debugger window 2020-09-23 15:54:11 +01:00
Robert
b19cc6ca54 Core - Added conditional data bindings 2020-09-22 22:04:48 +02:00
SpoinkyNL
4746719f9d Conidtions - Clean up list VM 2020-09-21 23:57:15 +02:00
Robert Beekman
4d7d5a3710 Revert "Create Artemis_Core_ApplicationUtilities_Shutdown_System_Int32_System_Boolean_.md"
This reverts commit a600210e8c6949aaff298d8361c0f66c35066400.
2020-09-21 21:52:03 +02:00
Robert Beekman
a5b95d72c0 Create Artemis_Core_ApplicationUtilities_Shutdown_System_Int32_System_Boolean_.md 2020-09-21 21:40:15 +02:00
Robert
2547b6a8bf Plugins - Gave each plugin its own child Ninject kernel
Plugins - Added support for validation in VMs
2020-09-21 21:05:00 +02:00
Robert
693ea29600 Conditions - Finished list support 2020-09-21 20:22:11 +02:00
Robert
0537adc27a UI - Moved frame time to appbar to avoid Win+Tab issue
UI - Cleaned up home page
Overlay module - Removed test activation requirements
Debugger - Fixed rendering image scaling
Surface editor - Attempted to fix movement of devices without a layout
2020-09-21 19:39:14 +02:00
SpoinkyNL
8aba0a55ec Conditions - Big refactor to prepare for conditional databindings
Conditions - Improved list-condition functionality
2020-09-20 21:34:27 +02:00
SpoinkyNL
a646ff95ed Data model - Improved encapsulation
Conditions - Renamed from DisplayConditions to DataModelConditions to better match their nature
Core - More documentation
2020-09-19 11:43:49 +02:00
SpoinkyNL
6b93b1c878 UI dialogs - Added suffix texts to the text fields where applicable 2020-09-18 22:24:01 +02:00
SpoinkyNL
46955415a6 Merge remote-tracking branch 'origin/master' 2020-09-18 22:19:17 +02:00