Commit graph

162 commits

Author SHA1 Message Date
Raphael Quinet 088950c283 protect against broken XMP blocks using rdf:Alt instead of rdf:Seq. Fixes
2006-05-30  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/metadata/xmp-parse.c: protect against broken XMP blocks
	using rdf:Alt instead of rdf:Seq.  Fixes bug #343315.

	* plug-ins/metadata/xmpdump.c (main): call g_set_prgname() to get
	better messages from glib.

	* data/images/gimp-splash.png: new splash screen, waiting for the
	old animation feature to be restored.
2006-05-30 22:20:53 +00:00
Carol Spears 454d704361 data/palettes/Named_Colors.gpl: small repairs to the color names, not worth mentioning in Changelog 2006-05-27 03:00:31 +00:00
Sven Neumann 7c6cc1d09a use a GtkFileChooserButton instead of a GimpFileEntry widget.
2006-05-24  Sven Neumann  <sven@gimp.org>

	* app/dialogs/palette-import-dialog.c: use a GtkFileChooserButton
	instead of a GimpFileEntry widget.

	* data/palettes/Tango.gpl (Name): removed "Palette" from name.
2006-05-24 14:31:06 +00:00
Carol Spears b9a0667837 new splash, nicknamed "Where's bolsh?
* data/images/gimp-splash.png: new splash, nicknamed "Where's bolsh?
2006-04-12 00:53:39 +00:00
Sven Neumann daa076426f ooops, I somehow messaed up the splash images 2006-02-27 14:05:17 +00:00
Sven Neumann 49200e87de back to the original 2.2 splash.
2006-02-27  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: back to the original 2.2 splash.
2006-02-27 12:15:36 +00:00
Roman Joost 781f46a690 splash screen for a new release
2006-02-08  Roman Joost	<romanofski@gimp.org>

	* data/images/gimp-splash.png: splash screen for a new release
2006-02-08 17:11:23 +00:00
Sven Neumann f51155e0a2 splash screen for the 22C3 release.
2005-12-28  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: splash screen for the 22C3 release.
2005-12-28 18:47:53 +00:00
Jakub Steiner be495d1aaa Made the greens more vibrant.
2005-11-18  Jakub Steiner <jimmac@ximian.com>

* data/palettes/Tango.gpl: Made the greens more vibrant.
2005-11-18 15:05:10 +00:00
Jakub Steiner 7d720d646f Added the tango icon palette (http://www.tango-project.org)
2005-10-13  Jakub Steiner <jimmac@ximian.com>

* data/palettes/Tango.gpl: Added the tango icon palette
  (http://www.tango-project.org)
2005-10-13 10:39:58 +00:00
Sven Neumann 6151bd2d48 What The Splash, photo by antenne.
2005-08-10  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: What The Splash, photo by antenne.
2005-08-10 00:37:32 +00:00
Sven Neumann 8fbe43275d Made 2.3.2 development release.
2005-07-01  Sven Neumann  <sven@gimp.org>

        * Made 2.3.2 development release.
2005-07-01 17:22:14 +00:00
Sven Neumann 87b8e092b5 data/tips/Makefile.am let the transformation work on the multi-language
2005-06-26  Sven Neumann  <sven@gimp.org>

	* data/tips/Makefile.am
	* data/tips/fortunes.xsl: let the transformation work on the
	multi-language XML file and pass a language parameter to it.
2005-06-26 20:34:29 +00:00
Sven Neumann 925a163597 Redid the framework that deals with installing desktop files. Fixes bug
2005-06-16  Sven Neumann  <sven@gimp.org>

	Redid the framework that deals with installing desktop files.
	Fixes bug #307705:

	* data/misc/*: removed.

	* desktop/*: readded the desktop files in a new directory.

	* Makefile.am
	* configure.in
	* data/Makefile.am: changed accordingly.
2005-06-16 14:50:43 +00:00
Sven Neumann 1c4122c5d0 Switch to a more standard way of treating the translations for the startup
2005-06-10  Sven Neumann  <sven@gimp.org>

	Switch to a more standard way of treating the translations for the
	startup tips (bug #171846):

	* Makefile.am
	* configure.in: removed tips directory; added data/tips and po-tips
	directories instead.

	* data/Makefile.am
	* data/AUTHORS
	* data/ChangeLog
	* data/README: removed these three outdated files.

	* data/tips: gimp.tips.xml and related files live here now.

	* po-tips: translations of the tips are found here now.

	* README.i18n: changed accordingly.
2005-06-10 16:38:36 +00:00
Raphael Quinet 8114272551 New splash. A twist on the original PixelPusher concept by jimmac.
2005-06-02  Raphael Quinet  <raphael@gimp.org>

	* data/images/gimp-splash.png: New splash.  A twist on the
	original PixelPusher concept by jimmac.
2005-06-02 13:06:16 +00:00
Nate Summers 5ab94360da still unstable 2005-04-21 08:24:37 +00:00
Nate Summers b2cce594fc Experience the unstableness! 2005-04-21 00:24:44 +00:00
Manish Singh 9706fce0a3 Support for custom plug-in interpreters, independent of OS support.
2005-02-20  Manish Singh  <yosh@gimp.org>

        Support for custom plug-in interpreters, independent of OS support.

        * app/core/Makefile.am
        * app/core/core-types.h
        * app/core/gimpinterpreterdb.[ch]: implemented GimpInterpreterDB,
        which handles registering and resolving custom plug-in interpreters.

        * app/core/gimp.[ch]: keep a GimpInterpreterDB around.

        * app/config/gimpcoreconfig.[ch]
        * app/config/gimprc-blurbs.h
        * app/dialogs/preferences-dialog.c
        * app/dialogs/user-install-dialog.c
        * app/widgets/gimphelp-ids.h: interpreter-path config stuff.

        * app/plug-in/plug-in.c: use registered interpreters when running
        plug-ins.

        * themes/Default/images/preferences/Makefile.am
        * themes/Default/images/preferences/folders-interp.png: just copied
        folders-plug-ins.png here, need a better one.

        * data/interpreters/Makefile.am: creates system interpreter directory.

        * data/interpreters/default.interp: sample interpreter file info.

        * data/Makefile.am
        * configure.in: add data/interpreters directory.

        * plug-ins/pygimp/Makefile.am: install pygimp.interp, which configures
        the python interpreter to point to the python we were built with. Also
        register the .py extension.

        * etc/gimprc
        * docs/gimprc.5.in: regenerated
2005-02-21 02:56:29 +00:00
Sven Neumann 9173ac0987 experimentally expand the GIMP acronym. Not sure if this is a good idea at
2005-02-02  Sven Neumann  <sven@gimp.org>

	* data/misc/gimp.desktop.in.in (_Name): experimentally expand the
	GIMP acronym. Not sure if this is a good idea at all...
2005-02-02 16:29:50 +00:00
Carol Spears e6125e7853 data/images/gimp-splash.png a different splash for the developers branch.
2005-01-18  Carol Spears  <carol@gimp.org>

* data/images/gimp-splash.png a different splash for the developers branch.
2005-01-18 18:53:15 +00:00
Sven Neumann a99c35c785 changed Comment field as suggested in bug #160990.
2005-01-07  Sven Neumann  <neumann@jpk.com>

	* data/misc/gimp.desktop.in.in: changed Comment field as suggested
	in bug #160990.
2005-01-07 11:46:28 +00:00
Simon Budig c075dab29e Added new splash by Bill Luhtala <bluhtala@telus.net>.
2004-12-17  Simon Budig  <simon@gimp.org>

	* data/images/gimp-splash.png: Added new splash by
	Bill Luhtala <bluhtala@telus.net>.

	* data/images/gimp-logo.png: Added new Image for the about dialog
	by Philip Lafleur <deathpudding@gmail.com>.

	* app/dialogs/about-dialog.c: Adjusted text colors and placement
	to the new image.

	* data/images/gimp2_0_logo.png
	* data/images/gimp2_0_splash.png: Added for historical reasons.

	* data/images/gimp_logo.png: Removed (renamed to gimp-logo.png)
	* data/images/Makefile.am: changed accordingly.
2004-12-17 00:06:10 +00:00
Sven Neumann 869a1b680d started to redo this dialog without using a GimpSizeBox. The widgets
2004-11-15  Sven Neumann  <sven@gimp.org>

	* app/dialogs/print-size-dialog.c: started to redo this dialog
	without using a GimpSizeBox. The widgets aren't connected, so it
	isn't usable yet.

	* app/widgets/gimpprogressbox.c
	* app/widgets/gimpprogressdialog.c
	* app/widgets/gimpsizebox.c: trivial cleanups.

	* data/images/gimp-splash.png: splash for 2.2-pre2, done by Jimmac.
2004-11-14 23:51:46 +00:00
Simon Budig be41dc6a31 new splash based on a great photo (and pumpkin) by Seth Burgess
2004-10-31  Simon Budig  <simon@gimp.org>

	* data/images/gimp-splash.png: new splash based on a great photo
	(and pumpkin) by Seth Burgess <sjburges@gimp.org>.
2004-11-01 01:09:37 +00:00
Sven Neumann 550965744d new splash by Jimmac.
2004-10-15  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: new splash by Jimmac.
2004-10-14 22:18:25 +00:00
Carol Spears dc9caf5ce7 data/images/gimp-splash.png there was a white spot that was making me
2004-09-28  Carol Spears  <carol@gimp.org>

* data/images/gimp-splash.png there was a white spot that was making me crazy.  It is gone now.
2004-09-28 06:21:36 +00:00
Sven Neumann 93f3623cc7 renamed gimp_splash.png to gimp-splash.png.
2004-09-21  Sven Neumann  <sven@gimp.org>

	* data/images/Makefile.am (imagedata_DATA): renamed gimp_splash.png
	to gimp-splash.png.

	* data/images/gimp-splash.png: new splash, courtesy of Dave Neary.

	* app/gui/splash.c: look for gimp-splash.png in the users
	directory, then in the systemwide images directory.
2004-09-21 20:49:29 +00:00
Sven Neumann 1a3bbe0e7c added GenericName and Version, updated Categories.
2004-08-09  Sven Neumann  <sven@gimp.org>

	* data/misc/gimp.desktop.in.in: added GenericName and Version,
	updated Categories.
2004-08-09 11:04:42 +00:00
Michael Natterer c79f1a43a1 image/g -> image/g3fax.
2004-07-22  Michael Natterer  <mitch@gimp.org>

	* data/misc/gimp.desktop.in.in (MimeType): image/g -> image/g3fax.
2004-07-22 12:47:03 +00:00
Ray Strode c7f0f7e45f Add MimeType line to desktop file new mime sytem.
2004-07-21  Ray Strode  <rstrode@redhat.com>
	* gimp/data/misc/gimp.desktop.in.in: Add MimeType line to desktop file
	new mime sytem.
2004-07-21 19:25:12 +00:00
Jakub Steiner 95ca9b90f0 ustable splash
2004-05-05  Jakub Steiner <jimmac@ximian.com>

* data/images/gimp_splash.png: ustable splash
2004-05-04 21:37:42 +00:00
Sven Neumann 1951ad2146 splash image for GIMP 2.0 by Jimmac.
2004-03-15  Sven Neumann  <sven@gimp.org>

	* data/images/gimp_splash.png: splash image for GIMP 2.0 by Jimmac.

	* app/gui/splash.[ch]: draw the text on the splash image, not
	below it.

	* app/app_procs.[ch]
	* app/gui/gui.[ch]
	* app/main.c
	* docs/gimp.1.in: dropped support for the --no-splash-image
	command-line option (not to be confused with --no-splash). It was
	never very useful and makes even less sense in times where startup
	notification is available.
2004-03-15 00:17:21 +00:00
Sven Neumann c5c5b0c6b4 removed category entry. This would have to be translated and it's not our
2004-03-12  Sven Neumann  <sven@gimp.org>

	* data/misc/gimp.keys.in: removed category entry. This would have
	to be translated and it's not our job to define where image/jpeg
	belongs to.
2004-03-12 17:45:26 +00:00
Manish Singh 0c2da220c6 GIMP_VISIBLE_NAME doesn't exist anymore. Just use "The GIMP".
2004-03-10  Manish Singh  <yosh@gimp.org>

        * data/misc/gimp.applications.in: GIMP_VISIBLE_NAME doesn't exist
        anymore. Just use "The GIMP".
2004-03-11 00:25:25 +00:00
Sven Neumann a4dbc770ba bumped version to 1.3.27 (interface_age 1, binary_age 1). Added
2004-02-10  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 1.3.27 (interface_age 1,
	binary_age 1). Added GIMP_DESKTOP_ICON variable and set it
	depending on GIMP_UNSTABLE.

	* data/images/Makefile.am
	* data/images/wilber-devel-icon.png
	* data/images/wilber-icon.png: renamed the development icon and
	added one for the stable version.

	* data/misc/gimp.desktop.in.in: use @GIMP_DESKTOP_ICON@.
2004-02-10 09:49:45 +00:00
Sven Neumann 7d4ed423c9 don't mark weird format strings as translatable.
2004-02-03  Sven Neumann  <sven@gimp.org>

	* app/gui/image-menu.c (image_menu_set_zoom): don't mark weird
	format strings as translatable.

	* data/misc/gimp.desktop.in.in (_Name): use "The GIMP" without an
	"(unstable)" suffix. Should give translators the chance to update
	their translations before the final 2.0 release.

	* configure.in: removed now unused GIMP_VISIBLE_NAME variable.
2004-02-03 15:32:20 +00:00
Manish Singh e8d62cff03 add m4_defines for gimp_unstable and gimp_full_name, and define a
2004-01-26  Manish Singh  <yosh@gimp.org>

        * configure.in: add m4_defines for gimp_unstable and gimp_full_name,
        and define a GIMP_VISIBLE_NAME based on that.

        * data/misc/Makefile.am
        * data/misc/gimp.applications.in
        * data/misc/gimp.keys.in: made these configured files, so they can
        use GIMP_APP_VERSION and GIMP_VISIBLE_NAME.

        * data/misc/gimp.desktop.in.in: use GIMP_APP_VERSION and
        GIMP_VISIBLE_NAME.
2004-01-27 03:45:01 +00:00
Manish Singh 9db6153f09 modernized, made a lot of things m4 macros, and made versioning a lot more
2004-01-21  Manish Singh  <yosh@gimp.org>

        * configure.in: modernized, made a lot of things m4 macros, and made
        versioning a lot more finegrained, in anticipation for post-2.0.

        * autogen.sh: bumped up libtool and glib minimum requirements to match
        reality.

        * gimp-2.0.pc.in
        * gimpthumb-2.0.pc.in
        * gimpui-2.0.pc.in: adapted to new versioning variables, and bring
        in RT_LIBS when needed.

        * */*/Makefile.am: adapted to new versioning variables.
2004-01-22 03:51:46 +00:00
Sven Neumann b5bf60ac6a made --new the default behaviour and allow gimp-remote to be called
2004-01-20  Sven Neumann  <sven@gimp.org>

	* tools/gimp-remote.c: made --new the default behaviour and allow
	gimp-remote to be called without any image filenames.

	* docs/gimp-remote-1.3.1.in: changed accordingly.

	* data/misc/gimp.applications
	* data/misc/gimp.desktop.in.in: removed --new option from
	gimp-remote calls.
2004-01-20 12:07:26 +00:00
Sven Neumann 12d647c6f1 shut up CVS 2004-01-19 17:48:38 +00:00
Simon Budig 8cdcee9626 make sure we always properly use the size of the logo image. Place the
2004-01-18  Simon Budig  <simon@gimp.org>

	* app/gui/about-dialog.c: make sure we always properly use
	the size of the logo image. Place the text at the bottom
	of the image when the size changes (position of the version
	string needs to be adjusted manually still...).

	* data/images/gimp_logo.png: slightly tweaked.

	* data/images/gimp1_0_logo.png: added for historical reasons.
2004-01-18 01:29:37 +00:00
Sven Neumann 2d775c663f added a "validate" rule that attempts to validate the generated
2004-01-15  Sven Neumann  <sven@gimp.org>

	* data/misc/Makefile.am: added a "validate" rule that attempts to
	validate the generated gimp.desktop file using desktop-file-validate
	(from desktop-file-utils). Run it on 'make dist'.

	* tips/Makefile.am: for consistency, moved the existing validation
	code to a rule called "validate".
2004-01-15 11:42:32 +00:00
Simon Budig c48c937042 New image for the about dialog by Jakub Steiner.
2004-01-13  Simon Budig  <simon@gimp.org>

	* data/images/gimp_logo.png: New image for the about dialog by
	Jakub Steiner.

	* app/gui/about-dialog.c: Adjusted to new image. Also could not
	resist to add a fancy effect...

	* data/images/gimp1_2_logo.png: Saved the image from 1.2.
2004-01-13 23:19:05 +00:00
Sven Neumann 577148ebb3 use 'gimp-remote-1.3 --new' here so that drops on the application icon
2004-01-12  Sven Neumann  <sven@gimp.org>

	* data/misc/gimp.desktop.in.in (Exec): use 'gimp-remote-1.3 --new'
	here so that drops on the application icon don't necessarily spawn
	a new instance.
2004-01-12 14:31:11 +00:00
Jakub Steiner fcf5d8484f it's here! soon!
2003-12-19  Jakub Steiner <jimmac@ximian.com>

* data/images/gimp_logo.png: it's here! soon!
2003-12-19 21:43:16 +00:00
Jakub Steiner 2899728857 data/patterns/Stripes1px.pat rename to Stripes & Stripes Fine
2003-12-03  Jakub Steiner <jimmac@ximian.com>

* data/patterns/Stripes1px.pat
* data/patterns/Stripes2px.pat: rename to Stripes & Stripes Fine
2003-12-03 16:05:26 +00:00
Sven Neumann 44285147c6 clean up after illmac 2003-12-02 21:23:34 +00:00
Jakub Steiner b1ad78ad68 data/patterns/Makefile.am data/patterns/Stripes1px.pat simple RGBA stripes
2003-12-02  Jakub Steiner <jimmac@ximian.com>

* data/patterns/Makefile.am
* data/patterns/Stripes1px.pat
* data/patterns/Stripes2px.pat: simple RGBA stripes patterns.
  Very useful for the obligatory 'interlace' effect. can be done
  with the grid plugin currently, but dragging a pattern is by
  far the fastest.
2003-12-02 19:56:20 +00:00
Sven Neumann c3ffc1f25d flatten the splash (bug #124062).
2003-10-08  Sven Neumann  <sven@gimp.org>

	* data/images/gimp_splash.png: flatten the splash (bug #124062).
2003-10-07 22:30:46 +00:00