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

289 Commits

Author SHA1 Message Date
Diogo Trindade
fb51e75b94 Process Monitor - simplified structure, moved everything to Core 2021-03-10 15:35:27 +00:00
Diogo Trindade
c9ee37ece8 Process Monitor - initial POC implementation
This is probably overengineered. The same could be done cross platform only using Processes.GetProcesses. I did it this way because initially i wanted to use Wmi events for process start and stop. This requires admin though, so i decided to not use it.
2021-03-10 14:39:16 +00:00
Diogo Trindade
94fac36ffe Web Server - Added ProfileModule override to DataModelJsonPluginEndPoint 2021-03-09 21:24:18 +00:00
Robert
46d3a288e9 UI - Added keyboard layout selection UI 2021-03-09 00:30:11 +01:00
Robert
4b914718e6 Further RGB.NET updates 2021-03-06 00:07:40 +01:00
Robert
da90c0d3a1 Merge branch 'master' into RGB.NET_update 2021-03-05 15:40:15 +01:00
Robert
c47e873510 Plugin endpoints - Added DataModelJsonPluginEndPoint 2021-03-04 00:26:30 +01:00
Robert
3c29c3aeeb Plugins - Added removal of plugins
Plugins - Added updating plugins at runtime
2021-02-25 21:48:24 +01:00
Robert
af4bf79936 Device providers - Fixed an issue removing device providers
Surface auto-arrange - Fixed a crash when arranging with no devices
2021-02-25 20:40:04 +01:00
Robert
a9d6b17aa4 Plugin endpoints - Added exception event
Plugin endpoints - Handle wildcard values for Accept-Charset
2021-02-25 19:42:13 +01:00
Diogo Trindade
291eabd20e Web Server Service - Changed listening URL to wildcard
this should make the web server work for both ipv4 and ipv6
2021-02-24 21:39:46 +00:00
Robert
528d082e62 UI - Removed now unused sample size setting 2021-02-24 21:30:50 +01:00
e58c0f20bb Updated to work with the new RGB.NET rendering 2021-02-24 00:45:31 +01:00
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
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
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
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
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
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
10e6cdc54b Code style - Omit the type in a new expressions 2020-12-18 17:54:01 +01:00
SpoinkyNL
15759c9289 Profile editor - Added profile duplicate 2020-12-17 21:34:41 +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
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
186d012087 Core - Simplified and improved render scaling 2020-12-08 22:54:54 +01: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
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