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
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
267e8e6a1e
Data bindings - Rework internals to support more situations
2021-03-02 20:22:49 +01:00
Robert
5135a8839b
Device properties - Reworked window and merged with the debug window
2021-03-02 00:07:54 +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
3c29c3aeeb
Plugins - Added removal of plugins
...
Plugins - Added updating plugins at runtime
2021-02-25 21:48:24 +01: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
e58c0f20bb
Updated to work with the new RGB.NET rendering
2021-02-24 00:45:31 +01:00
Robert
b4ab8f6969
Device debugger - Redesigned window
...
Surface editor - Added option to disable color overlay
2021-02-23 23:40:30 +01:00
Robert
0464abfafe
Surface editor - Display temporary color in device list
2021-02-20 23:13:28 +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
c70e7d0c00
Devices - Reimplemented LED images
2021-02-11 22:49:51 +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
6c90943944
UI - Added changes since last build to update dialog
2021-02-04 20:22:04 +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
1c10eb8aa4
Modifiers - Cannot input negative values - closes #519
2021-02-02 19:32:22 +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
Robert Beekman
45bf7e7c82
Merge pull request #534 from Artemis-RGB/feature/webserver
...
Added web server & expanded plugin features
2021-01-30 21:58:47 +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
97972b0690
UI - Pat on the back
...
[ci skip]
2021-01-28 20:06:11 +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
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
Robert Beekman
4f9120f338
Merge pull request #526 from Artemis-RGB/feature/auto-update
...
Feature/auto update
2021-01-15 21:50:05 +01:00
SpoinkyNL
36b4a10f40
Update - Display exceptions
...
Update - Run installer as admin so it well, works
2021-01-15 16:15:37 +01:00
SpoinkyNL
e3c906390d
Auto-update - Added update dialog
2021-01-12 22:32:24 +01:00
Robert
52906218dc
Profile editor - Fixed segment length dialog this closes #523
2021-01-11 22:12:31 +01:00
SpoinkyNL
8e83310384
Auto-update - Added installer update-logic
2021-01-10 23:53:41 +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
9fd0f921b5
Profile editor - Improved scrubbing past layer timeline bounds
2020-12-24 19:30:34 +01: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
3792dd53d2
Profile editor - Don't confirm when deleting layers (we have undo)
...
Profile editor - Apply new brushes before saving to fix undo crash
2020-12-16 22:39:46 +01:00