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

494 Commits

Author SHA1 Message Date
RobertBeekman
ef5a9fa88d
Merge pull request #744 from Artemis-RGB/feature/profile-fade
Core - Added fading in and out of profiles
2023-01-11 12:45:23 +01:00
Diogo Trindade
c8a3169688 Core - Apply opacity layer only when fading 2023-01-11 09:43:47 +00:00
Diogo Trindade
2efb3feff7 Core - Fixed logical layouts not being picked correctly 2022-12-23 22:18:08 +00:00
Diogo Trindade
5877e4dd20 Cleaned up ProfileService render condition 2022-11-27 20:04:04 +00:00
Diogo Trindade
b39dd14526 Core - Fixed when condition stops being true mid-fade 2022-11-27 19:59:09 +00:00
Diogo Trindade
7c2bab0f89 Core - Removed FadingStatus enum 2022-11-27 17:07:55 +00:00
Diogo Trindade
194780b25c Core - Added fading in and out of profiles 2022-11-27 15:20:17 +00:00
Robert
f30cc31ead Profiles - Fixed folders not enabling after previous fix :) 2022-11-27 15:33:05 +01:00
Robert
6b6ea0f973 Profiles - Fixed elements updating while disabled 2022-11-26 22:59:24 +01:00
Diogo Trindade
761447b3d2 ColorGradient - fixed edgecase in GetColor 2022-11-14 10:33:27 +00:00
Robert
24cb397556 Layer effects - Fixed placeholder system 2022-11-12 22:32:04 +01:00
Robert
4b452eb0e6 Color gradient - Performance improvements 2022-11-12 22:28:31 +01:00
Robert
6ac3d00116 Layers - Fixed node scripts not loading on duplicated/pasted scripts 2022-10-31 22:47:31 +01:00
Robert
cbf2cd1736 Nodes - Added color gradient easing node
Color ramp node - Fixed 1 and multiples of 1 being treated as 0
2022-10-30 18:13:47 +01:00
Robert
d4bd44b504 Sidebar - Fixed removed categories not dissapearing
Sidebar - Fixed exception when creating a category with an already in use name
2022-10-12 21:20:39 +02:00
RobertBeekman
b83f1f0102
Profiles - Fixed LEDs of devices that are missing being removed from layers (#733) 2022-10-01 11:40:09 +02:00
Robert
9c117d2773 Nodes - Added gradient nodes
Nodes - Added color gradient pin type
Data bindings - Changed color gradient data bindings to now take a color gradient
2022-09-23 21:41:08 +02:00
Robert
b779a86d13 Event conditions - Fix start-node disconnecting
Input - Performance optimizations
2022-09-16 19:46:43 +02:00
Robert
b19854ee47 Nodes - Added object output pins and a new list predicate node 2022-09-16 19:46:43 +02:00
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
eca8985fc4 Nodes - Show errors in node editor when a node fails to evaluate 2022-09-01 20:33:55 +02:00
Robert
d2e0607622 Nodes - Fixed string format node not outputting numerics
Data model event node - Renamed to Data Model-Event Value Cycle
Data model event node - Added new data model event node that outputs the latest event data
Event conditions - Performance improvements
2022-08-23 20:35:25 +02:00
Robert
3efb97eedd Color picker - Avoid overlapping colors 2022-08-22 20:24:08 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +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
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
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
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
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
eccad3042a Plugins tab - Added missing button
Profile editor - Color tweaks
Layer adaption hints - Color tweaks
Layer adaption hints - Save on close
Layer properties - Fix loading of keyframes
2022-07-25 22:39:29 +02:00
Robert
29ef160975 Profile tree - Fixed dragging while renaming
Profile tree - Fixed dragging folders onto themselves
Profile tree - Suspend keybinds while renaming
Brushes - Added brush presets UI
Numberbox - Removed double validation error
2022-07-23 21:21:57 +02:00
Robert
e385165200 Core - Made FloatRange and IntRange readonly structs
ColorGradient - Fixed missing subscribtions when using object list manipulation API
ColorGradient - Fixed editor VM going out of sync
2022-07-17 23:22:45 +02:00
Robert
e3907e6a76 Merge branch 'development' into feature/avalonia 2022-07-15 22:01:21 +02:00
Robert
3b4194cb9d Plugins - Ported prerequisites UI
Scripting - Ported scripting UI
2022-07-10 23:25:34 +02:00
Tony Langhammer
16c6447bf9
Fix LayerEffect order double variable assignment
This fixes the accidental double assignment of the LayerEffect order messing up more complex profiles.
Closes #669
2022-06-28 22:21:27 +02:00
Robert
e1a66f8a7e Layer properties - Tweaked step sizes for draggable float
UI - Tweak selection rectangle design
2022-06-15 21:57:10 +02:00
Robert
c0e2d8e579 Draggable numberbox - Added and use in editor 2022-06-12 16:57:39 +02:00
Robert
ecbc3e4f35 Profile editor - Fixed keyframe positions of groups not updating 2022-06-09 21:45:21 +02:00
Robert
0d3890e560 Icons - Dropped SVG support and fixed filling 2022-06-06 20:54:39 +02:00
Robert
dd40bdd544 Profiles - Added module activation requirements
Editor - Refactored tools and selected keyframes management
Timeline - Added keyframe duplicating, copying and pasting
Windows UI - Added logging of fatal exceptions
2022-06-05 18:57:42 +02:00
Robert
d563d17270 Profile settigns - Added activation condition visual scripting 2022-05-28 19:24:37 +02:00
Robert
bcd03becc7 Sidebar - Added profile reordering and moving to different categories 2022-05-27 10:06:47 +02:00
Robert
720bebaf35 Layer adapter hints - Ported UI 2022-05-24 23:24:49 +02:00
Robert
850346ccd2 Node editor - Added menu
Node scripts - Fixed IDs not being set for regular nodes
Enums node - Hardened VM logic against weird connections
2022-05-22 22:38:57 +02:00
Robert
a0260b53e5 Timeline - Fix collapsed keyframes not showing 2022-05-21 21:23:14 +02:00
Robert
35f83e58e5 Merge branch 'development' into feature/avalonia
Code cleanup
2022-05-14 00:14:03 +02:00
Robert
4ee4857b10 Core - Added timesToRepeat and seamless arguments to GetColor
Core - Optimized GetColorsArray
2022-05-12 23:01:45 +02:00