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

498 Commits

Author SHA1 Message Date
Robert
ca7af1d142 Auto-update - Don't check for updates until after core init finished
Tray - Attempt to more reliably hide icon on application close
Auto-run - Implemented dropping of permissions
2021-01-25 19:33:21 +01:00
SpoinkyNL
097a5275e2 Auto-run - Moved to task-based approach (WIP) 2021-01-24 23:16:13 +01:00
SpoinkyNL
4d0a6fc330 Plugins - Fixed a deadlock during plugin load 2021-01-22 00:24:01 +01:00
Robert
75b4b72f9f Logs - Write logs to program data folder, more consistent & closes #530 2021-01-21 19:41:38 +01:00
Robert
de5b8e4458 Plugins - Added RequiresAdmin boolean
Utilities - Simplified shutdown method signature
Utilities - Added restart method with option to elevate
Core - Moved actual shutdown/restart logic to UI
2021-01-21 19:25:46 +01:00
Robert
281c18200a Merge remote-tracking branch 'origin/master' 2021-01-19 19:58:26 +01:00
Robert
52a9253846 Layer property - Removed generic events in favor of regular ones
Layer property - Added API for easy hiding/showing properties depending on the state of another property 
Layer property - Made properties on property groups opt-out instead of opt-in, you can opt out with [LayerPropertyIgnore] attribute
2021-01-19 19:32:31 +01:00
SpoinkyNL
9ba8f87c81 Input - Fix keys stuck on Ctrl+Shift+Esc or Ctrl+Alt+Del - closes #509 2021-01-17 11:51:14 +01:00
SpoinkyNL
7dc157fa34 Merge remote-tracking branch 'origin/master' 2021-01-16 22:41:17 +01:00
SpoinkyNL
ea6c081f22 Core - Log exceptions in timed updates, this closes #508 2021-01-16 18:18:27 +01:00
SpoinkyNL
30c4314f1d UI - Added desktop notifications API 2021-01-10 12:49:36 +01:00
SpoinkyNL
883fccef7b Updating - Added UI for updating (actual update not yet implemented)
Shared UI - Added message service for easy access to the snackbar 🍟
2021-01-10 00:20:01 +01:00
Robert
29afe43177 RGB.NET - Use net5.0 binaries 2020-12-29 19:47:56 +01:00
Robert
78fc463085 Layers - Move brush property to the top of the general property group 2020-12-24 20:22:17 +01:00
Robert
051d981a01 Merge remote-tracking branch 'origin/master' 2020-12-24 19:56:48 +01:00
Robert
9fd0f921b5 Profile editor - Improved scrubbing past layer timeline bounds 2020-12-24 19:30:34 +01:00
SpoinkyNL
0d3ed19edb Input - Added keyboard toggle status (for caps, numlock etc) 2020-12-21 22:42:12 +01:00
Diogo Trindade
2105cf5e1d Core - Fixed plugin feature enabling / disabling not being handled properly 2020-12-20 20:45:39 +00:00
SpoinkyNL
4db66e1e3e Profile editor - Refactored a lot of VMs so they clean up nicely 2020-12-20 18:13:56 +01:00
SpoinkyNL
0dac4c7387 Profile editor - Simplified data binding behavior 2020-12-18 19:30:10 +01:00
SpoinkyNL
10e6cdc54b Code style - Omit the type in a new expressions 2020-12-18 17:54:01 +01:00
Robert
099f56f4fe Profile editor - Added option to always update all data bindings
Profile editor - Moved data binding updating to main update loop
2020-12-18 22:44:17 +01:00
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
746c42e538 Surface editor - Prevent LED overlaps 2020-12-14 19:56:00 +01:00
SpoinkyNL
52809a6c9a Syntax style 2020-12-12 23:28:26 +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
Diogo Trindade
a504a5f4e1 Calibration - Moved color calibration reversion to ArtemisLed 2020-12-12 15:16:26 +00: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
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
Robert
9480cf5c32 Core - Aggregate update exceptions, this closes #496 2020-12-10 19:54:48 +01:00
Robert
dcd4a85e37 Surface editor - Auto-arrange new configs by default 2020-12-09 23:03:49 +01:00
SpoinkyNL
8c42c916e8 Data bindings - Enabled boolean binding 2020-12-08 23:28:16 +01:00
SpoinkyNL
186d012087 Core - Simplified and improved render scaling 2020-12-08 22:54:54 +01:00
Diogo Trindade
f3636c6984 Surface Editor - Added TextBoxes to the calibration window 2020-12-08 14:55:50 +00:00
SpoinkyNL
18359c443f Merge remote-tracking branch 'origin/master' 2020-12-07 23:56:55 +01:00
SpoinkyNL
c5530cac12 Surface arrangement - Tweaked code 2020-12-07 23:56:45 +01:00
Diogo Trindade
af99c256ab Calibration - Initial color calibration 2020-12-07 19:20:57 +00:00
Robert
d3d0ac9c9a Plugins - Prevent crash when multiple plugins use HidSharp 2020-12-07 19:40:14 +01:00
SpoinkyNL
220222d102 Surface editor - Added auto-arrange 2020-12-06 23:40:53 +01:00
SpoinkyNL
f05740a5f1 Core - Provide BitmapBrush with the currently active surface
UI - Small style change to the confirmation dialog
Surface - Add API to get an ArtemisLed by its corresponding RGB.NET LED
Devices - Add API to get an ArtemisLed by its corresponding RGB.NET LED
Devices - Add API to get an ArtemisLed by its corresponding RGB.NET LedId
2020-12-04 23:35:13 +01:00
SpoinkyNL
5b0e1c91dd Keyframes - If needed enable keyframes on properties when pasting 2020-12-03 19:48:03 +01:00
Robert
1ccffd8a4d Meta - Update Nuget packages 2020-12-03 20:33:19 +01:00
Robert
dd73c1e4c9 UI - Updated Stylet
Keyframes - Finished copy/paste implementation
2020-12-03 19:35:38 +01:00
Robert
0fd30aef2d Merge branch 'master' into feature/keyframe-copy-aste 2020-12-03 19:02:52 +01:00
Robert
4526be2490 Databindings - Fixed stack overflow when removing databinding conditions 2020-12-03 19:01:33 +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
7c955d1134 Merge remote-tracking branch 'origin/master' 2020-12-01 20:47:54 +01:00
Robert
aae4e71d8e Profile tree - Implemented proper copy/pasting 2020-12-01 19:08:10 +01:00