Timothy Baldridge
b5797b920d
Fix broken test on test server
2019-11-03 21:44:44 -07:00
Timothy Baldridge
b8471a41b3
Fixup missing .meta file when WJ uses a separate download folder
2019-11-03 21:36:25 -07:00
Timothy Baldridge
f39fe51328
Merge pull request #140 from Noggog/slideshow-refactoring
...
Image cache and slideshow refactor
2019-11-03 07:15:38 -07:00
Timothy Baldridge
d947de193c
Merge pull request #139 from Noggog/hotfix-download-picker
...
Hotfix download picker
2019-11-03 07:13:46 -07:00
Justin Swanson
a95a5415dc
Added Page() as a possible route for precaching slideshow
2019-11-03 00:41:11 -06:00
Justin Swanson
84d7eb0f49
Image cache and slideshow refactor
2019-11-03 00:01:19 -06:00
Justin Swanson
24551b62f4
Installation Configuration path error state improvements
...
Both inputs start blank, and have error circles to display they're unhappy.
Begin button is disabled and styled differently to match
2019-11-02 21:36:53 -06:00
Justin Swanson
d872823d7a
Utils.Is(File/Directory)PathValid
2019-11-02 21:23:59 -06:00
Justin Swanson
ed01534f48
FilePicker.AdditionalError systems
...
Lets you specify when there's other problems besides the file not existing
2019-11-02 21:23:35 -06:00
Justin Swanson
2dc47d5ec8
Ported some Error/Hash systems from Noggog/CSharpExt
2019-11-02 21:13:14 -06:00
Timothy Baldridge
bb4141dd79
Merge pull request #138 from Noggog/VM-split-and-styling
...
Compiler/Installer VM Split and Styling
2019-11-02 17:50:10 -06:00
Justin Swanson
ecb789d088
Merge remote-tracking branch 'wabbajack-tools/master' into VM-split-and-styling
2019-11-02 18:41:37 -05:00
Timothy Baldridge
91e0697bd0
Merge pull request #92 from Noggog/XAML-IDE-Featureset
...
Xaml IDE featureset
2019-11-02 17:36:00 -06:00
Justin Swanson
422fde257b
Merge remote-tracking branch 'wabbajack-tools/master' into XAML-IDE-Featureset
2019-11-02 18:31:21 -05:00
Justin Swanson
6b7fbb54f7
Fixes for last commit
2019-11-02 18:27:23 -05:00
Timothy Baldridge
c95a477221
bump version to alpha 5
2019-11-02 17:23:47 -06:00
Justin Swanson
7438413fb6
Added ReactiveUI.Fody
2019-11-02 18:23:11 -05:00
Timothy Baldridge
d01636eff8
set the install folder before checking ESMs
2019-11-02 17:20:41 -06:00
Justin Swanson
12daa32d4e
All projects migrated to PackageReferences nuget systems
2019-11-02 17:57:51 -05:00
Justin Swanson
5f629f4854
Made lazy sub-VM members, so only one is ever created
2019-11-02 17:21:05 -05:00
Justin Swanson
8eaec1eabb
Merge branch 'VM-split-and-styling'
2019-11-02 17:13:12 -05:00
Timothy Baldridge
f33b018295
add mediafire state to CerasConfig
2019-11-02 15:20:05 -06:00
Timothy Baldridge
85cf125ac8
now we bump the version
2019-11-02 15:15:51 -06:00
Timothy Baldridge
979334197f
bump version, add check for Cleaned ESMs before install
2019-11-02 15:08:37 -06:00
Justin Swanson
43b5acbe07
Added subtle window border highlight
2019-11-02 15:51:34 -05:00
Justin Swanson
707e3cda0c
Swapped main WJ banner to text-in-mouth image
2019-11-02 15:51:34 -05:00
Justin Swanson
ef6e5a6a41
Shadow intensity only activates when over the text area
2019-11-02 15:51:34 -05:00
Justin Swanson
0533b4a630
Slideshow background text improved to surround the text better
2019-11-02 15:51:34 -05:00
Justin Swanson
2e64526218
Added UseLayoutRounding to prevent text blurriness /w dropshadow
...
https://stackoverflow.com/questions/21538296/wpf-dropshadow-on-button-causes-blurry-text
2019-11-02 15:51:34 -05:00
Justin Swanson
a01afa9847
Added "by" to author label
2019-11-02 15:51:34 -05:00
Justin Swanson
dc5ad70145
Readded shadow to WJ background. Some styling
2019-11-02 15:51:34 -05:00
Justin Swanson
f77359ee7d
Resaved with XAML Styler
2019-11-02 15:51:34 -05:00
Justin Swanson
3b9cec7b5c
Some miswired properties
2019-11-02 15:51:34 -05:00
Justin Swanson
4f9b089a2b
Some styling to begin install button
2019-11-02 15:51:34 -05:00
Justin Swanson
3b0b1730bf
Added website button for slideshow. Other button adjustments
2019-11-02 15:51:34 -05:00
Justin Swanson
313890e526
Modlist website button added to installer view
2019-11-02 15:51:34 -05:00
Justin Swanson
b0d83a6210
Made text shadow not show for default WJ background
2019-11-02 15:51:34 -05:00
Justin Swanson
b96ce29789
Made title/author/summary text derivative in InstallerVM
...
So it will snap back to modlist info when slideshow not active
2019-11-02 15:51:34 -05:00
Justin Swanson
1c727909ce
Offloaded slideshow preloading to background thread
2019-11-02 15:51:34 -05:00
Justin Swanson
b37d5312c4
InstallationView Progress Bar tweaks
...
Now point to actual properties, but mostly disabled for now until progress reporting can be improved
2019-11-02 15:51:34 -05:00
Justin Swanson
fbbb609fe9
Removed undesired offloading
...
Normally I'd have this background threading to keep the GUI thread from being blocked. But in this case, it blocks the window from opening/shifting and displaying a black empty screen in the meantime
2019-11-02 15:51:34 -05:00
Justin Swanson
6eb75e1a9a
Compilation View spruces/fixes. Basic FilePicker.Filter
2019-11-02 15:51:34 -05:00
Justin Swanson
75f61c2e18
Install configuration systems readded to view
2019-11-02 15:51:34 -05:00
Justin Swanson
2f8977feac
Some additional library items
...
UserControlRx, FilePicker control, TaskExt.FireAndForget
2019-11-02 15:51:34 -05:00
Timothy Baldridge
a177a60c54
add support for .mohidden and /optional/ esps in zEdit integration
2019-11-02 14:32:40 -06:00
Timothy Baldridge
7e87e9fefd
NOMATCH_INCLUDE after zEdit merges
2019-11-02 12:36:38 -06:00
Timothy Baldridge
9cbdbdfa0a
add file state objects to serialization
2019-11-02 12:20:39 -06:00
Timothy Baldridge
5718610f32
Merge branch 'master' of https://github.com/halgari/wabbajack
2019-11-02 10:29:50 -06:00
Timothy Baldridge
898e0e3de7
update app icon to dark theme
2019-11-02 10:29:36 -06:00
Timothy Baldridge
684c34bdc8
Update README.md
2019-11-02 10:12:20 -06:00