No description
Find a file
Jehan 47ba11056f Issue #7386: fix languages non-provided by InnoSetup showing as English.
The language files provided by the InnoSetup project (either the main
ones or the "Unofficial" ones, i.e. less maintained ones) at least
provides the name of the language, possibly in English, ideally
self-localized in its own language.

Unfortunately Kabyle didn't have any language file so we were using the
Default one, which ended up showing the lang as a duplicate (and very
wrong) "English".

With this commit, I add code to provide our own very basic base language
file, which would at least contain the language name. There is also a
concept of language ID to be verified in Windows-provided list.
Unfortunately it doesn't have any (actually it was id-ed 0x1000 like
many other languages, which looked therefore to be the code for an
unsupported lang). InnoSetup docs tells us to leave 0 then. We can add
the ability to set a specific code later in the template if we add other
un-provided languages and if they have their own lang id.

With this base infrastructure, we should be able to better support more
languages.
2022-07-31 15:10:04 +00:00
.gitlab .gitlab: search common git ancestor with mr-origin remote. 2022-01-19 22:22:40 +01:00
app macos: support for homebrew build 2022-07-27 17:06:21 +00:00
app-tools Update Makefile.am 2021-04-21 01:35:26 +02:00
build Issue #7386: fix languages non-provided by InnoSetup showing as English. 2022-07-31 15:10:04 +00:00
cursors cursors: make the "single dot" cursor actually slightly bigger and B&W. 2022-03-13 16:04:40 +01:00
data po-tips: Fix gettext translation 2022-06-27 15:48:26 +00:00
desktop Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
devel-docs Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
docs Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
etc docs, etc: regenerate the default gimprc and its manpage. 2021-10-13 00:51:03 +02:00
extensions Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
icons Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
libgimp app, libgimp, pdb: removing gimp_image_(g|s)et_active_*() functions. 2022-07-19 22:52:06 +02:00
libgimpbase macos: support for homebrew build 2022-07-27 17:06:21 +00:00
libgimpcolor core: Add softproof profile to GimpImage 2022-07-02 15:26:19 +02:00
libgimpconfig libgimpconfig: fix missing GimpChannel in gimp_config_param_spec_duplicate 2022-07-20 23:09:55 +00:00
libgimpmath libgimpmath: Fix some vector gi-docgen annotations 2021-12-28 23:54:31 +01:00
libgimpmodule docs: Migrate some gtk-doc comments to gi-docgen 2021-12-29 11:21:19 +01:00
libgimpthumb libgimp*, plug-ins: fix some warnings 2021-05-24 20:36:31 +00:00
libgimpwidgets libgimpwidgets: fix segfaults on wrongly handled referencing. 2022-07-18 14:33:42 +02:00
m4macros Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
menus core: Add softproof profile to GimpImage 2022-07-02 15:26:19 +02:00
modules core: Add softproof profile to GimpImage 2022-07-02 15:26:19 +02:00
pdb app, libgimp, pdb: removing gimp_image_(g|s)et_active_*() functions. 2022-07-19 22:52:06 +02:00
plug-ins plug-ins: store a CMYK profile as soft-proof profile in the right place. 2022-07-21 14:34:31 +02:00
po Update Bulgarian translation 2022-07-31 13:40:35 +00:00
po-libgimp Update Georgian translation 2022-07-27 15:30:42 +00:00
po-plug-ins Add Georgian translation 2022-07-28 07:42:38 +00:00
po-python Add Georgian translation 2022-07-28 07:48:03 +00:00
po-script-fu Update German translation 2022-07-29 18:18:47 +00:00
po-tags Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
po-tips Update Portuguese translation 2022-07-07 11:35:43 +00:00
po-windows-installer Update German translation 2022-07-29 18:20:18 +00:00
themes libgimpwidgets, themes: more compact GimpSpinScale. 2022-02-17 23:13:42 +01:00
tools configure, tools: colorsvg2png must be built as native build executable. 2022-04-01 18:11:55 +02:00
.clang-format clang-format: update. 2022-03-14 18:16:14 +01:00
.dir-locals.el
.gitignore gitignore: hide various files copied by the autogen.sh step. 2022-07-07 15:39:54 +02:00
.gitlab-ci.yml gitlab-ci: removing win*-nightly jobs. 2022-07-28 15:55:19 +02:00
.kateconfig
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
AUTHORS AUTHORS: update. 2022-02-25 21:06:17 +01:00
authors.dtd
authors.xml authors.xml: update. 2022-02-19 16:02:48 +01:00
authors.xsl
authors4gimp-web.xsl
autogen.sh Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
ChangeLog.pre-1-0
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-git
config.h.win32
configure.ac app, configure, meson: depend on GEGL-0.4.38 2022-07-13 23:31:24 +02:00
COPYING
gimp-zip.in
gimp.doap gimp.doap: adding myself as maintainer in the doap file. 2021-03-28 23:46:04 +02:00
gimp.pc.in
gimpthumb.pc.in
gimpui.pc.in
INSTALL.in Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
LICENSE icons: add COPYING files for icon themes. 2022-02-09 16:31:22 +01:00
MAINTAINERS MAINTAINERS: update. 2021-04-04 16:01:48 +02:00
Makefile.am devel-docs: move HACKING from root EXTRA_DIR to devel-docs one. 2022-02-08 23:45:22 +01:00
meson.build meson, macos: missing libraries and directories 2022-07-21 13:25:22 +00:00
meson.make meson.make: Don't use backend-specific calls 2021-09-30 16:13:35 +02:00
meson_dist_script.sh meson: Fix dist script 2022-03-18 16:05:58 +00:00
meson_options.txt Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
NEWS NEWS: update. 2022-07-21 18:17:37 +02:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
NEWS.pre-2-8
NEWS.pre-2-10
README README, devel-docs: reorganize a bit the main README and devel docs. 2022-02-07 15:45:28 +01:00
README.i18n

                   ------------------------------
                   GNU Image Manipulation Program
                      2.99 Development Branch
                   ------------------------------

This is an unstable development release, an intermediate state on the
way to the next stable release: GIMP 3. GIMP 2.99 may or may not do what
you expect. Save your work early and often. If you want a stable
version, please use GIMP 2.10 instead.

If you think you found a bug in this version, please make sure that it
hasn't been reported earlier and that it is not just new stuff that is
still being worked on and obviously not quite finished yet.

If you want to hack on GIMP, please read the file devel-docs/README.md.
For detailed installation instructions, see the file INSTALL.


1. Web Resources
================

GIMP's home page is at:

	https://www.gimp.org/

Please be sure to visit this site for information, documentation,
tutorials, news, etc.  All things GIMP-ish are available from there.

There you can get the latest versions of plug-ins, using a convenient
forms-based interface.

The latest version of GIMP can be found at:

	https://www.gimp.org/downloads/


2. Mailing Lists
================

We have several mailing lists dedicated to GIMP user and development
discussion.  There is more info at

	https://www.gimp.org/mail_lists.html

Links to several archives of the mailing lists are included in that page.

Gimp-user-list is a mailing list dedicated to user problems, hints and
tips, discussion of cool effects, etc.  Gimp-developer-list is oriented
to GIMP core and plug-in developers.  Gimp-gui-list is for discussing
about GIMP interface to improve user experience. Most people will only
want to be subscribed to gimp-user-list. If you want to help develop
GIMP, the gimp-developer mailing list is a good starting point; if you
want to help with GUI design, the gimp-gui list is where you want to
subscribe.


3. IRC
======

And finally, for the real junkies, there is an IRC channel devoted to
GIMP. On GIMPNet (a private free software oriented network) there is
#gimp.  Many of the developers hang out there.  Some of the GIMPNet
servers are:

	irc.gimp.org:6667
	irc.us.gimp.org:6667
	irc.eu.gimp.org:6667


4. Customizing
==============

The look of GIMP's interface can be customized like any other GTK+ app
by editing files in `${XDG_CONFIG_HOME}/gtk-3.0/` (settings.ini and
gtk.css in particular) or by using "themes" (ready-made customizations).
Additionally, GIMP reads `${XDG_CONFIG_HOME}/GIMP/2.99/gimp.css` so you
can have settings that only apply to GIMP.

You can also manually change the keybindings to any of your choice by
editing: `${XDG_CONFIG_HOME}/GIMP/2.99/menurc`.


Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh
  Sven Neumann
  Michael Natterer
  Dave Neary
  Martin Nordholts
  Jehan