Commit Graph

711 Commits

Author SHA1 Message Date
Nick Vella eafae2e0bf msix: add "Live Writer" tile shortname 2019-10-21 13:11:40 +11:00
Nick Vella c80e1b4c50 msix: remove unneeded files from solution 2019-10-20 21:43:04 +11:00
Nick Vella b0569c1606 msix: remove left over files from nuget package explorer 2019-10-20 21:27:36 +11:00
Nick Vella cd5f630fc6 Merge branch 'msix-from-packageexplorer' into msix 2019-10-11 17:55:32 +11:00
Nick Vella 14acb3aeed msix: finalise app icons 2019-10-11 17:36:06 +11:00
Nick Vella ca698199dd Merge branch 'msix-from-packageexplorer' into msix 2019-10-11 15:31:06 +11:00
Nick Vella 31a26fd9ec msix: add _pkginfo.txt to gitignore 2019-09-25 22:52:16 +10:00
Nick Vella 4ebf97027c msix: mark Package project for build on release and debug 2019-09-25 22:51:40 +10:00
Nick Vella f6f3891dc6 msix: add releasesuap to gitignore 2019-09-25 22:51:21 +10:00
Nick Vella eda28a9fa8 msix: build.ps1: place builds into ReleasesUap folder - todo: make folder relative to project root 2019-09-25 22:51:07 +10:00
Nick Vella 5ec613c5bd upgrade Ribbon project to 2019 2019-09-25 20:56:31 +10:00
Nick Vella 009ab2677d use appveyor vs2019 image 2019-09-25 20:06:54 +10:00
Nick Vella 2aa238d0e1 msix: add uap build parameters 2019-09-22 17:36:03 +10:00
Nick Vella 8954acd4bf msix: switch build.ps1 to target VS 2019 2019-09-22 17:35:36 +10:00
Nick Vella f9cdbffdad
Merge pull request #860 from nvella/msix-from-packageexplorer
msix: make packagable and runable from installed package
2019-09-06 20:03:42 +10:00
Nick Vella a713ba1fbd msix: delete remaining assets from packageexplorer 2019-09-06 20:00:22 +10:00
Nick Vella b392dc4455 msix: new icon/tile files 2019-09-06 19:58:10 +10:00
Nick Vella 1a6919bb66 msix: alter file type associations and asset paths 2019-09-06 19:57:36 +10:00
Nick Vella f6a0e76450 msix: disable plugins when running in msix 2019-09-06 19:56:01 +10:00
Nick Vella 9a49363b5b
Merge pull request #858 from nvella/msix-from-packageexplorer
msix: include template, ribbon and map.html files
2019-09-03 17:12:14 +10:00
Nick Vella 347adf2ed6 msix: build: fix ribbon dll inclusion and attempt to fix map.html template inclusion 2019-09-03 17:11:13 +10:00
Nick Vella cd6c8c8bcc msix: OpenLiveWriter.BlogClient.csproj: use regular Content includes with Link directives so template files are included in MSIX package 2019-09-03 16:19:08 +10:00
Nick Vella a8dcc2e37d
Merge pull request #856 from nvella/msix-from-packageexplorer
Begin work on MSIX packaging project
2019-08-30 15:36:38 +10:00
Nick Vella 7135bc8ef8 msix: make appxmanifest valid 2019-08-30 15:27:54 +10:00
Nick Vella 15ca65ed01 msix: fix manifest and delete unneeded icons 2019-08-30 15:23:39 +10:00
Nick Vella ff42b683ce msix: copy values from old appx manifest, delete local and nightly manifests for now 2019-08-28 20:13:58 +10:00
Nick Vella 44f4ffa92b msix: include _TargetFrameworkVersionWithoutV 2019-08-28 19:27:34 +10:00
Nick Vella ae6b000e02 msix: don't rewrite MSBuildExtensionsPath 2019-08-28 18:46:02 +10:00
Nick Vella 39ce0dd31c msix: copy packaging project from NuGet PackageExplorer 2019-08-28 18:05:17 +10:00
Nick Vella 09f1f05c76
Merge pull request #852 from nvella/master
ssg: Add YamlDotNet to nuspec
2019-08-18 16:41:00 +10:00
Nick Vella f3c6a5ff69 ssg: ... tabs->spaces 2019-08-18 16:34:13 +10:00
Nick Vella e16f96ee22 ssg: update nuspec to include YamlDotNet 2019-08-18 16:29:04 +10:00
Nick Vella dbbfd4f4ce
Merge pull request #844 from nvella/static-site-generator
Initial Static Site Generator support
2019-08-18 16:11:13 +10:00
Nick Vella b34cca1ff1
Merge pull request #850 from nvella/master
New splash screen (closes #846)
2019-08-17 18:26:20 +10:00
Nick Vella 857029dbee splash: remove unused label click handler 2019-08-17 18:07:53 +10:00
Nick Vella 462c13a0d6 splash: cleanup ApplicationMain 2019-08-16 23:54:35 +10:00
Nick Vella 99458d7dbe splash: revert accidental change to ribbon project file 2019-08-16 23:51:41 +10:00
Nick Vella b6c751399f splash: rename images to state 2x scaling 2019-08-16 23:50:12 +10:00
Nick Vella c078072471 splash: cleanup files 2019-08-16 23:47:00 +10:00
Nick Vella d22332a054 splash: finish new splash 2019-08-16 23:45:59 +10:00
Nick Vella e543266caa splash: begin work on new splash 2019-08-16 00:07:04 +10:00
Nick Vella c7bb28dbc9
Merge pull request #847 from nvella/master
UpdateManager: don't update if update is older than currently running version (fixes #838)
2019-08-08 00:23:38 +10:00
Nick Vella 654465e576 UpdateManager: check there is a future release before comparing release versions 2019-08-08 00:16:19 +10:00
Nick Vella c1591d8873 UpdateManager: don't update if update is older than currently running version - fixes #838 2019-08-07 23:57:04 +10:00
Nick Vella 5d7077e6c3 ssg: StaticSiteItem: fix parsing blog posts with only one HTML line 2019-08-07 18:51:21 +10:00
Nick Vella 9db6fdd6e9 ssg: oops, forgot drafts support 2019-08-05 22:30:36 +10:00
Nick Vella bcac35626d l10n: restore Properties.resx to upstream 2019-08-05 17:50:07 +10:00
Nick Vella b5fbf0367b l10n: match Strings.csv to Strings.Resx as per PR #213 2019-08-05 17:15:46 +10:00
Nick Vella 78c68a5367 l10n: match Strings.csv to ad-hoc patches made on StringId.cs and Strings.resx 2019-08-05 17:03:28 +10:00
Nick Vella 037d2682f1 l10n: restore comment regarding @kathweaver's fixes to issue #337 2019-08-05 16:53:29 +10:00