Gimp/app/config
Jehan c4e213a2bd app: now also process the build revision when checking for updates.
The idea is to be able to advertize a new revision of the same version
of GIMP. For instance, this would apply when we release a
`gimp-2-10-14-setup-3.exe` Windows installer (then we are at revision
3, provided we started at revision 0).

The revision number is obviously only relevant to a given platform and
version. Also the concept of build ID allows to differentiate various
builds for a same platform, in particular to not look at revisions of
third-party builds. The build ID can be any string. Maybe we could just
use reverse DNS build id (such as "org.gimp.GIMP_official") to identify
the official GIMP build. So in the end, we only compare revisions for an
identical (version, platform, build-id) tuple.

(cherry picked from commit 7b5fff7861)
2020-02-07 00:14:10 +01:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
config-enums.c Issue #1299 - Add selection of default export file type 2018-12-10 12:17:00 +01:00
config-enums.h Issue #1299 - Add selection of default export file type 2018-12-10 12:17:00 +01:00
config-types.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpconfig-dump.c Issue #2224 - Use the "Swap folder" setting for the GEGL cache 2018-11-18 18:27:05 +01:00
gimpconfig-dump.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpconfig-file.c apply the same master patch 2019-11-29 22:06:28 +00:00
gimpconfig-file.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpconfig-utils.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpconfig-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoreconfig.c app: now also process the build revision when checking for updates. 2020-02-07 00:14:10 +01:00
gimpcoreconfig.h app: now also process the build revision when checking for updates. 2020-02-07 00:14:10 +01:00
gimpdialogconfig.c Issue #3512 - feather selection doesn't work at edges of images 2019-06-16 16:55:03 +02:00
gimpdialogconfig.h Issue #3512 - feather selection doesn't work at edges of images 2019-06-16 16:55:03 +02:00
gimpdisplayconfig.c app: add "Snap brush outline to stroke" option to the preferences 2020-02-05 18:44:26 +02:00
gimpdisplayconfig.h app: add "Snap brush outline to stroke" option to the preferences 2020-02-05 18:44:26 +02:00
gimpdisplayoptions.c app: add option to keep canvas padding in "show all" mode 2019-09-15 16:41:35 +03:00
gimpdisplayoptions.h app: add option to keep canvas padding in "show all" mode 2019-09-15 16:41:35 +03:00
gimpgeglconfig.c app: add "Swap compression" option to the preferences 2019-09-22 17:42:23 +03:00
gimpgeglconfig.h app: add "Swap compression" option to the preferences 2019-09-22 17:42:23 +03:00
gimpguiconfig.c app: add a "Use tool groups" option to the toolbox preferences 2020-02-01 13:20:23 +02:00
gimpguiconfig.h app: add a "Use tool groups" option to the toolbox preferences 2020-02-01 13:20:23 +02:00
gimplangrc.c app: use g_clear_pointer() in more places 2019-05-27 17:51:14 +02:00
gimplangrc.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppluginconfig.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppluginconfig.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-blurbs.h app: now also process the build revision when checking for updates. 2020-02-07 00:14:10 +01:00
gimprc-deserialize.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-deserialize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-serialize.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-serialize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-unknown.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc-unknown.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprc.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpxmlparser.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpxmlparser.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
Makefile.am Issue 2949: Newly Installed Fonts not Registering. 2019-04-28 22:59:09 +09:00
test-config.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00