Justin Swanson
14da5254c8
ModListTileView
2020-01-13 23:04:33 -06:00
Justin Swanson
75c48e5fe2
Merge branch 'master' into settings-pane
2020-01-11 00:42:51 -06:00
Justin Swanson
e2fa5da973
Optimizations for CPU display updates
2020-01-09 22:35:37 -06:00
Justin Swanson
feb3e781fc
Settings page work. Some experimentation /w RxUI binding
2020-01-05 23:15:10 -06:00
Justin Swanson
078b457857
FilePickerVM unit tests, better filter enforcement
2019-12-14 14:11:39 -06:00
erri120
1737d621bd
Removed unused imports from Wabbajack
2019-11-21 15:25:40 +01:00
Justin Swanson
fa504a1b16
DictionaryExt. Other Ext files migrated to Common
2019-11-05 19:39:18 -06:00
Justin Swanson
84d7eb0f49
Image cache and slideshow refactor
2019-11-03 00:01:19 -06:00
Justin Swanson
8eaec1eabb
Merge branch 'VM-split-and-styling'
2019-11-02 17:13:12 -05:00
Justin Swanson
e2ff7efe76
Initial Compiler/Installer split for VM and Views
2019-10-24 23:36:58 -05:00
Justin Swanson
f6290e7165
Added Debounce functionality to slideshow
...
Means instant update when user clicks, while also providing throttle if they spam
2019-10-20 18:30:25 -05:00
Justin Swanson
d60d6a65a6
Removed unnecessary command subject
...
The bug was that the way commands were defined, a new instance was made every property access. Swapped to readonly gets so it's a single instance.
2019-10-13 03:03:50 -05:00
Justin Swanson
00ed32f929
Some comments
2019-10-13 01:38:51 -05:00
Justin Swanson
ff2010134c
Slideshow update thread removed in favor of Rx
...
Will want to replace the throttle /w a debounce call.
Also will want to remove unnecessary subject once command IsExecuting callbacks are researched
2019-10-12 16:10:16 -05:00
Justin Swanson
d6295cc306
BeginCommand utilizes canExecute
2019-10-12 13:42:47 -05:00
Justin Swanson
1b185c5ef6
CPU status display refactored to Rx/DynamicData
...
Increased the frequency of status updates to 250 milliseconds. I believe it's still low CPU usage /w the EnsureUniqueChanges call, but we can dial it back or adjust if someone else finds otherwise
2019-10-12 13:18:21 -05:00
Justin Swanson
382f1cda93
ReadmeCommand canExecute implementation. ModList to property
2019-10-11 22:37:35 -05:00