Commit Graph

70 Commits

Author SHA1 Message Date
Timothy Baldridge
898e0e3de7 update app icon to dark theme 2019-11-02 10:29:36 -06:00
Timothy Baldridge
610fea9d7f use xxHash64 hasing 2019-10-30 21:40:33 -06:00
erri120
74d16ed8b7
Modlist can now be loaded using a shell command 2019-10-30 18:09:55 +01:00
erri120
7bbdbfcf60
Removed unused icon 2019-10-30 17:50:44 +01:00
erri120
73e9408ed2
Added icon to be extracted for registry edits 2019-10-30 17:49:46 +01:00
erri120
48718cfe96
Removed old extension calls 2019-10-30 17:49:44 +01:00
erri120
49ba23affe
Created ExtensionManager 2019-10-30 17:49:44 +01:00
Timothy Baldridge
1195e3b640
Merge pull request #115 from Noggog/slide-show-timing
Slide show timing
2019-10-23 18:53:03 -06:00
Timothy Baldridge
b32cd14a25 few other fixes 2019-10-22 14:16:21 -06:00
Timothy Baldridge
59e34b7e73 add manual modlist selection mode 2019-10-22 06:05:57 -06:00
Justin Swanson
d6c165f290 Slideshow infinite loop fix
If slideshow only had one item, it would loop trying to find a new slide
2019-10-21 19:41:51 -05:00
Timothy Baldridge
c12603e69f fixup the download ui a bit 2019-10-21 13:51:20 -06:00
Timothy Baldridge
1882b9227b fixup some google download links so they properly download 2019-10-21 13:05:03 -06:00
Justin Swanson
f7b35198ec Slideshow timer resets when user hits next 2019-10-20 18:30:25 -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
Timothy Baldridge
f1e316f544 fixup some modlist definition mappings 2019-10-20 13:30:39 -06:00
Timothy Baldridge
f851432d51 add modlist selection ui, still WIP 2019-10-20 05:26:42 -06:00
erri120
ba5a89849e
Swapped all images to dark versions 2019-10-16 18:36:22 +02:00
erri120
5a7b3d9d62
Created banner_dark and banner_small_dark 2019-10-16 18:34:33 +02:00
erri120
78e09472aa
Changed next icon color to white 2019-10-16 18:24:07 +02:00
erri120
f37c47cefc
Changed banner and banner small to newer versions 2019-10-16 16:53:17 +02:00
erri120
79a090354d
Changed wabbajack icon to newer one 2019-10-16 16:47:53 +02:00
Timothy Baldridge
518de4dacc pull the core of Wabbajack into Wabbajack.Lib so we can reuse it in other exes 2019-10-15 21:10:34 -06:00
Timothy Baldridge
8f2e3529f9
Merge pull request #93 from giraldiego/patch-2
Fix for low resolution screens
2019-10-15 17:33:16 -06:00
Timothy Baldridge
57d1ca3d4a
Merge pull request #97 from Noggog/MainWindow-spawn-location
MainWindow spawns on ModeSelectionWindow
2019-10-15 17:32:56 -06:00
erri120
ad313de5a8
One line fix to stop WJ from being in installer mode the whole time 2019-10-15 13:29:20 +02:00
Justin Swanson
efa60faace MainWindow spawns on ModeSelectionWindow 2019-10-14 19:04:08 -05:00
Justin Swanson
b49e8f9738 Small cleaning 2019-10-13 20:22:07 -05:00
Justin Swanson
8956fe6fd3 NexusSite command moved to Slideshow 2019-10-13 20:15:41 -05:00
giraldiego
8494badc2a
Fix for low resolution screens
A small fix
2019-10-13 19:56:09 -05:00
Justin Swanson
2f5b789d11 Removed "SplashScreen" naming prefix 2019-10-13 17:08:50 -05:00
Justin Swanson
63f5ac2f65 Slideshow margin styling tweaks 2019-10-13 16:19:49 -05:00
Justin Swanson
b20d1a3118 Modified Property grid content swapping to be powered by DataTriggers 2019-10-13 15:10:17 -05:00
Justin Swanson
c5a049664a Moved a lot of slideshow logic into Slideshow.cs 2019-10-13 14:53:49 -05:00
Justin Swanson
be5e740b57 SlideshowView.xaml
Just moved some XAML into a subfile
2019-10-13 14:39:29 -05:00
Justin Swanson
93b6829904 Slideshow made into VM
Some random cleaning
2019-10-13 14:13:40 -05:00
Justin Swanson
3774f902d8 Consolidated TaskMode and RunMode enums 2019-10-13 14:04:33 -05:00
Justin Swanson
654679c4f9 Merge remote-tracking branch 'wabbajack-tools/master' into rx 2019-10-13 01:48:41 -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
erri120
514c6b9510
Added logging to file for slideshow 2019-10-12 21:15:19 +02:00
Justin Swanson
c808f9a4ed Bugfix: removed vestigial IsEnabled binding on Readme button 2019-10-12 14:13:55 -05:00
Justin Swanson
b24a2a5ce4 Removed ShowReportButton property in favor of IsNotNullVisibilityConverter 2019-10-12 14:11:52 -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
2b57e1590c Removed Dispatcher members in favor of static reference 2019-10-11 17:38:32 -05:00
Justin Swanson
5ebf9af0aa Removed LambdaCommand in favor of ReactiveCommand
Also standardized their naming
2019-10-11 17:38:25 -05:00
erri120
949c9b7ce6
Fixed typo 2019-10-11 19:35:10 +02:00
erri120
775354b4d9
Fixed endless while loop 2019-10-11 19:29:11 +02:00
erri120
6fa03cbc5d
Fixed wrong update time 2019-10-11 18:49:08 +02:00
erri120
ec4ea0898d
Changed text viewer title to modlist title 2019-10-11 15:04:33 +02:00