Timothy Baldridge
d6123a7fb2
MessagePack, and basic sanity test passes
2020-04-03 16:37:27 -06:00
Timothy Baldridge
3e2b23f07d
Small fixes for a bunch of small issues that came up in the past few weeks.
2020-03-18 20:10:55 -06:00
Timothy Baldridge
452bd7c886
Fixes for features requested by Ultimate Skyrim
2020-03-09 22:11:11 -06:00
Timothy Baldridge
64cad0752f
Merge pull request #605 from erri120/issue-587
...
PR: Store settings.json in local appdata
2020-03-04 05:12:30 -07: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
erri120
2e9d42b538
Added a version check to the settings file
...
The current settings file has to have the same version as specified in
Wabbajack.Common.Consts.SettingsVersion or else it will be backedup and
deleted to ensure that no bad settings file are getting loaded.
This means that the SettingsVersion needs to be updated when a breaking
change to the settings is being introduced
2020-03-04 12:21:44 +01:00
Timothy Baldridge
356adf7d0e
Fix broken progress bar in gallery
2020-02-28 17:00:23 -07:00
erri120
87dc2c7773
Replaced Go to Modlist with Open Logs Folder when complation failed
2020-02-28 17:27:37 +01:00
erri120
ea39485f27
Add sort functions to the new buttons
2020-02-19 17:10:02 +01:00
erri120
e5539b5e2e
Added non-functional sorting buttons
2020-02-19 16:43:42 +01:00
erri120
b250a89684
Added functionality to the Searchbar
2020-02-15 17:30:55 +01:00
erri120
0af7a90b0e
Added non-functional SearchBar
2020-02-15 17:30:55 +01:00
erri120
bd6b6f3257
Updated the ManifestView
...
- changed padding and size of multiple items
- replaced TextBlock with readonly TextBox so you can copy the contents
2020-02-15 17:30:54 +01:00
erri120
bc634c357b
Created middle mouse button icon instead of read ellipse
2020-02-15 17:30:54 +01:00
erri120
ef7986db5c
Added middle mouse button scroll to the Manifest
2020-02-15 17:30:54 +01:00
Timothy Baldridge
7bbe79e481
Remove AutoUpdater.NET
2020-02-11 16:02:12 -07:00
Timothy Baldridge
e80cbf4535
Merge pull request #502 from wabbajack-tools/more-author-cli-options
...
And CLI commands for refreshing the build server. Added icon to launc…
2020-02-11 05:04:16 -07:00
Timothy Baldridge
7d99e9e11f
And CLI commands for refreshing the build server. Added icon to launch a commandline from WJ
2020-02-10 22:04:56 -07:00
Timothy Baldridge
5893827ced
Merge pull request #501 from Noggog/modlist-gallery
...
Initial basic modlist gallery filtering
2020-02-10 21:07:21 -07:00
Timothy Baldridge
63c6cf66b5
Merge pull request #500 from wabbajack-tools/issue-495
...
In app manual downloads
2020-02-10 19:05:58 -07:00
Timothy Baldridge
608b8c77a7
Manual download improvements
2020-02-10 17:30:38 -07:00
Justin Swanson
bdfe00c32d
Percent implicit conversion operator changed to explicit
2020-02-10 17:45:17 -06:00
Justin Swanson
43883d351a
Percent hotfix for binding crash
2020-02-10 17:41:14 -06:00
Justin Swanson
8d0c14f2f3
Initial basic modlist gallery filtering
2020-02-09 14:04:40 -06:00
Justin Swanson
b05c43661c
Percent struct
2020-02-07 23:45:45 -06:00
Timothy Baldridge
a9224a084a
Added support for logging in via Fallout 4, added better early-exit support for the Beth.NET login
2020-02-07 06:26:58 -07:00
Justin Swanson
7b41606625
Better initial visibility settings on ModListGallery items
2020-02-03 18:49:57 -06:00
Timothy Baldridge
1b428cd03b
Merge pull request #464 from erri120/manifest-rework
...
Manifest rework
2020-02-03 05:28:25 -07:00
erri120
1bf1189f26
Removed unused imports and CommonMark dependency
2020-02-02 13:52:55 +01:00
erri120
dd9baea785
Fixed GitHub links
2020-02-02 13:52:54 +01:00
erri120
f03db43798
Fleshed out the Manifest
2020-02-02 13:52:54 +01:00
erri120
7b66aee5a8
Created basic ManifestView, Window and VM
2020-02-02 13:52:53 +01:00
Justin Swanson
cd3e186d73
Basic AutoUpdater.NET added. GUI button to update
2020-02-02 01:33:12 -06:00
Timothy Baldridge
08a3bc6f23
Fix a ton of bugs with the Author file uploader, and a crash on the build server
2020-01-29 16:41:53 -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
Timothy Baldridge
d52b713ec3
Merge pull request #410 from Noggog/no-matching
...
Random refactors
2020-01-21 20:46:39 -07:00
Timothy Baldridge
e4b840114c
Merge pull request #411 from Noggog/readme-fix-gui-refactors
...
Readme Fix - Gui Refactors
2020-01-21 05:49:25 -07:00
Timothy Baldridge
ddbfaafdb5
Merge pull request #402 from Noggog/modlist-error-display
...
Modlist Gallery Error Display
2020-01-21 05:49:16 -07: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
0f7c1b4632
ExtensionManager -> ModListAssociationManager
2020-01-19 19:49:12 -06:00
Timothy Baldridge
141ff50dbe
Add missing file
2020-01-19 15:45:18 -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
6969a531e2
Add Upload support to WJ, fixes for the new server, etc.
2020-01-18 15:09:32 -07: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
04b2d13499
UserControlRx implements ReactiveUserControl. Properties moved to WhenActivated
2020-01-16 18:28:52 -06:00
Justin Swanson
b3ddb13a11
Added modlist "loading" visualization
2020-01-15 20:29:45 -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
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
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
feb3e781fc
Settings page work. Some experimentation /w RxUI binding
2020-01-05 23:15:10 -06:00
erri120
8106990707
Loading settings will no use CLIArguments
2020-01-05 14:10:49 +01:00
Justin Swanson
e49f1dd5ca
Basic settings page that just shows logins for now
2020-01-04 21:15:25 -06:00
Timothy Baldridge
f57897c539
merge master
2020-01-02 17:07:13 -07:00
Justin Swanson
6c4fbc8476
Improved top title bar configuration text
2019-12-27 15:50:27 -06:00
Justin Swanson
2b8474dd33
Added visual buffer so target modlist filepicker doesn't move
2019-12-27 14:09:07 -06:00
Timothy Baldridge
e4c78ebed9
Clean up some references try to get tests to work
2019-12-26 17:41:33 -07:00
Timothy Baldridge
00f702f1f8
Merge pull request #303 from Noggog/bugs-n-features
...
Bugs n features
2019-12-22 13:57:43 -08:00
Justin Swanson
0e0d495364
CPU view display styling tweaks
2019-12-22 01:57:55 -06:00
Justin Swanson
ed27978a31
Title shadow improved
2019-12-21 22:38:56 -06:00
Justin Swanson
946ff40021
UnderMainenanceOverlay help text
2019-12-21 20:10:54 -06:00
Timothy Baldridge
afe0d2d875
Merge pull request #301 from tr4wzified/minor-changes
...
Minor changes
2019-12-21 14:43:40 -08:00
trawzified
aa13a363bf
Remove unnecessary reference to library Wabbajack.Common
...
Remove if that is always true
2019-12-21 21:37:53 +01:00
Timothy Baldridge
698a419973
Merge branch 'master' into login-manager
2019-12-20 16:17:08 -07:00
Timothy Baldridge
9ffdea44c5
Few bug fixes
2019-12-20 15:47:33 -07:00
Timothy Baldridge
f5eb4d1d84
WIP
2019-12-20 13:51:10 -07:00
Justin Swanson
f26747bfe5
Readme can be website now
2019-12-20 01:14:43 -06:00
Justin Swanson
5a8c19fbae
Failure compiles/installs show red
2019-12-18 23:22:39 -06:00
Justin Swanson
b4bdaa5f07
AttentionBorder view
2019-12-18 22:44:43 -06:00
Justin Swanson
f4f9272858
BeginCommands refactored
2019-12-18 19:14:21 -06:00
Justin Swanson
5f7188d53d
Paranoia logic to bring window to the front after loading
2019-12-18 19:10:09 -06:00
Justin Swanson
1673f8a555
LibCef extraction init awaits and improvements
2019-12-18 19:09:45 -06:00
Justin Swanson
b0bff6e121
Missing ExtractLibs awaits
2019-12-17 21:18:33 -06:00
Justin Swanson
e0a91036d0
Fixes for progress bars starting at 100%
2019-12-17 21:10:38 -06:00
Justin Swanson
84485af2e1
Under maintenance display
2019-12-16 22:06:30 -06:00
Justin Swanson
174a354958
Added readme button to installation completion
2019-12-15 14:20:31 -06:00
Justin Swanson
5da5f246ed
Modified CPU display to show oldest first. Hid unassigned CPU items
...
Kept it more visually stable
2019-12-15 13:20:27 -06:00
Justin Swanson
24f94d6bb7
More button styling
2019-12-15 01:10:04 -06:00
Justin Swanson
e388c018dc
Fixed obscure FilePicker bug
...
The exit animations on errors were not firing if the datacontext was what changed. Adding a middleman property fixed the issue. Probably a bit hacky
2019-12-15 00:20:28 -06:00
Justin Swanson
705914bd77
FilePickerVM tooltip fixes + tests
2019-12-14 21:55:23 -06:00
Justin Swanson
a6082cc927
Merge remote-tracking branch 'wabbajack-tools/master' into polish-and-fixes
2019-12-14 17:48:27 -06:00
Justin Swanson
e6c98fc3eb
Added version display to main window
2019-12-14 17:48:16 -06:00
Justin Swanson
ebd5e4183a
Refactoring of installer config views. Fixed visual bug
2019-12-14 16:46:06 -06:00
Justin Swanson
7aa579cf5a
Modlist -> ModList
2019-12-14 16:13:31 -06:00
erri120
e13a57009a
Added ExtensionManager safety checks
2019-12-14 22:40:10 +01:00
Justin Swanson
7c03806e9a
Modlist gallery buttons use new bare icon style
2019-12-13 22:45:44 -06:00