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

1017 Commits

Author SHA1 Message Date
Robert
1c07bef3cf Use real backend 2023-07-14 09:21:09 +02:00
Robert
428bbd73e3 Added basic profile list 2023-07-09 12:54:07 +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
Robert
229d93901b Merge branch 'development' into feature/workshop 2023-07-06 18:41:59 +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
b5de3b65b2 Merge branch 'development' into feature/workshop 2023-06-23 16:10:06 +02:00
Robert
f43ebd2153 UI - Fix URLs 2023-06-22 23:16:49 +02:00
Robert
3860ef0f3d Merge branch 'development' into feature/workshop 2023-06-22 23:09:26 +02:00
Diogo Trindade
91364158c0 Merge remote-tracking branch 'origin/development' into feature/export-layout 2023-06-22 22:03:14 +01:00
Robert
4224875fb0 Added basic login 2023-06-22 22:56:24 +02:00
Diogo Trindade
5ef6c4b8a7 Made the UI save automatically, removed apply and reset buttons 2023-06-21 23:07:56 +01:00
Robert
52a769be96 Added Matomo campaign to URLs so we know whether they're used 2023-06-18 12:35:46 +02:00
Diogo Trindade
480e0b9b12 Clean up layout view 2023-06-16 22:52:42 +01:00
Robert
49d229cd2b Tweak background 2023-06-16 22:58:48 +02:00
Diogo Trindade
af03f291d3 Removed Device info and properties tabs 2023-06-16 19:26:19 +01:00
Diogo Trindade
db069ea8bf Reworked device properties screen 2023-06-16 19:20:13 +01:00
Diogo Trindade
cdfa14441e Clean up csproj 2023-06-16 18:48:04 +01:00
Robert
a903771be3 Bump RGB.NET to 2.0.0-prerelease.83 2023-06-12 20:03:37 +02:00
Robert
61e4886869 Bump RGB.NET to 2.0.0-prerelease.78 2023-06-11 22:49:49 +02:00
Robert
bde4e861c2 Initial workshop commit 2023-06-11 18:52:17 +02:00
Robert
deaee707f1 Removed old Console.WriteLine 2023-06-11 09:43:05 +02:00
Robert
2e9b3d59d6 Added workaround for invalidation issue in pan/zoom elements 2023-06-10 13:23:38 +02:00
Robert
f249f80d19 Upgrade Avalonia to 11 rc1 2023-06-05 23:39:57 +02:00
Robert
ec594f02b1 Upgrade RGB.NET to 2.0.0-prerelease.69 2023-05-22 19:58:52 +02:00
Robert
6136861215 UI - Use lower quality rendering on the device visualizer 2023-05-22 15:03:10 +02:00
Diogo Trindade
51f08379eb Fix possible NRE in node script import 2023-05-20 22:15:08 +01:00
Robert
fa710777d7 UI - Use Timer instead of DispatcherTimer where feasible 2023-05-20 23:11:51 +02:00
Robert
4ffe8d8848 Nuget - Upgraded Markdown, removed unused Skia package 2023-05-18 20:03:02 +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
c86dba30fc Settings - Brought the with and margins of different tabs in line with eachother
Settings - Tweaked card title font size and spacing
Plugins - Show extra information on plugins in their config dialog 
Plugins - Added the ability to provide a license in plugin.json
2023-05-18 11:18:55 +02:00
Robert
a76ecec97d Profile editor - Fix render quality of devices 2023-05-13 11:18:59 +02:00
RobertBeekman
faa21438b8
Merge pull request #783 from Artemis-RGB/RGB.NET_Update
Rgb.net update
2023-05-13 10:37:53 +02:00
Robert
e783dcaa58 Fixed VM disposal issues 2023-05-12 23:27:27 +02:00
Diogo Trindade
5adc837673 Nodes - Fixed compiledBinding in CableView 2023-05-11 22:53:05 +01:00
Robert
f04d7cf897 BitmapInterpolationMode fixes 2023-05-11 23:33:36 +02:00
Robert
bf6674e44f Upgraded to preview8 2023-05-11 23:10:49 +02:00
Diogo Trindade
3c6d770ec2 Merge branch 'feature/linux-input-fix' into feature/avalonia-preview7 2023-05-06 15:40:04 +01:00
Robert
c793c0ba35 Fix editor margin 2023-05-06 14:36:17 +02:00
Robert
2e88b438f0 Merge remote-tracking branch 'origin/feature/compiled-bindings' into feature/avalonia-preview7 2023-05-06 13:12:07 +02:00
Robert
5fc2f9e23c Fix draggable number box min and max not applying
Disable transitions
2023-05-06 13:11:09 +02:00
Diogo Trindade
5429346396 UI - Replaced tuples with custom classes for binding
As far as i know, it's not possible to have CompiledBindings with tuples, since tuple values are fields and not properties. This change allows for compiled bindings, and makes the intent behind the tuples clearer
2023-04-30 21:40:36 +01:00
Diogo Trindade
59f9479d9a WIP - Changed Bindings into CompiledBindings 2023-04-30 21:39:21 +01:00
Robert
33f375e608 Added Nuget feed and updated Avalonia to CI build for now 2023-04-30 20:58:30 +02:00
Robert
c50a572363 UI - Update Avalonia to preview7
UI - Update FluentAvalonia to preview7
2023-04-26 21:38:15 +02:00
Diogo Trindade
97b858b332 Linux - input identification fixes 2023-04-25 00:58:47 +01:00
1b23607d92 Meta: Updated RGB.NET to 2.0.0-prerelease.53 and adapted the SKTexture to the changes 2023-04-23 18:30:34 +02:00
Robert
b1e39dbd39 Merge branch 'development' 2023-04-20 21:20:46 +02:00
Robert
5766aa6424 Meta - Update RGB.NET 2023-04-20 13:35:24 +02:00