SpoinkyNL
fbd319beb9
Data model conditions - Added event predicates (WIP commit)
2020-10-25 00:21:43 +02:00
SpoinkyNL
574c4b21ec
Data model conditions - DRY'd predicate code in preparation for events
2020-10-23 20:08:30 +02:00
SpoinkyNL
a79223fa75
Data model conditions - Fixed default values for value types not being applied
2020-10-25 00:21:43 +02:00
SpoinkyNL
eb1c99a944
Data model conditions - Improved right-side type detection
2020-10-25 00:21:43 +02:00
SpoinkyNL
b8fa8779d9
Data model events - Improved condition conversion code
2020-10-22 19:36:24 +02:00
SpoinkyNL
03b0e83ed8
Data model events - WIP commit
2020-10-25 00:21:43 +02:00
SpoinkyNL
b8112601df
Surface editor - Fixed issues with moving devices without a layout
...
This closes #492
2020-10-24 20:17:58 +02:00
SpoinkyNL
a3906e3fe3
Data model debugger - Display ToString of object if overridden
2020-10-21 19:33:05 +02:00
SpoinkyNL
fd9f3afef5
Databinding modifiers - Redesigned API to leverage generics
...
Databinding modifiers - Updated default modifiers to use new API
2020-10-20 19:00:41 +02:00
Robert
4e69395ce8
Condition operators - Redesigned API to leverage generics
...
Condition operators - Updated default operators to use new API
2020-10-19 19:47:16 +02:00
SpoinkyNL
ceccc7ceec
Conditions UI - Open dropdowns automatically when editing static values
...
Conditions UI - Added missing defaults for enum/bool
Data models - Use enum descriptions in display
2020-10-17 11:36:00 +02:00
Robert
09cd0b4dae
Modules - Added support for SVG icons in sidebar
...
Modules - Removed separate DisplayIconPath property
Data model debugger - Generics now display their types nicely
Data model debugger - Type keywords are used where applicable
Data model debugger - Nullables display properly
2020-10-16 22:25:17 +02:00
SpoinkyNL
e6417585b5
Shared UI - Added icons control supporting PackIcons and SVGs
2020-10-15 00:36:24 +02:00
Robert
8be1945145
Core - Added utility for opening URLs in the default browser
2020-10-14 20:50:16 +02:00
Robert
2946364463
Conditions - Implemented self referencing list conditions
2020-10-14 19:04:56 +02:00
Robert
879d19e4ea
Conditions - Simplified adding new parts to conditions
...
Conditions - Added toggle for switching between static and dynamic conditions
Conditions - Automatically change to list condition when selecting a list and vice versa
2020-10-13 20:51:53 +02:00
Robert
3b6753a0ff
Data model - Support all lists implementing IEnumerable<>
2020-10-12 19:31:02 +02:00
SpoinkyNL
17d41647b6
Data models - Added ClearDynamicChildren method
...
Plugins - Added async support for timed updates
Plugins - Added dialog host to plugin settings window
Data model visualization - Fixed some null references
Data model visualization - Added check to ensure parameterless getters are present
2020-10-11 22:37:39 +02:00
SpoinkyNL
7610aeae4b
Data bindings - Updated to new paths API
...
Data bindings - Fixed profile editor behavior
2020-10-10 20:24:25 +02:00
SpoinkyNL
69ae42c039
Data model paths - Added events for validating/invalidating
...
List condition - Reinitialize when path validates/invalidates
Conditions - Don't save with invalid paths
Core - Fixed render exception on data model expansion deactivate
2020-10-10 11:03:45 +02:00
SpoinkyNL
d46a610e23
Data model paths - Moved all condition code over to the new pats API
2020-10-09 22:19:43 +02:00
SpoinkyNL
94bde1fe38
Condition VMs - Simplification WIPpepepepe
2020-10-08 22:21:17 +02:00
Robert
805cdc6782
Conditions - Finished migration to new API
...
Conditions UI - Updated for new API, needs simplifying before I'm happy with it
2020-10-08 20:49:23 +02:00
SpoinkyNL
725bb2a128
Conditions - Moved non-list conditions to new paths API
...
Conditions - Move list conditions to new paths API (WIP)
2020-10-08 00:05:37 +02:00
Robert
9417332a07
Conditions - Move to new paths API (more WIP)
2020-10-07 23:15:10 +02:00
Robert
642a6b95b9
TreeViewModel - Code style
...
Meta - Included R# config in repo
2020-10-06 20:35:48 +02:00
Robert
61a5cd09a6
Effects - Fixed post processing effects not being applied
...
Property tree - Fixed drag and drop interfering with property dragging
2020-10-06 19:45:30 +02:00
SpoinkyNL
ae64db8a13
Darthified code
2020-10-05 22:50:29 +02:00
SpoinkyNL
8f552d0f71
Dynamic data models - Rewrote the visualization to use leverage new core APIs
2020-10-04 22:06:21 +02:00
SpoinkyNL
7c394192fd
Profile editor - Tweaked data bindings update behavior in editor
2020-09-30 21:29:05 +02:00
Robert
882fe44c20
Merge remote-tracking branch 'origin/master'
2020-09-29 19:30:31 +02:00
Robert
e2f2f7ca65
Direct databindings - Added a large amount of modifiers
...
Direct databindings - Allow modifiers to have a different input parameter
Direct databindings - Categorised modifiers
Direct databindings - Added descriptions to modifiers
2020-09-29 19:09:34 +02:00
SpoinkyNL
e30e37e8e3
Modules - Improved override behavior when activation reqs are met
...
Profile editor - Fixed error when pressing play without a selected element
2020-09-27 22:09:28 +02:00
SpoinkyNL
bdad5b9511
Conditions/databindings - Fixed data model display option
...
Databindings - Fixed data bindings UI dissapearing on rapid clicks
2020-09-25 22:23:14 +02:00
SpoinkyNL
8294cc306a
Profile import - Fixed and streamlined functionality
2020-09-25 21:32:53 +02:00
Robert
a5455c26d6
Conditions - Removed animations that made the UI feel sluggish
...
Profile editor - Fixed effects toggle sometimes dissapearing
Property tree - Replaced TreeView with custom implementation
Property tree - Fixed minus/plus numpad keys collapsing the tree
2020-09-25 20:19:53 +02:00
Robert
fa329a9048
Shared UI - Moved initialization code
...
Color picker - Added toggle to preview color on devices
Settings - Added toggable auto-save
2020-09-24 21:33:56 +02:00
SpoinkyNL
33373bda57
Conditions - Added null-checks to accessors
...
Conditions - Simplified operators, removing unnecessary expression trees
2020-09-24 00:02:53 +02:00
Diogo Trindade
983911d148
Added a tray menu option to open the debugger window
2020-09-23 15:54:11 +01:00
Robert
74689b5daf
Conditional databindings - Added virtualization to the condition list
2020-09-23 20:24:00 +02:00
Robert
b73ea53622
Databindings - Added conditional databindings
...
Conditions - Added easy method for null-handling in operators
2020-09-23 19:26:44 +02:00
SpoinkyNL
4746719f9d
Conidtions - Clean up list VM
2020-09-21 23:57:15 +02:00
Robert
2547b6a8bf
Plugins - Gave each plugin its own child Ninject kernel
...
Plugins - Added support for validation in VMs
2020-09-21 21:05:00 +02:00
Robert
693ea29600
Conditions - Finished list support
2020-09-21 20:22:11 +02:00
Robert
0537adc27a
UI - Moved frame time to appbar to avoid Win+Tab issue
...
UI - Cleaned up home page
Overlay module - Removed test activation requirements
Debugger - Fixed rendering image scaling
Surface editor - Attempted to fix movement of devices without a layout
2020-09-21 19:39:14 +02:00
SpoinkyNL
8aba0a55ec
Conditions - Big refactor to prepare for conditional databindings
...
Conditions - Improved list-condition functionality
2020-09-20 21:34:27 +02:00
SpoinkyNL
a646ff95ed
Data model - Improved encapsulation
...
Conditions - Renamed from DisplayConditions to DataModelConditions to better match their nature
Core - More documentation
2020-09-19 11:43:49 +02:00
SpoinkyNL
6b93b1c878
UI dialogs - Added suffix texts to the text fields where applicable
2020-09-18 22:24:01 +02:00
SpoinkyNL
bfc93778a6
Folders - When display mode set to finish, finish all child timelines
...
Data bindings - Fixed an exception on profile editor undo
Timeline - Added segment options dialog where you can enter a time
2020-09-18 22:19:12 +02:00
Robert
9f951ca33f
Profile editor - Updated timeline repeat for segments
...
UI - Added missing Stylet base calls
Profile editor - Removed redundant min width on timeline rails
Profile editor - Fixed timeline zooming
Profile editor - Added missing tooltips
2020-09-18 20:30:13 +02:00