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

2314 Commits

Author SHA1 Message Date
RobertBeekman
a282bf3fd7
Merge pull request #713 from Artemis-RGB/feature/avalonia
Avalonia port
2022-08-20 21:54:53 +02:00
Robert
7e62f71ec4 Merge remote-tracking branch 'origin/feature/avalonia' into feature/avalonia 2022-08-20 21:48:50 +02:00
Robert
7a7d0ab387 Linux input provider - Style fixes
Nodes - Added display value node
Nodes - Updated help link
2022-08-20 21:48:46 +02:00
Diogo Trindade
ead59635f0 Linux - Added absolute mouse events and commented out debug logs 2022-08-20 17:10:02 +01:00
Robert
f9b3bc9377 Workshop - Disable in release builds 2022-08-20 18:02:35 +02:00
Diogo Trindade
6fe93ab2f7 Linux - Fixed input provider warnings 2022-08-20 16:48:02 +01:00
Robert
090d5b76e8 Startup wizard - Implemented auto-run and update settings 2022-08-20 17:45:30 +02:00
Robert
bfa1d60dec Profile editor - Fix crash when there are no devices 2022-08-20 16:46:43 +02:00
Robert
a2a063c136 UI - Fix build warnings
UI - Add remote controller
2022-08-20 13:42:45 +02:00
Robert
1779629bc6 CI - Turn of ready to run (comparing size) 2022-08-20 12:32:35 +02:00
Robert
0944d532a5 CI - Updated to build Avalonia project 2022-08-20 12:18:23 +02:00
Robert
a8b56c3137 CI - Updated to build Avalonia project 2022-08-20 11:50:40 +02:00
Robert
6c5298902f CI - Updated to build Avalonia project
Meta - Clean up build configs
2022-08-20 11:34:25 +02:00
Robert
e99af6c44b Sidebar - Fix importing 2022-08-20 10:43:51 +02:00
Robert
340a309f9a Core - Don't retry loading plugins after shutdown has been initialized
Meta - Update packages
2022-08-20 10:43:44 +02:00
Robert
34799fd440 Packages - Updated Avalonia and friends 2022-08-18 21:06:23 +02:00
Robert
9da71f7b97 Editor - Fixed a bunch of memory leaks 2022-08-18 20:13:15 +02:00
Robert
84b394fc51 Profile tree - Prevent dragging while renaming
Profile tree - Prevent hotkeys while renaming
2022-08-17 22:48:13 +02:00
Robert
9602934342 Profile editor - Added focusing indicator 2022-08-15 22:42:24 +02:00
Robert
1f311d2295 Profile editor - Added focusing 2022-08-14 14:11:39 +02:00
Robert
3f52279305 Profile - Blending mode fixes
Nodes editor - Adhere to cable display settings
Profile - Added focus layer option
2022-08-14 10:18:17 +02:00
Robert
e401fdf964 Editor - Autofit surface on open
Data model picker - Expand on double click
2022-08-13 17:09:53 +02:00
Robert
b0c7dd4290 Layers - Fixed blend mode not being applied 2022-08-13 11:32:58 +02:00
Robert
19d47ec9f5 Profiles - Fixed resetting state and reset profiles after editing them 2022-08-13 11:18:24 +02:00
Robert
041ed8e0a0 Visual Scripting - Fixed storage issues where connections would be lost
Visual Scripting - Added node duplication
2022-08-13 11:17:47 +02:00
Diogo Trindade
c325a29cc0 Core - Fixed default plugin path 2022-08-10 15:50:40 +01:00
Robert
b4242a2dfc Nodes - Tweak pin collection visuals
Nodes - Added counter node that counts from 0.0 to 1.0
Nodes - Added color ramp node
Gradient picker - Remove tilt from preview
2022-08-09 20:46:09 +02:00
Robert
39a52591b6 UI - Use AssemblyTitle instead of AssemblyName 2022-08-07 20:20:44 +02:00
Robert
87e87ae15d Debugger - Replaced NavigationView in favor for something simpler 2022-08-07 16:19:41 +02:00
Robert
faf5302975 UI - Rename each OS assembly to Artemis 2
UI - Added auto-run
UI - Added auto-update
2022-08-07 14:15:18 +02:00
Robert
20af5e9c21 Plugins UI - Search on UI thread 2022-08-04 23:29:18 +02:00
Robert
8ede4cb606 Plugins UI - Populate list on background prio 2022-08-04 23:27:46 +02:00
Robert
6fd66ad447 Plugins UI - Use ItemsRepeater to fix page load time 2022-08-04 23:25:38 +02:00
Robert
e9566ca689 Storage - Added migration to clear the DB
Profile - Don't store empty visual scripts
Profile tree - Improved drag & drop
2022-08-04 23:01:27 +02:00
Robert
73a80ef476 Plugins - Don't load incompatible plugins 2022-08-02 21:17:53 +02:00
Robert
dc17253518 Visual scripting - Added pin disconnect with MMB
Visual scripting - Added min and max node
2022-08-01 22:26:11 +02:00
Robert
b6e0c0fb66 Sidebar - Added category reordering
Sidebar - Fix disabled profiles not fading
Sidebar - Fix module missing when editing existing profile configs
Profile - Remove old undo/redo code
2022-08-01 20:42:56 +02:00
Robert
5873df250d Core - Added missing property changed calls in ProfileConfiguration
Sidebar - Added suspended status indicators
2022-07-31 21:24:02 +02:00
Robert
7667cc5473 Tray icon - Fix show on click 2022-07-31 17:55:53 +02:00
Robert
d1c1e6e894 Editor - Don't lock up UI while loading panels 2022-07-31 17:49:15 +02:00
Robert
cde750548d Editor - Always tick after executing a command 2022-07-31 17:37:47 +02:00
Robert
5c4175ed9c Editor - Fixed suspending layers
Editor - Disable suspending layers with spacebar
Nodes - Fixed changed event source node not using numerics
Nodes - Simplify checking wether a pin is numeric
2022-07-31 17:17:37 +02:00
Robert
eec2419005 Profiles - Fix brush properties being carried over from previous brush 2022-07-30 21:55:28 +02:00
Robert
3625d1ad11 Plugin settings - Only enable install/uninstall prereqs when applicable
Sidebar - Added missing context menu on profiles
2022-07-30 21:24:55 +02:00
Diogo Trindade
45e810c3ac UI - Fixed Tray Icon on Linux 2022-07-30 19:43:42 +01:00
Robert
1210dc3f63 Setup wizard - Added and auto-show on home open
UI - Slightly darkened W11 effect
2022-07-29 22:01:36 +02:00
Diogo Trindade
5c1da6d2c4 Fixed settings being broken on linux
(again)
2022-07-29 20:00:16 +01:00
Diogo Trindade
d91fc93ff2 Linux - Fixed invalid culture when picking layout 2022-07-29 17:04:13 +01:00
Robert
5d6208f852 Node script window - Always update the script while open 2022-07-28 21:45:58 +02:00
Robert
0e3d26e89e DraggableNumberBox - Fixed min and max value 2022-07-28 21:09:48 +02:00