Robert
ca7af1d142
Auto-update - Don't check for updates until after core init finished
...
Tray - Attempt to more reliably hide icon on application close
Auto-run - Implemented dropping of permissions
2021-01-25 19:33:21 +01:00
SpoinkyNL
097a5275e2
Auto-run - Moved to task-based approach (WIP)
2021-01-24 23:16:13 +01:00
SpoinkyNL
b4458ddefd
Update service - Fix faulty version comparison
2021-01-24 23:13:42 +01:00
SpoinkyNL
4d0a6fc330
Plugins - Fixed a deadlock during plugin load
2021-01-22 00:24:01 +01:00
Robert
835c730060
Auto-update - Fix API URL
2021-01-21 20:19:30 +01:00
Robert
75b4b72f9f
Logs - Write logs to program data folder, more consistent & closes #530
2021-01-21 19:41:38 +01:00
Robert
de5b8e4458
Plugins - Added RequiresAdmin boolean
...
Utilities - Simplified shutdown method signature
Utilities - Added restart method with option to elevate
Core - Moved actual shutdown/restart logic to UI
2021-01-21 19:25:46 +01:00
Robert
281c18200a
Merge remote-tracking branch 'origin/master'
2021-01-19 19:58:26 +01:00
Robert
52a9253846
Layer property - Removed generic events in favor of regular ones
...
Layer property - Added API for easy hiding/showing properties depending on the state of another property
Layer property - Made properties on property groups opt-out instead of opt-in, you can opt out with [LayerPropertyIgnore] attribute
2021-01-19 19:32:31 +01:00
SpoinkyNL
9ba8f87c81
Input - Fix keys stuck on Ctrl+Shift+Esc or Ctrl+Alt+Del - closes #509
2021-01-17 11:51:14 +01:00
SpoinkyNL
7dc157fa34
Merge remote-tracking branch 'origin/master'
2021-01-16 22:41:17 +01:00
SpoinkyNL
ea6c081f22
Core - Log exceptions in timed updates, this closes #508
2021-01-16 18:18:27 +01:00
Robert Beekman
4f9120f338
Merge pull request #526 from Artemis-RGB/feature/auto-update
...
Feature/auto update
2021-01-15 21:50:05 +01:00
SpoinkyNL
36b4a10f40
Update - Display exceptions
...
Update - Run installer as admin so it well, works
2021-01-15 16:15:37 +01:00
SpoinkyNL
e3c906390d
Auto-update - Added update dialog
2021-01-12 22:32:24 +01:00
Robert
52906218dc
Profile editor - Fixed segment length dialog this closes #523
2021-01-11 22:12:31 +01:00
SpoinkyNL
8e83310384
Auto-update - Added installer update-logic
2021-01-10 23:53:41 +01:00
SpoinkyNL
30c4314f1d
UI - Added desktop notifications API
2021-01-10 12:49:36 +01:00
SpoinkyNL
883fccef7b
Updating - Added UI for updating (actual update not yet implemented)
...
Shared UI - Added message service for easy access to the snackbar 🍟
2021-01-10 00:20:01 +01:00
SpoinkyNL
45fef11a67
Builds - Store build info as JSON for auto-update usage
2021-01-08 19:22:20 +01:00
Robert
29afe43177
RGB.NET - Use net5.0 binaries
2020-12-29 19:47:56 +01:00
SpoinkyNL
ed64c67271
Installer - Moved to Artemis-RGB/Artemis.Installer repository
2020-12-28 22:40:09 +01:00
SpoinkyNL
925156986c
Installer - Initial commit
...
Updated license
2020-12-27 23:42:50 +01:00
Robert
78fc463085
Layers - Move brush property to the top of the general property group
2020-12-24 20:22:17 +01:00
Robert
051d981a01
Merge remote-tracking branch 'origin/master'
2020-12-24 19:56:48 +01:00
Robert
9fd0f921b5
Profile editor - Improved scrubbing past layer timeline bounds
2020-12-24 19:30:34 +01:00
SpoinkyNL
0d3ed19edb
Input - Added keyboard toggle status (for caps, numlock etc)
2020-12-21 22:42:12 +01:00
Diogo Trindade
2105cf5e1d
Core - Fixed plugin feature enabling / disabling not being handled properly
2020-12-20 20:45:39 +00:00
SpoinkyNL
4db66e1e3e
Profile editor - Refactored a lot of VMs so they clean up nicely
2020-12-20 18:13:56 +01:00
SpoinkyNL
0dac4c7387
Profile editor - Simplified data binding behavior
2020-12-18 19:30:10 +01:00
SpoinkyNL
10e6cdc54b
Code style - Omit the type in a new expressions
2020-12-18 17:54:01 +01:00
Robert
099f56f4fe
Profile editor - Added option to always update all data bindings
...
Profile editor - Moved data binding updating to main update loop
2020-12-18 22:44:17 +01:00
SpoinkyNL
c885ae225c
Profile editor - Changed data binding behaviour in profile editor
2020-12-18 00:04:37 +01:00
SpoinkyNL
15759c9289
Profile editor - Added profile duplicate
2020-12-17 21:34:41 +01:00
Robert
e61a031485
Profile editor - Added profile rename
...
Profile editor - Cleaned up buttons next to profile selection
2020-12-17 21:09:42 +01:00
Robert
3792dd53d2
Profile editor - Don't confirm when deleting layers (we have undo)
...
Profile editor - Apply new brushes before saving to fix undo crash
2020-12-16 22:39:46 +01:00
SpoinkyNL
7ffe8f3e5b
Device visualizer - Fix framerate drop when processing mouse events
...
Profile tree - Fixed potential crash when dragging files over Artemis
Module reorder - Fixed potential crash when dragging files over Artemis
2020-12-15 00:05:42 +01:00
Robert
c401bc6525
Surface editor - Show LED colors in editor
...
Surface editor - Link to FAQ for missing layouts
2020-12-14 20:00:48 +01:00
Robert
746c42e538
Surface editor - Prevent LED overlaps
2020-12-14 19:56:00 +01:00
SpoinkyNL
34bcfccb4c
Settings - Fixed start minimized not enabled
...
Wizard - Fixed start minimized not enabled
Wizard - Removed unintended black lines
Wizard - Change step description so it fits
2020-12-13 17:41:57 +01:00
SpoinkyNL
52809a6c9a
Syntax style
2020-12-12 23:28:26 +01:00
Robert Beekman
36058efc4d
Merge pull request #517 from Artemis-RGB/feature/color-calibration
...
Added Per device color calibration
2020-12-12 21:11:41 +01:00
SpoinkyNL
7d77a340db
Setup wizard - Renamed to startup wizard
2020-12-12 17:06:57 +01:00
Diogo Trindade
a504a5f4e1
Calibration - Moved color calibration reversion to ArtemisLed
2020-12-12 15:16:26 +00:00
SpoinkyNL
8e8258506b
Plugins - Add JSON property to disable auto-enabling features
...
Setup wizard - Play intro animation at the end (and no where else)
2020-12-12 10:57:09 +01:00
Diogo Trindade
a23fab7d9f
Surface Editor - reverted color correction in the editor
...
the editor uses RGB.NET colors to display leds, so we need to use color correction data to restore it back to original
2020-12-12 00:15:07 +00:00
SpoinkyNL
c6181ea823
UI - Added setup wizard
2020-12-11 22:48:40 +01:00
Robert
aacf3d749b
Profile editor - Expand width of input prefixes and affixes
2020-12-10 21:17:50 +01:00
Robert
1b737b4211
Profile editor - Profile tree ordering fixes
...
Profile editor - Add new layers on top again
Profile editor - Don't willy nilly expand folders
2020-12-10 20:43:03 +01:00
Robert
9480cf5c32
Core - Aggregate update exceptions, this closes #496
2020-12-10 19:54:48 +01:00