Commit Graph

842 Commits

Author SHA1 Message Date
04b2d13499 UserControlRx implements ReactiveUserControl. Properties moved to WhenActivated 2020-01-16 18:28:52 -06:00
36d73b82f0 A GC and dispose correctness pass 2020-01-15 21:54:06 -06:00
508fca2bf7 InstallerVM modlist loading/deloading improvements 2020-01-15 21:19:00 -06:00
b3ddb13a11 Added modlist "loading" visualization 2020-01-15 20:29:45 -06:00
5abcdc651b Fixed status term used when in failed state 2020-01-14 23:24:59 -06:00
880ab875dc Merge pull request #383 from tr4wzified/master
Fix typos + inconsistencies in logs
2020-01-14 05:36:55 -08:00
8ae8e28f67 ModListMetadataVM FlowSwitch on exists check 2020-01-13 23:17:54 -06:00
bc6580c846 Error handling for modlist download exceptions 2020-01-13 23:04:45 -06:00
5b33a74075 Offloaded ModlistGallery image downloading 2020-01-13 23:04:45 -06:00
14da5254c8 ModListTileView 2020-01-13 23:04:33 -06:00
877989ba16 Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
df20f65f90 WorkQueue's desired threads obs can be set after ctor. CurrentCpuCount display 2020-01-11 14:20:14 -06:00
ddbd1ef754 CpuStatus binding refactors. Target usage slider 2020-01-11 00:43:40 -06:00
75c48e5fe2 Merge branch 'master' into settings-pane 2020-01-11 00:42:51 -06:00
818d92320e Initial dynamic WorkQueue threads system 2020-01-11 00:42:25 -06:00
265953499d Bgufix for LoginManagerVM.Metadata 2020-01-09 23:00:31 -06:00
e2fa5da973 Optimizations for CPU display updates 2020-01-09 22:35:37 -06:00
36a37a04a9 Swapped calls to ObserveOnGuiThread() 2020-01-09 20:51:19 -06:00
5d4d2bc9af Merge pull request #366 from wabbajack-tools/dependabot/nuget/ReactiveUI.Events.WPF-11.1.6
Bump ReactiveUI.Events.WPF from 11.1.1 to 11.1.6
2020-01-09 06:40:25 -08:00
8a7a675d64 Merge pull request #367 from wabbajack-tools/dependabot/nuget/ReactiveUI.WPF-11.1.6
Bump ReactiveUI.WPF from 11.1.1 to 11.1.6
2020-01-09 06:39:30 -08:00
65e80b9021 Bump MahApps.Metro.IconPacks from 3.0.1 to 3.1.0
Bumps [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/MahApps/MahApps.Metro.IconPacks/releases)
- [Changelog](https://github.com/MahApps/MahApps.Metro.IconPacks/blob/dev/GitReleaseManager.yaml)
- [Commits](https://github.com/MahApps/MahApps.Metro.IconPacks/compare/3.0.1...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 07:19:15 +00:00
a3450900a3 Implemented workqueue limiter settings on starting batch 2020-01-07 19:57:00 -06:00
c5dd5c05bc Merge remote-tracking branch 'wabbajack-tools/master' into settings-pane 2020-01-07 19:23:32 -06:00
d7831ce4ef Bump ReactiveUI.WPF from 11.1.1 to 11.1.6
Bumps [ReactiveUI.WPF](https://github.com/reactiveui/reactiveui) from 11.1.1 to 11.1.6.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.1.1...11.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 15:04:13 +00:00
f2bb07a528 Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
b0951afb80 Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib) 2020-01-07 06:03:46 -07:00
b8c69547ff Bump ReactiveUI.Events.WPF from 11.1.1 to 11.1.6
Bumps [ReactiveUI.Events.WPF](https://github.com/reactiveui/reactiveui) from 11.1.1 to 11.1.6.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.1.1...11.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 07:15:30 +00:00
98cb1ea28e More settings page styling work 2020-01-06 23:44:32 -06:00
286ec75f88 Version Bump 2020-01-06 21:49:17 -07:00
afc99dce19 Bump Version 2020-01-06 16:34:50 -07:00
92c841f755 Added help argument to CLI 2020-01-06 15:54:46 +01:00
feb3e781fc Settings page work. Some experimentation /w RxUI binding 2020-01-05 23:15:10 -06:00
27f0f98671 Merge pull request #353 from wabbajack-tools/abstract-login-downloader
Reworked the LL downloader
2020-01-05 14:24:08 -08:00
8106990707 Loading settings will no use CLIArguments 2020-01-05 14:10:49 +01:00
e149c6dbe7 Starting From Modlist now uses CLIArguments 2020-01-05 14:09:34 +01:00
e929b661b5 Parse arguments on start 2020-01-05 13:52:18 +01:00
5f969a00df Reworked the LL downloader to abstract commonly used items in an abstract class 2020-01-04 22:38:08 -07:00
f44f75d497 TabControl styling 2020-01-04 22:40:08 -06:00
e49f1dd5ca Basic settings page that just shows logins for now 2020-01-04 21:15:25 -06:00
43aca88879 Implemented IBackNavigatingVM various places 2020-01-04 21:06:34 -06:00
907a5a2da1 MainWindowVM.ActivePane set made private 2020-01-04 21:04:56 -06:00
2ab10fe1bb BackNavigatingVM. Removed navigation stack 2020-01-04 20:33:38 -06:00
e13b000b54 Global UserInterventionHandler now try/catches
Any exception was borking the callback subscription, so no more interventions were handled
2020-01-04 19:31:54 -06:00
af7357e500 Removed some vestigial members 2020-01-04 19:30:34 -06:00
9eec82be0d Bump version for 1.0 beta 13 2020-01-04 18:22:22 -07:00
d1049aaefe Bump Verison number 2020-01-03 21:07:57 -07:00
3010027ea8 Implement Ceras breaking change & update deps (to get it to compile) 2020-01-03 20:56:20 -07:00
907b020db5 Error printing improvement. Removed some vestigial members 2020-01-03 20:26:44 -06:00
d20de58f50 Merge remote-tracking branch 'origin/master' 2020-01-03 15:31:47 -07:00
b320f87d1e Bump Version number 2020-01-03 15:31:25 -07:00