Commit Graph

20064 Commits

Author SHA1 Message Date
fdaf1a86c3 applied patch from bug #425532.
2007-04-11  Sven Neumann  <sven@gimp.org>

	* de.po: applied patch from bug #425532.


svn path=/trunk/; revision=22232
2007-04-11 10:05:08 +00:00
bc5843031b Fixes a bug (#428493) where gimp_statusbar_push_temp() expects vaargs and
2007-04-11  Mukund Sivaraman  <muks@mukund.org>

        * app/display/gimpstatusbar.c: Fixes a bug (#428493) where
          gimp_statusbar_push_temp() expects vaargs and
          gimp_statusbar_progress_message() directly passes a message
          to it as the format string.. in this case the message
          contains % (in the filename) and no arguments.


svn path=/trunk/; revision=22231
2007-04-11 09:42:51 +00:00
20fca4a586 Updated Czech translation.
2007-04-10  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.



svn path=/trunk/; revision=22230
2007-04-10 18:02:00 +00:00
b6b1e82e55 Updated the Czech translation
2007-04-10 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22229
2007-04-10 14:05:03 +00:00
6e55bf275e fix for bug #330532.
2007-04-10  Sven Neumann  <sven@gimp.org>

	* sv.po: fix for bug #330532.


svn path=/trunk/; revision=22228
2007-04-10 08:56:58 +00:00
7aca269a28 bug #392051.
2007-04-10  Sven Neumann  <sven@gimp.org>

	* de.po: bug #392051.

svn path=/trunk/; revision=22226
2007-04-10 08:50:39 +00:00
7cb18110b1 app/paint/gimpperspectiveclone.c #include "libgimpmath/gimpmath.h"
2007-04-09  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimpperspectiveclone.c
	* app/paint/gimppaintoptions.c: #include "libgimpmath/gimpmath.h"


svn path=/trunk/; revision=22225
2007-04-09 11:54:44 +00:00
bacf87a3c7 Fixed a Czech string.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed a Czech string.


svn path=/trunk/; revision=22224
2007-04-06 14:58:36 +00:00
3b1911d50b Updated Czech translation.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22223
2007-04-06 14:15:15 +00:00
959d0afd3a Updated Czech translation.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22222
2007-04-06 13:49:09 +00:00
38b5313dd2 Updated Czech translation.
2007-04-05  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22221
2007-04-06 13:41:27 +00:00
6ccf0f8253 Updated Czech translation.
2007-04-05  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22220
2007-04-06 13:21:22 +00:00
9fd0d0ee23 Updated the Czech translation
2007-04-06 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22219
2007-04-06 13:08:34 +00:00
2170965d9b Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=22218
2007-04-05 18:53:10 +00:00
3cccaffcdc Updated the Czech translation
2007-04-05 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22217
2007-04-05 12:16:53 +00:00
47778edca7 Updated the Czech translation
2007-04-03 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation



svn path=/trunk/; revision=22216
2007-04-03 11:00:31 +00:00
7a5acef18f Updated Czech Translation.
2007-04-02  Jakub Friedl <jfriedl@suse.cz>

  * cs.po: Updated Czech Translation.



svn path=/trunk/; revision=22215
2007-04-02 16:26:58 +00:00
5bb1ff130b Updated the Czech translation
2007-04-02 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22214
2007-04-02 08:46:36 +00:00
c6733ac891 app/base/Makefile.am removed these files.
2007-04-01  Michael Natterer  <mitch@gimp.org>

	* app/base/Makefile.am
	* app/base/brush-scale.[ch]: removed these files.

	* app/core/Makefile.am
	* app/core/gimpbrush-scale.[ch]: added the functions here as
	static utility functions. Also move the default implementations of
	GimpBrush::scale_size(), ::scale_mask() and ::scale_pixmap() here,
	including their utility functions.

	* app/core/gimpbrush.c: remove all scale stuff and
	include "gimpbrush-scale.h" instead.

	(gimp_brush_get_new_preview): use GimpBrush's scale functions
	instead of the now private ones. Cleanup.

	(gimp_brush_scale_mask)
	(gimp_brush_scale_pixmap): return a copy of the buf for
	scale == 1.0.


svn path=/trunk/; revision=22213
2007-04-01 13:38:22 +00:00
a802571303 some file load plug-ins did call gimp_quit() in their load functions. This
2007-03-31  Michael Schumacher  <schumaml@cvs.gnome.org>

	* plug-ins/common/svg.c: 
	* plug-ins/common/tiff.c: 
	* plug-ins/common/wmf.c: 
	* plug-ins/jpeg/jpeg-load.c: some file load plug-ins did call
	gimp_quit() in their load functions. This aborts the plug-in
	instead of returning a GIMP_PDB_EXECUTION_ERROR. The run()
	function in each plug-in was already prepared to do this on
	errors.

svn path=/trunk/; revision=22212
2007-03-31 21:20:51 +00:00
00be2f5f8c use SQR(x) instead of x*x.
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpdrawable-blend.c: use SQR(x) instead of x*x.


svn path=/trunk/; revision=22211
2007-03-31 16:45:19 +00:00
b2ef4856b0 set core->saved_proj_tiles to NULL after unrefing them.
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimppaintcore.c (gimp_paint_core_start): set
	core->saved_proj_tiles to NULL after unrefing them.

	* app/paint/gimppaintcore.h: whitespace fixes.


svn path=/trunk/; revision=22210
2007-03-31 16:43:41 +00:00
3adb312e12 made the GimpRectangleOptionsPrivate struct public (ha ha).
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimprectangleoptions.[ch]: made the
	GimpRectangleOptionsPrivate struct public (ha ha).

	(gimp_rectangle_options_gui): replaced the "Auto shrink selection"
	toggle by a normal button that needs to be clicked explicitely.

	* app/tools/gimprectangletool.c: access members of
	GimpRectangleOptionsPrivate directly instead of reading them into
	local variables using g_object_get(), this makes the code quite
	more readable. Some code cleanup.

	(gimp_rectangle_tool_button_release): get rid of the confusing
	auto-shrink madness on button release...

	(gimp_rectangle_tool_start)
	(gimp_rectangle_tool_halt): ...instead, connect to the option's
	auto shrink button and shrink on "clicked".


svn path=/trunk/; revision=22209
2007-03-31 16:38:55 +00:00
0d7ccd8f56 read the "operation" member of GimpSelectionOptions directly.
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimprectangleselecttool.c: read the "operation" member
	of GimpSelectionOptions directly.

	* app/tools/gimpellipseselecttool.c (gimp_ellipse_select_tool_draw):
	chain up instead of calling gimp_rectangle_tool_draw() directly,
	don't #include "gimprectantletool.h".


svn path=/trunk/; revision=22208
2007-03-31 16:22:57 +00:00
58bea5b1b6 access the GimpCropOptions structure directly to read the "layer_only"
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpcroptool.c: access the GimpCropOptions structure
	directly to read the "layer_only" option (don't use g_object_get),
	some code cleanup.


svn path=/trunk/; revision=22207
2007-03-31 16:07:05 +00:00
6e422b5211 Statusbar messages shouldn't depend on the emission of unrelated signals:
2007-03-31  Michael Natterer  <mitch@gimp.org>

	Statusbar messages shouldn't depend on the emission of unrelated
	signals:

	* app/widgets/gimpuimanager.c (gimp_ui_manager_connect_proxy):
	connect to the menu items' "select" and "deselect" signals here...

	(gimp_ui_manager_item_realize): ...instead of here.


svn path=/trunk/; revision=22206
2007-03-31 12:25:03 +00:00
32c15de304 svn path=/trunk/; revision=22205
svn path=/trunk/; revision=22205
2007-03-31 12:06:06 +00:00
6fd436f9cb app/actions/dialogs-actions.c app/actions/dock-actions.c
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/actions/dialogs-actions.c
	* app/actions/dock-actions.c
	* app/actions/edit-actions.c
	* app/actions/file-actions.c
	* app/actions/help-actions.c
	* app/actions/layers-actions.c
	* app/actions/plug-in-actions.c
	* app/actions/tools-actions.c
	* app/actions/vectors-actions.c
	* app/actions/view-actions.c
	* app/actions/window-actions.c: add many missing action tooltips
	and fixed some broken/inconsistent ones. Sorry for the big string
	change but the inconsistenties were just too big to ship 2.4 like
	that.


svn path=/trunk/; revision=22204
2007-03-31 11:38:47 +00:00
16e7070e3f Fixed a Czech string translation
2007-03-30 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed a Czech string translation


svn path=/trunk/; revision=22203
2007-03-30 11:17:51 +00:00
04b0433c84 cosmetics
svn path=/trunk/; revision=22202
2007-03-30 10:18:05 +00:00
05d6439d9d hardcode the result of log (1.0 / 255.0) and avoid a useless call to
2007-03-30  Sven Neumann  <sven@gimp.org>

	* app/paint-funcs/paint-funcs.c: hardcode the result of
	log (1.0 / 255.0) and avoid a useless call to sqrt().

svn path=/trunk/; revision=22201
2007-03-30 10:14:30 +00:00
f51e694972 compare square of errors instead of calculating the square root. Rewritten
2007-03-30  Sven Neumann  <sven@gimp.org>

	* app/paint/gimpheal.c (gimp_heal_laplace_iteration)
	(gimp_heal_laplace_loop): compare square of errors instead of
	calculating the square root. Rewritten loop to avoid code duplication.

svn path=/trunk/; revision=22200
2007-03-30 09:53:43 +00:00
ad2b88dd51 Fixed strings in the Czech translation
2007-03-30 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed strings in the Czech translation


svn path=/trunk/; revision=22199
2007-03-30 09:49:22 +00:00
e2b83b288c app/tools/gimpdrawtool.[ch] app/tools/gimpperspectiveclonetool.c compare
2007-03-30  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpdrawtool.[ch]
	* app/tools/gimpperspectiveclonetool.c
	* app/tools/gimptransformtool.c: compare squared distances.

svn path=/trunk/; revision=22198
2007-03-30 09:41:18 +00:00
0c62eb296e Fixed strings in the Czech translation
2007-03-30 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed strings in the Czech translation


svn path=/trunk/; revision=22197
2007-03-30 09:35:13 +00:00
4c33327046 hardcode the result of sqrt(5).
2007-03-30  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c (gimp_rectangle_tool_draw_guides):
	hardcode the result of sqrt(5).


svn path=/trunk/; revision=22196
2007-03-30 09:26:48 +00:00
ca83552cd6 don't compare the result of sqrt() with something, compare the original
2007-03-29  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimptool.c (gimp_tool_check_click_distance): don't
	compare the result of sqrt() with something, compare the original
	value with something's square instead.


svn path=/trunk/; revision=22195
2007-03-29 19:00:45 +00:00
410d8a5546 cosmetisc
svn path=/trunk/; revision=22194
2007-03-29 14:09:12 +00:00
ed93588115 moved generation of the lookup table to it's own function. Also changed
2007-03-29  Sven Neumann  <sven@gimp.org>

	* app/core/gimpbrushgenerated.c (gimp_brush_generated_calc): moved
	generation of the lookup table to it's own function. Also changed
	SUPERSAMPLING from 5 to 4. Let's see if someone complains...


svn path=/trunk/; revision=22193
2007-03-29 14:04:54 +00:00
658551379a code cleanup. Removed MEMCPY_IS_NICE define and unconditionally use
2007-03-29  Sven Neumann  <sven@gimp.org>

	* libgimp/gimppixelrgn.c: code cleanup. Removed MEMCPY_IS_NICE
	define and unconditionally use memcpy().


svn path=/trunk/; revision=22192
2007-03-29 12:06:45 +00:00
49beee20d2 initialize rowstride to zero; it's meaningless as long as data is NULL.
2007-03-29  Sven Neumann  <sven@gimp.org>

	* libgimp/gimppixelrgn.c (gimp_pixel_rgn_init): initialize
	rowstride to zero; it's meaningless as long as data is NULL.


svn path=/trunk/; revision=22191
2007-03-29 12:02:07 +00:00
e7777475f2 Fixed a string in the Czech translation
2007-03-29 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed a string in the Czech translation



svn path=/trunk/; revision=22190
2007-03-29 10:12:32 +00:00
3e5bb50311 app/pdb/layer_cmds.c regenerated.
2007-03-28  Sven Neumann  <sven@gimp.org>

	* app/pdb/layer_cmds.c
	* libgimp/gimplayer_pdb.c: regenerated.


svn path=/trunk/; revision=22189
2007-03-28 06:36:56 +00:00
79fef002b8 svn path=/trunk/; revision=22188
svn path=/trunk/; revision=22188
2007-03-28 04:40:45 +00:00
049294b631 svn path=/trunk/; revision=22187
svn path=/trunk/; revision=22187
2007-03-28 04:37:46 +00:00
a8b43535a3 svn path=/trunk/; revision=22186
svn path=/trunk/; revision=22186
2007-03-28 04:34:45 +00:00
3df8641848 Updated dzongkha translation
svn path=/trunk/; revision=22185
2007-03-28 04:31:30 +00:00
544e70d619 updated dzongkha translation
svn path=/trunk/; revision=22184
2007-03-28 04:27:22 +00:00
e378ca0f46 clarified documentation for add_mask procedure; fixed typo in
2007-03-28 Joao S. O. Bueno Calligaris <gwidion@mpc.com.br>

        * tools/pdbgen/pdb/layer.pdb: clarified documentation for
        add_mask procedure; fixed typo in documentation for create_mask.

svn path=/trunk/; revision=22183
2007-03-28 03:00:30 +00:00
fe0b95b6bc app/widgets/gimpdbusservice.[ch] added a boolean return value to the D-Bus
2007-03-27  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdbusservice.[ch]
	* app/widgets/dbus-service.xml: added a boolean return value to
	the D-Bus Open method.


svn path=/trunk/; revision=22182
2007-03-27 20:12:44 +00:00