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

903 Commits

Author SHA1 Message Date
Felipe Urzúa
a66cc26f29
Node picker - Allow searching with ! and !! for starts-with and exact-match respectively 2022-11-06 10:07:28 +01:00
Robert
3819a6e3be Profile scripts - Fixed new scripts not appearing in the list 2022-11-01 21:21:24 +01:00
Robert
6ac3d00116 Layers - Fixed node scripts not loading on duplicated/pasted scripts 2022-10-31 22:47:31 +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
Robert
35b593a31d Node editor - Added copy/pasting 2022-10-04 23:39:16 +02:00
Robert
7ada77f5e3 Nodes - Added help URL and help button 2022-10-04 23:39:00 +02:00
Robert
486fb88c50 Sidebar - Fixed bottom button tooltips 2022-10-03 20:41:19 +02:00
Diogo Trindade
f0a4a9a267 Meta - Cleaned up csprojs 2022-09-30 20:45:40 +02:00
Diogo Trindade
96a8a72ae7 Meta - Removed packages.lock.json 2022-09-30 20:45:40 +02:00
Robert Beekman
13aa9829d8 Merge branch 'development' into feature/NodeSorting 2022-09-28 16:27:56 +02:00
Robert
8e3b6c3459 Node script editor - Prevent creating loops
Node script popout editor - Added auto-layout hotkey (Ctrl+F)
2022-09-27 20:01:12 +02:00
Robert
2eeae54d58 Merge branch 'master' into development 2022-09-25 20:48:29 +02:00
Robert
d87ce6263f Sidebar - Don't show "Empty category" on collapsed categories 2022-09-24 12:13:46 +02:00
Robert
65b8b377ec Script editor - Added auto-arrange button 2022-09-24 12:13:12 +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
b6b351f32e Profile editor - Repeat timeline by default & remember repeat setting 2022-09-17 19:25:17 +02:00
Robert
212f8855de Plugin Features - Removed icons
Data model event node - Fix numeric values
2022-09-17 19:25:17 +02:00
Robert
654863e0de Event conditions - Disable edit script button before picking an event 2022-09-16 19:50:35 +02:00
Robert
b19854ee47 Nodes - Added object output pins and a new list predicate node 2022-09-16 19:46:43 +02:00
Robert
9106359515 Home - Fixed GitHub icon 2022-09-14 19:35:16 +02:00
Robert
87bf85c2e4 Sidebar - Reorganized buttons and context menus 2022-09-14 19:34:36 +02:00
Robert
6ed349d4c8 Sidebar - Put all options under the cogwheel button and right-mouse-menu
Sidebar - Hide the cogwheel button when not hoving over category/profile
Sidebar - Made it easier to drag profiles into an empty category
2022-09-10 18:40:05 +02:00
Robert
65a2aa70e2 Profile editor - Copy child elements when copying folders
UI - Save window position/size
Numberic node - Correctly show 0 instead of an empty input when reloading after a save
2022-09-09 20:39:55 +02:00
Robert
94b91bfc31 Data model nodes - Only allow picking data model entries of types supported by nodes
Data models - Fixed path registration not registering two paths pointing to the same property twice (fixes data model-reliant node scripts that stop updating)
2022-09-08 23:01:55 +02:00
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
cdd814d920 Nodes - Improved changing pin types without reconnecting pins
UI - Fixed possible lingering UI elements in node editor and several other places
2022-09-03 10:16:24 +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
88f01abe0d Data model node - Fixed pins disconnecting after restart
Data model event node - Fixed pins disconnecting after restart
Node editor - Fixed connecting already connected input pins to an output pin causing a crash
Node editor - Added auto-save every 2 minutes while nodes are open (profiles are already auto-saved whenever you make a change, nodes will get the same treatment later)
2022-08-30 17:22:36 +02:00
Diogo Trindade
0120f37c93
Nodes - Added Enum Switch node
Nodes editor - Rewrite the way pin VMs are constructed
2022-08-29 09:08:43 +02:00
Robert
7e39a64fdf Nodes editor - Fixed cables not connecting with dynamic pins in some cases 2022-08-28 21:55:51 +02:00
Diogo Trindade
ddfdbee340 Linux - Fixed a couple small issues 2022-08-28 11:06:57 +02:00
Robert
6638eae126 Node picker - Put data model nodes at the top, then static, then alphabetical 2022-08-26 22:58:31 +02:00
Robert
928d9711af Core - Moved startup arguments from CoreService to Constants
Web server - Added setting to disable the web server
Web server - Added --disable-webserver startup argument to disable the web server
UI - Fixed Artemis not bringing existing instances to foreground if already running
2022-08-26 20:32:36 +02:00
Robert
4ed6d10f38 Nodes - Added IList support
Nodes - Added simple List operator node
2022-08-25 20:34:00 +02:00
Robert
30be7a9915 Nodes - Fixed some connections not saving on dynamic incoming pins
Nodes - Fixed undo/redo when deleting a node with dynamic incoming pins
Nodes - Disabled layer property node for now until I have time to finish it
2022-08-23 23:28:42 +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
212d13c1c8 Device dialog - Recreate tabs on device reload 2022-08-21 20:15:43 +02:00
Robert
563389cab6 Profile editor - Fixed play on focus loss functionality 2022-08-21 13:34:10 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
e68e16df4d Device visualizer - Fixed display issues when scaling/rotating 2022-08-21 11:26:36 +02:00
Robert
76a6ab5ca0 Visual Scripting - Removed accidental reference to ScreenCapture.NET 2022-08-21 10:05:21 +02:00
Robert
9d2136dd6a Plugins - Added API versioning
Tray icon - Fix crash when restoring main window from tray
2022-08-21 10:00:00 +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
Robert
f9b3bc9377 Workshop - Disable in release builds 2022-08-20 18:02:35 +02: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
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