]> git.lyx.org Git - features.git/commitdiff
Win installer: backport recent changes
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 18 Nov 2017 14:25:38 +0000 (15:25 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 18 Nov 2017 14:25:38 +0000 (15:25 +0100)
development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/Packages.txt
development/Win32/packaging/installer/lyx-bundle.nsi
development/Win32/packaging/installer/lyx-standard.nsi
development/Win32/packaging/installer/settings.nsh

index 3e8d9b5c70c5c703173f1303f87080ba3c7bec92..d1c358025a054e9f7f98bf78f73838027b8ec810 100644 (file)
@@ -1,5 +1,6 @@
 Changelog for LyX-230-RC1:
 - installs LyX 2.3.0 RC1
+- enable high display resolution support for the installer
 - correct display of installer text for many languages 
 - fix bug that the BibTeX editor Jabref and the image editor Krita
   were not detected as 64bit application
index 6a8491a252cdc0dccc068a3d3318e7f956eba853..29584f4a4ba8b1420cc470a39c33cf82acaf00ee 100644 (file)
@@ -84,6 +84,7 @@ framed
 greek-inputenc
 harvard
 hyphenat
+inlinedef
 iftex
 jurabib
 lettrine
@@ -262,7 +263,10 @@ mptopdf
 pgfopts
 elocalloc
 datetime2
+datetime2-english
+datetime2-french
 datetime2-german
+datetime2-spanish
 tracklang
 acrotex
 zhmetrics
index 0844f4d62951f6d8cf5a2562280aa7e75f451c19..9490f035f741da9dddac6c026c430c21f9a4abc2 100644 (file)
@@ -16,6 +16,9 @@ SetCompressor /SOLID lzma
 # make it a Unicode installer
 Unicode true
 
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE BUNDLE
 !endif
index e9b259bfa1bea9a752ddc9c03c3b764ceb0b039e..5c943b24261d92a312f49e69c1bb880c2d5c4688 100644 (file)
@@ -14,6 +14,9 @@ SetCompressor /SOLID lzma
 # make it a Unicode installer
 Unicode true
 
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE STANDARD
 !endif
index 5f36bdcfc13acec52670c338bc7b5cb28ec8d3a2..a0079c688daa27c7d40b082d3b54011c0bfaa2e3 100644 (file)
@@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_REVISION 0
 !define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
 !define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
-!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
+!define APP_VERSION_BUILD 5 # Start with 1 for the installer releases of each version
 
 !define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display