82e59a951d
Use list comprehensions
...
https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions
2018-09-29 20:25:40 +00:00
09d1a3c82f
Comparision to None should be done with "is" or "is not"
...
https://www.python.org/dev/peps/pep-0008/#programming-recommendations
2018-09-29 20:25:40 +00:00
aafa925906
Issue #1846 - "gitlab::" typo in the Windows installer
...
Introduced by commit 8eb77376c4
.
Change to "gitlab:".
2018-08-03 22:14:52 -04:00
829f12040d
Forgot two license links...
2018-07-12 00:11:22 +02:00
8eb77376c4
More bugzilla -> gitlab in various files
2018-07-11 22:24:02 +02:00
401ec556e1
build: remove obsolete patch.
...
As noted by Edward E., SVG detection is rewritten in GTK+3 and this
patch is rendered useless.
2018-06-28 18:27:54 +02:00
f18fcd468e
Issue #1240 - The drive or unc share you selected does not exist...
...
...or is not accessible
Installer: show install path on final confirmation page
2018-06-17 22:55:17 +02:00
8feb51954b
Fix encoding. The world should be utf-8.
2018-06-15 17:34:59 +00:00
c6a1b9bcde
Update various places with old git repository URIs.
2018-05-27 04:19:18 +02:00
cdfcf5bdcf
build: add Czech translation to the Windows installer
2018-05-26 14:55:47 -04:00
d436eb66fc
Installer: put back compatibility DLLs (for really old plugins)
2018-05-21 00:31:57 +02:00
fd59ecf2c5
Installer: set compatibility options to run Python plugins in high-DPI-aware mode
2018-05-21 00:31:57 +02:00
952e7f365c
Installer: remove .dll files from plug-ins directory
2018-05-21 00:31:57 +02:00
0dc3b76306
Installer: fix typos
2018-05-21 00:31:57 +02:00
2a438351dd
Installer: Python fixes
2018-05-21 00:31:57 +02:00
a36f47356a
Installer: missed a directory when removing cruft
2018-05-15 00:25:09 +02:00
aa7f602978
Installer: use smaller compression dictionary (might help prevent problems as in #795892 )
2018-05-15 00:03:51 +02:00
f557b22d23
Installer: clean up old .debug files during install (they're useless)
2018-05-15 00:01:08 +02:00
391b81c9a4
Installer: updated ghostscript
2018-05-14 22:46:44 +02:00
5427d82d21
Installer: better error message about unsupported OS
2018-05-10 17:18:34 +02:00
2d3b8f67a8
Installer: optional GIMP debug symbols inclusion
2018-05-05 00:32:46 +02:00
7376f9ce29
Installer: update URLs
2018-05-02 17:34:26 +02:00
c5bde2559e
Installer: require Windows 7 or newer
2018-05-02 17:18:46 +02:00
8bc219b2c3
Installer: require Windows 7 or newer
2018-05-02 17:18:46 +02:00
2f28ddf62b
Installer: include less cruft
2018-05-02 17:18:46 +02:00
fc34accf4c
Installer: another leftover library to clean up
2018-05-02 17:18:46 +02:00
68b4938830
Installer: fixes for upgrading from 2.8
2018-05-02 14:04:13 +02:00
69cbd89694
Installer: use mingw Python
2018-05-02 13:02:17 +02:00
074b337d43
Installer: don't attempt signing when not compressing the installer
2018-05-02 11:40:06 +02:00
449e7b4961
Installer: NOCOMPRESSION fix 2 (installer name)
2018-05-02 11:36:50 +02:00
e8947d2ac4
Installer: oops, NOCOMPRESSION should only affect installer compression
2018-05-02 11:35:16 +02:00
634b0e68c3
Installer: add missing files
2018-05-02 11:34:29 +02:00
e7c50755f9
Installer: more fixes for split GIMP/deps directories
2018-05-02 02:17:48 +02:00
d981c930c5
Installer: forgot a few things for GIMP/deps split
2018-05-02 02:17:48 +02:00
770f596c6e
Installer: fix mode
2018-05-02 02:17:48 +02:00
b6813cfe3c
Installer: split GIMP and dependencies again (makes it easier to digitally sign
...
binaries I built myself)
2018-05-02 02:17:48 +02:00
68f4c8a5ed
Revert "build: fix removal of old GIMP versions during installation on Windows"
...
This reverts commit d8ae5481ac
.
The original code was meant to remove old (pre-2.8) installers, which used WinGimp AppId.
2018-05-02 02:17:48 +02:00
d8ae5481ac
build: fix removal of old GIMP versions during installation on Windows
...
Fix the registry path where uninstaller information is searched for
during installation, so that old GIMP versions are properly
uninstalled before installing a new version.
This fix has already been included in the 2.10.0 installer.
2018-05-01 01:12:10 -04:00
25db980d01
build: add MyPaint brushes component to the Windows installer
...
In order to bundle the MyPaint brushes, GIMP needs to be configured
with --enable-bundled-mypaint-brushes, and the brushes need to be
present at $GIMP_DIR32\share\mypaint-data.
2018-05-01 01:12:10 -04:00
de508da0e9
build: add 2.10 splash to the Windows installer
2018-05-01 01:11:56 -04:00
bf7bbdba2e
build: add Chinese (Taiwan) translation to the Windows installer
2018-05-01 01:11:56 -04:00
147c09f19e
Bug 795161 - Misc. typo fixes in source comments and doxygen
...
Found via `codespell`
Follow-up to commit 7fdb963e01
2018-04-18 21:06:57 +02:00
65c7ce5e7d
build: add Chinese (China) translation to the Windows installer
2018-04-13 08:16:50 -04:00
e931d354ab
build: update Windows installer splash for 2.10 RC
2018-03-25 13:31:26 -04:00
c0c6856190
build: add Latvian translation to the Windows installer
...
... but keep it disabled for now, since some of the characters may
not render correctly.
2018-03-10 18:23:18 -05:00
5b58cc4b7c
build: fix header search paths for windres calls (Win32 build).
...
The Win32 build was not taking the new path of git-version.h into
account and was outputting these errors:
> ../build/windows/gimp.rc:2:10: fatal error: git-version.h: No such file or directory
> #include "git-version.h"
> ^~~~~~~~~~~~~~~
2018-02-12 18:55:50 +01:00
26e90bfd1f
build: add Indonesian translation to the Windows installer
2018-02-09 09:49:53 -05:00
b40a64aab3
build: add Greek translation to the Windows installer
2018-01-28 17:11:22 -05:00
8f441befb6
build: add Basque translation to the Windows installer
2018-01-19 15:46:16 -05:00
bc8c79e95a
build: add Icelandic translation to the Windows installer
2018-01-06 12:31:51 -05:00