Commit Graph

11608 Commits

Author SHA1 Message Date
Sven Neumann 4039557193 added missing call to INIT_I18N() (spotted by Yuheng Xie, bug #136535).
2004-03-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/svg.c (run): added missing call to INIT_I18N()
	(spotted by Yuheng Xie, bug #136535).
2004-03-08 12:17:57 +00:00
Miloslav Trmac 7fcf38e9de Update Czech translation 2004-03-08 09:36:11 +00:00
Manish Singh 960735fba3 don't pass extra parameters to undo group functions. Fixes #136524.
2004-03-08  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/plug-ins/shadow_bevel.py: don't pass extra
        parameters to undo group functions. Fixes #136524.
2004-03-08 08:12:11 +00:00
Sven Neumann c290943acd added missing call to INIT_I18N() (spotted by iiccii@hotmail.com).
2004-03-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/mng.c (run): added missing call to INIT_I18N()
	(spotted by iiccii@hotmail.com).
2004-03-08 00:52:57 +00:00
Hans Breuer 2036638f73 updated
2004-03-07  Hans Breuer  <hans@breuer.org>

	* themes/Default/images/makefile.msc
	  app/*/makefile.msc plug-ins/makefile.msc : updated
2004-03-07 23:13:51 +00:00
Sven Neumann 87cddf2f9c tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut) removed some
2004-03-07  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut)
	removed some comments that dated back to the time when these
	functions used to take image and drawable parameters.

	* app/pdb/edit_cmds.c
	* libgimp/gimpedit_pdb.c: regenerated.
2004-03-07 22:32:39 +00:00
Michael Natterer fe005f3a2f fixed bug added when factoring out gimp_edit_extract(): check if
2004-03-07  Michael Natterer  <mitch@gimp.org>

	* app/core/gimp-edit.c (gimp_edit_extract): fixed bug added when
	factoring out gimp_edit_extract(): check if tile_manager_crop()
	cropped away the whole TileManager before making a GimpBuffer from
	it.
2004-03-07 22:28:21 +00:00
Sven Neumann 9c97ba1bb7 removed references to static libraries. These are not any longer built by
2004-03-07  Sven Neumann  <sven@gimp.org>

	* gimp.spec.in: removed references to static libraries. These
	are not any longer built by default.
2004-03-07 18:10:57 +00:00
Sven Neumann 78538b44cc just some minor code cleanup 2004-03-07 16:41:06 +00:00
Sven Neumann 79253cc108 use GIMP_STOCK_FONT instead of GTK_STOCK_SELECT_FONT.
2004-03-07  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpfontmenu.c (gimp_font_select_widget_new): use
	GIMP_STOCK_FONT instead of GTK_STOCK_SELECT_FONT.
2004-03-07 16:22:31 +00:00
Sven Neumann 28bb855aae Made size of undo previews configurable. Not dynamic for now, but at least
2004-03-07  Sven Neumann  <sven@gimp.org>

	Made size of undo previews configurable. Not dynamic for now, but
	at least not hardcoded any longer. Fixes bug #119905:

	* app/config/gimpcoreconfig.[ch]
	* app/config/gimprc-blurbs.h: added "undo-preview-size" property.

	* app/core/gimpundo.[ch]: use the new property instead of a
	hardcoded value.

	* app/widgets/gimpundoeditor.[ch]: added a "preview-size"
	construct property.

	* app/gui/dialogs-constructors.c: changed accordingly.

	* app/gui/preferences-dialog.c: added a widget to control the undo
	preview size.
2004-03-07 15:33:04 +00:00
Sven Neumann de4e9fbbf4 more cleanup.
2004-03-07  Sven Neumann  <sven@gimp.org>

	* tools/gimp-remote.c: more cleanup.
2004-03-06 23:52:19 +00:00
Sven Neumann d2fb36e60a define GIMP_APP_VERSION
2004-03-07  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am (AM_CPPFLAGS): define GIMP_APP_VERSION

	* tools/gimp-remote.c: when starting a new gimp, make sure the
	desktop-startup-id gets passed to it. Makes startup notification
	work correctly again.
2004-03-06 23:30:19 +00:00
Sven Neumann c0ef88c206 corrected check for number of PDB parameters. Fxes bug #136403.
2004-03-06  Sven Neumann  <sven@gimp.org>

        * plug-ins/common/tiff.c (run): corrected check for number of PDB
        parameters. Fxes bug #136403.

	* app/widgets/gimpfontview.c: removed unused variables.
2004-03-06 21:43:01 +00:00
Sven Neumann c1d65aa1ea updated 2004-03-06 17:52:05 +00:00
Sven Neumann 6fd723103a disconnect the response handler to avoid that the query_box callback is
2004-03-06  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpquerybox.c (query_box_disconnect): disconnect
	the response handler to avoid that the query_box callback is being
	called multiple times. Fixes bug #136371.
2004-03-06 17:42:56 +00:00
Christophe Merlet 35fe294010 Updated French translation. 2004-03-06 14:48:52 +00:00
Sven Neumann f01f34a8f7 check random range before calling g_rand_int_range(). Fixes bug #136321.
2004-03-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/plasma.c (add_random): check random range before
	calling g_rand_int_range(). Fixes bug #136321.
2004-03-05 19:10:20 +00:00
Miloslav Trmac 389bcee659 Update Czech translation 2004-03-05 18:30:42 +00:00
Sven Neumann 8804cbd605 include stdplugins-intl.h so that "Preview" ends up in the plug-in
2004-03-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/libgimpoldpreview/gimpoldpreview.c: include
	stdplugins-intl.h so that "Preview" ends up in the plug-in
	translation domain (bug #136303).
2004-03-05 17:38:53 +00:00
Francisco Javier F. Serrador bf224a57f0 Updated Spanish translation.
2004-03-05  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-03-05 14:56:52 +00:00
Sven Neumann dd4a8fff00 compute the slider positions in the expose event handler so that the
2004-03-05  Sven Neumann  <sven@gimp.org>

	* app/tools/gimplevelstool.c: compute the slider positions in the
	expose event handler so that the sliders get positioned correctly
	when the dialog is resized.
2004-03-05 14:22:02 +00:00
Sven Neumann 2e71dc9d6c resurrected a mnemonic that was lost lately (1.88 -> 1.89) but still
2004-03-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpwidgets.c (gimp_random_seed_new): resurrected
	a mnemonic that was lost lately (1.88 -> 1.89) but still exists in
	most translations.
2004-03-05 13:27:26 +00:00
Michael Natterer c9a1455e54 #include "widgets/gimppropwidgets.h"
2004-03-05  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpcurvestool.c: #include "widgets/gimppropwidgets.h"
2004-03-05 10:03:07 +00:00
Sven Neumann ff772f0a13 minor updates.
2004-03-05  Sven Neumann  <sven@gimp.org>

	* de.po: minor updates.
2004-03-05 02:02:08 +00:00
Sven Neumann 0ef0afea3a app/tools/gimpcurvestool.c app/tools/gimplevelstool.c added buttons to
2004-03-05  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpthresholdtool.c: added buttons to toggle the
	histogram scale from the tool dialogs. Fixes bug #136227.
2004-03-05 01:31:33 +00:00
Sven Neumann 0ea07ee392 proper ChangeLog entry 2004-03-04 23:19:21 +00:00
Sven Neumann 5035e688ef fixed the newly added dependency.
2004-03-05  Sven Neumann  <sven@gimp.org>

	* Makefile.am: fixed the newly added dependency.

	* *.po: updated based on an uptodate gimp-tips.xml.in.
2004-03-04 23:18:53 +00:00
Michael Natterer f3df250a74 if we pick a layer to move and this layer has a mask which is being edited
2004-03-04  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpmovetool.c (gimp_move_tool_button_press): if we
	pick a layer to move and this layer has a mask which is being
	edited (active), start moving the mask, not the layer.
2004-03-04 21:01:26 +00:00
Sven Neumann 4b326ee126 reordered new stock item alphabetically 2004-03-04 17:17:24 +00:00
Sven Neumann 92415b9225 libgimpwidgets/libgimpwidgets-sections.txt updated.
2004-03-04  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: updated.
2004-03-04 17:13:52 +00:00
Sven Neumann e21dc0ee93 marked new strings for translation.
2004-03-04  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc-blurbs.h: marked new strings for translation.

	* libgimpwidgets/gimpstock.h: added #defines for missing icons.
	This allows us to replace them later without changing the API.

	* app/gui/dialogs-constructors.c
	* app/gui/dialogs-menu.c
	* app/gui/gradient-editor-commands.c
	* app/gui/image-menu.c
	* app/gui/toolbox-menu.c
	* app/tools/gimppaintoptions-gui.c
	* app/tools/gimptextoptions.c
	* app/widgets/gimppaletteeditor.c: use the new stock icon names
	instead of abusing GTK+ and GIMP tool stock icons.

	* app/gui/preferences-dialog.c (prefs_dialog_new): added icons
	to the new check buttons.
2004-03-04 16:10:57 +00:00
Sven Neumann 08ca217eca marked new strings for translation.
22004-03-04  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc-blurbs.h: marked new strings for translation.

	* libgimpwidgets/gimpstock.h: added #defines for missing icons.
	This allows us to replace them later without changing the API.

	* app/gui/dialogs-constructors.c
	* app/gui/dialogs-menu.c
	* app/gui/gradient-editor-commands.c
	* app/gui/image-menu.c
	* app/gui/toolbox-menu.c
	* app/tools/gimppaintoptions-gui.c
	* app/tools/gimptextoptions.c
	* app/widgets/gimppaletteeditor.c: use the new stock icon names
	instead of abusing GTK+ and GIMP tool stock icons.

	* app/gui/preferences-dialog.c (prefs_dialog_new): added icons
	to the new check buttons.
2004-03-04 16:09:33 +00:00
Miloslav Trmac 499d19f831 Update Czech translation 2004-03-04 14:59:29 +00:00
Simon Budig 7b2b8e1b00 remove the widgets for global-font and global-palette, since these are no
2004-03-04  Simon Budig  <simon@gimp.org>

	* app/gui/preferences-dialog.c: remove the widgets for
	global-font and global-palette, since these are no options
	for multiple tools and have no visible effect for the user.
2004-03-04 14:59:15 +00:00
Sven Neumann c224df0449 follow the changes done for other modules such as glib, pango and gtk+:
2004-03-04  Sven Neumann  <sven@gimp.org>

	* autogen.sh: follow the changes done for other modules such as
	glib, pango and gtk+:

	- exit with $? instead of 1 in case of failure
	- exit with $? if ./configure failed
	- removed --enable-gtk-doc option
	- added $AUTOGEN_CONFIGURE_ARGS

	* HACKING: document the new behaviour.
2004-03-04 14:47:37 +00:00
Michael Natterer ba265516a1 app/config/gimpcoreconfig.[ch] added boolean properties "global-brush",
2004-03-04  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpcoreconfig.[ch]
	* app/config/gimprc-blurbs.h: added boolean properties
	"global-brush", "global-pattern" etc.

	* app/gui/preferences-dialog.c: added GUI for them to the
	"Tool Options" page.

	* app/tools/tool_manager.c (tool_manager_tool_changed): honor the
	new prefs options when copying the new tool's properties.
	Fixed bug #122519.
2004-03-04 14:04:22 +00:00
Michael Natterer e56625e421 minor cleanup.
2004-03-04  Michael Natterer  <mitch@gimp.org>

	* app/core/gimptoolinfo.c: minor cleanup.
2004-03-04 13:57:27 +00:00
Sven Neumann ea5535239c added missing ChangeLog entry 2004-03-04 13:52:58 +00:00
Sven Neumann 0605800ced added a missing dependency that caused the gimp20-tips.pot not to be
2004-03-04  Sven Neumann  <sven@gimp.org>

	* Makefile.am: added a missing dependency that caused the
	gimp20-tips.pot not to be rebuild when gimp-tips.xml.in changes.

	* update.sh: s/gimp14/gimp20/
2004-03-04 13:50:27 +00:00
Michael Natterer 999a4f7a91 eek, the separator crept back in while hacking GimpFileDialog. Removed it
2004-03-04  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpfiledialog.c (gimp_file_dialog_init): eek, the
	separator crept back in while hacking GimpFileDialog. Removed it
	again.
2004-03-04 13:48:35 +00:00
Sven Neumann 27c72a0ce6 s/gimp14/gimp20/
2004-03-04  Sven Neumann  <sven@gimp.org>

	* update.sh: s/gimp14/gimp20/
2004-03-04 13:38:50 +00:00
Sven Neumann 9177bbeae6 set the window icon to the icon displayed in the message dialog.
2004-03-04  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpwidgets-utils.c (gimp_message_box): set the
	window icon to the icon displayed in the message dialog.
2004-03-04 13:26:40 +00:00
Simon Budig 7a7a6a2a20 Display Frame numbers from 1 to n instead of 0 to n-1. Less confusing for
2004-03-04  Simon Budig  <simon@gimp.org>

	* plug-ins/common/animationplay.c: Display Frame numbers from
	1 to n instead of 0 to n-1. Less confusing for the user.

	Fixes bug #136124
2004-03-04 11:56:17 +00:00
Sven Neumann 65b0598aed Made 2.0pre4 release.
2004-03-04  Sven Neumann  <sven@gimp.org>

	* Made 2.0pre4 release.
2004-03-04 01:51:24 +00:00
Sven Neumann 03806004d1 updated 2004-03-04 00:37:58 +00:00
Simon Budig de5e605d64 #ifdef'ed the code for the global shortcuts and disabled it.
2004-03-04  Simon Budig  <simon@gimp.org>

	* app/widgets/gimpimagedock.[ch]: #ifdef'ed the code for
	the global shortcuts and disabled it.

	Fixes bug #133453
2004-03-03 23:42:50 +00:00
Ole Laursen 8ad44a651e Updated Danish translation.
2004-03-03  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-03-03 20:52:55 +00:00
Sven Neumann 0c87a1b0ac better error reporting in case of a parser error.
2004-03-03  Sven Neumann  <sven@gimp.org>

	* app/vectors/gimpvectors-import.c (gimp_vectors_import): better
	error reporting in case of a parser error.
2004-03-03 19:03:04 +00:00
Simon Budig 0119e6e8f8 make the path-loading debug output conditional.
2004-03-03  Simon Budig  <simon@gimp.org>

	* app/xcf/xcf-load.c: make the path-loading debug output conditional.
2004-03-03 15:54:19 +00:00