Go to file
Jehan 941a53dfbc po-windows-installer: fixing broken po files for Windows installers.
This is purely fixing by meson rebuilds and some regexp fixes. I didn't
touch any semantic.
Basically the "&" XML entity should not have made their way to the
po files. I fixed our script in the previous commit, and now I just
rebuild the po files and clean the entity programmatically so that our
Windows installers for GIMP 2.99.12 release have valid text.

Here is what I did:

(1) I regenerated the pot and po files:

$ meson compile gimp30-windows-installer-pot
$ meson compile gimp30-windows-installer-update-po

(2) I opened all the po files in vim and regexp through them.

Get back the proper Report-Msgid-Bugs-To:

:bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update

No translations were fuzzy in any po files before this change. I remove
all the fuzzy flags, but only if the msgid contains an ampersand, hence
leaving appropriate fuzzy strings in (the ones where the source string
changed since the last translation):

:bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update

Then I replaced & in msgstr (msgid was fixed through the automatic
regeneration thanks to previous commit, but not the translations) with:

:bufdo! %s/&/\&/ge|update

(3) Finally I did a manual `git diff` review to verify all is good.

In particular, I had to fix a bunch of "E&xit". The string is probably
too short so gettext heuristic failed to consider it likely the same as
"E&xit".
2022-08-22 23:00:41 +02:00
.gitlab .gitlab: search common git ancestor with `mr-origin` remote. 2022-01-19 22:22:40 +01:00
app app: properly release shell scrolling on button release. 2022-08-21 17:38:04 +02:00
app-tools Update Makefile.am 2021-04-21 01:35:26 +02:00
build po-windows-installer: fix double escaped ampersand in XML for the… 2022-08-22 20:50:59 +02: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 desktop: update Appdata. 2022-08-21 02:56:15 +02:00
devel-docs themes: add Light theme 2022-08-19 17:40:49 +00:00
docs app, docs, etc: "Default" is (as the name implies) the new default theme. 2022-08-21 01:03:30 +02:00
etc app, docs, etc: "Default" is (as the name implies) the new default theme. 2022-08-21 01:03:30 +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 core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
libgimpbase app, libgimp*: add various stamp files to CLEANFILES. 2022-08-01 23:34:50 +02:00
libgimpcolor core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
libgimpconfig app, libgimp*: add various stamp files to CLEANFILES. 2022-08-01 23:34:50 +02: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 Issue #8145: meson: generation of '*-enums.c' files. 2022-08-01 19:59:53 +02:00
libgimpwidgets Issue #6778: Colorpicker (from Colors dockable) shows wrong color. 2022-08-18 21:42:39 +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 Modules: Convert CMYK color selector to babl 2022-08-15 21:14:14 +00:00
pdb core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
plug-ins plug-ins: Enable export of original Duotone data 2022-08-19 19:19:20 +00:00
po Update Russian translation 2022-08-22 11:07:14 +03:00
po-libgimp Update Turkish translation 2022-08-21 17:41:16 +00:00
po-plug-ins Update Russian translation 2022-08-22 11:24:17 +03:00
po-python Update Turkish translation 2022-08-21 18:03:18 +00:00
po-script-fu Update Turkish translation 2022-08-21 17:44:10 +00:00
po-tags Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
po-tips Update Turkish translation 2022-08-21 17:34:32 +00:00
po-windows-installer po-windows-installer: fixing broken po files for Windows installers. 2022-08-22 23:00:41 +02:00
themes themes: better styling for background dialog. 2022-08-21 12:44:30 +02:00
tools tools: fix generation of welcome-dialog-data.[ch]. 2022-08-21 21:21:38 +02:00
.clang-format clang-format: update. 2022-03-14 18:16:14 +01:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore gitignore: hide various files copied by the autogen.sh step. 2022-07-07 15:39:54 +02:00
.gitlab-ci.yml gitlab-ci: try to fix the CI for releases (and other CI pipelines). 2022-08-20 11:17:44 +02:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
AUTHORS AUTHORS: update. 2022-02-25 21:06:17 +01:00
COPYING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
ChangeLog.pre-1-0
ChangeLog.pre-1-2 converted to utf-8 2004-05-10 17:45:17 +00:00
ChangeLog.pre-2-0 vte sucks 2004-05-20 02:36:11 +00:00
ChangeLog.pre-2-2 Copied current ChangeLog away and truncated it. 2004-12-19 02:55:34 +00:00
ChangeLog.pre-2-4 renamed the pre-2.4 ChangeLog 2007-10-23 23:36:17 +00:00
ChangeLog.pre-2-6 Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
ChangeLog.pre-git Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
INSTALL.in INSTALL: fixing copy-paste bugs. 2022-08-09 11:49:56 +02: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 Remove old outdated data. 2022-08-02 16:33:09 +02:00
NEWS NEWS: update. 2022-08-21 01:26:43 +02:00
NEWS.pre-2-0 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-2 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-4 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-6 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-8 NEWS.pre-2-8: new file preserving the history that lead to 2.8 2015-11-22 17:30:15 +01:00
NEWS.pre-2-10 Misc. typos 2018-10-19 15:30:27 +00:00
README README: update information. 2022-08-21 21:21:38 +02:00
README.i18n Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
authors.dtd authors.dtd: Update 2011-01-28 07:55:55 +01:00
authors.xml authors: update. 2022-08-21 12:24:20 +02:00
authors.xsl Also put maintainers separately in AUTHORS 2011-01-27 22:04:05 +01:00
authors4gimp-web.xsl Bug 734981 - Update maintainers and authors. 2017-10-23 23:55:22 +02:00
autogen.sh Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
configure.ac configure.ac, meson.build: post-release version bump to 2.99.13. 2022-08-22 01:44:45 +02:00
gimp.doap gimp.doap: adding myself as maintainer in the doap file. 2021-03-28 23:46:04 +02:00
gimp.pc.in configure, gimp.pc: do no hardcode the major.minor version of GEGL. 2018-04-28 01:30:19 +02:00
gimpthumb.pc.in use GCheckSum instead of the MD5 routine from libgimpmath. 2008-03-28 16:47:38 +00:00
gimpui.pc.in Require gtk+-3.0 in gimpui-3.0.pc 2018-05-25 21:55:45 +02:00
meson.build configure.ac, meson.build: post-release version bump to 2.99.13. 2022-08-22 01:44:45 +02:00
meson.make meson.make: Don't use backend-specific calls 2021-09-30 16:13:35 +02:00
meson_dist_script.sh meson: remove autotools-related data from the meson tarball. 2022-08-02 17:04:32 +02:00
meson_options.txt Change GTK+ to GTK 2022-07-07 14:02:36 +00:00

README

                   ------------------------------
                   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.0. 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.

The latest version of GIMP can be found at:

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


2. Discussion Channels
======================

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

        https://www.gimp.org/discuss.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.

Other discussion channels can be listed on this page when they are
moderated by a team member, such as forums.

Finally, for the real junkies, there are IRC channels 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


3. 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