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

789 Commits

Author SHA1 Message Date
Robert
2ae1f5f56c Node editor - Added node creation by dropping cables in empty space
Node editor - Added undo/redo to static value nodes
UI - Throw exception when binding a non-reactive view to an activatable view model
2022-03-26 19:13:51 +01:00
Robert
06ab2c5bb6 Node editor - Added undo/redo to event and datamodel nodes 2022-03-25 20:21:45 +01:00
Robert
f824f16658 Nodes - Made types mutable for non-generic pins/collections 2022-03-24 23:47:40 +01:00
Robert
d9d237e0eb Node editor - Added node collection pin add/remove
Node editor - Added first static value node
2022-03-20 15:54:36 +01:00
Robert
2907b86174 Node editor - Added connecting pins 2022-03-19 22:58:14 +01:00
Robert
86b4258f5d Node editor - Added cables 2022-03-18 23:51:54 +01:00
Robert
034879a2c9 Node editor - Implemented node visuals, pin visuals
Node editor - Implemented undo/redo and some commands
2022-03-13 22:07:16 +01:00
Robert
5e4fd1de8b Sidebar - Open newly created profiles in the editor
Sidebar - Close the editor when deleting the current profile
Sidebar - Removed test drag/drop that was breaking the settings/suspend button
2022-03-09 19:06:39 +01:00
Robert
376a9142d3 Profile editor - Fixed new elements not rendering while paused
Profile editor - Use default brush on new layers
Profile tree - Implement drag & drop
2022-03-09 00:10:41 +01:00
Robert
f5a902f5a5 Profile tree - Drag & drop WIP 2022-03-06 23:07:15 +01:00
Robert
8faa6b7a49 Gradient picker - Added color randomization and condensed style 2022-02-27 23:06:58 +01:00
Robert
8806348386 Gradient editor - Implemented picker button and layer property editor 2022-02-27 18:37:33 +01:00
Robert
1262f84a56 Gradient editor - Initial implementation 2022-02-23 21:34:55 +01:00
Robert
ea9b87967d UI - Updated Fluent Avalonia and made the titlebar work well on Linux 2022-02-18 15:09:41 +01:00
Robert
013bc1c316 Profile elements - Added Windows Explorer-like naming of new elements 2022-02-15 23:19:38 +01:00
Robert
b503906b9a Profile editor - Added element removal 2022-02-14 23:51:55 +01:00
Robert
32ebf5f000 Transform tool - Finished initial implementation 2022-02-13 21:19:32 +01:00
Robert
c36110e79d Profile editor - Visualization fixes
Profile editor - Timeline fixes
2022-02-06 00:00:48 +01:00
Robert
bc1b44069c Profile editor - Added tools and layer visualizers 2022-02-05 11:20:51 +01:00
Robert
89beb92935 Profiles - Removed the technical concept of extra timelines for events
Profiles - Properly separated out update and render logic
Profile editor - Implemented layer visualization
2022-02-04 00:18:00 +01:00
Robert
642823add5 Timeline - Implemented segments 2022-01-25 00:23:26 +01:00
Robert
913117ad0a Profile editor - Implemented keyframe selection, movement, deletion
Profile editor - Added command scoping
2022-01-22 01:19:10 +01:00
Robert
a1f7f6dff8 Profile editor - Implemented keyframe easing selection 2022-01-21 00:42:06 +01:00
Robert
6f269af8d4 Profile editor service - Make keyframe selection an editor concern 2022-01-20 00:24:48 +01:00
Robert
1832a25426 Core - Reworked brush/effect property storage
Profile editor - Added brush selection
Profile editor - Added playback controls
2022-01-16 00:46:19 +01:00
Robert
022beb6a48 Profile editor - Added most properties 2022-01-12 22:11:40 +01:00
Robert
c04bff1f48 Profile editor - Ported most VMs of the properties tree and timeline 2022-01-11 00:25:12 +01:00
Robert
d5d3530ca5 Meta - Upgrade to .NET 6 2022-01-08 17:27:50 +01:00
Robert
9bbab5f9f8 Surface editor - Selection improvements 2022-01-08 11:14:58 +01:00
Robert
c168edd9fc Merge branch 'development' into feature/avalonia 2022-01-07 20:04:56 +01:00
Robert
3c827d1a0a Core - Updated RGB.NET
Plugins - Allow device providers to override the device layout name
2022-01-07 12:03:40 +01:00
niko
8b1ce4e0ec
added step easing (#678)
* added snap easing
* moved step function to the bottom of the list

Co-authored-by: Robert <mail@rbeekman.nl>
2022-01-03 12:42:51 +01:00
Robert
1c15fbe983 Meta - Fixed a whole bunch of warnings 2022-01-02 23:16:16 +01:00
Robert
736324e45e Profile editor - Added unro/redo
Profile editor - Added adding layers and folders
2022-01-02 00:04:46 +01:00
Robert
a04ceb142e Meta - Use RGB.NET NuGet packages 2021-12-31 00:02:33 +01:00
Robert
34757716aa Updated ReactiveUI
Added order to render element ctors
2021-12-30 23:33:26 +01:00
Robert
6569558df4 Meta - Updated Nuget packages
Meta - Moved to RGB.NET pre-release Nuget packages
2021-12-27 20:13:51 +01:00
Robert
0c3f84cbeb Sidebar - Moved VMs and views
Sidebar - Implemented profile selection
Windows - Fix designer breaking due to the input provider
2021-12-09 23:32:59 +01:00
Robert
ebed9f5560 Core - Renamed ProfileConfigurationHotkey to Hotkey
Avalonia - Added HotkeyBox
2021-12-07 00:14:23 +01:00
Robert
b801de1f30 Windows - Added input provider
Debugger - Fixed data model list display
2021-12-06 00:44:25 +01:00
Robert
519f6bb44d UI - Implemented profile create/update/delete 2021-12-05 00:20:24 +01:00
Robert
55337fe120 Merge remote-tracking branch 'origin/feature/avalonia' into feature/avalonia 2021-12-04 12:02:24 +01:00
Robert
a6f1b05c19 Core - Rewrote profile configuration icons
WPF UI - Adjusted for the above rewrite 
Avalonia UI - Implemented profile icons
2021-12-04 12:02:17 +01:00
Diogo Trindade
f4796945b4 Linux - Fixed native skia, implemented AppStateManager 2021-11-29 12:27:02 -08:00
Robert
4c5c785aa6 Meta - Updated Nuget packages
Settings - Changed where panels start scrolling
Home - Clip cards to bounds
Sidebar - Added category creation/renaming
Debugger - Fixed existing window focus
Tray icon - Implemented all functionality
2021-11-27 23:02:02 +01:00
Robert
e4c1c99e27 Debugger - Added datamodel debugger
Shared UI - Added data model VMs
2021-11-20 22:48:32 +01:00
Robert
4ef7c83c74 Merge branch 'feature/visual-scripting' into feature/avalonia 2021-11-17 23:07:36 +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
41171a5ade UI - Refactorings, project builds and runs again :P 2021-11-08 18:18:23 +01:00