Commit Graph

330 Commits

Author SHA1 Message Date
Martin Nordholts 9060ab1d15 po: Update POTFILES.in 2010-06-19 11:08:18 +02:00
Martin Nordholts 899fbb94b7 Update POTFILES.in 2010-05-19 07:07:14 +02:00
Alexandre Prokoudine 5e40b0fc8e Added the tool presets dialog to the list of translatable files 2010-04-07 00:02:28 +04:00
Martin Nordholts 3352b0485c app: Fix dockable separator translations
Continued fix of bug 554927. Also translate the " - " string in the
toolbox and add a "dock" translation context.
2010-03-13 12:17:46 +01:00
Michael Natterer 15c5c0a036 po: update POTFILES.in 2010-03-05 16:38:18 +01:00
Martin Nordholts ed2d178da3 app: Get rid of config -> display module dependency
In order to make a clear separation between the core modules and the
UI modules, move the necessary enums from display-enums.h and
widgets-enums.h to config-enums.h and the files
gimpdisplayoptions.[ch] from the display to the config module. This
removes the config -> display dependency.

This change has three main benefits
 * It lets us remove includes of display files from the config module
 * We don't have to link gimp-console and test-config with a subset of
   object files from the display module
 * It is reflected in devel-docs/gimp-module-dependencies.svg that the
   application is made up of core modules and UI modules and that no
   core module depends on any UI module
2010-02-01 21:56:48 +01:00
Martin Nordholts d03ebe7fed po: Add app/widgets/gimpdockwindow.c to POTFILES.in 2010-01-08 12:09:49 +01:00
Sven Neumann cf84a36620 po: add app/widgets/gimptranslationstore.c 2010-01-05 22:30:17 +01:00
Martin Nordholts 968fbd7996 po: Remove gimpdockseparator.c from POTFILES.in
Remove gimpdockseparator.c from POTFILES.in, the file does not exist
any longer.
2009-12-06 09:38:51 +01:00
Khaled Hosny d848cdc939 Add missing files 2009-10-23 18:50:42 +02:00
Khaled Hosny 3666648c52 gimpimagedock.c has been killed 2009-10-10 15:59:58 +02:00
Martin Nordholts 6b71aaed99 po: Update POTFILES.in 2009-08-15 14:31:04 +02:00
Martin Nordholts 580b932c8c po: Update POTFILES.in 2009-07-20 17:51:29 +02:00
Sven Neumann 131a42c574 added missing file with translatable messages 2009-05-16 17:28:43 +02:00
Sven Neumann 640afea581 Bug 471681 – Keyboard shortcuts for brush size/params need feedback
2009-03-19  Sven Neumann  <sven@gimp.org>

	Bug 471681 – Keyboard shortcuts for brush size/params need 
feedback

	* app/core/gimpbrushgenerated.c
	* app/core/gimpcontext.c
	* app/paint/gimppaintoptions.c: applied patch from Stephen G. 
that
	marks some strings for translation.


svn path=/trunk/; revision=28182
2009-03-19 20:40:43 +00:00
Aurimas Juška b58f3c7a2b got rid of extra message domain for tags.
svn path=/trunk/; revision=28046
2009-02-17 21:16:12 +00:00
Martin Nordholts 4255e43681 Bug 555954 – Merge Tagging of Gimp Resources GSoC Project
Merge the rest of the tagging code developed on the tagging branch
by Aurimas Juška. Development will now continue in trunk.

* app/core/gimptag.[ch]: New files (not strictly true but almost)
implementing the represention of a tag.

* app/core/gimptagcache.[ch]: New files implementing functionality
for loading and saving tags to tags.xml, and assigning loaded tags
to tagged objects.

* app/core/gimpfilteredcontainer.[ch]: New files implementing a
tag filtered GimpContainer.

* app/widgets/gimptagentry.[ch]: New files implementing a
GtkEntry-like widget for entering tags.

* app/widgets/gimpcombotagentry.[ch]: New files implementing a
combobox-like widget for selecting tags.

* app/widgets/gimptagpopup.[ch]: New files implementing a popup of
all available tags that can be selected and combined in a
checkbox-like way.

* app/core/gimp.[ch]: Add a GimpTagCache member and manage tag
assignment and saving and loading to/from tags.xml.

* app/widgets/gimpdatafactoryview.c: Add the tag query and tag
assignment widgets to the UI and show the tag filtered items
instead of all items.

* app/core/Makefile.am
* app/widgets/Makefile.am: Add new files.

* app/core/core-types.h
* app/widgets/widgets-types.h: Add new types.

svn path=/trunk/; revision=27816
2008-12-20 14:46:54 +00:00
Sven Neumann 506d29a464 added missing files.
2008-11-10  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added missing files.


svn path=/trunk/; revision=27593
2008-11-10 08:02:01 +00:00
Martin Nordholts 30c4a99639 Updated for gimpcursorview.c.
* POTFILES.in: Updated for gimpcursorview.c.

svn path=/trunk/; revision=27584
2008-11-09 19:20:17 +00:00
Sven Neumann a8cc137009 Move the "Use GEGL" check-box to the Colors menu (bug #548760):
2008-09-23  Sven Neumann  <sven@gimp.org>

	Move the "Use GEGL" check-box to the Colors menu (bug #548760):

	* app/actions/Makefile.am
	* app/actions/config-actions.[ch]
	* app/actions/config-commands.[ch]: new files holding the 
"config"
	action group that includes the "use-gegl" toggle action.

	* app/actions/debug-actions.c
	* app/actions/debug-commands.[ch]: removed the "use-gegl" 
action
	here.

	* app/menus/menus.c
	* app/actions/actions.c: added the new action group.

	* app/widgets/gimphelp-ids.h: added a help ID for the 
"use-gegl"
	action.

	* menus/image-menu.xml.in: moved the "Use GEGL" check-box to 
the
	Colors menu.


svn path=/trunk/; revision=27035
2008-09-23 07:02:24 +00:00
Sven Neumann 60b78c95e6 added app/widgets/gimpactioneditor.c.
2008-09-05  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added app/widgets/gimpactioneditor.c.


svn path=/trunk/; revision=26871
2008-09-05 12:09:47 +00:00
Sven Neumann 3c8b0ef24f added missing file
svn path=/trunk/; revision=26598
2008-08-16 16:32:50 +00:00
Sven Neumann f84608d539 If a procedure call fails, pass a string describing the error as the
2008-08-16  Sven Neumann  <sven@gimp.org>

	If a procedure call fails, pass a string describing the error as
	the second return value. First step towars fixing bug #344818.

	* app/pdb/gimpprocedure.[ch] (gimp_procedure_get_return_values):
	added a GError parameter. If it is set, pass the error message 
to
	the return values.

	* app/pdb/gimppdberror.h: added some more error codes.

	* app/pdb/gimppdb.c
	* app/xcf/xcf.c: pass errors to 
gimp_procedure_get_return_values().

	* app/plug-in/gimpplugin-message.c 
(gimp_plug_in_handle_proc_run):
	show a different error message for execution vs. calling errors.

	* app/plug-in/gimpplugin-progress.c
	(gimp_plug_in_progress_cancel_callback): pass the error
	GIMP_PDB_CANCELLED to gimp_procedure_get_return_values().

	* app/plug-in/gimppluginmanager-call.[ch]
	(gimp_plug_in_manager_call_run): removed the 
'destroy_return_vals'
	parameter.

	* app/plug-in/gimppluginprocedure.c: destroy the return values 
here.

	* app/plug-in/gimppluginprocframe.c: pass an error to
	gimp_procedure_get_return_values().

	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/fileops.pdb: generate code that passes the
	error to gimp_procedure_get_return_values().

	* app/pdb/*-cmds.c: regenerated.
	
	* plug-ins/pygimp/pygimp-pdb.c: extract the error message from 
the
	return values and pass it to the exception that is thrown.


svn path=/trunk/; revision=26593
2008-08-16 13:57:57 +00:00
Sven Neumann f9ebb8c9fd app/display/Makefile.am app/display/gimpdisplayshell-scale.[ch] split
2008-08-16  Sven Neumann  <sven@gimp.org>

	* app/display/Makefile.am
	* app/display/gimpdisplayshell-scale.[ch]
	* app/display/gimpdisplayshell-scale-dialog.[ch]: split scale
	dialog into a new file.

	* app/actions/view-commands.c: changed accordingly.

svn path=/trunk/; revision=26590
2008-08-16 11:51:10 +00:00
Sven Neumann 0cf63ba421 moved some common code back to main.c
svn path=/trunk/; revision=26118
2008-07-11 09:16:23 +00:00
Sven Neumann 30cc37c5fe app/Makefile.am new files containing functionality to check for an already
2008-07-11  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am 
	* app/unique.[ch]: new files containing functionality to check 
for
	an already running instance of GIMP of notifying it about files 
to
	open. Code split out of main.c.

	* app/main.c: changed accordingly.


svn path=/trunk/; revision=26117
2008-07-11 09:08:07 +00:00
Sven Neumann 4f606de456 added app/widgets/gimpsettingseditor.c.
2008-07-03  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added app/widgets/gimpsettingseditor.c.

	* POTFILES.skip: added app/widgets/gtkscalebutton.c.

	* de.po: updated German translation.

svn path=/trunk/; revision=26043
2008-07-03 10:17:40 +00:00
Sven Neumann 8f3cbba2ae added missing file
svn path=/trunk/; revision=25950
2008-06-14 20:54:07 +00:00
Claude Paroz 6653d0bb1f Deleted file no more in SVN. Updated French translation by Julien
2008-05-27  Claude Paroz  <claude@2xlibre.net>

	* POTFILES.in: Deleted file no more in SVN.
	* fr.po: Updated French translation by Julien Hardelin.

svn path=/trunk/; revision=25834
2008-05-27 21:34:40 +00:00
Sven Neumann e86e003224 Add Desaturate as an image-map tool with live preview (bug #533808):
2008-05-21  Sven Neumann  <sven@gimp.org>

	Add Desaturate as an image-map tool with live preview (bug #533808):

	* app/gegl/Makefile.am
	* app/gegl/gegl-types.h
	* app/gegl/gimpdesaturateconfig.[ch]: added config object for the
	desaturate point filter.
	
	* app/gegl/gimpoperationdesaturate.[ch]: derive from
	GimpOperationPointFilter. Unrolled the inner loop.

	* app/core/gimpdrawable-desaturate.c: changed accordingly.

	* app/tools/Makefile.am
	* app/tools/gimpdesaturatetool.[ch]: added desaturate as an
	imagemap tool. So far only the GEGL code path is implemented.

	* app/tools/gimp-tools.c: register the new tool.

	* app/dialogs/dialogs.c: register the new tool dialog.

	* app/dialogs/Makefile.am
	* app/dialogs/desaturate-dialog.[ch]: removed the desaturate dialog.

	* app/actions/drawable-actions.c
	* app/actions/drawable-commands.[ch]: removed action
	"drawable-desaturate".

	* app/widgets/gimphelp-ids.h: changed help IDs accordingly.

	* menus/image-menu.xml.in: replaced "drawable-desaturate" with
	"tools-desaturate".

	* libgimpwidgets/gimpstock.h: added a define for
	GIMP_STOCK_TOOL_DESATURATE.

svn path=/trunk/; revision=25726
2008-05-21 13:11:06 +00:00
Sven Neumann d210e82d7c POTFILES.in updated.
2008-05-16  Sven Neumann  <sven@gimp.org>

        * POTFILES.in 
        * POTFILES.skip: updated.

        * de.po: updated German translation.

svn path=/trunk/; revision=25673
2008-05-16 16:49:23 +00:00
Sven Neumann 6cc33983c4 added missing files from app/pdb.
2008-04-07  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added missing files from app/pdb.

	* POTFILES.skip: updated.


svn path=/trunk/; revision=25403
2008-04-07 20:52:48 +00:00
Sven Neumann b8e4695941 changed the names of the generated files.
2008-04-04  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/app.pl: changed the names of the generated files.

	* app/pdb/Makefile.am
	* app/pdb/*cmds.c: renamed.

svn path=/trunk/; revision=25359
2008-04-04 11:15:55 +00:00
Sven Neumann 3a763418af removed app/text/text-enums.h.
2008-04-01  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: removed app/text/text-enums.h.


svn path=/trunk/; revision=25326
2008-03-31 22:07:08 +00:00
Michael Natterer 35817c0049 add new files in app/tools/
2008-03-29  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: add new files in app/tools/


svn path=/trunk/; revision=25300
2008-03-29 12:28:09 +00:00
Sven Neumann 08e28cccc1 made the library version information easier to translate.
2008-02-26  Sven Neumann  <sven@gimp.org>

	* app/version.c (gimp_show_library_version): made the library
	version information easier to translate.

svn path=/trunk/; revision=24975
2008-02-26 15:50:07 +00:00
Michael Natterer 7af7be609d add new files with translatable strings.
2008-02-04  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: add new files with translatable strings.


svn path=/trunk/; revision=24788
2008-02-04 16:49:28 +00:00
Michael Natterer bea90af290 add app/gegl/gimpcurvesconfig.c and app/gegl/gimplevelsconfig.c
2008-01-28  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: add app/gegl/gimpcurvesconfig.c and
	app/gegl/gimplevelsconfig.c


svn path=/trunk/; revision=24728
2008-01-28 14:29:10 +00:00
Sven Neumann 031093d09c added new files with translatable strings.
2007-12-11  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added new files with translatable strings.

svn path=/trunk/; revision=24322
2007-12-11 15:50:18 +00:00
Sven Neumann 0655beaa6a added tools/gimp-remote-x11.c
2007-10-27  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added tools/gimp-remote-x11.c


svn path=/trunk/; revision=23971
2007-10-27 18:21:33 +00:00
Michael Natterer 78cf500713 added app/widgets/gimpcolorselectorpalette.c Fixes bug #487153.
2007-10-16  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: added app/widgets/gimpcolorselectorpalette.c
	Fixes bug #487153.


svn path=/trunk/; revision=23847
2007-10-16 14:49:28 +00:00
Sven Neumann da575fb6d8 added missing file app/file/file-proceduce.c.
2007-08-15  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added missing file app/file/file-proceduce.c.

svn path=/trunk/; revision=23269
2007-08-15 12:31:56 +00:00
Sven Neumann 44cefcc818 app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved
2007-04-18  Sven Neumann  <sven@gimp.org>

	* app/plug-in/Makefile.am
	* app/plug-in/gimppluginmanager.[ch]
	* app/plug-in/gimppluginmanager-restore.[ch]: moved
	gimp_plug_in_manager_restore() to it's own file.

	* app/core/gimp.c: changed accordingly.

	* app/Makefile.am (LDFLAGS): convince the linker to do its job.


svn path=/trunk/; revision=22286
2007-04-18 15:06:05 +00:00
Sven Neumann 8e1cf1c107 removed app/widgets/gimpcellrendereraccel.c.
2007-04-18  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: removed app/widgets/gimpcellrendereraccel.c.


svn path=/trunk/; revision=22275
2007-04-18 07:20:23 +00:00
Sven Neumann 766d27da9d renamed to app/app.[ch].
2007-02-02  Sven Neumann  <sven@gimp.org>

	* app/app_procs.[ch]: renamed to app/app.[ch].

	* app/Makefile.am
	* app/main.c: changed accordingly.


svn path=/trunk/; revision=21838
2007-02-02 14:27:16 +00:00
Sven Neumann cbd18d3d62 updated.
2006-12-25  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: updated.
2006-12-25 12:23:17 +00:00
Sven Neumann d8c59ca264 updated.
2006-12-12  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: updated.
2006-12-12 13:25:49 +00:00
Sven Neumann 42f91125a7 do not create empty presets files and don't create any output for presets
2006-12-10  Sven Neumann  <sven@gimp.org>

	* app/core/gimptoolpresets.c: do not create empty presets files
	and don't create any output for presets files that don't exist.
2006-12-10 19:29:17 +00:00
Nickolay V. Shmyrev fffdad5689 Updated to reflect new filenames due to the fix of the bug #345251.
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* POTFILES.in: Updated to reflect new filenames
	due to the fix of the bug #345251.
2006-11-22 00:53:03 +00:00
Sven Neumann e7f921cb98 app/dialogs/image-properties-dialog.c (image_comment_update) use
2006-11-03  Sven Neumann  <sven@gimp.org>

	* app/dialogs/image-properties-dialog.c (image_comment_update)
	* app/text/gimptext-parasite.c (gimp_text_from_gdyntext_parasite):
	use gimp_any_to_utf8() to deal with invalid UTF-8 strings.
2006-11-03 14:37:01 +00:00