Robert
1e3121a4df
UI - Fix error message on Windows shutdown on some systems
2021-06-28 22:04:42 +02:00
Robert
169f8c514e
Scripting - Disable button until it's finished
2021-06-25 23:01:14 +02:00
Robert
a625982485
Merge branch 'scripting' into development
2021-06-25 22:59:48 +02:00
Robert
9dc3a3de8a
Profiles - Fixed module getting lost on duplicate/import
2021-06-25 22:58:45 +02:00
Robert
fbaa8c7af7
Debugger - Reworked FPS calculation code
...
Scripting - Save profile on scripting window close
2021-06-24 19:41:51 +02:00
Robert
dd9f95ec15
Merge branch 'master' into development
2021-06-24 00:01:16 +02:00
Robert
a5c13bb543
Scripts - Properly register script with its owner
...
Scripts UI - Save on close
Scripts UI - Dispose script on removal
2021-06-21 22:43:31 +02:00
Robert
5367027471
Core - Fixed a lot of compiler warnings
...
Scripting - Added script renaming/deleting
2021-06-21 19:34:34 +02:00
Robert
4a69baebb7
Scripting - Added script creation
2021-06-21 00:44:57 +02:00
Robert
8c729055ea
Meta - Update Nuget packages
...
Profiles - Fixed duplicating & importing
2021-06-19 16:25:25 +02:00
Robert
dd8827e186
Merge branch 'development'
2021-06-19 14:54:15 +02:00
Robert
ec69db7201
Process activation requirement - Fixed deadlock on shutdown
2021-06-19 14:53:48 +02:00
Robert
f24e1ae264
Display conditions - Added Toggle mode to event conditions
...
Display conditions - Added Contains and Does not contain for enums
Profile editor - Changed display behaviour on zero-length timelines
2021-06-19 12:25:11 +02:00
Robert Beekman
048864fe78
Scripting - Core implementation ( #629 )
...
Scripting - Added plugin classes
Layers - Fix certain blend modes not working as intended
UI - Add customizable header per page
Profile editor - Hide the regular header
Profile editor - Added a new toolbar
2021-06-19 09:48:16 +02:00
Robert
cb616da756
Merge branch 'development'
2021-06-16 23:10:20 +02:00
Robert
d749ab5bbd
Profile configurations - Publicly expose profile ID
...
Device visualizer - Hit test on LED geometry
Layouts - Reverted layout rounding change
2021-06-16 22:25:10 +02:00
Robert
b8f562f941
Merge branch 'development'
2021-06-13 21:50:02 +02:00
Robert
18ae7b70b0
Data model - Hide ActivePaths property
2021-06-13 21:49:54 +02:00
Robert
a7c7d74e03
Profile configuration - Implemented hotkeys
...
Plugin import - Fixed folders causing errors in some ZIP formats
2021-06-13 21:36:47 +02:00
Robert
6e197d725a
Device properties - Repopulate LED tab each time it opens
...
Core - Save device before reloading provider for layout reset
2021-06-13 10:37:18 +02:00
Robert
7b9edb9e49
Merge branch 'development'
2021-06-12 22:56:25 +02:00
Robert
10c80fb9c2
Profile editor - Fixed freeze on delete
2021-06-12 22:54:55 +02:00
Robert
3f22ebae8a
Core - Fixed data model namespaces
...
Modules - Added IsPropertyInUse API
UI - Properly dispose data model paths wherever they are used
2021-06-11 23:20:14 +02:00
Robert
222fddd749
Datamodel - Prepping for some API expansions
2021-06-11 13:05:43 +02:00
Robert
225b9752a8
Modules - Fixed an issue with ProcessActivationRequirements
2021-06-10 22:57:36 +02:00
Robert Beekman
f19781bff1
Merge pull request #618 from Cheerpipe/development
...
Fix null object exception
2021-06-10 18:59:44 +02:00
Cheerpipe
221080db6b
Fix null object exception
2021-06-10 12:29:31 -04:00
Robert
fe933f60e8
Update service - Removed option to install updates without asking
...
Modules - Decrease CPU usage for activation requirements check by using a centralized service
Devices - Reload provider when unloading a layout
2021-06-10 17:41:54 +02:00
Robert
38c04913e2
UI - Attempt to fix a deadlock when running multiple instances
2021-06-10 00:06:15 +02:00
Robert
a21f1a5555
Merge branch 'development'
2021-06-09 22:12:28 +02:00
Robert
3f8d0311fc
Merge remote-tracking branch 'origin/feature/prereq-download-func' into development
2021-06-09 22:11:25 +02:00
Robert
496f0e9b74
Plugin import - Overwrite existing folder if needed
...
Plugin import - Enable newly imported plugins straight away
2021-06-09 22:10:34 +02:00
Robert
2179c889a3
Modules - Remove Name and Icon in favor PluginFeature attribute
2021-06-09 20:58:05 +02:00
Diogo Trindade
b1865df443
Prerequisites - Set status while retrieving download url
2021-06-08 22:32:38 +01:00
Diogo Trindade
d6829f5cb5
Prerequisites - Added DownloadFileAction overload that accepts func
2021-06-08 22:27:47 +01:00
Robert
730207ccd0
Profile - Tweak initial load timeline behaviour
2021-06-08 23:24:43 +02:00
Robert
887154d738
Merge remote-tracking branch 'origin/development' into development
2021-06-08 22:17:42 +02:00
Robert
f692119481
Sidebar - Fix width default value
2021-06-08 22:17:35 +02:00
Robert Beekman
7293d11aa4
Merge pull request #613 from Cheerpipe/development
...
Fixes duplicate category bypass exception
2021-06-08 20:39:29 +02:00
Cheerpipe
6bf6374e00
Move fix to storage layer
...
Don't know if this is the better way but works.
2021-06-08 12:27:53 -04:00
Robert
350efc0534
Merge remote-tracking branch 'origin/development' into development
2021-06-08 18:18:32 +02:00
Robert
6087a45a18
Sidebar - Made sidebar resizable (to an extend)
...
Sidebar - Truncate long profile names
Profile editor - Added shift+click on eye-icon in profile tree to focus an element
Profile editor - Fixed layer property prefix/affix vertical alignment
UI - Made shutdown via tray more responsive
UI - Fixed several memory leaks
2021-06-08 18:18:27 +02:00
Robert Beekman
51d99c4264
Merge pull request #614 from AlpacaFur/icon-search
...
Add preliminary profile icon search
2021-06-08 18:08:38 +02:00
Luke Taylor
97fdd758d2
Add preliminary profile icon search
2021-06-08 11:04:59 -04:00
Cheerpipe
ccbb57f88b
Fixes duplicate category bypass exception
2021-06-08 09:51:11 -04:00
Robert
d5aed03b6f
Merge branch 'development'
2021-06-08 13:53:07 +02:00
Robert
bab566a2b9
Storage - Keep up to 5 backups of the database
...
Layouts - Prevent LEDs from going outside the layout bounds
2021-06-07 22:20:44 +02:00
Robert
033e94bc58
Merge branch 'master' into development
2021-06-07 10:36:14 +02:00
Robert
e9eebc4f36
Profile properties - Fix custom module icons missing
...
Profiles - Fix duplicating a profile causing weird behaviour
Sidebar - Remember category collapse state
2021-06-04 21:26:00 +02:00
Robert
4c3e9b2784
Modules - Automatically determine IsAlwaysAvailable
...
Plugins - Clean up old files
2021-06-03 22:56:11 +02:00