1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

1135 Commits

Author SHA1 Message Date
Robert
450019f3c1 OK? 2020-09-01 20:38:13 +02:00
Robert
3e3988d72d Docs - Exclude some unneeded .NET namespaces
Docs - Exclude generated annotations
2020-09-01 20:08:13 +02:00
Robert
68ce43e834 Plugins - Exclude SkiaSharp/Stylet assets
Plugins - Only copy resources where applicable
UI - Added publish profile
2020-09-01 19:44:51 +02:00
SpoinkyNL
8a7d7445c5 Docs - Update index 2020-09-01 00:21:36 +02:00
SpoinkyNL
8718d01eae Core - Flattened namespaces
Shared UI - Flattened namespaces
Shared UI - General housekeeping
Project - Code cleanup
2020-09-01 00:14:08 +02:00
Robert Beekman
029e39ec1d Update README.md 2020-08-31 21:34:49 +02:00
Robert Beekman
f5cb4ad525 Update README.md 2020-08-31 20:55:55 +02:00
Robert
d14830e8e5 DocFX - Maybe now :> 2020-08-31 20:04:12 +02:00
Robert
57aeaf6698 Docs - My feeble attempt to get CI going 2020-08-31 19:52:59 +02:00
Robert
1fc2896906 Documentation - Added DocFX 2020-08-31 19:44:18 +02:00
SpoinkyNL
68b61cbcb2 Condition operators - Marked built-in operators as internal
Display conditions - Added docs to the service and profile types
Color gradient - Added docs
Storage - Moved profile entities to separate namespaces
Data bindings - Added entities to storage
Data bindings - Started implementing in the core
2020-08-30 23:09:38 +02:00
SpoinkyNL
8d88b14d78 Profile editor - Fixed tree responsiveness while moving elements 2020-08-30 13:12:39 +02:00
Robert
ef9cfb9ce8 Project - Cleaned up some test code
UI - Added scaffolding for databindings
2020-08-28 21:34:28 +02:00
Robert
a177188ce7 Shared UI - Renamed DataModelVisualizationService
Databindings - Started on some basic UI elements
2020-08-27 20:46:20 +02:00
Robert
babd862b40 UI - Made module tabs uppercase since that's what we do
Modules - Finished module ordering
2020-08-27 19:47:27 +02:00
SpoinkyNL
bfb122e95a Modules - Ordering WIP 2020-08-27 00:21:44 +02:00
SpoinkyNL
d62d389d9f Modules UI - Fixed activation view not subscribing sometimes
Core - Don't attempt to catch a timeout during module override, only pain down that route
2020-08-26 22:16:30 +02:00
Robert
8d756128e4 Modules - Added activation requirements tab
Profile editor - Only override active profile with profile editor tab open
2020-08-26 19:38:44 +02:00
Robert
90383f2e41 Merge remote-tracking branch 'origin/master' 2020-08-26 19:38:43 +02:00
Robert
91157fea5b Project - Cleaned up all project files
Project - Ensured every project only has x64 build configs
Project - Removed WPF from projects where not needed
2020-08-26 19:33:02 +02:00
SpoinkyNL
2093c5cb9e Profile editor - Remove now unnecessary delay when activating 2020-08-26 00:39:11 +02:00
SpoinkyNL
cf8e6e1b2b Modules - Added IsActivatedOverride which indicates exactly that
Core - During creation ensure all local users can access the data folder
Core - Wrap exceptions during module enable/disable in PluginExceptions
2020-08-26 00:26:29 +02:00
SpoinkyNL
0beae810ea Profile editor - Fixed some race conditions with active module override 2020-08-25 20:40:19 +02:00
Robert
ccd04494f4 Merge remote-tracking branch 'origin/master' 2020-08-24 20:35:56 +02:00
Robert Beekman
f4f36ce899 Update README.md
Added VS extension
2020-08-24 20:08:24 +02:00
Robert
ed479abebc Modules - Added enable override mechanism
Profile modules - Added animated module enable/disable
2020-08-24 19:23:29 +02:00
SpoinkyNL
73e992bbb7 Layer effects - Normalized method naming 2020-08-23 23:17:33 +02:00
SpoinkyNL
e27f658cea Plugins - Adjusted namespaces 2020-08-21 22:32:46 +02:00
Robert
625fcbafdd Plugins - Simplified and streamlined the way plugins provide VMs
Plugins - Added dependency injection to all plugin VMs
Plugin settings - Allow injecting plugin settings into any class defined in the plugin assembly
2020-08-21 20:22:46 +02:00
Robert
a06ad8f011 Marked all service implementations as internal
Core - Enabled XML docs
Modules - Added DI to module VMs
2020-08-19 19:45:22 +02:00
Robert
ae9bdecef1 Settings UI - Seperated tabs into different VMs 2020-08-19 19:39:34 +02:00
SpoinkyNL
8b8fe3a3ec UI - Fixed potential issue with fullscreen apps
Removed the MainWindowHandle constant as it was causing issues in combination with the tray icon
2020-08-18 23:47:45 +02:00
Robert
31dd4472a8 Merge remote-tracking branch 'origin/master' 2020-08-18 19:33:52 +02:00
Robert
04f2162bcd Core - Implemented module priority
Settings UI - Module priority modification UI WIP
2020-08-18 19:06:19 +02:00
Robert Beekman
894a76ff2e Update README.md 2020-08-17 20:04:08 +02:00
SpoinkyNL
6a32ecc3a4 Modules - Added activation mechanism and conditions 2020-08-16 23:44:59 +02:00
SpoinkyNL
12456519d5 Display conditions - Finished list conditions 2020-08-16 16:14:48 +02:00
SpoinkyNL
75e2fb1689 Profile editor - Moved files 2020-08-15 17:53:12 +02:00
Robert
f359256ede Display conditions - Seperate list conditions into their own type 2020-08-13 21:00:29 +02:00
Robert
f2f77da953 Display conditions - Implemented lists in the core, UI needs more work 2020-08-12 23:32:30 +02:00
SpoinkyNL
ae708fa26a Display conditions - List predicates WIP 2020-08-11 22:54:14 +02:00
Robert
cb69760971 UI - Moved exception viewer to its own seperate window
Conditions - Started adding list conditions
2020-08-11 22:47:41 +02:00
SpoinkyNL
f21ade955d Profiles - Fixed PerLayerBrush clip rendering issue on transform
Profile service - Store the active profile whenever it changes
2020-08-10 23:37:33 +02:00
Robert
fb93ad16fe Merge branch 'profile-dispose' 2020-08-10 19:48:23 +02:00
Robert
d955bc8635 Profiles - Finished dispose implementation
Profiles - Added transition between active profiles
Core - Added startup animation
2020-08-10 19:16:21 +02:00
SpoinkyNL
c0bdd8cf26 Profiles - Dispose WIP 2020-08-09 22:34:45 +02:00
Robert
1f70c65651 Profile editor - Continuously update datamodel in cond. target select
Profile editor - Fixed undo/redo sometimes not registering Ctrl+Z/Ctrl+Y
Profile editor - Added feedback messaging to undo/redo
2020-08-07 21:29:34 +02:00
SpoinkyNL
c5dbe73000 Profile editor - Continue updating datamodel in editor
Display conditions - Added setting to display current values while selecting condition targets
2020-08-06 22:09:28 +02:00
SpoinkyNL
8ca671fa84 Amend 2020-08-03 22:41:32 +02:00
SpoinkyNL
10c839f8c9 Color brush - Added linear gradient rotation
Profile editor - Updated conditions UI
2020-08-03 22:41:13 +02:00