Commit Graph

770 Commits

Author SHA1 Message Date
Justin Swanson
5838fc9d80 Fix for website readmes not opening 2020-01-20 22:28:45 -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
86391512bc CompilationCompleteView swapped to RxUserControl 2020-01-20 17:21:37 -06:00
Justin Swanson
7ad46c65cc Refactored AttentionBorder to a ContentControl
Looks like it's the proper way to do it anyway.
https://stackoverflow.com/questions/751325/how-to-create-a-wpf-usercontrol-with-named-content

UserControls are really just for super end-use
2020-01-20 17:21:32 -06:00
Justin Swanson
d788a3ae95 CompilerView swapped to RxUserControl 2020-01-20 17:21:29 -06:00
Justin Swanson
f026a666dd Bugfix for MO2 compiler not respecting targeted download folder 2020-01-20 17:21:25 -06:00
Justin Swanson
0f7c1b4632 ExtensionManager -> ModListAssociationManager 2020-01-19 19:49:12 -06:00
Justin Swanson
4138e644ef ExtensionManager.Extension -> ModListExtension 2020-01-19 19:42:27 -06:00
Timothy Baldridge
129fb445b8 Bump Version 2020-01-19 16:37:33 -07:00
Timothy Baldridge
e30dcf2358
Merge pull request #401 from wabbajack-tools/file-upload
File upload and hosting for WJ
2020-01-19 15:56:03 -07:00
Timothy Baldridge
141ff50dbe Add missing file 2020-01-19 15:45:18 -07:00
Justin Swanson
1a1818f338 ModList download metric no longer awaited
Don't need for it to be finished before continuing.
2020-01-19 12:38:55 -06:00
Timothy Baldridge
f2359ab273 Rewrote the uploader to use a block based approach 2020-01-18 22:51:12 -07:00
Justin Swanson
b5edd9ce26 ModListGallery loading error display 2020-01-18 22:40:31 -06:00
Justin Swanson
dbce33fb45 ModListGallery loading ring for loading modlist meta 2020-01-18 22:37:07 -06:00
Timothy Baldridge
2a31c85e24
Merge pull request #400 from Noggog/failed-compilation-display-bug
Failed compilation display bug
2020-01-18 15:31:13 -07:00
Timothy Baldridge
6969a531e2 Add Upload support to WJ, fixes for the new server, etc. 2020-01-18 15:09:32 -07:00
Justin Swanson
f1c0da3b4f ISubInstallerVM.Compile returns bool now 2020-01-18 15:57:53 -06:00
Justin Swanson
e2ebeb9af6 ISubCompilerVM.Compile returns bool now
Completion status now marked failure if that bool is false
2020-01-18 15:57:41 -06:00
Justin Swanson
bad10ae21c ModlistMetadataVM now fishes for false download return values 2020-01-18 14:52:37 -06:00
Justin Swanson
32bb4cd8e9 Some minor refactors on modlist downloading
Metrics send in parallel.  Exceptions caught/rethrown on tcs
2020-01-18 14:07:20 -06:00
Justin Swanson
80508aa494 Made changes to help cope with my allergy to strings 2020-01-18 13:28:42 -06:00
Timothy Baldridge
ad3090f9fc Upgrade deps 2020-01-17 15:56:52 -07:00
Justin Swanson
3ed80d1aba Added loading progress display for modlist images in gallery 2020-01-16 23:18:35 -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
04b2d13499 UserControlRx implements ReactiveUserControl. Properties moved to WhenActivated 2020-01-16 18:28:52 -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
8ae8e28f67 ModListMetadataVM FlowSwitch on exists check 2020-01-13 23:17:54 -06:00
Justin Swanson
bc6580c846 Error handling for modlist download exceptions 2020-01-13 23:04:45 -06:00
Justin Swanson
5b33a74075 Offloaded ModlistGallery image downloading 2020-01-13 23:04:45 -06:00
Justin Swanson
14da5254c8 ModListTileView 2020-01-13 23:04:33 -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
818d92320e Initial dynamic WorkQueue threads system 2020-01-11 00:42:25 -06:00
Justin Swanson
265953499d Bgufix for LoginManagerVM.Metadata 2020-01-09 23:00:31 -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
Timothy Baldridge
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
Timothy Baldridge
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
dependabot-preview[bot]
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
Justin Swanson
a3450900a3 Implemented workqueue limiter settings on starting batch 2020-01-07 19:57:00 -06:00
Justin Swanson
c5dd5c05bc Merge remote-tracking branch 'wabbajack-tools/master' into settings-pane 2020-01-07 19:23:32 -06:00
dependabot-preview[bot]
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
Timothy Baldridge
f2bb07a528 Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07: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
dependabot-preview[bot]
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
Justin Swanson
98cb1ea28e More settings page styling work 2020-01-06 23:44:32 -06:00
Timothy Baldridge
286ec75f88 Version Bump 2020-01-06 21:49:17 -07:00
Timothy Baldridge
afc99dce19 Bump Version 2020-01-06 16:34:50 -07:00
erri120
92c841f755
Added help argument to CLI 2020-01-06 15:54:46 +01:00
Justin Swanson
feb3e781fc Settings page work. Some experimentation /w RxUI binding 2020-01-05 23:15:10 -06:00
Timothy Baldridge
27f0f98671
Merge pull request #353 from wabbajack-tools/abstract-login-downloader
Reworked the LL downloader
2020-01-05 14:24:08 -08:00
erri120
8106990707
Loading settings will no use CLIArguments 2020-01-05 14:10:49 +01:00
erri120
e149c6dbe7
Starting From Modlist now uses CLIArguments 2020-01-05 14:09:34 +01:00
erri120
e929b661b5
Parse arguments on start 2020-01-05 13:52:18 +01:00
Timothy Baldridge
5f969a00df Reworked the LL downloader to abstract commonly used items in an abstract class 2020-01-04 22:38:08 -07:00
Justin Swanson
f44f75d497 TabControl styling 2020-01-04 22:40:08 -06:00
Justin Swanson
e49f1dd5ca Basic settings page that just shows logins for now 2020-01-04 21:15:25 -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
2ab10fe1bb BackNavigatingVM. Removed navigation stack 2020-01-04 20:33:38 -06:00
Justin Swanson
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
Justin Swanson
af7357e500 Removed some vestigial members 2020-01-04 19:30:34 -06:00
Timothy Baldridge
9eec82be0d Bump version for 1.0 beta 13 2020-01-04 18:22:22 -07:00
Timothy Baldridge
d1049aaefe Bump Verison number 2020-01-03 21:07:57 -07:00
Timothy Baldridge
3010027ea8 Implement Ceras breaking change & update deps (to get it to compile) 2020-01-03 20:56:20 -07:00
Justin Swanson
907b020db5 Error printing improvement. Removed some vestigial members 2020-01-03 20:26:44 -06:00
Timothy Baldridge
d20de58f50 Merge remote-tracking branch 'origin/master' 2020-01-03 15:31:47 -07:00
Timothy Baldridge
b320f87d1e Bump Version number 2020-01-03 15:31:25 -07:00
erri120
b6ed45945e
Fixed unused import 2020-01-03 18:27:09 +01:00
erri120
2643c499c2
Replaced old Steam/GOG Handlers with the new StoreHandler system 2020-01-03 18:22:50 +01:00
Timothy Baldridge
f3e183b637
Merge pull request #329 from wabbajack-tools/dependabot/nuget/Fody-6.0.6
Bump Fody from 6.0.5 to 6.0.6
2020-01-03 06:46:31 -08:00
erri120
bf73cbd7b8
Updated the Slideshow error to be non important 2020-01-03 13:17:42 +01:00
dependabot-preview[bot]
0b828dfc01
Bump Fody from 6.0.5 to 6.0.6
Bumps [Fody](https://github.com/Fody/Fody) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](https://github.com/Fody/Fody/compare/6.0.5...6.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 07:06:09 +00:00
Timothy Baldridge
f57897c539 merge master 2020-01-02 17:07:13 -07:00
Timothy Baldridge
5a0e19f4b1 Metrics and status are now in MongoDB 2019-12-29 15:57:01 -07:00
Timothy Baldridge
f9cdbbc6a1
Merge pull request #313 from wabbajack-tools/dependabot/nuget/System.Reactive-4.3.2
Bump System.Reactive from 4.3.1 to 4.3.2
2019-12-27 16:08:06 -08:00
Timothy Baldridge
12b466d8bb
Merge pull request #319 from wabbajack-tools/dependabot/nuget/DynamicData-6.14.3
Bump DynamicData from 6.14.1 to 6.14.3
2019-12-27 16:07:57 -08:00
Timothy Baldridge
0bc96024a4
Merge pull request #318 from wabbajack-tools/dependabot/nuget/ReactiveUI.WPF-11.0.6
Bump ReactiveUI.WPF from 11.0.1 to 11.0.6
2019-12-27 16:07:47 -08:00
Timothy Baldridge
1d87ecab25
Merge pull request #317 from wabbajack-tools/dependabot/nuget/ReactiveUI.Events.WPF-11.0.6
Bump ReactiveUI.Events.WPF from 11.0.1 to 11.0.6
2019-12-27 16:07:25 -08:00
Timothy Baldridge
4eee120696
Merge pull request #316 from wabbajack-tools/dependabot/nuget/ReactiveUI.Fody-11.0.6
Bump ReactiveUI.Fody from 11.0.1 to 11.0.6
2019-12-27 16:07:00 -08:00
Justin Swanson
507c71d1d8 Removed vestigial MainWindowVM.ViewDispatcher 2019-12-27 16:24:35 -06:00
Justin Swanson
6c4fbc8476 Improved top title bar configuration text 2019-12-27 15:50:27 -06:00
Justin Swanson
bebd898964 Lowered CPU display throttling to 50ms 2019-12-27 15:27:13 -06:00
Justin Swanson
6962b4873c Reimplemented website readme features 2019-12-27 15:20:27 -06:00
Justin Swanson
2b8474dd33 Added visual buffer so target modlist filepicker doesn't move 2019-12-27 14:09:07 -06:00
Justin Swanson
458307e60b InstallerVM properly clears display after swapping off a list 2019-12-27 14:09:07 -06:00
Justin Swanson
cc08d57724 Adjusted some rx thread switches 2019-12-27 14:09:07 -06:00
dependabot-preview[bot]
1e67cd0ead
Bump DynamicData from 6.14.1 to 6.14.3
Bumps [DynamicData](https://github.com/reactiveui/DynamicData) from 6.14.1 to 6.14.3.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactiveui/DynamicData/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/reactiveui/DynamicData/compare/6.14.1...6.14.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 07:08:34 +00:00
dependabot-preview[bot]
7876bffe13
Bump ReactiveUI.WPF from 11.0.1 to 11.0.6
Bumps [ReactiveUI.WPF](https://github.com/reactiveui/reactiveui) from 11.0.1 to 11.0.6.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.0.1...11.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 07:08:11 +00:00
dependabot-preview[bot]
ed1b5c2892
Bump ReactiveUI.Events.WPF from 11.0.1 to 11.0.6
Bumps [ReactiveUI.Events.WPF](https://github.com/reactiveui/reactiveui) from 11.0.1 to 11.0.6.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.0.1...11.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-27 07:07:50 +00:00