Commit Graph

20822 Commits

Author SHA1 Message Date
8d477063b7 tools/Makefile.am (test_clipboard_SOURCES) fixed typos: SURCES -> SOURCES.
2007-07-27  Raphael Quinet  <raphael@gimp.org>

	* tools/Makefile.am (test_clipboard_SOURCES)
	* libgimpthumb/Makefile.am (gimp_thumbnail_list_SOURCES): fixed
	typos: SURCES -> SOURCES.

svn path=/trunk/; revision=23044
2007-07-27 13:58:14 +00:00
ef17dad075 Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
2007-07-27  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Victor Dachev <vdachev@gmail.com>

svn path=/trunk/; revision=23043
2007-07-27 13:50:14 +00:00
c8ba6436b7 fixed typo: SURCES -> SOURCES.
2007-07-27  Raphael Quinet  <raphael@gimp.org>

	* libgimpthumb/Makefile.am (gimp_thumbnail_list_SOURCES): fixed
	typo: SURCES -> SOURCES.

svn path=/trunk/; revision=23042
2007-07-27 13:34:57 +00:00
d764ce83e6 simplify the formula so that it returns a slightly lower estimated quality
2007-07-27  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg-quality.c (jpeg_detect_quality): simplify the
	formula so that it returns a slightly lower estimated quality when
	there is no exact match with the IJG quantization tables.

svn path=/trunk/; revision=23041
2007-07-27 13:08:17 +00:00
b62ac32a51 Updated Nepali Translation
svn path=/trunk/; revision=23040
2007-07-27 13:06:27 +00:00
6a0229913b document some of the parasites that have been added in the last two years:
2007-07-27  Raphael Quinet  <raphael@gimp.org>

	* parasites.txt: document some of the parasites that have been
	added in the last two years: gimp-metadata, jpeg-save-defaults,
	jpeg-original-settings.

svn path=/trunk/; revision=23039
2007-07-27 13:04:56 +00:00
0373bd99d2 Updated Nepali Translation
svn path=/trunk/; revision=23038
2007-07-27 12:47:51 +00:00
32d9fb23fc Updated Nepali Translation
svn path=/trunk/; revision=23037
2007-07-27 12:46:11 +00:00
70fe87b8e0 Updated Nepali Translation
svn path=/trunk/; revision=23036
2007-07-27 12:44:39 +00:00
23539c4a9a Updated Nepali Translation
svn path=/trunk/; revision=23035
2007-07-27 12:43:32 +00:00
a274262c63 Updated Nepali Translation
svn path=/trunk/; revision=23034
2007-07-27 12:42:33 +00:00
32e3d6fca3 Updated Nepali Translation
svn path=/trunk/; revision=23033
2007-07-27 12:41:44 +00:00
8b628c08ce Updated Nepali Translation
svn path=/trunk/; revision=23032
2007-07-27 12:29:53 +00:00
da2d3da329 Updated Nepali Translation
svn path=/trunk/; revision=23031
2007-07-27 12:25:46 +00:00
e1d24ce280 Updated Nepali Translation
svn path=/trunk/; revision=23030
2007-07-27 12:24:21 +00:00
62e4d1da84 Updated Nepali Translation
svn path=/trunk/; revision=23029
2007-07-27 12:22:58 +00:00
96cd1acb35 Updated Nepali Translation
svn path=/trunk/; revision=23028
2007-07-27 12:22:05 +00:00
5a880d3761 Updated Nepali Translation
svn path=/trunk/; revision=23027
2007-07-27 12:21:09 +00:00
ac4362048a Updated Nepali translation
svn path=/trunk/; revision=23026
2007-07-27 12:12:37 +00:00
b040a70010 Updated Nepali translation
svn path=/trunk/; revision=23025
2007-07-27 12:09:32 +00:00
f5c202dd23 Updated Nepali translation
svn path=/trunk/; revision=23024
2007-07-27 12:06:32 +00:00
b540f0c936 Updated Nepali translation
svn path=/trunk/; revision=23023
2007-07-27 12:01:56 +00:00
05183dad48 Updated Nepali translation
svn path=/trunk/; revision=23022
2007-07-27 11:59:28 +00:00
a36c8f8d05 Updated Nepali translation
svn path=/trunk/; revision=23021
2007-07-27 11:52:24 +00:00
17287617d9 factored out utility function gimp_display_shell_update_focus() which sets
2007-07-27  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c: factored out utility
	function gimp_display_shell_update_focus() which sets the active
	tool into the proper state after the canvas received focus.

	(gimp_display_shell_canvas_tool_events): use it here instead of
	duplicating the code 3 times.

	(gimp_display_shell_ruler_button_press): use it here too so the
	move and color tools don't do weird things in click-to-focus
	mode (when FOCUS_IN is delivered after BUTTON_PRESS).


svn path=/trunk/; revision=23020
2007-07-27 09:39:12 +00:00
b361037a52 plug-ins/jpeg/jpeg.[ch] Make the "Save XMP data" checkbox insensitive if
2007-07-27  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg.[ch]
	* plug-ins/jpeg/jpeg-save.c (save_dialog): Make the "Save XMP
	data" checkbox insensitive if there is no XMP packet to save.

svn path=/trunk/; revision=23019
2007-07-26 23:44:51 +00:00
554b12fbe7 plug-ins/jpeg/Makefile.am plug-ins/jpeg/jpeg-quality.[ch] new files
2007-07-26  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/Makefile.am
	* plug-ins/jpeg/jpeg-quality.[ch]
	* plug-ins/jpeg/jpeg-settings.[ch]: new files including functions
	for detecting the quality setting of existing JPEG files by
	analyzing their quantization tables, functions for storing this
	quality and other JPEG settings in a parasite, and functions for
	restoring these values.

	* plug-ins/jpeg/jpeg-load.c (load_image): save the original JPEG
	settings in a parasite after reading the JPEG header.

	* plug-ins/jpeg/jpeg.c (run): restore the original JPEG settings
	if they had been attached to a parasite and if they are better
	than the defaults.

	* plug-ins/jpeg/jpeg-save.c (save_image): added new type of
	subsampling 1x2,1x1,1x1, which is useful for images with height >
	width such as rotated images from some cameras.
	(save_dialog): added hints about how the subsampling types can be
	used, marked these strings as translatable.

	* plug-ins/jpeg/jpegqual.c: new utility to report the quality
	settings and sampling factors of existing JPEG files.

svn path=/trunk/; revision=23018
2007-07-26 23:01:21 +00:00
cfee62c738 added missing gimp_progress_end
2007-07-26  Michael Schumacher  <schumaml@cvs.gnome.org>

	* libgimp/gimp.def: added missing gimp_progress_end

svn path=/trunk/; revision=23017
2007-07-26 21:34:29 +00:00
63f4f8bcf9 call g_thread_init(), just in case...
2007-07-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print.c: call g_thread_init(), just in case...

svn path=/trunk/; revision=23016
2007-07-26 16:22:17 +00:00
35fe03f329 change the default mask file suffix from "_mask" to "-mask".
2007-07-26  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/xbm.c: change the default mask file suffix from
	"_mask" to "-mask".


svn path=/trunk/; revision=23015
2007-07-26 15:26:57 +00:00
20bb1a0192 cursors/cursor-move.png cursors/gimp-tool-cursors.xcf
2007-07-26  Michael Natterer  <mitch@gimp.org>

	* cursors/cursor-move.png
	* cursors/gimp-tool-cursors.xcf
	* cursors/xbm/cursor-move.xbm
	* cursors/xbm/cursor-move-mask.xbm: moved the move cursor two
	pixels right and down so it has its hotspot where the small
	crosshair has it. Reduces cursor jumping in the rectangle tool.


svn path=/trunk/; revision=23014
2007-07-26 15:09:59 +00:00
f30101c122 fixed ChangeLog entry
svn path=/trunk/; revision=23013
2007-07-26 10:53:16 +00:00
bbdb6da18f moved common code into new utility function
2007-07-26  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-dnd.c: moved common code into new
	utility function gimp_display_shell_dnd_flush(). Also move focus
	to the image window from this function.

svn path=/trunk/; revision=23012
2007-07-26 10:52:39 +00:00
f29621ae1f added a sanity check.
2007-07-26  Sven Neumann  <sven@gimp.org>

	* app/paint/gimpbrushcore.c (gimp_brush_core_interpolate): added a
	sanity check.

svn path=/trunk/; revision=23011
2007-07-26 10:20:54 +00:00
c487e62e89 moved contactsheet.scm to test_SCRIPTS. We should look at it again after
2007-07-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/Makefile.am: moved contactsheet.scm
	to test_SCRIPTS. We should look at it again after the 2.4 release.


svn path=/trunk/; revision=23010
2007-07-26 09:26:50 +00:00
f3ca90e3dc plug-ins/print/print-page-layout.c applied patch from Stefan Röllin to
2007-07-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print-page-layout.c
	* plug-ins/print/print-settings.c: applied patch from Stefan
	Röllin to save and restore the use-full-page setting (bug 
#387604).


svn path=/trunk/; revision=23009
2007-07-26 06:35:46 +00:00
f22963f15b don't set the modal dialog transient to the image window
svn path=/trunk/; revision=23008
2007-07-25 21:34:53 +00:00
a1d89f41da only show an error dialog if being called interactively.
2007-07-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print.c: only show an error dialog if being
	called interactively.


svn path=/trunk/; revision=23007
2007-07-25 21:26:36 +00:00
483b54256e Updated Lithuanian translation.
svn path=/trunk/; revision=23006
2007-07-25 21:21:09 +00:00
0dd42db98e Updated Lithuanian translation.
svn path=/trunk/; revision=23005
2007-07-25 21:20:16 +00:00
b8c64a4e7e Updated Lithuanian translation.
svn path=/trunk/; revision=23004
2007-07-25 21:04:52 +00:00
41f7a8ae30 Updated Lithuanian translation.
svn path=/trunk/; revision=23003
2007-07-25 21:03:12 +00:00
146cab3970 Updated Lithuanian translation.
svn path=/trunk/; revision=23002
2007-07-25 21:02:27 +00:00
2ed415b6fe Updated Lithuanian translation.
svn path=/trunk/; revision=23001
2007-07-25 21:01:00 +00:00
d607a27834 cosmetics
svn path=/trunk/; revision=23000
2007-07-25 19:50:28 +00:00
12474a3ba3 removed drawable parameter which was ignored anyway.
2007-07-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print.c: removed drawable parameter which was
	ignored anyway.

svn path=/trunk/; revision=22999
2007-07-25 15:30:03 +00:00
03439b3775 reverted last change. Instead reimplemented the drawing to fetch the
2007-07-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print-draw-page.c (draw_page_cairo): reverted
	last change. Instead reimplemented the drawing to fetch the pixels
	directly into the cairo image surface.

svn path=/trunk/; revision=22998
2007-07-25 14:59:15 +00:00
454f0baf1e push a group around the image surface fills. This seems to get rid of the
2007-07-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print-draw-page.c (draw_page_cairo): push a group
	around the image surface fills. This seems to get rid of the white
	stripes in the output.

svn path=/trunk/; revision=22997
2007-07-25 13:35:13 +00:00
f1d9937c25 always call gimp_ui_init(), we need funtionality from GTK+, even if called
2007-07-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print.c (run): always call gimp_ui_init(), we need
	funtionality from GTK+, even if called non-interactively.

svn path=/trunk/; revision=22996
2007-07-25 11:05:13 +00:00
b4519a54dd libgimp/libgimp-sections.txt updated for gimp_progress_end().
2007-07-25  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpprogress.sgml: updated for gimp_progress_end().

svn path=/trunk/; revision=22995
2007-07-25 10:53:23 +00:00