Robert
e4c1c99e27
Debugger - Added datamodel debugger
...
Shared UI - Added data model VMs
2021-11-20 22:48:32 +01:00
Robert
b963aa0909
Window Service - Always provide current window as parent
...
Plugins - Allow self-binding of unregistered services
Plugins UI - Style settings window
2021-11-13 00:23:09 +01:00
Diogo Trindade
56f5b91f11
Core - Replaced plugin folder mentions with a constant
...
Added linux support for opening a folder
Should also fix some case sensitive inconsistencies
2021-11-08 21:52:10 +00:00
Robert
ff55168f23
UI - Added device visualizer and rudementary panzoom
2021-10-24 15:40:31 +02:00
Robert
1784d2b8b5
UI - Added Avalonia projects
2021-10-09 23:51:42 +02:00
Robert
daac4e44ee
Plugins - Remove related device settings when clearing plugin settings
2021-09-22 21:42:42 +02:00
Robert
35f27b14df
Core - Added --no-plugins launch parameter, this closes #574
...
UI - Slightly reduced input provider CPU usage
2021-08-25 13:51:20 +02:00
Robert
9179010e12
Plugins - Added retry system when auto-enabling features
2021-07-24 20:42:33 +02:00
Robert
66b1620441
Plugins UI - Improved error reporting on exceptions during enable
2021-07-22 23:35:08 +02:00
Robert
4e8d0bf70b
Plugins - Remove old code for renaming plugins from early versions
2021-07-18 20:11:58 +02:00
Robert
a7c7d74e03
Profile configuration - Implemented hotkeys
...
Plugin import - Fixed folders causing errors in some ZIP formats
2021-06-13 21:36:47 +02:00
Robert
496f0e9b74
Plugin import - Overwrite existing folder if needed
...
Plugin import - Enable newly imported plugins straight away
2021-06-09 22:10:34 +02:00
Robert
4c3e9b2784
Modules - Automatically determine IsAlwaysAvailable
...
Plugins - Clean up old files
2021-06-03 22:56:11 +02:00
Robert
a6f52ce4a0
Core - Refactored (unused) queued actions system
2021-05-25 23:15:40 +02:00
Robert
1660519bee
UI - Avoid opening the main window multiple times from tray
...
Profiling - Thread safety and use high precision counters
Profiling - Profile timed updates
Timed updates - Added argument to give timed updates a name
Plugins - Affix plugin folders with a part of the plugin GUID
Debugger - Added 95th percentile column to profiling
Debugger - Fix scrolling in performance profile tab when hovering over datagrids
2021-05-17 17:26:49 +02:00
Robert
4b24834fd6
Plugins - Added profiling API
...
UI - Added profiling tab to debugger
2021-05-16 20:22:13 +02:00
Robert
77be79dde5
Prerequisites - Finalized UI logic surrounding install/remove
2021-05-02 23:00:48 +02:00
Robert
21700aaad5
Plugins - Reworked bootstrapper
2021-04-30 17:39:58 +02:00
Robert
5cae14efd3
Prerequisites - Moved to PluginInfo and FeatureInfo
...
Features don't have instances until they are enabled so this made sense, Plugins followed suit for consistency's sake
2021-04-28 17:06:47 +02:00
Robert
0cfddcbbaf
Plugin prerequisites - Added UI for installing/removing prerequisites
...
Plugin settings - Added button to reload plugin from disk
Confirm dialogs - Made cancel text optional so you can hide the button
2021-04-28 00:33:56 +02:00
Robert
19679c0ba6
Plugins - Added prerequisites system
2021-04-25 23:18:00 +02:00
Robert
992657b0c5
UI - Improved exception dialog shown at early startup failure
...
Plugins - Provide a better error message on built in plugin installation failure
Conditions - Added better null/not null checks for strings
2021-04-10 19:32:21 +02:00
Robert
a2df88bab9
Core - Avoid restart loop if failing to drop admin permissions
...
Profile editor - Close brush/effect dialog if said brush/effect is unloaded
Webserver - Fixed ServerUrl value containing a wildcard instead of localhost
2021-03-31 19:45:32 +02:00
Robert
1eebb1f247
Plugins - Added button to delete plugin settings
...
UI - Try to release SDKs on Windows logout/shutdown
Plugins UI - Increased width and fixed long feature names not wrapping
2021-03-30 19:15:16 +02:00
Robert
5545bdb783
Plugins - Fixed GetFeature<T> always returning null
...
Plugins - Added AlwaysEnabled property to [PluginFeature] attribute
2021-03-26 19:39:48 +01:00
Robert
985a94dbaf
Plugin settings - Restart Artemis for plugins that require admin rights
...
Setup wizard - Restart Artemis device providers that require admin rights
Setup wizard - Gracefully handle errors during device provider enable
Profile editor - Select a valid default brush on clean installs
2021-03-11 20:27:54 +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
Robert
3c29c3aeeb
Plugins - Added removal of plugins
...
Plugins - Added updating plugins at runtime
2021-02-25 21:48:24 +01:00
Robert
b154badd9c
Devices - Added custom layout loading
2021-02-19 16:42:09 +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
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
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
10e6cdc54b
Code style - Omit the type in a new expressions
2020-12-18 17:54:01 +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
c5e3750172
UI - Added device layout path to device debugger, this closes #494
2020-11-30 20:27:56 +01:00
Robert
a5e2dc81a4
Core - Moved JSON calls into a helper
2020-11-26 19:17:20 +01:00
Robert
190d64b497
Core - Removed JsonConvert.DefaultSettings assignement
...
This could break libraries used by plugins, this closes #501
2020-11-26 19:15:52 +01:00
SpoinkyNL
9e75131948
Core - Moved first run code to the static utility class
...
Core - Improved first run code, this closes #504
Storage - Fixed some migrations on fresh databases
2020-11-23 22:11:26 +01:00
SpoinkyNL
810db36191
Input - Added basic input stuff
2020-11-22 00:01:55 +01:00
SpoinkyNL
fb3466e102
Core - Nullable refactoring
...
Core - Nullable refactoring
Core - Nullable refactoring (finish)
2020-11-17 22:50:38 +01:00
Robert
a3cd32f6c4
Core - Added XML comments to all remaining public members/methods
...
Core - Refactored a lot of code for nullable reference types
2020-11-16 20:16:06 +01:00
SpoinkyNL
991c5fd955
Profiles - Tweaked render pipeline, improving render performance by ~40%
2020-11-15 17:38:06 +01:00
Robert
c146479393
Plugins - Implemented features enable/disable UI
2020-11-12 21:48:17 +01:00
SpoinkyNL
e812929215
Plugins - Implemented features
...
Core - Removed Stylet dependency for #500
2020-11-11 23:53:52 +01:00