Commit Graph

69 Commits

Author SHA1 Message Date
Timothy Baldridge
053a71795a disable back button and 2.3.4.3 2020-12-06 21:26:02 -07:00
erri120
ad1a0843de
Removed the internal Manifest Viewer 2020-11-09 12:26:07 +01:00
Timothy Baldridge
90e9af05b1 More fine-grained status updates 2020-11-03 07:45:08 -07:00
Timothy Baldridge
d0febcd8a9 Several tweaks, bump version to 2.3.0.1 2020-10-01 06:24:26 -06:00
erri120
106a92cff5
Added canExecute to ShowManifestCommand 2020-08-30 11:45:46 +02:00
halgari
049dff0d1c Hotfix for breaking existing lists (for real this time) 2020-08-21 10:42:56 -06:00
halgari
cf1c62b7c7 Hotfix for breaking existing lists 2020-08-20 20:45:15 -06:00
erri120
77275dd30b
Current Wabbajack must be newer than Wabbajack version of compiled Modlist 2020-08-11 14:31:58 +02:00
Justin Swanson
a2b900a64f Adjusted shutdown mechanics to not block GUI thread 2020-08-08 07:33:36 -05:00
Justin Swanson
1bd8894a1f Error triangle under play button 2020-07-25 18:37:23 -05:00
Justin Swanson
32f08d7dd5 Some more help text rewording 2020-07-19 15:50:11 -05:00
trawzified
134c997de9 Change Configuring to Awaiting Input to prevent user confusion 2020-07-18 20:45:34 +02:00
erri120
3ad0f8d1cc
Added FilePicker Filters for Compilation and Installation 2020-07-15 13:39:47 +02:00
Timothy Baldridge
0960600f05 Remove several uses of .Wait 2020-06-01 14:26:03 -06:00
Timothy Baldridge
0e0b0d8883 Remove vortex support 2020-04-21 06:14:52 -06:00
erri120
a3305b08fe
Removed readme as file option 2020-04-15 19:53:45 +02:00
Timothy Baldridge
c01ed4375c The main wabbajack app compiles 2020-04-03 16:40:52 -06:00
Timothy Baldridge
d6123a7fb2 MessagePack, and basic sanity test passes 2020-04-03 16:37:27 -06:00
erri120
1ce640ba2b
Add non-Nexus mods to the Slideshow (#574)
* Created AbstractMetaState

* Added IAbstractMetaState to NexusDownloader.State

Slideshow is fully working with this setup and nothing changed
functionally.

* Renamed IAbstractMetaState to IMetaState

* Changed modVMs in SlideShow from type NexusDownloader.State to IMetaState

* Simplified IMetaState and ModVM

* Removed Setter from IMetaState and added to LoversLabDownloader

* Throw exception when the modlist could not be loaded

* Created AbstractMetaState

AbstractMetaState implements AbstractDownloadState and indicates that a
State from a specific Download contains meta information. This is used
for the Slideshow and can also be used for the Manifest.

* Created GatherMetaData function

* Implemented new AbstractMetaState for LoversLab

* Implemented new AbstractMetaState for NexusMods

* Replaced Utils.Log with Utils.Error

* Slideshow fixes

* Replaced AbstractMetaState with IMetaState

* Updated CHANGELOG

Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2020-03-04 05:10:49 -07:00
Justin Swanson
b05c43661c Percent struct 2020-02-07 23:45:45 -06:00
Justin Swanson
11d6401374 Added log to InstallerVM of what modlist it is installing 2020-02-03 19:02:57 -06:00
erri120
7b66aee5a8
Created basic ManifestView, Window and VM 2020-02-02 13:52:53 +01:00
erri120
5b5678363f
Removed ReportHTML 2020-02-02 13:52:52 +01:00
Timothy Baldridge
8ce5906a72 Remove references to Framework deps replace with the deps we use in other parts of the project 2020-01-31 15:07:55 -07:00
Justin Swanson
805fc47b78 Process start refactor to be compatible with .NET Core 2020-01-25 21:21:41 -06:00
Justin Swanson
638542c617 .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Justin Swanson
0e935ec261 UserIntervention views made to RxUserControls 2020-01-20 22:23:33 -06:00
Justin Swanson
29295a774e InstallationView swapped to RxUserControl 2020-01-20 19:07:41 -06:00
Justin Swanson
95260b1342 InstallationCompleteView swapped to RxUserControl 2020-01-20 17:21:40 -06:00
Justin Swanson
f1c0da3b4f ISubInstallerVM.Compile returns bool now 2020-01-18 15:57:53 -06:00
Justin Swanson
f8c640467f Added explicit schedulers to some Rx calls 2020-01-16 22:52:29 -06:00
Justin Swanson
8571003cfd ToGuiProperty convenience call
Automatically wires on GUI thread and disposes
2020-01-16 22:48:54 -06:00
Justin Swanson
36d73b82f0 A GC and dispose correctness pass 2020-01-15 21:54:06 -06:00
Justin Swanson
508fca2bf7 InstallerVM modlist loading/deloading improvements 2020-01-15 21:19:00 -06:00
Justin Swanson
b3ddb13a11 Added modlist "loading" visualization 2020-01-15 20:29:45 -06:00
Justin Swanson
5abcdc651b Fixed status term used when in failed state 2020-01-14 23:24:59 -06:00
Timothy Baldridge
880ab875dc
Merge pull request #383 from tr4wzified/master
Fix typos + inconsistencies in logs
2020-01-14 05:36:55 -08:00
Justin Swanson
5b33a74075 Offloaded ModlistGallery image downloading 2020-01-13 23:04:45 -06:00
trawzified
877989ba16 Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
Justin Swanson
df20f65f90 WorkQueue's desired threads obs can be set after ctor. CurrentCpuCount display 2020-01-11 14:20:14 -06:00
Justin Swanson
ddbd1ef754 CpuStatus binding refactors. Target usage slider 2020-01-11 00:43:40 -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
36a37a04a9 Swapped calls to ObserveOnGuiThread() 2020-01-09 20:51:19 -06:00
Justin Swanson
c5dd5c05bc Merge remote-tracking branch 'wabbajack-tools/master' into settings-pane 2020-01-07 19:23:32 -06:00
Timothy Baldridge
b0951afb80 Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib) 2020-01-07 06:03:46 -07:00
Justin Swanson
98cb1ea28e More settings page styling work 2020-01-06 23:44:32 -06:00
Justin Swanson
43aca88879 Implemented IBackNavigatingVM various places 2020-01-04 21:06:34 -06:00
Justin Swanson
907a5a2da1 MainWindowVM.ActivePane set made private 2020-01-04 21:04:56 -06:00
Justin Swanson
907b020db5 Error printing improvement. Removed some vestigial members 2020-01-03 20:26:44 -06:00