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

130 Commits

Author SHA1 Message Date
Robert
7e981a61d3 Storage - Fix new profile creation
UI - Fix a crash when dragging and dropping in the sidebar
2024-03-15 17:13:21 +01:00
RobertBeekman
551921db9f
Storage - Replace LiteDB with SQLite + EF Core (#843)
Storage - Added LiteDB to SQLite migration
UI - Try to die a bit more gracefully
Core - Delay start watching plugins for hot reload after initializing
UI - Simplify category management logic
UI - Avoid crash during profile icon load
Storage - Fix entry metadata retrieval
2024-03-13 20:19:21 +01:00
RobertBeekman
28640f9502 Profiles - Avoid unnecessary OnBrokenStateChanged calls
Profiles - Fixed int range/float range deserialization
Profiles - Use Random.Shared where applicable
2024-03-02 17:38:20 +01:00
RobertBeekman
a340f8822e
Replace JSON.NET with System.Text.json (#840) 2024-02-28 19:31:38 +01:00
RobertBeekman
f2c8de1746 Plugins - Fixed cancelling prerequisite installation
Plugins - Tweaked prerequisite installation popup size
Account settings - Added personal access token management
Workshop - Added plugin loading, installing and removal
2024-02-16 23:04:24 +01:00
Robert
21b8112de5 Workshop - Implemented plugin browsing, installation and removal 2024-02-15 22:57:33 +01:00
RobertBeekman
e73ae961ba Layouts - Remove feature flag 2024-01-16 09:33:29 +01:00
Robert
c1e0dadce8 Workshop - Layout info and images WIP 2023-10-29 20:43:30 +01:00
Robert
190d797f1a UI - Use PropertyChanged.SourceGenerator everywhere else 2023-10-20 20:33:44 +02:00
Robert
1bd4efbbc5 Meta - Fixed a bunch of build warnings 2023-10-18 23:13:57 +02:00
Robert
8d5640aba3 UI - Fixed various rename dialogs cancelling instead of submitting when pressing enter
Submission wizard - Allow window to scroll when setting up layer adaption hints
Local web API - Added status endpoint to determine whether webserver is running
2023-09-17 11:35:19 +02:00
Robert
a798980eec Workshop - Feature flagged out layouts
Settings - Use Fluent tabs
2023-09-09 00:32:58 +02:00
Robert
a0536b4302 Workshop - Did all the things (Markdown stuff) 2023-09-02 22:58:35 +02:00
Robert
9c6d7329a6 Workshop Library - Added library pages
UI - Tweaked design to more closely match WinUI 3 gallery examples
2023-09-01 20:33:50 +02:00
Robert
23f80895b6 Merge branch 'development' into feature/workshop 2023-08-27 11:48:07 +02:00
Robert
e5c42ee228 Profiles - Redesigned export file format 2023-08-27 11:46:14 +02:00
Robert
3158e4247a Merge branch 'development' into feature/workshop 2023-08-26 22:39:08 +02:00
Robert
811917c1c9 UI - Unload current page when closing screen
UI - Restore last page when opening via double click on tray icon
Windows - Fixed settings tray menu item opening release tab
2023-08-26 22:39:01 +02:00
Robert
606a34c7be Merge branch 'development' into feature/workshop 2023-08-26 21:52:07 +02:00
Robert
f3a4ccea8b Sidebar - Navigate on click instead of select, allowing to go back to the main screen of a menu item 2023-08-26 21:51:58 +02:00
Robert
671c587df6 Profiles - Added workshop installing 2023-08-26 20:47:48 +02:00
Robert
6014bb9e3c Merge branch 'development' into feature/workshop 2023-08-14 21:00:07 +02:00
Robert
65c071e0bd UI - Fixed navigating to deep links 2023-08-14 20:55:45 +02:00
Robert
89a910d9e2 Merge branch 'development' into feature/workshop 2023-08-14 20:43:00 +02:00
Robert
4a152f4e95 UI - Fixed possible crash when loading profiles with broken icons
Debugger - Added routing debugger
2023-08-14 20:42:51 +02:00
Robert
56abc48ab3 Profiles - Resize profile images to 128x128 2023-08-13 10:42:28 +02:00
Robert
d2b8123a30 Core - Reworked profile render override for the editor and new previewer 2023-08-10 11:54:37 +02:00
Robert
1c438be158 Feature flag out the workshop 2023-07-27 20:40:24 +02:00
Robert
65f81ab768 Added workshop home, changed VM routing structure 2023-07-08 21:44:39 +02:00
Robert
99a365be0b Sidebar - Added subitems support 2023-07-07 22:55:02 +02:00
RobertBeekman
962b13c6ed
UI - Added routing (#802)
ColorGradient - Fixed GetColor returning the first stop if position was after the last stop
2023-07-02 22:15:38 +02:00
Robert
f43ebd2153 UI - Fix URLs 2023-06-22 23:16:49 +02:00
Robert
52a769be96 Added Matomo campaign to URLs so we know whether they're used 2023-06-18 12:35:46 +02:00
Robert
fa710777d7 UI - Use Timer instead of DispatcherTimer where feasible 2023-05-20 23:11:51 +02:00
Robert
ed3a770881 UI - Added new icon picker to profile configuration dialog 2023-05-18 19:39:15 +02:00
Robert
07f8209b7b UI - Initial icon picker commit 2023-05-18 13:27:04 +02:00
Robert
bf6674e44f Upgraded to preview8 2023-05-11 23:10:49 +02:00
Diogo Trindade
59f9479d9a WIP - Changed Bindings into CompiledBindings 2023-04-30 21:39:21 +01:00
Robert
c50a572363 UI - Update Avalonia to preview7
UI - Update FluentAvalonia to preview7
2023-04-26 21:38:15 +02:00
Robert
192b4f0df2 UI - Rename folders and layers in a dialog to avoid hotkey issues
UI - Fixed renaming an effect executing twice, requiring two undo-actions to undo it
UI - Always disable editor hotkeys when typing in any input
2023-04-19 16:03:57 +02:00
Robert
a173f3cc61 Fixed separators and replaced obsolete filepicker calls 2023-04-10 12:45:16 +02:00
Robert
82b41425aa Fixed custom controls not responding to changes, fixed title bar interaciton 2023-04-02 10:40:54 +02:00
Robert
4518691907 Fixed lots of runtime errors 2023-03-31 21:17:14 +02:00
Robert
5b5acf2f76 Fixed remaining compile errors 2023-03-31 20:52:44 +02:00
Robert
d171b947b7 Fixed compile errors in Artemis.UI 2023-03-30 23:13:39 +02:00
Robert
81e83e59f6 Fixed Artemis.UI.Shared compile errors 2023-03-29 21:36:56 +02:00
Robert
67a4672c66 Implemented Windows updating 2023-02-26 13:41:40 +01:00
RobertBeekman
b7e723b7e9
Core/UI - Move from Ninject to DryIoc (#754) 2023-01-30 21:00:10 +01:00
Robert
166cb888c1 Meta - Update RGB.NET
Meta - Fixed warnings
2023-01-11 22:33:47 +01:00
Diogo Trindade
194780b25c Core - Added fading in and out of profiles 2022-11-27 15:20:17 +00:00