Robert
77bd62ab9c
Merge branch 'layouts' into development
2021-02-21 16:58:22 +01:00
Robert
c4b18b699d
Web server - JSON and string inputs also accept PUT
2021-02-19 16:43:19 +01:00
Robert
b154badd9c
Devices - Added custom layout loading
2021-02-19 16:42:09 +01:00
Robert
056b2bface
Surface - Removed the ArtemisSurface and reworked device loading
2021-02-16 21:46:08 +01:00
Robert
7ccc9c54fb
Devices - Updated for RGB.NET changes
2021-02-14 15:51:41 +01:00
Robert
c70e7d0c00
Devices - Reimplemented LED images
2021-02-11 22:49:51 +01:00
Robert
956ebd3313
Devices - Implemented device image loading
...
Devices - LED image loading WIP
2021-02-11 20:12:19 +01:00
Robert
e1121afdf9
Devices - Add device layout loading
2021-02-10 22:45:28 +01:00
Robert
7792b662e0
RGB.NET - Updated for latest development branch
2021-02-10 00:19:45 +01:00
Robert
606c1b80f2
RGB.NET - Updated for latest development branch
2021-02-07 22:29:30 +01:00
SpoinkyNL
4f7e35d167
Profiles - Fixed a render issue when changing LED selection
...
Plugins - Improved error wording when loading a plugin with duplicate GUID
2021-02-05 20:50:28 +01:00
SpoinkyNL
f343b3d0f8
Profiles - Fixed conditions triggering on profile load, closes #520
...
UI - Added logging startup argument, closes #532
Plugins - Added import button, closes #521
2021-02-03 19:21:04 +01:00
SpoinkyNL
bd6c93b292
Devices - Added option to disable devices
2021-02-01 19:54:28 +01:00
SpoinkyNL
25dcb16964
Plugins - Check main entry DLL casing to avoid weird namespace issues
...
Editor - Removed limit on zooming with mouseswheel, closes #528
2021-02-01 19:36:29 +01:00
SpoinkyNL
c1b0027231
Plugin features - Added PluginFeature attribute
...
Plugin features -Added PluginFeatureInfo to plugin features
Web server - Moved REST APIs to plugins
2021-01-30 21:55:29 +01:00
SpoinkyNL
46958338b9
Web API - Added end points API
...
Web API - Return unhandled exceptions in JSON
Plugin end points - Made built-in end points async
2021-01-29 20:48:40 +01:00
SpoinkyNL
fe847ad8f4
Web server - Added serveral plugin end point types
2021-01-29 00:54:27 +01:00
Robert
d6ba573456
Web server - Plugin end point API WIP
2021-01-28 19:54:04 +01:00
Robert
28e1532064
Web server - Added web server service
...
UI - Added remote management for bringing to foreground, restarting and shutting down
UI - Simplified services namespaces
2021-01-27 20:52:51 +01:00
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