No description
Find a file
Jehan 6975188d6f Bug 793514 - Adding version check for gdb.
It seems that older GDB (under version 7) are not handling very well
some common debug information format, in particular DWARF > 3. Such
version of GDB is usually not a problem since it is quite old (more than
10 years old, it would seem) so you don't see it anymore on any modern
GNU/Linux distribution. On FreeBSD on the other hand, it is still
available (probably for license reasons) and even installed by default!
As a consequence, it makes debugging fail, even though LLDB is also
installed by default.

That is even more of a problem because it would seem that GIMP is killed
(most likely by FreeBSD kernel according to the reporter tests) as a
side-effect of GDB failing, which is seriously bad, in particular since
we also use the debug dialog for non-fatal errors (which could therefore
end up killing GIMP as side effect of a bad GDB!).

So I add some GDB version check. I implement this without any dynamic
memory management, as usual, since this needs to happen also during
crash handling where the state is unstable and prone to memory
allocation failure.
I also add gimp_utils_backtrace_available() public API which can be used
by the Preferences.
2018-02-22 05:05:24 +01:00
app BUG 793634: CRITICAL loading psd file with disabled layer mask 2018-02-22 00:43:50 +01:00
build build: fix header search paths for windres calls (Win32 build). 2018-02-12 18:55:50 +01:00
cursors app, cursors: add a cursor for the warp tool 2017-05-30 19:27:05 -04:00
data data: remove references to removed brushes. 2018-02-21 22:27:42 +01:00
desktop desktop: make org.gimp.GIMP.appdata.xml validate again 2018-02-22 00:13:53 +01:00
devel-docs devel-docs: update the debugging-tips file. 2018-02-12 18:22:15 +01:00
docs etc, docs: push changes generated by distcheck 2017-12-12 20:41:01 +01:00
etc Fix the 1280x720 document template 2017-12-23 22:25:29 +03:00
icons Slighty better (still horrible) design for linear/perceptual space icons 2018-01-06 06:41:30 +03:00
libgimp libgimp: replace gimp_on_error_query() and g_on_error_stack_trace(). 2018-02-09 02:25:58 +01:00
libgimpbase Bug 793514 - Adding version check for gdb. 2018-02-22 05:05:24 +01:00
libgimpcolor libgimpcolor: add shortcut in gimp_color_profile_is_equal() 2017-11-03 04:24:15 -04:00
libgimpconfig libgimpconfig: use g_object_new_with_properties() instead of g_object_newv() 2018-01-02 13:14:42 +01:00
libgimpmath libgimpmath: remove gimp_matrix3_will_explode() 2018-01-28 16:37:34 -05:00
libgimpmodule Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
libgimpthumb enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
libgimpwidgets Bug 400448 - ruler subdivision is wrong for inches 2018-02-12 12:20:32 +01:00
m4macros configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
menus Bug 792470 - Some filters e.g. "Levels" are not added to "Repeat last" history 2018-01-14 15:42:29 +01:00
modules icons, modules, libgimpwidgets: add clip-warning display filter icon 2017-11-23 13:34:49 -05:00
pdb app: keep track of number of errors and traces in GimpCriticalDialog. 2018-02-12 02:09:15 +01:00
plug-ins file-pdf-load: fix plurals 2018-02-18 14:12:03 +03:00
po Update Spanish translation 2018-02-19 17:53:34 +00:00
po-libgimp Update Greek translation 2018-02-11 17:54:33 +02:00
po-plug-ins Update Polish translation 2018-02-18 21:42:11 +01:00
po-python Updated Danish translation of gimp-python 2018-02-09 17:39:52 +01:00
po-script-fu Update Basque language 2018-01-27 17:27:02 +01:00
po-tags build, configure.ac: misc Windows installer translations build improvements 2017-12-25 07:42:20 -05:00
po-tips Update Swedish translation 2018-02-14 23:40:24 +00:00
po-windows-installer Updated Danish translation of gimp-windows-installer 2018-02-09 17:39:20 +01:00
themes plug-ins, themes: use the "normal text" color as stdout color of... 2018-01-09 18:41:59 +01:00
tools app, tools: use the new gimp_print_stack_trace() to output the... 2018-02-08 16:37:19 +01:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore Move git-version.h to the toplevel also in .gitignore 2018-01-29 20:26:18 +01:00
.gitmodules Bug 791351 - Use an anonymous checkout for the flathub repo. 2017-12-07 18:47:37 +01:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
acinclude.m4 configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
AUTHORS authors: add shark0r. 2017-12-01 05:37:32 +01:00
authors.dtd
authors.xml authors: add shark0r. 2017-12-01 05:37:32 +01:00
authors.xsl
authors4gimp-web.xsl Bug 734981 - Update maintainers and authors. 2017-10-23 23:55:22 +02:00
autogen.sh Bug 790261 - autogen.sh non-portable use of echo -n. 2017-11-14 03:01:50 +01: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 configure.ac: require babl >= 0.1.44 2018-02-18 12:43:37 +01:00
COPYING
gimp-zip.in
gimp.doap Added doap description translation in Italian. 2014-08-08 17:10:51 +02:00
gimp.pc.in Bump some other places the GEGL version is checked 2013-06-04 18:11:33 -07:00
gimpthumb.pc.in
gimpui.pc.in
HACKING pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
INSTALL.in INSTALL: add gdb or lldb as optional runtime dependencies. 2018-01-28 15:43:07 +01:00
LICENSE
MAINTAINERS Update GIMP project meta information. 2014-08-07 21:30:35 +02:00
Makefile.am app: move git-version.h generation to the repository root. 2018-01-29 20:17:41 +01:00
NEWS NEWS: keep up-to-date. 2018-02-13 02:32:24 +01:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
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
README README: trailing space, typo fix and adding gimp-gui-list. 2016-01-08 20:58:25 +01:00
README.i18n build: use intltool for Windows installer translations 2017-12-24 16:45:32 -05:00

                   ------------------------------
                   GNU Image Manipulation Program
                       2.9 Development Branch
                   ------------------------------

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

GIMP 2.9 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.9. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.9, you have to
choose a separate prefix which is not in your default library search
path. Otherwise your previous GIMP installation will start to use the
new libraries. You have been warned.

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 HACKING. For
detailed installation instructions, see the file INSTALL.


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

GIMP's home page is at:

	http://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 automated plug-in registry is located at:

	http://registry.gimp.org/

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:

	http://www.gimp.org/downloads/


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

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

	http://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 the ~/.gtkrc-2.0 file or by using "themes" (ready-made
customizations).  For downloadable themes and further details, see
http://art.gnome.org/themes/gtk2 . Additionally, GIMP reads the file
~/.config/GIMP/2.9/gtkrc so you can have settings that only apply to GIMP.

Included is a set of keybindings similar to those in Adobe Photoshop.
You can find them in the ps-menurc file.  To use them, copy this file
to ~/.config/GIMP/2.9/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.config/GIMP/2.9/menurc.


Have fun,

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