Commit graph

18335 commits

Author SHA1 Message Date
Francisco Javier F. Serrador e227520488 Updated Spanish translation.
2006-07-21  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es.po: Updated Spanish translation.
2006-07-21 09:04:04 +00:00
Sven Neumann f2baf8d9a1 formatting.
2006-07-20  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-edit.c: formatting.
2006-07-20 15:20:07 +00:00
Manish Singh d9573a4262 manually wrap the function gimp_brush_select_button_get_brush().
2006-07-20  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.override: manually wrap the function
        gimp_brush_select_button_get_brush().
2006-07-20 08:17:33 +00:00
Manish Singh 3f1dd8ace4 use PF_DIRNAME for save_path. Fixes bug #138714.
2006-07-20  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/plug-ins/py-slice.py: use PF_DIRNAME for save_path.
        Fixes bug #138714.
2006-07-20 07:55:58 +00:00
Manish Singh 747a8dc1d3 make DrawableSelector work again.
2006-07-20  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.py: make DrawableSelector work again.
2006-07-20 07:51:33 +00:00
Manish Singh 963b670f0f make the FileSelector class work again.
2006-07-20  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.py: make the FileSelector class work
        again.

        * plug-ins/pygimp/gimpfu.py: add PF_FILENAME and PF_DIRNAME to
        match script-fu. Also, if the default value for PF_FILE ends in '/',
        it goes PF_DIRNAME mode.
2006-07-20 07:40:52 +00:00
Manish Singh 9230a66b6e font select API is get_font, not get_font_name.
2006-07-19  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.py: font select API is get_font, not
        get_font_name.
2006-07-20 06:06:24 +00:00
Manish Singh cbd3a1930d This is the start of wrapping much more of the GIMP API in Python. It's
2006-07-19  Manish Singh  <yosh@gimp.org>

        This is the start of wrapping much more of the GIMP API in Python.
        It's not complete yet, some things are broken.

        * plug-ins/pygimp/gimpcolormodule.c
        * plug-ins/pygimp/pygimpcolor.h
        * plug-ins/pygimp/pygimpcolor-api.h
        * plug-ins/pygimp/pygimp-colors.c: wrapped GimpHSV, GimpHSL, and
        GimpCMYK. Fleshed out a bit more of GimpRGB as well. Made the API
        exportable to other modules.

        * plug-ins/pygimp/pygimp-rgb.c: removed, subsumed into
        pygimp-colors.c.

        * plug-ins/pygimp/gimpmodule.c
        * plug-ins/pygimp/pygimp-drawable.c
        * plug-ins/pygimp/pygimp-pdb.c: PDB calls receive and create
        gimpcolor.RGB objects now.

        * plug-ins/pygimp/gimpmodule.c
        * plug-ins/pygimp/pygimp-api.h: export pygimp_drawable_new.

        * plug-ins/pygimp/gimpcolor-types.defs
        * plug-ins/pygimp/gimpenums-types.defs
        * plug-ins/pygimp/gimpui.defs
        * plug-ins/pygimp/gimpui.override
        * plug-ins/pygimp/gimpuimodule.c: new module for GIMP UI widget
        bindings.

        * plug-ins/pygimp/gimpui.py
        * plug-ins/pygimp/gimpfu.py: use some of the new widgets.

        * plug-ins/pygimp/Makefile.am: hook all the above into the build
        system.

        * plug-ins/pygimp/plug-ins/palette-sort.py: use new color API.
2006-07-20 04:53:47 +00:00
Manish Singh fde314f555 libgimp/gimpgradientselectbutton.c Make doc comments match reality.
2006-07-19  Manish Singh  <yosh@gimp.org>

        * libgimp/gimpgradientselectbutton.c
        * libgimp/gimppatternselectbutton.c: Make doc comments match
        reality.
2006-07-20 03:45:28 +00:00
Manish Singh bc0c1a85cf add gimp_dialog_add_button[s] API, primarily for language bindings.
2006-07-19  Manish Singh  <yosh@gimp.org>

        * libgimpwidgets/gimpdialog.[ch]: add gimp_dialog_add_button[s] API,
        primarily for language bindings.
2006-07-19 21:41:46 +00:00
Manish Singh c4c0e2cd1f libgimpcolor/gimpcmyk.[ch] libgimpcolor/gimphsl.[ch] create boxed types
2006-07-19  Manish Singh  <yosh@gimp.org>

        * libgimpcolor/gimpcmyk.[ch]
        * libgimpcolor/gimphsl.[ch]
        * libgimpcolor/gimphsv.[ch]: create boxed types for GimpCMYK,
        GimpHSL, and GimpHSV.

        * libgimpcolor/gimpcolor.h
        * libgimpcolor/Makefile.am: include new gimphsl.[ch] files.
2006-07-19 21:23:10 +00:00
Inaki Larranaga a4bd29447c Updated Basque translation.
2006-07-19  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2006-07-19 16:21:57 +00:00
Nguyen Thai Ngoc Duy f9593fd57c Fixed "ngẫu bhiên" 2006-07-19 10:23:30 +00:00
Sven Neumann 6d922b21dc Make message dialogs transient for the progress window. Addresses bug
2006-07-19  Sven Neumann  <sven@gimp.org>

	Make message dialogs transient for the progress window.
Addresses
	bug #347214.

	* app/core/gimp-gui.[ch]: added a progress parameter to
	gimp_message().  Let gimp_message() deal with optionally
	delegating the message to gimp_progress_message().

	* app/errors.c: changed accordingly.

	* app/core/gimpprogress.[ch] (gimp_progress_message): return a
	boolean indicating whether the message was handled.

	* app/gui/Makefile.am
	* app/gui/gui-message.[ch]
	* app/gui/gui-vtable.c: moved message handling to a new file.
Only
	use the global error dialog for messages without a progress.
	Otherwise attach an error dialog to the progress and try to make
	it transient to the progress window.

	* tools/pdbgen/pdb/message.pdb:
	* app/plug-in/gimpplugin-progress.[ch]: don't delegate messages
to
	the progress interface, this is handled by gimp_message() now.

	* app/pdb/message_cmds.c: regenerated.

	* app/plug-in/gimpplugin.c
	* app/actions/documents-commands.c: formatting.
2006-07-19 06:50:34 +00:00
Kevin Cozens fb88fd7326 Document --enable-profile, --disable-python, and --disable-script-fu.
2006-07-18  Kevin Cozens  <kcozens@cvs.gnome.org>

	* INSTALL: Document --enable-profile, --disable-python, and
	--disable-script-fu.
2006-07-18 19:19:31 +00:00
Inaki Larranaga 9b4887569b Updated Basque translation.
2006-07-18  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2006-07-18 14:16:01 +00:00
Iñaki Larrañaga Murgoitio 35c9adeed2 *** empty log message *** 2006-07-18 14:05:48 +00:00
Jakub Friedl 40e801c977 Updated Czech translation
2006-07-18  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation
2006-07-18 13:46:49 +00:00
Inaki Larranaga 1a7c4798f8 Updated Basque translation.
2006-07-18  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2006-07-18 13:17:19 +00:00
Sven Neumann 655bd2f007 increased default tile cache size to 1GB.
2006-07-18  Sven Neumann  <sven@gimp.org>

	* app/config/gimpbaseconfig.c: increased default tile cache size
	to 1GB.

	* app/config/gimpcoreconfig.c: doubled the default undo-size.

	* app/config/gimprc-blurbs.h (TILE_CACHE_SIZE_BLURB): rephrased.
2006-07-18 12:54:58 +00:00
Sven Neumann 670376a022 improved tooltips for strong undo/redo actions (bug #347675).
2006-07-18  Sven Neumann  <sven@gimp.org>

	* app/actions/edit-actions.c: improved tooltips for strong
	undo/redo actions (bug #347675).
2006-07-18 12:02:05 +00:00
Jakub Friedl bac57b7b2f Czech update
2006-07-18  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Czech update
2006-07-18 09:57:37 +00:00
Michael Natterer 8ae28a136c use file_utils_uri_display_basename() instead of g_path_get_basename() to
2006-07-18  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpfiledialog.c (gimp_file_dialog_set_image): use
	file_utils_uri_display_basename() instead of g_path_get_basename()
	to get an uri's basename. Fixes bug #347544.
2006-07-18 08:44:14 +00:00
Sven Neumann bb77afc127 fixed potential crash based on a patch from David Gowers (bug #347593).
2006-07-18  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimppaletteeditor.c (gimp_palette_editor_get_index,
	 gimp_palette_editor_set_index, gimp_palette_editor_max_index):
	fixed potential crash based on a patch from David Gowers (bug #347593).
2006-07-18 07:45:54 +00:00
Sven Neumann 6a3a062dd9 fixed docs for gimp-image-add-layer as pointed out in bug #347861.
2006-07-18  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/image.pdb: fixed docs for gimp-image-add-layer
	as pointed out in bug #347861.

	* app/pdb/image_cmds.c
	* libgimp/gimpimage_pdb.c: regenerated.
2006-07-18 07:35:26 +00:00
Jakub Friedl 6f7c74f62b fixed a bug in translation
2006-07-17  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: fixed a bug in translation
2006-07-17 14:26:37 +00:00
Jakub Friedl 1bd5f90261 a fix in Czech translation
2006-07-17  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: a fix in Czech translation
2006-07-17 12:41:59 +00:00
Manish Singh cf733bb5b6 gimpcolor.RGB is now a sequence, so we can swap it in for PDB color types.
2006-07-16  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/pygimp-rgb.c: gimpcolor.RGB is now a sequence,
        so we can swap it in for PDB color types.
2006-07-17 03:37:28 +00:00
Manish Singh f97504cb6a bump up python requirement to 2.3.5 and pygtk to 2.8.0, in preparation for
2006-07-16  Manish Singh  <yosh@gimp.org>

        * configure.in: bump up python requirement to 2.3.5 and pygtk to
        2.8.0, in preparation for depending on features not in prior
        releases.
2006-07-17 01:37:42 +00:00
Kevin Cozens 662d422609 configure.in Added --disable-script-fu to allow building of GIMP without
2006-07-16  Kevin Cozens  <kcozens@cvs.gnome.org>

	* configure.in
	* plug-ins/Makefile.am: Added --disable-script-fu to allow building
	of GIMP without the Script-Fu plug-in. See bug #347570.
2006-07-16 16:30:14 +00:00
Sven Neumann 9ae2bd5046 set Software to "GIMP", not "The GIMP".
2006-07-16  Sven Neumann  <sven@gimp.org>

	* plug-ins/jpeg/jpeg-exif.c (jpeg_setup_exif_for_save): set
Software
	to "GIMP", not "The GIMP".
2006-07-16 13:41:23 +00:00
Sven Neumann e0f2ea72cb use G_GNUC_PRINTF.
2006-07-16  Sven Neumann  <sven@gimp.org>

	* app/errors.h (gimp_fatal_error, gimp_terminate): use
G_GNUC_PRINTF.
2006-07-16 10:31:37 +00:00
Sven Neumann 3a05881427 fixed file list in Maurits ChangeLog entry 2006-07-16 09:48:47 +00:00
Maurits 4f2b4681c5 plug-ins/imagemap/imap_grid.c plug-ins/imagemap/imap_main.c fixed problem
2006-07-14  Maurits  <m.rijk@chello.nl>

	* plug-ins/imagemap/imap_grid.c
	* plug-ins/imagemap/imap_main.c
	* plug-ins/imagemap/imap_menu.c: fixed problem with zoom menu
2006-07-14 13:37:56 +00:00
Mukund Sivaraman 2711e79a93 if possible, detect the number of online CPUs in the system and use that
2006-07-14  Mukund Sivaraman  <muks@mukund.org>

	* app/config/gimpbaseconfig.c: if possible, detect the number of
	online CPUs in the system and use that instead of the default value
	of 2 for the number of pixel processors. Also made the default value
	1 where it's not possible to detect the number of CPUs. Uses twice
	the number for development versions.
2006-07-14 13:13:37 +00:00
Sven Neumann 2882579207 started to add NEWS for 2.3.11 2006-07-14 08:46:36 +00:00
Jakub Friedl 218d6e8026 Updated Czech translation
2006-07-14  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation
2006-07-14 08:26:33 +00:00
Jakub Friedl 9a9d29e7ea minor fix in Czech translation
2006-07-14  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: minor fix in Czech translation
2006-07-14 08:21:56 +00:00
Sven Neumann 2600229df1 set the sensitivity of the cursor label before converting the coordinates
2006-07-13  Sven Neumann  <sven@gimp.org>

	* app/display/gimpstatusbar.c (gimp_statusbar_set_cursor): set the
	sensitivity of the cursor label before converting the coordinates
	to the display unit (bug #347339).
2006-07-13 08:06:06 +00:00
Sven Neumann 597954af46 plug-ins/bmp/bmp.[ch] simplified run() method, renamed a variable.
2006-07-13  Sven Neumann  <sven@gimp.org>

	* plug-ins/bmp/bmp.[ch]
	* plug-ins/bmp/bmpwrite.c: simplified run() method, renamed a
	variable.
2006-07-13 06:20:58 +00:00
Sven Neumann ced16ab85c increased timeout to 5 seconds (bug #347345).
2006-07-13  Sven Neumann  <sven@gimp.org>

	* tools/gimp-remote.c: increased timeout to 5 seconds (bug
#347345).
2006-07-13 06:01:55 +00:00
Hendrik Richter 49220b8bf6 Updated German translation.
2006-07-12  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.
2006-07-12 14:42:25 +00:00
Sven Neumann 57f805a159 plug-ins/bmp/bmp.[ch] plug-ins/bmp/bmpread.c applied a slightly modified
2006-07-12  Sven Neumann  <sven@gimp.org>

	* plug-ins/bmp/bmp.[ch]
	* plug-ins/bmp/bmpread.c
	* plug-ins/bmp/bmpwrite.c: applied a slightly modified patch from
	Piotr Filiciak that adds support for 16/32 bit bitmaps and support
	for alpha channel (bug #342355).
2006-07-12 14:25:17 +00:00
Sven Neumann e5603c965c app/actions/file-commands.c formatting.
2006-07-12  Sven Neumann  <sven@gimp.org>

	* app/actions/file-commands.c
	* app/pdb/gimppluginprocedure.c: formatting.
2006-07-12 06:10:52 +00:00
Sven Neumann b9ca864080 added const qualifiers.
2006-07-11  Sven Neumann  <sven@gimp.org>

	* app/xcf/xcf-write.[ch]: added const qualifiers.
2006-07-11 20:38:32 +00:00
Sven Neumann 676c625c24 app/xcf/xcf-load.c app/xcf/xcf-private.h app/xcf/xcf-save.c do progress
2006-07-11  Sven Neumann  <sven@gimp.org>

	* app/xcf/xcf-load.c
	* app/xcf/xcf-private.h
	* app/xcf/xcf-save.c
	* app/xcf/xcf.c: do progress updates when loading/saving XCF
files.
2006-07-11 20:21:18 +00:00
Sven Neumann b2252db16c minor cleanup.
2006-07-11  Sven Neumann  <sven@gimp.org>

	* app/xcf/xcf.c: minor cleanup.
2006-07-11 19:03:55 +00:00
Sven Neumann 9dba73fb01 made gimp_image_merge_layers() a static function, it isn't used outside
2006-07-11  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimage-merge.[ch]: made gimp_image_merge_layers()
a
	static function, it isn't used outside this file.
2006-07-11 18:51:54 +00:00
Sven Neumann ce1352cf7f use a signed variable when attempting to skip over unknown properties and
2006-07-10  Sven Neumann  <sven@gimp.org>

	* app/xcf/xcf-load.c: use a signed variable when attempting to
	skip over unknown properties and check for EOF.  Fixes bug #345802.

	* app/xcf/xcf-read.c: cleanup, nothing really changed
2006-07-10 16:40:26 +00:00
Jakub Friedl d8bb952f98 minor fix in Czech translation
2006-07-10  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: minor fix in Czech translation
2006-07-10 15:47:18 +00:00