Commit Graph

80 Commits

Author SHA1 Message Date
Justin Clift 5c5ab1f9c7 Update SQLCipher to version 4.4.2 2021-01-26 14:42:46 +11:00
Justin Clift ef18362698 Add Qt5Svg.dll to our windows packages
See issue #2321
2020-07-31 09:36:32 +10:00
Karim ElDeeb ebd8977210 Save the install location to Windows Registry
See issue #2328.
2020-07-12 11:57:17 +02:00
Justin Clift 6115548a61 Update SQLCipher to new v4.4.0 release for our Windows builds 2020-05-16 09:09:48 +10:00
Iulian Onofrei e985a012d4 Fix logo issues (#2184) 2020-04-20 16:42:18 +10:00
Justin Clift 988f200e12 Update nightly builds to use 3.12.99 as their version number 2020-04-15 17:14:12 +10:00
Justin Clift 44e6c4cceb Update MSVC and OpenSSL pieces in our nightly build scripts 2020-04-12 21:04:45 +10:00
Justin Clift b20a822379 Update OpenSSL 1.1.1 file names 2020-04-12 19:10:12 +10:00
Justin Clift 1db1e6b802 Attempt #1 to work around WiX error CNDL0014
WiX doesn't seem to like the hyphen character ("-") being used
in Id's, which is a problem as it's used in the OpenSSL library
filenames.
2020-04-12 18:10:03 +10:00
Justin Clift c1ac897e26 Updating MSI installer for OpenSSL 1.1.1 2020-04-12 17:25:13 +10:00
Justin Clift 8adcfe8d48 Update the 32-bit MSVC 2017 related pieces for our Win build VM 2020-04-11 22:37:16 +10:00
Justin Clift 0da8973716 Updating 32-bit Qt install on our Win build VM to Qt 5.12.8 2020-04-11 22:15:59 +10:00
Justin Clift 2fc7bf6477 Updating path for the 64-bit Qt install on our Win build VM 2020-04-11 21:20:49 +10:00
Justin Clift 3d15ba46d1 Update to SQLCipher v4.3.0 in our nightly Windows builds 2020-04-07 19:35:12 +10:00
Justin Clift 6bf09f748d Qt5 Japanese translation files seem to be named "ja" instead of "jp" 2020-02-17 03:03:21 +11:00
WATAHIKI Hiroyuki 9a1cc66503 Japanese Localization. 2020-02-15 02:34:58 +09:00
Justin Clift cbced65931 Restore FileIO Extension, as SQLite 3.31.x has been released 2020-02-03 13:52:29 +11:00
Justin Clift cac58e003b Remove FileIO Extension for now, as its breaking Win32/64 compilation 2020-01-18 02:40:09 +11:00
Justin Clift fc5f9d25cf Fix our Win32 nightly builds 2019-11-20 01:34:33 +11:00
Justin Clift 574303a550 Update paths on build server for Qt 5.12.6 x64 2019-11-19 22:58:09 +11:00
Justin Clift bf62a6e441 Initial attempt to get our Win64 builds working with Qt 5.12.5 2019-10-10 23:56:18 +11:00
Justin Clift 6bd176aab6 Update our nightly builds to use Qt 5.12.5
More a test to see if things are better with this Qt version than
5.11.3.
2019-10-09 21:17:27 +11:00
Justin Clift b0bca100c0 SQLCipher: Raise the maximum # of attached databases to 125
For #1926.
2019-06-29 05:25:20 +10:00
Justin Clift 402af87bdb Raise the maximum # of attached databases to 125
For #1926.

Note - this only raises things for SQLite, the same change needs
trying out with SQLCipher
2019-06-29 03:15:28 +10:00
Justin Clift b0bb376880 Ensure the win nightlies git commit check runs from the git source dir 2019-06-18 14:58:54 +10:00
Karim ElDeeb e26d32364e Skip building Windows nightlies if there are no new commits
Windows build script will now save, and check, the last build commit and
skip building if there are no new commits since the last automatic build.

See #1917.
2019-06-17 23:45:00 +02:00
Justin Clift b041a7d044 nightlies: For win, always grab latest fileio source from sqlite.org 2019-05-13 00:25:38 +10:00
Justin Clift 6565cdccff Add R-Tree and Geopoly extensions to our win32 nightly build 2019-04-09 03:09:18 +10:00
Justin Clift 5bf90150fc Add Soundex extension to our windows nightly builds 2019-04-09 03:05:22 +10:00
Justin Clift 0d25d11bc1 Inlude the fileio extension with our windows builds
Thanks Karim for solving the compile problem! :)
2019-04-06 07:43:54 +11:00
Justin Clift dfa7e0d4d7 Inlude the formats extension with our windows builds 2019-03-30 19:54:06 +11:00
Justin Clift 064514a919 Update our Win32 builds to use MSVC 2015 instead of MSVC 2013
This is so the new JSON library we're using doesn't break things. :)

Note also the "8.1" added to the end of the vcvars line in the batch
file, so the correct SDK is selected.

Without it, when both MSVC 2015 & MSVC 2017 are installed, the MSVC
2015 installation (by default) will be unable to find rc.exe.
2019-03-10 21:07:55 +11:00
Justin Clift ee8f243623 Add GEOPOLY & RTREE compile time options to Win64 SQLite & SQLCipher builds 2019-02-21 22:32:30 +11:00
Justin Clift 1bfb97fb65 Add SQLITE_ENABLE_STAT4 to the nightly Windows builds
For the windows component of #1161.
2019-02-16 18:03:38 +11:00
Justin Clift 2b26281046 AllowSameVersionUpgrades also needed removing 2019-02-15 01:03:55 +11:00
Justin Clift f468c40aec DowngradeErrorMessage needed removing too 2019-02-15 00:31:31 +11:00
Justin Clift 20edf75a56 Allow downgrading from nightly versions to stable releases
https://github.com/sqlitebrowser/sqlitebrowser/issues/1743#issuecomment-463619392
2019-02-15 00:13:08 +11:00
Justin Clift 5c4f1ab7da Switch Win64 nightly builds back to Qt 5.11.3
This is due to a weird word wrap bug in Qt 5.12.1
2019-02-06 22:52:38 +11:00
Justin Clift c9da48b444 qtquick1_*.qm doesn't seem to be included with Qt 5.12.1 2019-02-06 17:18:30 +11:00
Justin Clift b182d9520e Use Qt 5.12.1 for our Win64 nightly builds 2019-02-06 16:28:19 +11:00
Karim ElDeeb 98c9b3ba98 Fix shortcut items in the MSI installer
See issue #1713.
2019-01-20 01:52:39 +02:00
Justin Clift 573bcdb7d0 Use Qt 5.11.3 for our Win64 nightly builds 2018-12-22 22:44:15 +11:00
Justin Clift 21ce868fef Update SQLCipher version used by the nightly build scripts
These versions are a copy of the ones actually used, so changes
can sometimes lag.
2018-12-21 08:17:39 +11:00
Karim ElDeeb ffb07e1f23 Disable running the application after installation on Windows
See issue #1656.
2018-12-12 17:08:48 +02:00
Justin Clift 1181687115 Update Windows x64 nightly build to use Qt 5.12.0 2018-12-11 19:34:58 +11:00
Justin Clift 6944874f85 Add Italian language entries for our nightly build scripts 2018-12-08 17:24:25 +11:00
Karim ElDeeb 41fd313e74 Update Windows Installer to detect old NSIS installer
NSIS was used up to v3.10.1 and then we moved to MSI. The Windows Installer will now be able to detect if a previous version was installed using NSIS and uninstall it before installing the new version.

See issue #1642.
2018-12-05 23:55:12 +02:00
Karim ElDeeb d8b1ac2c39 Update the Windows Installer
See issue #1642.
2018-12-04 14:12:58 +02:00
Karim ElDeeb 69f20ea921 Update Windows build scripts 2018-12-02 00:18:39 +02:00
Karim ElDeeb 161e71b8b0 Update build script to include math extension
See issue #1224.
2018-11-29 05:09:09 +02:00