63f5ac2f65
Slideshow margin styling tweaks
2019-10-13 16:19:49 -05:00
a510a6b36c
Added DesignInstance to MainWindow.xaml
2019-10-13 15:56:54 -05:00
a4d6feae42
Added 32bit compilation option
2019-10-13 15:56:40 -05:00
a8a859ac87
Added explicit XamlDebuggingInformation property
...
Only the default "Debug" build option has this true by default? Using other build options like "Debug (no commandargs)" won't work without this
2019-10-13 15:56:30 -05:00
3bbeedf2c9
Readme text construction optimization
...
Initially swapped it to use a StringBuilder, as string += calls are naughty and expensive.
Ended up just utilizing a StreamReader instead
2019-10-13 15:21:09 -05:00
87f44b94cf
OpenModlistProperties blocked from executing when UI not ready
...
Was like this way before, but XAML modifications from previous commits removed the logic. This readds it via the Command canExecute features
2019-10-13 15:15:06 -05:00
123c7c8b7b
Open Readme enabled when installing
2019-10-13 15:14:11 -05:00
b20d1a3118
Modified Property grid content swapping to be powered by DataTriggers
2019-10-13 15:10:17 -05:00
c5a049664a
Moved a lot of slideshow logic into Slideshow.cs
2019-10-13 14:53:49 -05:00
be5e740b57
SlideshowView.xaml
...
Just moved some XAML into a subfile
2019-10-13 14:39:29 -05:00
ed7c9cd686
- Fix duplicate requests to the NexusApi draining the rate limit.
2019-10-13 21:37:05 +02:00
93b6829904
Slideshow made into VM
...
Some random cleaning
2019-10-13 14:13:40 -05:00
3774f902d8
Consolidated TaskMode and RunMode enums
2019-10-13 14:04:33 -05:00
1004177050
Merge pull request #86 from Noggog/rx
...
Adding Rx libraries. Some initial migration to Rx concepts
2019-10-13 09:18:39 -06:00
8759f58442
Merge branch 'master' of https://github.com/halgari/wabbajack
2019-10-13 08:18:35 -06:00
704bfeb352
fix for not implemented exception in moddb downloader
2019-10-13 08:18:21 -06:00
8e3a554f6d
Merge pull request #89 from Noggog/gitignore-update
...
Removed Wabbajack.csproj.user from repo
2019-10-13 07:25:55 -06:00
8ede69a14b
fix for missing header in the Nexu API response
2019-10-13 07:20:40 -06:00
ead583ac1d
OpenReadmeCommand now only executable if UIReady
...
The function it calls shortcircuits if UIReady is false, so the command shouldn't be runnable if that's the state
2019-10-13 03:11:31 -05:00
d60d6a65a6
Removed unnecessary command subject
...
The bug was that the way commands were defined, a new instance was made every property access. Swapped to readonly gets so it's a single instance.
2019-10-13 03:03:50 -05:00
af08f74bfa
Removed Wabbajack.csproj.user from repo
...
Was in the gitignore, but probably had been committed before then.
https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore
2019-10-13 01:54:01 -05:00
654679c4f9
Merge remote-tracking branch 'wabbajack-tools/master' into rx
2019-10-13 01:48:41 -05:00
00ed32f929
Some comments
2019-10-13 01:38:51 -05:00
78b21550a8
update readme in preperation for next version
0.9.5
2019-10-12 21:34:21 -06:00
fadb0e6381
Merge pull request #85 from erri120/slideshow-logging
...
Added logging to file for slideshow
2019-10-12 21:20:06 -06:00
f12aee488d
Merge pull request #87 from wabbajack-tools/rework-download-integration
...
Rework download integration
2019-10-12 21:19:33 -06:00
7cb39695bf
update readmes and modlist ver number
2019-10-12 21:15:14 -06:00
3defad9590
fix report builder formatting
2019-10-12 21:06:44 -06:00
c7f2427d17
fixup the report for the new downloaders
2019-10-12 20:54:13 -06:00
4e946facab
add modddb handler
2019-10-12 20:54:13 -06:00
bcb669ad60
add manual download handler
2019-10-12 20:54:13 -06:00
bf11273c15
integrated the new download framework into the app
2019-10-12 20:54:13 -06:00
1e64544783
created downloaders for dropbox, http, google, and nexus
2019-10-12 20:54:13 -06:00
85e1ea7ebd
delete test file
2019-10-12 20:54:13 -06:00
bd885477a1
start of rework of download routines
2019-10-12 20:54:13 -06:00
f6305985e4
test non master branch azure triggers
2019-10-12 20:54:13 -06:00
588056f180
Update azure-pipelines.yml for Azure Pipelines
2019-10-12 20:54:04 -06:00
7bc2b04580
Update azure-pipelines.yml for Azure Pipelines
2019-10-12 17:00:19 -06:00
3d42b3e423
Update azure-pipelines.yml for Azure Pipelines
2019-10-12 16:53:49 -06:00
8478904e67
Removed inappropriately added AppState empty ctor
2019-10-12 16:43:21 -05:00
b110a297a8
Merge remote-tracking branch 'wabbajack-tools/master' into anasdfasd
2019-10-12 16:10:58 -05:00
ff2010134c
Slideshow update thread removed in favor of Rx
...
Will want to replace the throttle /w a debounce call.
Also will want to remove unnecessary subject once command IsExecuting callbacks are researched
2019-10-12 16:10:16 -05:00
514c6b9510
Added logging to file for slideshow
2019-10-12 21:15:19 +02:00
c808f9a4ed
Bugfix: removed vestigial IsEnabled binding on Readme button
2019-10-12 14:13:55 -05:00
b24a2a5ce4
Removed ShowReportButton property in favor of IsNotNullVisibilityConverter
2019-10-12 14:11:52 -05:00
d6295cc306
BeginCommand utilizes canExecute
2019-10-12 13:42:47 -05:00
1b185c5ef6
CPU status display refactored to Rx/DynamicData
...
Increased the frequency of status updates to 250 milliseconds. I believe it's still low CPU usage /w the EnsureUniqueChanges call, but we can dial it back or adjust if someone else finds otherwise
2019-10-12 13:18:21 -05:00
9f25c1db12
Merge pull request #84 from Noggog/slideshow-shutdown-fix
...
Removed UpdateLoop abort
2019-10-12 12:13:20 -06:00
63abcc39e0
Merge pull request #83 from tr4wzified/svg_vectors
...
Add svg versions of vector
2019-10-12 12:12:22 -06:00
a4b037f236
Merge pull request #80 from erri120/patch-1
...
Update Changelog with changes made by #73
2019-10-12 12:11:39 -06:00