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

1665 Commits

Author SHA1 Message Date
Robert
98b9770250 Device properties - UI polish (the shiny kind)
Conditions - Open existing condition path on click
2021-03-11 00:44:46 +01:00
Robert
902210e48a Merge branch 'development' 2021-03-10 23:17:26 +01:00
Robert
d5d1211649 Plugins - Load features by their info before enabling plugins
General - Added missing XML comments
2021-03-10 20:53:37 +01:00
Diogo Trindade
d4a0b0710c Process Monitor - Switched to Processes instead of strings 2021-03-10 16:04:25 +00:00
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
Robert
fa26e6b7da Plugin settings - Open settings as an extra window instead of a dialog
Conditions UI - Display condition results while editing
Conditions UI - Added event trigger indicator while editing
2021-03-09 23:30:06 +01:00
Diogo Trindade
94fac36ffe Web Server - Added ProfileModule override to DataModelJsonPluginEndPoint 2021-03-09 21:24:18 +00:00
Robert
b209bfd833 Devices - Added keyboard layout selection logic
UI - Improved plugin settings tab performance, added search text highlighting
2021-03-09 21:33:35 +01:00
Robert
46d3a288e9 UI - Added keyboard layout selection UI 2021-03-09 00:30:11 +01:00
Diogo Trindade
ea1633c322 Fixed compile-time error with newer Visual Studio
for some reason this breaks on newer vs / dotnet versions
2021-03-08 23:08:58 +00:00
Diogo Trindade
ab0088ed10 Merge branch 'master' into development 2021-03-08 23:08:01 +00:00
Robert Beekman
7c00a43369 Update azure-pipelines-rgbnet.yml for Azure Pipelines
[skip ci]
2021-03-06 00:17:30 +01:00
Robert
acbe994410 Merge branch 'RGB.NET_update' 2021-03-06 00:15:20 +01:00
Robert Beekman
f96a3d4ba2 Update azure-pipelines-rgbnet.yml for Azure Pipelines
[skip ci]
2021-03-06 00:13:58 +01:00
Robert
4b914718e6 Further RGB.NET updates 2021-03-06 00:07:40 +01:00
Robert
5bcba8a4a5 Device properties - Changed doubles to floats for RGB.NET update 2021-03-05 16:18:12 +01:00
Robert
da90c0d3a1 Merge branch 'master' into RGB.NET_update 2021-03-05 15:40:15 +01:00
Robert
f56186b1d8 Merge branch 'development' 2021-03-04 23:34:03 +01:00
Robert
dbdeb7568b Plugins - Fixed double-dipping Disable on Dispose 2021-03-04 19:22:49 +01:00
Robert
bb1ace0941 Merge branch 'better-databindings' into development 2021-03-04 20:26:18 +01:00
Robert
a57dda8485 Data bindings - Added migration to identifier-based storage 2021-03-04 20:05:23 +01:00
Robert
6ba3e6941d Color gradient property - Trigger PropertyChanged on data binding update 2021-03-04 20:02:07 +01:00
Robert
ef66511564 Data bindings - Update UI on registration changes
Data bindings - Tweaked UI tabs to handle a large amount of properties better
Color gradient property - Update data binding properties on stop add/remove
2021-03-04 19:17:17 +01:00
Robert
e82e277758 Merge branch 'development' 2021-03-04 00:27:11 +01:00
Robert
c47e873510 Plugin endpoints - Added DataModelJsonPluginEndPoint 2021-03-04 00:26:30 +01:00
Robert
18592502fd Profiles - Fixed event rapid trigger mode not triggering a save
Events - Fixed replacing the event during update breaking existing event conditions
2021-03-03 20:19:34 +01:00
Robert
f4ad41cbd4 Data bindings - Simplified getter/setter code 2021-03-02 21:41:56 +01:00
Robert
d3128e17f1 Merge branch 'development' 2021-03-02 20:38:37 +01:00
Robert
267e8e6a1e Data bindings - Rework internals to support more situations 2021-03-02 20:22:49 +01:00
Robert
b5f31553c6 Auto-update - Move installer to application data 2021-03-02 20:02:33 +01:00
Robert Beekman
72f8175dc1 Update README.md
[skip ci]
2021-03-02 19:26:27 +01:00
Robert
5135a8839b Device properties - Reworked window and merged with the debug window 2021-03-02 00:07:54 +01:00
Robert
eefc5630f3 Core - Don't disable already disabled plugins on dispose 2021-02-28 17:15:28 +01:00
Robert
b27803b8c0 Merge branch 'development' 2021-02-28 11:03:02 +01:00
Robert
5b00c8f524 Readme - Expanded build instructions to include Artemis.Plugins
Debugger - XAML cleanup
2021-02-28 11:02:34 +01:00
Robert
41b8038b74 Data model debugger - Fixed dictionaries causing the debugger to fail
Data model debugger - Added realtime updating (can be disabled)
2021-02-27 23:26:56 +01:00
Robert
ea8972a415 Merge branch 'development' 2021-02-25 21:48:38 +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
1ea2e2bee7 Devices - Ported color correction code to RGB.NET 2021-02-25 19:58:40 +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
2e859bc84c Small RGB.NET update 2021-02-25 00:42:25 +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
Robert
8795500991 UI - Fixed tray icon tooltip positioning 2021-02-24 20:30:17 +01:00
Robert Beekman
fac184c1a3 Force building RGB.NET release builds 2021-02-24 19:31:33 +01:00
b1d54a2ea9 Merge branch 'RGB.NET_update' of https://github.com/SpoinkyNL/Artemis into RGB.NET_update 2021-02-24 13:06:40 +01:00
Robert
154c1393c2 CSPROJ - Formatting 2021-02-24 21:07:01 +01:00
62497fa188 Updated to use a simpler texture 2021-02-24 13:05:50 +01:00