Commit Graph

25013 Commits

Author SHA1 Message Date
Claude Paroz 7ffdd8f190 Synced French translation from gimp-2-6 branch.
2009-03-07  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Synced French translation from gimp-2-6 branch.

svn path=/trunk/; revision=28123
2009-03-07 10:13:50 +00:00
Claude Paroz 6dd2aacc68 Updated French translation by Julien Hardelin and Claude Paroz.
2009-03-07  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Updated French translation by Julien Hardelin and Claude Paroz.

svn path=/trunk/; revision=28121
2009-03-07 10:07:46 +00:00
Sven Neumann 4fa43f5bfd plug-ins/file-jpeg/jpeg-load.c (load_image) need to finish the progress
2009-03-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/file-jpeg/jpeg-load.c (load_image)
	* plug-ins/file-jpeg/jpeg-save.c (save_image): need to finish 
the
	progress update.


svn path=/trunk/; revision=28118
2009-03-06 23:21:09 +00:00
Claude Paroz fc794cf380 Sync corrections from 2-6 by Julien Hardelin and partial translation.
2009-03-05  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Sync corrections from 2-6 by Julien Hardelin and partial
	translation.

svn path=/trunk/; revision=28117
2009-03-05 22:37:32 +00:00
Claude Paroz 8cdc9c9b21 Sync gimp-2-6 corrections by Julien Hardelin and minor translations.
2009-03-05  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Sync gimp-2-6 corrections by Julien Hardelin and minor translations.

svn path=/trunk/; revision=28115
2009-03-05 22:18:18 +00:00
Sven Neumann 003e16dc14 formatting.
2009-03-05  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpuimanager.c: formatting.


svn path=/trunk/; revision=28113
2009-03-05 21:51:56 +00:00
Michael Natterer b77822fb4c use enum GimpOrientationType instead of local #defines for HORIZONTAL and
2009-03-05  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/blinds.c: use enum GimpOrientationType instead
	of local #defines for HORIZONTAL and VERTICAL with identical
	values. Some indentation and formatting fixups.


svn path=/trunk/; revision=28112
2009-03-05 20:03:10 +00:00
Sven Neumann a196a2dbe0 app/widgets/gimpviewrendererimagefile.c
2009-03-05  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpviewrendererimagefile.c
	(gimp_view_renderer_imagefile_get_icon)
	* plug-ins/print/print.c (query): removed GTK+ version checks 
that
	have become obsolete.


svn path=/trunk/; revision=28111
2009-03-05 19:59:45 +00:00
Sven Neumann bb86d4ba52 plug-ins/file-uri/Makefile.am removed these files.
2009-03-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/file-uri/Makefile.am
	* plug-ins/file-uri/gimpmountoperation.[ch]: removed these 
files.

	* plug-ins/file-uri/uri-backend-gvfs.c: use GtkMountOperation
	instead of our copy of this widget.


svn path=/trunk/; revision=28110
2009-03-05 19:44:15 +00:00
Sven Neumann 3b35208703 depend on GTK+ >= 2.14.4.
2009-03-05  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on GTK+ >= 2.14.4.

	* INSTALL: changed accordingly.


svn path=/trunk/; revision=28109
2009-03-05 18:31:02 +00:00
Funda Wang 70c88aed0b Updated zh_CN translation.
svn path=/trunk/; revision=28108
2009-03-05 15:17:58 +00:00
Sven Neumann 37dd7954f3 commit the proper ChangeLog entry
svn path=/trunk/; revision=28106
2009-03-05 14:12:27 +00:00
Sven Neumann f8265c5fc7 Bug 573695 – 1-bit white background saved as PBM becomes all black
2009-03-05  Sven Neumann  <sven@gimp.org>

	Bug 573695 – 1-bit white background saved as PBM becomes all 
black

	* plug-ins/common/file-pnm.c: need to handle the special case 
that
	the image colormap has only one entry.


svn path=/trunk/; revision=28104
2009-03-05 14:08:56 +00:00
Sven Neumann 849a18b08c Bug 574149 – Can't get name/filename of files loaded from URI
2009-03-04  Sven Neumann  <sven@gimp.org>

	Bug 574149 – Can't get name/filename of files loaded from URI

	* tools/pdbgen/pdb/image.pdb: added new procedure 
gimp-image-get-uri.

	* app/pdb/image-cmds.c
	* libgimp/gimpimage_pdb.c: regenerated.

	* plug-ins/pygimp/pygimp-image.c: wrap the new procedure into an
	Image attribute.


svn path=/trunk/; revision=28103
2009-03-04 19:35:18 +00:00
Sven Neumann f6cff4b0f8 improved docs for gimp-image-get-filename.
2009-03-04  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/image.pdb (image_get_filename): improved docs
	for gimp-image-get-filename.

	* app/pdb/image-cmds.c
	* libgimp/gimpimage_pdb.c: regenerated.


svn path=/trunk/; revision=28102
2009-03-04 18:38:14 +00:00
Sven Neumann 93524f3f8b Bug 574149 – Can't get name/filename of files loaded from URI
2009-03-04  Sven Neumann  <sven@gimp.org>

	Bug 574149 – Can't get name/filename of files loaded from URI

	* tools/pdbgen/pdb/image.pdb (image_get_name_invoker): use
	gimp_image_get_display_name().

	* app/pdb/image-cmds.c
	* libgimp/gimpimage_pdb.c: regenerated.


svn path=/trunk/; revision=28099
2009-03-04 18:24:29 +00:00
Sven Neumann 73ae572b75 Bug 520078 – Rotate brushes
2009-03-03  Sven Neumann  <sven@gimp.org>

	Bug 520078 – Rotate brushes

	* app/core/gimpbrush-transform.c: applied patch from Tal that
	improves bilinear interpolation for the brush transformations 
and
	fixes a bug in the calculation of the transformation matrix.


svn path=/trunk/; revision=28098
2009-03-03 15:00:14 +00:00
Michael Natterer b1b7f8102d app/core/gimpfilteredcontainer.[ch] app/core/gimptag.c codingstylize. Call
2009-03-03  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpfilteredcontainer.[ch]
	* app/core/gimptag.c
	* app/core/gimptagcache.[ch]: codingstylize. Call iterator GList*
	variables simply "list" just as we call integers simply "i".


svn path=/trunk/; revision=28097
2009-03-02 23:33:24 +00:00
Michael Natterer f1f3913b5e use gtk_paint_layout() instead of fiddling with a PangoRenderer manually.
2009-03-02  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimptagentry.c (gimp_tag_entry_expose): use
	gtk_paint_layout() instead of fiddling with a PangoRenderer
	manually.


svn path=/trunk/; revision=28096
2009-03-02 22:28:57 +00:00
Michael Natterer 7dd3ce30f2 allow to leave the widget with Ctrl+Tab. Handle GDK_KP_Tab and
2009-03-02  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimptagentry.c (gimp_tag_entry_key_press): allow to
	leave the widget with Ctrl+Tab. Handle GDK_KP_Tab and
	GDK_ISO_Left_Tab.


svn path=/trunk/; revision=28095
2009-03-02 22:16:40 +00:00
Michael Natterer c06c90b545 add gimp_tagged_set_tags() which takes a GList of tags.
2009-03-02  Michael Natterer  <mitch@gimp.org>

	* app/core/gimptagged.[ch]: add gimp_tagged_set_tags() which
	takes a GList of tags.

	* app/widgets/gimptagentry.c (gimp_tag_entry_assign_tags): use it.

	(gimp_tag_entry_item_set_tags): remove.


svn path=/trunk/; revision=28094
2009-03-02 21:48:50 +00:00
Michael Natterer 56198ec77b app/widgets/gimpcombotagentry.c indentation, spacing, some general
2009-03-02  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpcombotagentry.c
	* app/widgets/gimptagentry.c: indentation, spacing, some general
	formatting cleanup.

	(gimp_tag_entry_expose): don't leak the PangoAttrList.


svn path=/trunk/; revision=28093
2009-03-02 21:34:59 +00:00
SANDRA MARAKKALA DANISHKA NAVIN 557b878e44 added Sinhala translation
svn path=/trunk/; revision=28092
2009-03-02 18:37:03 +00:00
SANDRA MARAKKALA DANISHKA NAVIN 927dc85b66 Added Sinhala - si to LINGUAS
svn path=/trunk/; revision=28091
2009-03-02 18:31:43 +00:00
SANDRA MARAKKALA DANISHKA NAVIN 5f8134226a Added Sinhala translation
svn path=/trunk/; revision=28090
2009-03-02 18:31:03 +00:00
SANDRA MARAKKALA DANISHKA NAVIN 63361c2f13 added Sinhala translation
svn path=/trunk/; revision=28089
2009-03-02 18:30:16 +00:00
Michael Natterer 2ca579d666 use enum GimpOrientationType instead of local #defines for HORIZONTAL and
2009-03-01  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/ripple.c: use enum GimpOrientationType instead
	of local #defines for HORIZONTAL and VERTICAL with identical
	values. Some indentation and formatting fixups.


svn path=/trunk/; revision=28086
2009-03-01 21:50:53 +00:00
Priit Laes 12492a4a15 Translation updated by Mattias Põldaru
2009-03-01  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Mattias Põldaru

svn path=/trunk/; revision=28085
2009-03-01 14:05:18 +00:00
Priit Laes c079543f4c Translation updated by Mihkel Tõnnov
2009-03-01  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Mihkel Tõnnov

svn path=/trunk/; revision=28084
2009-03-01 14:03:47 +00:00
Sven Neumann d3df2d4a24 update the progress less often.
2009-02-28  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpregioniterator.c: update the progress less often.

	* plug-ins/common/ripple.c: formatting.


svn path=/trunk/; revision=28082
2009-02-28 17:49:52 +00:00
Sven Neumann c098eb6846 reverted accidental commit.
2009-02-28  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/file-svg.c: reverted accidental commit.


svn path=/trunk/; revision=28080
2009-02-28 17:33:56 +00:00
Sven Neumann e93e0b2543 Bug 573488 – Small bug in Filter>Distorts>Ripple
2009-02-28  Sven Neumann  <sven@gimp.org>

	Bug 573488 – Small bug in Filter>Distorts>Ripple

	* plug-ins/common/ripple.c (ripple_vertical): fixed bug spotted 
in
	SMEAR mode, pointed out by Andreas Groth.


svn path=/trunk/; revision=28079
2009-02-28 17:32:20 +00:00
Sven Neumann a586ea03fa Bug 520078 – Rotate brushes
2009-02-28  Sven Neumann  <sven@gimp.org>

	Bug 520078 – Rotate brushes

	* app/core/gimpbrush-transform.c: applied patch from Tal that
	implements bilinear interpolation for the brush transformations.


svn path=/trunk/; revision=28078
2009-02-28 13:06:44 +00:00
Martin Nordholts 0c17e790a7 Properly show name of image graph source image
svn path=/trunk/; revision=28077
2009-02-28 10:11:48 +00:00
Marco Ciampa 8f46115c1e Small fix in italian translation.
svn path=/trunk/; revision=28076
2009-02-27 11:18:46 +00:00
Sven Neumann 72fa0d939d commit the full ChangeLog entry for the last change
svn path=/trunk/; revision=28074
2009-02-26 23:02:53 +00:00
Sven Neumann b071dce30b connect to changes of the "user-manual-online" gimprc property and kill
2009-02-26  Sven Neumann  <sven@gimp.org>

	* app/gui/gui.c (gui_restore_callback): connect to changes of 
the
	"user-manual-online" gimprc property and kill the gimp-help
	plug-in as it caches the location of the help pages.

	* app/widgets/gimphelp.[ch]: added 
gimp_help_user_manual_changed()
	for this purpose.


svn path=/trunk/; revision=28073
2009-02-26 22:58:19 +00:00
Sven Neumann c367ce336d sprinkled with const qualifiers.
2009-02-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/file-pcx.c: sprinkled with const qualifiers.


svn path=/trunk/; revision=28071
2009-02-25 10:56:41 +00:00
Martin Nordholts 002f8e68d0 Update ChangeLog with 2 commits
svn path=/trunk/; revision=28070
2009-02-23 20:43:35 +00:00
Martin Nordholts c9b62622db Add a Show Image Graph item to the Debug menu
Add a Show Image Graph item to the Debug menu that creates a new image
showing the GEGL graph for the image. Would benefit from an enhanced
gegl:introspect op with a clearer graph, but still quite interesting
in its current shape.

svn path=/trunk/; revision=28069
2009-02-23 20:43:30 +00:00
Martin Nordholts 488fcb3944 Add a GEGL utility function gimp_buffer_to_tiles()
svn path=/trunk/; revision=28068
2009-02-23 20:43:26 +00:00
Sven Neumann 1d0aa536cb warn if a script uses the decprecated way of registering its menu
2009-02-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/gimpfu.py (register): warn if a script uses the
	decprecated way of registering its menu location.


svn path=/trunk/; revision=28067
2009-02-23 10:03:17 +00:00
Duarte Loreto 4e469cf49d Updated Portuguese translation by Manuel Dias <manueldias33@yahoo.com>.
2009-02-23  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation by Manuel Dias
	<manueldias33@yahoo.com>.

svn path=/trunk/; revision=28065
2009-02-23 01:20:13 +00:00
Marco Ciampa fc6575753e Updated italian translation
svn path=/trunk/; revision=28063
2009-02-22 18:35:43 +00:00
Marco Ciampa 613e5f75ce fixed duplicated keyboard shortcut
2009-02-22  Marco Ciampa  <ciampix@libero.it>

        * app/actions/image-actions.c: fixed duplicated keyboard shortcut


svn path=/trunk/; revision=28060
2009-02-22 16:55:20 +00:00
Marco Ciampa 7e703f1315 Updated italian translation
svn path=/trunk/; revision=28059
2009-02-22 16:52:41 +00:00
Martin Nordholts cb3b8608ce Rename gegl-types.h to gimp-gegl-types.h
Rename gegl-types.h to gimp-gegl-types.h as gegl-types.h invades on
the GEGL namespace

svn path=/trunk/; revision=28056
2009-02-21 15:06:49 +00:00
Michael Natterer e0f1bf375c Bug 572156 – top left pixel position/coordinate is not 0,0 but 1,1
2009-02-20  Michael Natterer  <mitch@gimp.org>

	Bug 572156 – top left pixel position/coordinate is not 0,0 but 1,1

	* app/display/gimpstatusbar.c
	(gimp_statusbar_push_coords)
	(gimp_statusbar_update_cursor): fix braino for
	GIMP_CURSOR_PRECISION_PIXEL_CENTER: going to the pixel's
	center doesn't need any rounding, it simply needs clipping
	the coordinates' fractional parts, gah...

	Review all tools' cursor precision:

	* app/tools/gimpblendtool.c (gimp_blend_tool_init): set cursor
	precision to SUBPIXEL.

	* app/tools/gimptexttool.c (gimp_text_tool_init)
	* app/tools/gimpmeasuretool.c (gimp_measure_tool_init)
	* app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_init):
	set cursor precision to PIXEL_BORDER.


svn path=/trunk/; revision=28053
2009-02-20 16:57:26 +00:00
Marco Ciampa 99682b434c Updated italian translation.
svn path=/trunk/; revision=28052
2009-02-19 21:41:09 +00:00
Michael Natterer 21540c940a no need to g_strdup_printf() a simple string, use g_strdup() instead.
2009-02-19  Michael Natterer  <mitch@gimp.org>

	* libgimpthumb/gimpthumbnail.c (gimp_thumbnail_save): no need to
	g_strdup_printf() a simple string, use g_strdup() instead.


svn path=/trunk/; revision=28050
2009-02-19 20:15:23 +00:00