Commit Graph

840 Commits

Author SHA1 Message Date
Michael Natterer 3c792d166e fixed invalid charset spec.
2001-05-20  Michael Natterer  <mitch@gimp.org>

	* hu.po: fixed invalid charset spec.
2001-05-20 13:02:17 +00:00
Sven Neumann 9691c46bfe added some missing files 2001-05-14 02:31:10 +00:00
Sven Neumann 20c2fb32e2 app/Makefile.am don't reference header files which don't exist any longer
2001-05-14  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* libgimp/Makefile.am: don't reference header files which don't exist
	any longer
2001-05-14 02:25:19 +00:00
Michael Natterer b86ce96ae4 app/appenums.h app/core/core-types.h moved some more types to core-types.h
2001-05-13  Michael Natterer  <mitch@gimp.org>

	* app/appenums.h
	* app/core/core-types.h
	* app/tools/tools-types.h: moved some more types to core-types.h
	and tools-types.h.  Removed AUXILLARY_CHANNEL from the ChannelType
	enum.

	* app/gdisplay.[ch]: removed the "depth" and "color_type" fields
	from the struct. Cleaned up the header.

	* app/selection.c
	* app/gui/info-window.c: use g_visual->depth instead of
	gdisp->depth.

	* app/gimphelp.c: #include "core/core-types.h"

	* tools/pdbgen/Makefile.am: added app/core/core-types.h to the
	list of files to be scanned for enums.

	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/enums.pl
	* app/pdb/drawable_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c: regenerated.
2001-05-13 17:25:12 +00:00
Michael Natterer 8985b107c3 configure.in added new directory app/core/ for the core object system.
2001-05-09  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* app/Makefile.am: added new directory app/core/ for the core
	object system.

	* app/gimage_mask.[ch]
	* app/gimpbrush-header.h
	* app/gimpbrush.[ch]
	* app/gimpbrushgenerated.[ch]
	* app/gimpbrushpipe.[ch]
	* app/gimpchannel.[ch]
	* app/gimpcontainer.[ch]
	* app/gimpcontext.[ch]
	* app/gimpdata.[ch]
	* app/gimpdatafactory.[ch]
	* app/gimpdatalist.h
	* app/gimpdrawable-desaturate.[ch]
	* app/gimpdrawable-equalize.[ch]
	* app/gimpdrawable-invert.[ch]
	* app/gimpdrawable-offset.[ch]
	* app/gimpdrawable-preview.[ch]
	* app/gimpdrawable.[ch]
	* app/gimpgradient.[ch]
	* app/gimpimage-convert.[ch]
	* app/gimpimage-duplicate.[ch]
	* app/gimpimage-undo.[ch]
	* app/gimpimage.[ch]
	* app/gimplayer.[ch]
	* app/gimplayermask.[ch]
	* app/gimplist.[ch]
	* app/gimpmarshal.[ch]
	* app/gimpobject.[ch]
	* app/gimppalette-import.[ch]
	* app/gimppalette.[ch]
	* app/gimppattern-header.h
	* app/gimppattern.[ch]
	* app/gimpundo.[ch]
	* app/gimpundostack.[ch]
	* app/gimpviewable.[ch]: removed these files...

	* app/core/*: ...and added them here.

	* app/*.c
	* app/gui/*.c
	* app/pdb/*.c
	* app/tools/*.c
	* app/widgets/*.c
	* plug-ins/common/gbr.c
	* plug-ins/common/gih.c
	* plug-ins/common/pat.c
	* po/POTFILES.in
	* tools/pdbgen/Makefile.am
	* tools/pdbgen/enums.pl
	* tools/pdbgen/pdb.pl
	* tools/pdbgen/pdb/*.pdb: changed accordingly.
2001-05-09 02:32:03 +00:00
Valek Frob 7dfb29cc1a Updated russian translation. 2001-05-08 08:29:34 +00:00
Valek Frob 57293f35df Updated russian translation. 2001-04-23 15:17:24 +00:00
Keld Jørn Simonsen f1d19734ef Translations from Keld
evolution/po/da.po galeon/po/da.po gb/po/da.po gernel/po/da.po
gimp/po/da.po glade/po/da.po gnome-applets/po/da.po
gnome-core/po/da.po gnome-db/po/da.po gnome-pim/po/da.po
gnomeicu/po/da.po gnumeric/po/da.po gtk+/po/da.po
gtranslator/po/da.po nautilus/po/da.po pong/po/da.po
sodipodi/po/da.po ximian-setup-tools/po/da.po
2001-04-22 12:06:49 +00:00
Kenneth Christiansen 7b877f7774 Translations from keld
control-center/po/da.po eog/po/da.po gb/po/da.po
gernel/po/da.po gimp/po/da.po gnome-db/po/da.po
gnome-libs/po/da.po gnome-lokkit/po/da.po gnome-print/po/da.po
gnomeicu/po/da.po gphoto/po/da.po gtk+/po/da.po
gtranslator/po/da.po libgda/po/da.po mc/po/da.po pan/po/da.po
pong/po/da.po sodipodi/po/da.po ximian-setup-tools/po/da.po
2001-04-21 21:19:35 +00:00
Michael Natterer 44d41e8e9b app/Makefile.am app/lc_dialogP.h removed stuff that will go away anyway
2001-04-21  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/lc_dialogP.h
	* app/paths_dialogP.h: removed stuff that will go away anyway (put
	the declarations to the public headers).

	* app/gimpui.[ch]: new function gimp_widget_get_callback_context()
	which may only be called from a *_cmd_callback() and returns the
	data we attached with weird methods.

	* app/gui/Makefile.am
	* app/gui/channels-commands.[ch]: callbacks independent from the
	channels dialog and the "new" and "edit channel" dialogs.

	* app/gui/channels-dialog.[ch]
	* app/gui/layers-commands.c
	* app/gui/layers-dialog.[ch]
	* app/lc_dialog.[ch]
	* app/gui/menus.c
	* app/gui/paths-dialog.[ch]
	* app/tools/gimpbezierselecttool.c
	* po/POTFILES.in: changed accordingly.
2001-04-21 02:11:12 +00:00
Michael Natterer c1e2f4e21c app/Makefile.am removed.
2001-04-20  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/layers_dialogP.h: removed.

	* app/gimpui.[ch]: new function gimp_menu_position().

	* app/disp_callbacks.c
	* app/interface.c
	* app/gui/layers-dialog.c: popup the image and layers menu with
	gtk_item_factory_popup_with_data() instead of gtk_menu_popup()
	and pass the GimpImage we're operating on as data.

	For accelerators, which are invoked without context, we catch key
	press events and attach the context to the GtkItemFactory.

	* app/gui/Makefile.am
	* app/gui/layers-commands.[ch]: common layer callbacks (instead of
	separate ones in commands.c and layers-dialog.c

	* app/gui/commands.[ch]
	* app/gui/layers-dialog.[ch]: removed the menu callbacks here.

	* app/gdisplay.h
	* app/lc_dialog.c
	* app/gui/channels-dialog.c
	* app/gui/layer-select.c
	* app/gui/menus.c
	* po/POTFILES.in: changed accordingly.
2001-04-20 16:27:44 +00:00
Michael Natterer 26dee23042 app/Makefile.am app/brush_header.h app/pattern_header.h
2001-04-19  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/brush_header.h
	* app/pattern_header.h
	* app/desaturate.[ch]
	* app/equalize.[ch]
	* app/invert.[ch]: removed.

	* app/gimpbrush-header.h
	* app/gimppattern-header.h
	* app/gimpdrawable-desaturate.[ch]
	* app/gimpdrawable-equalize.[ch]
	* app/gimpdrawable-invert.[ch]: new files.

	* app/gui/commands.c: put some stuff from desaturate, equalize and
	invert here. While it's ok to check the drawable type in the
	callback, this is the wrong place for PDB wrappers.

	* app/gimpbrush.c
	* app/gimpbrushpipe.c
	* app/gimplayer.c
	* app/gimppattern.c
	* app/pdb/color_cmds.c
	* plug-ins/common/gbr.c
	* plug-ins/common/gih.c
	* plug-ins/common/pat.c
	* po/POTFILES.in
	* tools/pdbgen/pdb/color.pdb: changed accordingly.
2001-04-19 00:23:43 +00:00
Michael Natterer 63d3ff388e app/Makefile.am removed
2001-04-18  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/channel_ops.[ch]: removed

	* app/gimpdrawable-offset.[ch]
	* app/gimpimage-duplicate.[ch]: new files without GUI.

	* app/gui/Makefile.am
	* app/gui/offset-dialog.[ch]: new files.

	* app/gui/commands.c
	* app/pdb/channel_ops_cmds.c
	* po/POTFILES.in
	* tools/pdbgen/Makefile.am
	* tools/pdbgen/enums.pl
	* tools/pdbgen/pdb/channel_ops.pdb: changed accordingly.
2001-04-18 19:14:20 +00:00
Michael Natterer addaad45ea app/Makefile.am removed. new files: the convert functionality without GUI
2001-04-18  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/convert.[ch]: removed.
	* app/gimpimage-convert.[ch]: new files: the convert functionality
	without GUI (now called gimp_image_convert()).

	* app/gui/Makefile.am
	* app/gui/convert-dialog.[ch]: new files.

	* app/gui/commands.c
	* app/pdb/convert_cmds.c
	* po/POTFILES.in
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/Makefile.am
	* tools/pdbgen/enums.pl: changed accordingly.
2001-04-18 17:57:10 +00:00
Michael Natterer ddc9145256 app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch]
2001-04-17  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/gui/Makefile.am
	* app/about_dialog.[ch]
	* app/brush_edit.[ch]
	* app/brush_select.[ch]
	* app/channels_dialog.[ch]
	* app/color_area.[ch]
	* app/color_notebook.[ch]
	* app/color_select.[ch]
	* app/colormap_dialog.[ch]
	* app/commands.[ch]
	* app/file_new_dialog.[ch]
	* app/gradient_editor.[ch]
	* app/gradient_select.[ch]
	* app/indicator_area.[ch]
	* app/info_dialog.[ch]
	* app/info_window.[ch]
	* app/layer_select.[ch]
	* app/layers_dialog.[ch]
	* app/menus.[ch]
	* app/palette.[ch]
	* app/palette_import.[ch]
	* app/palette_select.[ch]
	* app/paths_dialog.[ch]
	* app/pattern_select.[ch]
	* app/preferences_dialog.[ch]
	* app/session.[ch]
	* app/test_commands.[ch]
	* app/tips_dialog.[ch]
	* app/toolbox.[ch]: moved to gui/ (s/_/-/ and some more useful
	filenames on the way).

	* app/app_procs.c
	* app/context_manager.c
	* app/convert.c
	* app/disp_callbacks.c
	* app/errorconsole.c
	* app/file-open.c
	* app/file-save.c
	* app/file-utils.c
	* app/gdisplay.c
	* app/gimage.c
	* app/gimprc.c
	* app/image_new.c
	* app/interface.c
	* app/nav_window.c
	* app/path.c
	* app/plug_in.c
	* app/gui/dialogs-constructors.c
	* app/pdb/brush_select_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimptransformtool.c
	* app/widgets/gimpcolorpanel.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* po/POTFILES.in: changed accordingly.
2001-04-17 21:43:29 +00:00
Valek Frob 0ce01ad5bc Updated russian translation. 2001-04-15 13:16:02 +00:00
Simon Budig 77094344d0 POTFILES.in fixed the entry for gimpdatafactoryview.c
2001-04-11  Simon Budig  <simon@gimp.org>

        * POTFILES.in  fixed the entry for gimpdatafactoryview.c
2001-04-11 12:53:31 +00:00
Yuri Syrota e72b88ad40 Updated Ukrainian transaltion 2001-04-05 12:36:04 +00:00
Michael Natterer bb134d6ed4 app/tools/bezier_select.[ch] app/tools/bezier_selectP.h
2001-03-31  Michael Natterer  <mitch@gimp.org>

	* app/tools/bezier_select.[ch]
	* app/tools/bezier_selectP.h
	* app/tools/transform_core.[ch]
	* app/tools/transform_tool.[ch]: removed.

	* app/tools/Makefile.am
	* po/POTFILES.in: changed accordingly.

	* app/tools/gimpbezierselecttool.c: indentation fixes.

	* app/tools/gimpdodgeburntool.[ch]: made cursor toggling work
	again, cleanup.

	* app/tools/gimpscaletool.[ch]
	* app/tools/gimptool.c: minor cleanups like removing STUB()s.

	* app/tools/tool_manager.c: applied patch from Dave Neary which
	returns useful PDB strings for the paint tools again.
2001-03-31 15:45:05 +00:00
Michael Natterer 7e8f21f547 app/fileops.[ch] removed...
2001-03-30  Michael Natterer  <mitch@gimp.org>

	* app/fileops.[ch]
	* app/fileopsP.h: removed...

	* app/file-open.[ch]
	* app/file-save.[ch]
	* app/file-utils.[ch]: ...and split up into more hackable chunks.
	(didn't change any logic, just moved the functions around)

	* app/Makefile.am
	* app/app_procs.c
	* app/commands.c
	* app/docindex.c
	* app/gimpdnd.c
	* app/gimprc.c
	* app/menus.c
	* app/pdb/fileops_cmds.c
	* po/POTFILES.in
	* tools/pdbgen/pdb/fileops.pdb: changed accordingly (mostly changing
	#include's).
2001-03-30 13:31:41 +00:00
Marius Andreiana 13b48e1808 Added ro (Romanian) translation 2001-03-23 11:17:52 +00:00
Yuri Syrota 519aa7c39f Updated Ukrainian transaltion 2001-03-23 07:43:50 +00:00
Yuri Syrota bff021b4c5 Updated Ukrainian transaltion 2001-03-22 16:12:46 +00:00
Fatih Demir c7a271b810 tr.po -- part II 2001-03-13 19:19:40 +00:00
Simon Budig 0f446e8dbe Fixed one pixel.
2001-03-12  Simon Budig  <simon@gimp.org>

        * pixmaps/wilber.xpm: Fixed one pixel.
2001-03-12 14:32:56 +00:00
Michael Natterer 1d987a3ba7 app/tools/Makefile.am lots of files renamed to gimp*tool.[ch]
2001-03-08  Michael Natterer  <mitch@gimp.org>

	* app/tools/Makefile.am
	* app/tools/[almost *]: lots of files renamed to gimp*tool.[ch]

	* app/commands.c
	* app/context_manager.c
	* app/disp_callbacks.c
	* app/gdisplay.c
	* app/gimage.c
	* app/gimage_mask.c
	* app/gimpdnd.c
	* app/gimprc.c
	* app/global_edit.c
	* app/info_window.c
	* app/scale.c
	* app/scroll.c
	* app/undo.c
	* app/pdb/text_tool_cmds.c
	* app/pdb/tools_cmds.c
	* po/POTFILES.in
	* tools/pdbgen/Makefile.am
	* tools/pdbgen/enums.pl
	* tools/pdbgen/pdb/text_tool.pdb
	* tools/pdbgen/pdb/tools.pdb: changed accordingly.
2001-03-08 01:07:03 +00:00
Kenneth Christiansen ce2fa49244 Translations from keld
ammonite/po/da.po bonobo/po/da.po eog/po/da.po
evolution/po/da.po gb/po/da.po gernel/po/da.po gimp/po/da.po
gimp/po-plug-ins/da.po gnome-db/po/da.po gnome-libs/po/da.po
gnome-print/po/da.po gnome-vfs/po/da.po gnomeicu/po/da.po
gnumeric/po/da.po gtranslator/po/da.po libgda/po/da.po
nautilus/po/da.po pan/po/da.po pong/po/da.po sodipodi/po/da.po
ximian-setup-tools/po/da.po
2001-02-28 01:58:05 +00:00
Michael Natterer 8e3259d084 app/apptypes.h app/Makefile.am new widget. The upcoming replacement for
2001-02-27  Michael Natterer  <mitch@gimp.org>

	* app/apptypes.h
	* app/Makefile.am
	* app/gimpdrawablelistview.[ch]: new widget. The upcoming replacement
	for the layers and channels dialogs.

	* app/test_commands.[ch]: put the test dialogs here...

	* app/commands.[ch]: ... and made this one clean again.

	* app/gimpcontainergridview.c
	* app/gimpcontainerlistview.c
	* app/gimpcontainerview.[ch]: some signal handling fine tuning.

	* app/gimpimage.[ch]: emits "active_layer_changed" and
	"active_channel_changed" signals now. The semantics of
	gimage->active_layer and gimage->active_channel have changed a bit.
	We now have either an active layer _or_ and active channel (there
	is no active layer any more if a channel is active).

	* app/channel_ops.c
	* app/floating_sel.c
	* app/gdisplay.c
	* app/layers_dialog.c
	* app/menus.c: changed accordingly.

	* app/tools/gimpcolorpickertool.c: actually assign the draw_class
	vraiable in the class_init function.

	* app/tools/gimpdrawtool.[ch]
	* app/tools/tool.c: removed the _new() functions because these
	objects are abstract superclasses. Did some cleanup.
	Nathan, please configure you editor to _not_ produce any tabs
	in the source code.

	* app/tools/gimppaintbrushtool.[ch]: "blurb" and "help" are tagged
	with _(), not N_(). Put the register function to the header.

	* po/POTFILES.in: made it compile again.
2001-02-27 14:14:13 +00:00
Valek Frob 9495ea51c3 Updated russian translation. 2001-02-23 17:34:42 +00:00
Stanislav Brabec 617985837c czech translation update 2001-02-17 20:28:05 +00:00
Michael Natterer a97e433ba2 app/Makefile.am po/POTFILES.in app/brushes.[ch] app/gradients.[ch]
2001-02-14  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* po/POTFILES.in
	* app/brushes.[ch]
	* app/gradients.[ch]
	* app/palettes.[ch]
	* app/patterns.[ch]: removed.

	* app/gimpdatafactory.[ch]: completely manage the data lists,
	including loading with different callbacks per extension.

	* app/gimpdatafactoryview.[ch]: enabled "new", "edit", "delete"
	and "refresh".

	* app/context_manager.c: initisalize the data factories.

	* app/gimpcontext.c: fixed some bad bugs introduced yesterday.

	* app/gradient_editor.[ch]: removed the public "create" function
	and create the editor implicitly on "set_gradient"

	* app/app_procs.c
	* app/apptypes.h
	* app/brush_edit.h
	* app/brush_select.c
	* app/commands.c
	* app/convert.c
	* app/devices.c
	* app/gimpbrushpipe.c
	* app/gimpcontainerview.h
	* app/gimpgradient.c
	* app/gimppattern.c
	* app/gradient_select.c
	* app/palette.c
	* app/pattern_select.c
	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/palette_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/pdb/patterns_cmds.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/palette.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/patterns.pdb: um, much stuff, mostly "changed
	accordingly" ;-)
2001-02-14 01:42:12 +00:00
Michael Natterer d1d900319e forgot this one... 2001-02-13 20:03:08 +00:00
Michael Natterer 1501e3cf8e app/Makefile.am po/POTFILES.in new widget which will replace the current
2001-02-13  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* po/POTFILES.in
	* app/gimpdatacontainerview.[ch]: new widget which will replace the
	current brush, pattern, ... selections. To really use it, there
	needs to be a GimpDataFactory object (coming soon...)

	* app/commands.[ch]
	* app/menus.c: added test data container views.

	* app/paint_funcs_simd.S: #include the implementation with "", not <>
2001-02-13 13:17:15 +00:00
Michael Natterer f9e3411237 Oops... 2001-02-10 19:57:41 +00:00
Daniel Egger 58ccb180f3 Applied fix for #37716 from Domenico Rotiroti.
2001-02-08  Daniel Egger <egger@suse.de>

        * it.po: Applied fix for #37716 from Domenico Rotiroti.
2001-02-08 14:32:11 +00:00
Valek Frob f3bc8ec806 Updated russian translation. 2001-02-06 17:26:25 +00:00
Michael Natterer f029c6b59f app/Makefile.am app/apptypes.h new object. Everything that can have a
2001-02-04  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/apptypes.h
	* app/gimpviewable.[ch]: new object. Everything that can have a
	preview will be a GimpViewable. The virtual functions are
	"invalidate_preview", "preview" and "preview_new".

	* app/gimpmarshal.[ch]: new marshaller needed for the viewable.

	* app/gimpdrawable.[ch]
	* app/gimpimage.[ch]: derived from GimpViewable. Removed the
	preview stuff from the public interface.

	Made a single boolean out of GimpImage's "comp_preview_valid"
	array because we have only one copposite preview.

	* app/gimplayer.c: made the preview stuff private.

	* app/gimppreviewcache.[ch]: removed gimp_preview_scale()...

	* app/temp_buf.[ch]: ...and added it as temp_buf_scale() here.

	* app/gimpdrawablepreview.[ch]: is a private method of
	GimpDrawable now.

	* app/channels_dialog.c
	* app/convert.c
	* app/drawable.c
	* app/fileops.c
	* app/floating_sel.c
	* app/gimage.c
	* app/gimage_mask.c
	* app/gimpchannel.c
	* app/gimpcontainer.c
	* app/gimpdnd.c
	* app/layer_select.c
	* app/layers_dialog.c
	* app/lc_dialog.c
	* app/nav_window.c
	* app/palette_import.c
	* app/undo.c
	* app/undo_history.c
	* app/pdb/drawable_cmds.c
	* app/pdb/image_cmds.c
	* app/tools/crop.c
	* app/tools/edit_selection.c
	* app/tools/ink.c
	* app/tools/paint_core.c
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/image.pdb
	* po/POTFILES.in: changed accordingly.
2001-02-04 22:10:54 +00:00
Michael Natterer 4acd2ac757 forgot to rename the files here.
2001-02-02  Michael Natterer  <mitch@gimp.org>

	* po/POTFILES.in: forgot to rename the files here.
2001-02-02 00:53:49 +00:00
Sven Neumann 911893e0f9 brought the array used for optimization back in sync with the
2001-01-24  Sven Neumann  <sven@gimp.org>

	* app/paint_funcs.c: brought the array used for optimization back in
	sync with the LayerModeEffects enum. This was causing really strange
	rendering errors. Started to clean up the file up and removed the
	unused layer_mode names.

	* app/tile.[ch]
	* plug-ins/common/colortoalpha.c: small cleanups

	* po/POTFILES.in: removed app/paint_funcs.c
2001-01-24 15:36:55 +00:00
Valek Frob 885bb23123 Updated russian translation. 2001-01-23 14:47:22 +00:00
Michael Natterer 0ff0a38dc3 Oops... 2001-01-23 01:28:45 +00:00
Kenneth Christiansen dfc8fbb0f3 Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.po
Updates
evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.po
gimp/po/da.po gimp/po-plug-ins/da.po gnome-vfs/po/da.po
gnumeric/po/da.po helix-setup-tools/po/da.po nautilus/po/da.po
gnome-i18n/extra-po/gtm/da.po
2001-01-22 05:09:01 +00:00
Michael Natterer 234aca2406 app/tools/Makefile.am new files for the tool options dialog.
2001-01-22  Michael Natterer  <mitch@gimp.org>

	* app/tools/Makefile.am
	* app/tools/tool_options_dialog.[ch]: new files for the tool
	options dialog.

	* app/tools/tools.[ch]: removed from here.

	* app/app_procs.c
	* app/commands.c
	* app/toolbox.c
	* po/POTFILES.in: adjusted.
2001-01-22 05:08:44 +00:00
Michael Natterer cf15da5729 app/Makefile.am removed.
2001-01-22  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/selection_options.h: removed.

	* app/tools/Makefile.am
	* app/tools/selection_options.h: added.

	* app/tools/selection_options.c
	* app/tools/paint_options.c: new files cut out of tool_options.c

	* app/tools/tool_options.c: removed the paint & selection
	options code.

	* app/tools/tool_options.h
	* app/tools/paint_options.h: cleanup.

	* po/POTFILES.in: added selection_options.c and paint_options.c
2001-01-22 04:17:17 +00:00
Michael Natterer afebbc2f86 app/Makefile.am new files containing most of the code from
2001-01-22  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/toolbox.[ch]: new files containing most of the code
	from app/interface.[ch]

	* app/interface.[ch]: only contains create_display_shell() now.
	Needs to be somehow merged with other arbitrarily named display
	files around.

	* app/app_procs.c
	* app/menus.c
	* po/POTFILES.in: changed accordingly.

	* app/asupsample.c
	* app/gradient.c
	* app/tile.c: cleanup.
2001-01-22 03:30:42 +00:00
Sven Neumann fafae590e3 configure.in app/Makefile.am moved all tool sources to app/tools
2001-01-22  Sven Neumann  <sven@gimp.org>

        * configure.in
        * app/Makefile.am
        * app/tools/Makefile.am: moved all tool sources to app/tools

        * app/app_procs.c
        * app/brush_select.c
        * app/commands.c
        * app/context_manager.c
        * app/convert.c
        * app/cursorutil.c
        * app/devices.c
        * app/disp_callbacks.c
        * app/edit_selection.c
        * app/gdisplay.c
        * app/gimage.c
        * app/gimage_mask.c
        * app/gimpbrush.c
        * app/gimpbrushgenerated.c
        * app/gimpbrushpipe.c
        * app/gimpdnd.c
        * app/gimprc.c
        * app/global_edit.c
        * app/info_window.c
        * app/interface.c
        * app/menus.c
        * app/path.c
        * app/paths_dialog.c
        * app/paths_dialogP.h
        * app/scale.c
        * app/scroll.c
        * app/undo.c
        * app/pdb/color_cmds.c
        * app/pdb/text_tool_cmds.c
        * app/pdb/tools_cmds.c
        * po/POTFILES.in
        * tools/kernelgen.c
        * tools/pdbgen/Makefile.am
        * tools/pdbgen/enums.pl
        * tools/pdbgen/pdb/color.pdb
        * tools/pdbgen/pdb/text_tool.pdb
        * tools/pdbgen/pdb/tools.pdb: changed accordingly
2001-01-22 01:46:28 +00:00
Sven Neumann 6a31b131d1 changed destdir for app-side PDB wrappers to app/pdb
2001-01-21  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/app.pl: changed destdir for app-side PDB wrappers to
	app/pdb

	* app/Makefile.am: don't create libgimpim.a in app.

	* configure.in
	* app/pdb/Makefile.am
	* app/pdb/internal_procs.[ch]
	* app/pdb/procedural_db.[ch]
	* app/pdb/*_cmds.c: moved PDB functions into their own subdirectory.

	* app/internal_procs.[ch]
	* app/procedural_db.[ch]
	* app/*_cmds.c: removed here

	* app/app_procs.c
	* app/batch.c
	* app/bezier_select.c
	* app/brush_select.c
	* app/bucket_fill.c
	* app/colormap_dialog.c
	* app/fileops.c
	* app/gimage.c
	* app/gimage_mask.c
	* app/gimphelp.c
	* app/gradient_select.c
	* app/info_window.c
	* app/invert.c
	* app/lc_dialog.c
	* app/menus.c
	* app/nav_window.c
	* app/palette_import.c
	* app/paths_dialog.c
	* app/pattern_select.c
	* app/plug_in.h
	* app/text_tool.c
	* app/xcf.c
	* po/POTFILES.in: changed accordingly
2001-01-21 21:58:16 +00:00
Michael Natterer f96d3776fe added a "title" parameter to the constructor. Pass a pointer to the
2001-01-21  Michael Natterer  <mitch@gimp.org>

	* app/color_notebook.[ch]: added a "title" parameter to the
	constructor. Pass a pointer to the ColorNotebook to the callback.
	Added a _get_color() function.

	* app/color_panel.[ch]: added a "title" parameter which is used
	for the notebook.

	* app/channels_dialog.c
	* app/color_area.c
	* app/colormap_dialog.c
	* app/convert.c
	* app/palette_select.c
	* app/qmask.c: changed the calls to color_notebook_new(),
	color_panel_new() and the ColorNotebook callbacks.

	* app/gradient.c: use a ColorNotebook instead of GtkColorSelection.

	* app/palette.c
	* app/palette_entries.h: use GimpRGB to store the color in the
	PaletteEntry.

	* po/POTFILES.in: added app/color_area.c
2001-01-21 13:41:07 +00:00
Valek Frob 159832aa78 Updated russian translation. 2001-01-19 15:58:58 +00:00
Yuri Syrota 54eede5898 Updated Ukrainian translation 2001-01-17 08:19:08 +00:00
Kenneth Christiansen 5a0e9dfbac Updates bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.po
Updates
bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.po
gimp/po-plug-ins/da.po gnome-libs/po/da.po gnome-vfs/po/da.po
gnomeicu/po/da.po gnumeric/po/da.po helix-setup-tools/po/da.po
mc/po/da.po nautilus/po/da.po pan/po/da.po
2001-01-16 21:03:30 +00:00
Yuri Syrota fc121e6ce9 Updated Ukrainian translation 2001-01-12 08:12:31 +00:00
Valek Frob d52c61a717 Updated russian translation. 2001-01-09 14:51:30 +00:00
Christian Rose 638d74a81e Updated Swedish translation. 2001-01-09 11:27:53 +00:00
Christian Rose bd96765ded Updated Swedish translation. 2001-01-08 11:55:13 +00:00
Michael Natterer 4c03fb5eff Removed GCG:
2001-01-08  Michael Natterer  <mitch@gimp.org>

	Removed GCG:

	* app/colormap_dialog.gc
	* app/colormap_dialog.i.[ch]
	* app/colormap_dialog.p.h
	* app/colormap_dialog.t.h
	* app/gimp.gh
	* tools/gcg/*: removed.

	* app/colormap_dialog.[ch]: moved all the colormap_dialog stuff
	here and cleaned up the autogenerated code.

	* autogen.sh
	* configure.in
	* app/Makefile.am
	* app/app_procs.c
	* app/apptypes.h
	* app/color_notebook.h
	* app/commands.c
	* app/gimpset.h
	* po/POTFILES.in
	* tools/Makefile.am: changed accordingly.

	* libgimp/gimpunitmenu.c: s/class/klass/
2001-01-07 23:59:46 +00:00
Yuri Syrota e5a0e90b0a Updated Ukrainian translation 2001-01-05 08:25:56 +00:00
Jorge Godoy 27f9cd9499 Updating some pt_BR translations 2001-01-04 17:01:03 +00:00
Kenneth Christiansen fd212c41a2 Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gernel/po/da.po
Updates
evolution/po/da.po gal/po/da.po galeon/po/da.po
gernel/po/da.po gimp/po/da.po gimp/po-plug-ins/da.po
gnome-games/po/da.po gnome-vfs/po/da.po gtranslator/po/da.po
helix-setup-tools/po/da.po libgda/po/da.po mc/po/da.po
nautilus/po/da.po pan/po/da.po sodipodi/po/da.po
2001-01-03 22:27:04 +00:00
Christian Rose 858af3c063 Updated Swedish translation. 2001-01-02 12:49:10 +00:00
Rodrigo Sancho Senosiain bcb03c7f5b minor changes 2000-12-28 23:32:30 +00:00
Kjartan Maraas 0b25db1e86 Fixed up Norwegian translation.
2000-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Fixed up Norwegian translation.
2000-12-25 17:32:38 +00:00
Manish Singh 378814ac77 1.2.0 stuff
-Yosh
2000-12-25 08:08:08 +00:00
Szabolcs Ban 27717e6cd2 Minor terminology change 2000-12-22 12:36:00 +00:00
Szabolcs Ban 7fa6628cb1 Updated Hungarian translations 2000-12-22 11:48:15 +00:00
Yuri Syrota 7665681df0 Updated Ukrainian translation 2000-12-22 10:07:02 +00:00
Yuri Syrota 05ae9c89f2 Updated Ukrainian translation 2000-12-22 09:38:37 +00:00
Szabolcs Ban a3e3b170c9 Updated Hungarian translations 2000-12-21 15:48:12 +00:00
Valek Frob 205af3442b Updated russian translation. 2000-12-21 10:05:21 +00:00
Manish Singh ea5614e2f5 1.1.32 stuff
-Yosh
2000-12-21 00:02:10 +00:00
Tor Lillqvist 6dd159cd6c Update Finnish translation.
2000-12-21  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Update Finnish translation.
2000-12-20 22:06:32 +00:00
Kenneth Christiansen 70d146c769 translations from keld
gedit/po/da.po
achtung/po/da.po balsa/po/da.po bonobo/po/da.po
bug-buddy/po/da.po control-center/po/da.po ee/po/da.po
evolution/po/da.po galeon/po/da.po gdm2/po/da.po
gfloppy/po/da.po gimp/po/da.po gimp/po-plug-ins/da.po
gimp/po-script-fu/da.po glade/po/da.po gnome-applets/po/da.po
gnome-chess/po/da.po gnome-core/po/da.po gnome-db/po/da.po
gnome-games/po/da.po gnome-iconedit/po/da.po
gnome-libs-HEAD/po/da.po gnome-libs/po/da.po
gnome-pilot/po/da.po gnome-utils/po/da.po gnopo/po/da.po
gnorpm/po/da.po gnumeric/po/da.po gtk+/po/da.po
gtranslator/po/da.po guppi3/po/da.po
helix-setup-tools/po/da.po libgtop/po/da.po magicdev/po/da.po
mc/po/da.po memprof/po/da.po nautilus/po/da.po pan/po/da.po
rp3/po/da.po sodipodi/po/da.po xpdf/po/da.po
2000-12-20 09:21:44 +00:00
Manish Singh edf6db711c 1.1.31 stuff
-Yosh
2000-12-19 22:19:02 +00:00
Stanislav Brabec 61c5ef9b84 czech translation update 2000-12-19 19:09:10 +00:00
Christian Rose 3b12125045 Updated Swedish translation. 2000-12-19 00:41:03 +00:00
Sven Neumann 71e4f576f9 updated german translation 2000-12-18 21:31:58 +00:00
Valek Frob 0c693932c0 Updated russian translation. 2000-12-15 09:20:57 +00:00
Kenneth Christiansen 501529f081 Translations from keld
achtung/po/da.po balsa/po/da.po bonobo/po/da.po
bug-buddy/po/da.po control-center-HEAD/po/da.po ee/po/da.po
evolution/po/da.po galeon/po/da.po gconf/po/da.po
gdm2/po/da.po gernel/po/da.po gfloppy/po/da.po gimp/po/da.po
gimp/po-plug-ins/da.po glade/po/da.po gnome-chess/po/da.po
gnome-core/po/da.po gnome-db/po/da.po gnome-games/po/da.po
gnome-iconedit/po/da.po gnome-libs-HEAD/po/da.po
gnome-libs/po/da.po gnome-lokkit/po/da.po gnome-pilot/po/da.po
gnome-utils/po/da.po gnome-vfs/po/da.po gnopo/po/da.po
gnorpm/po/da.po gnumeric/po/da.po gtk+/po/da.po
guppi3/po/da.po helix-setup-tools/po/da.po libgtop/po/da.po
magicdev/po/da.po mc/po/da.po memprof/po/da.po pan/po/da.po
rp3/po/da.po xpdf/po/da.po
2000-12-14 14:52:03 +00:00
Szabolcs Ban b25f5955da Updated Hungarian translation 2000-12-12 13:51:54 +00:00
Manish Singh 67b510d53d 1.1.30 stuff
-Yosh
2000-12-10 00:59:42 +00:00
Kjartan Maraas 30314d083e Fixed up Norwegian translation.
2000-12-05  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Fixed up Norwegian translation.
2000-12-05 12:25:41 +00:00
SHIRASAKI Yasuhiro e72f39e222 updated japanese translation.
-- yasuhiro
2000-11-25 13:02:00 +00:00
Christophe Merlet 98e8d786d1 Updated French translations. 2000-11-24 17:12:48 +00:00
Stanislav Brabec 1157b21db3 czech translation update 2000-11-22 22:49:13 +00:00
Valek Frob 353f6a72ac Updated russian translation. 2000-11-14 15:59:42 +00:00
Sven Neumann 8b515dee56 updated german translation 2000-11-14 11:59:26 +00:00
Chyla Zbigniew 1cdb81c669 Updated Polish translation 2000-11-13 18:11:24 +00:00
Christian Rose 5fab9ace9e Updated Swedish translation. 2000-11-13 12:48:20 +00:00
Kenneth Christiansen bc1638c7d6 Translations from keld
gimp/po/da.po gnome-applets/po/da.po gnome-core/po/da.po
gnome-db/po/da.po gnome-games/po/da.po gnome-vfs/po/da.po
gnomeicu/po/da.po gtranslator/po/da.po
2000-11-13 01:57:53 +00:00
Jorge Godoy 31cd6fe3cc Automatically updating some pt_BR and Spanish translatios (sendpos.sh script)
any problem: ricardo@conectiva.com.br

thanks.
2000-11-08 12:37:28 +00:00
Chyla Zbigniew 2fa2f801db Updated Polish translation 2000-11-08 11:17:55 +00:00
Andrew V. Samoilov cff8769c16 spelled
* ru.po: spelled
2000-11-07 21:46:10 +00:00
Daniel Egger a2bc52ec29 Added new language hr (Croatian).
2000-11-06  Daniel Egger <egger@suse.de>

        * configure.in: Added new language hr (Croatian).
2000-11-06 15:49:53 +00:00
Sven Neumann 746c37eb7e moved the new enum Garry introduced recently from the header to the .c
2000-11-06  Sven Neumann  <sven@gimp.org>

	* app/convolve.[ch]: moved the new enum Garry introduced recently
	from the header to the .c file so it does not get exported to the
	PDB by enumgen.pl.

and some updates to the italian translation as sent by Daniele Medri.
2000-11-06 12:40:07 +00:00
SHIRASAKI Yasuhiro 1df41ffd94 updated japanese translation.
-- yasuhiro
2000-11-05 02:29:35 +00:00
Chyla Zbigniew 105a1d86ee Updated Polish translation 2000-11-04 21:50:16 +00:00
Tor Lillqvist 50314278d4 Remove one bogus fuzziness indicator.
2000-10-31  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Remove one bogus fuzziness indicator.
2000-11-02 19:40:36 +00:00
Rodrigo Sancho Senosiain 1370f6eb78 Updated es.po 2000-11-01 17:35:22 +00:00
Manish Singh eae617f34c 1.1.29 stuff
-Yosh
2000-10-31 19:47:49 +00:00
Stanislav Brabec 5947b54a59 czech translation update 2000-10-30 19:56:11 +00:00
Jorge Godoy efbabc15a7 Updating some pt_BR translations. (Update-Gnome.sh script)
any problem ricardo@conectiva.com.br please
2000-10-30 13:07:21 +00:00
Chyla Zbigniew 02312acc28 Updated Polish translation 2000-10-28 11:55:12 +00:00
Chyla Zbigniew 59747f1210 Updated Polish translation 2000-10-27 13:13:35 +00:00
Jorge Godoy cfa2e13571 updating some pt_BR <ricardo@conectiva.com.br>
any problem, just tell me, and i reverse the commit.
2000-10-26 20:06:34 +00:00
Jorge Godoy 5be2937c0a updating pt_BR translations 2000-10-24 19:16:51 +00:00
Jorge Godoy 62e98fae9b updating translations 2000-10-24 18:41:14 +00:00
Rodrigo Sancho Senosiain 7132e7011d updated spanish translation 2000-10-23 16:35:23 +00:00
Pablo Saratxaga fd6ed65941 updated Catalan file 2000-10-21 22:10:17 +00:00
Tomas gren 96e3a5542b minor fix
2000-10-21  Tomas gren <stric@ing.umu.se>

* sv.po: minor fix
2000-10-21 17:11:02 +00:00
Kenneth Christiansen 29e26b10e5 Translations from Keld
bug-buddy/po/da.po gdm2/po/da.po gimp/po/da.po
gnome-applets/po/da.po gnorpm/po/da.po gtk+/po/da.po
gtkhtml/po/da.po mc/po/da.po oaf/po/da.po
2000-10-21 00:43:42 +00:00
Stanislav Brabec 2cf59f6d7b czech translation update 2000-10-19 20:50:59 +00:00
Valek Frob e645adda25 Updated russian translation. 2000-10-19 19:16:00 +00:00
Jorge Godoy 565ebfd1fb updating pt_BR translation 2000-10-19 18:50:50 +00:00
Jorge Godoy 06278b4b1a Updating pt_BR translations... 2000-10-19 13:55:58 +00:00
Yuri Syrota f9e6d16cc3 Updated Ukrainian translation 2000-10-18 10:22:50 +00:00
Christophe Merlet 9060fe996e Updated French translations. 2000-10-17 11:10:30 +00:00
Kjartan Maraas 7c2abc3c46 Fixed up Norwegian translation.
2000-10-17  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Fixed up Norwegian translation.

2000-10-15  Jesus Bravo Alvarez  <jba@pobox.com>
2000-10-16 23:06:14 +00:00
Manish Singh 58a192b332 1.1.28 stuff
-Yosh
2000-10-16 19:36:10 +00:00
Jesus Bravo Alvarez be0f10bb4d Updated Galician translation 2000-10-15 21:57:40 +00:00
David Monniaux 9de71d3208 Some mods. 2000-10-15 14:13:27 +00:00
Christian Rose 5a7a794e79 Updated Swedish translation. 2000-10-15 10:44:28 +00:00
Kjartan Maraas 130fd81c61 Updated Norwegian translation.
2000-10-15  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-10-15 10:04:50 +00:00
Sven Neumann 6fd73ed6e7 applied patch from Ben Gertzfield which fixes a misuse of "it's", changing
2000-10-14  Sven Neumann  <sven@gimp.org>

        * app/user_install.c: applied patch from Ben Gertzfield which fixes
        a misuse of "it's", changing it to "its".
2000-10-14 18:28:10 +00:00
Austin Donnelly 8403fe1b01 changed translation of File/Revert to "Haal terug" since previously it was
2000-10-14  Austin Donnelly <austin@gimp.org>

        * nl.po: changed translation of File/Revert to "Haal terug"
            since previously it was exactly the same translation as
            File/Save, leading to quite some confusion to Dutch users.
            Fixes Bug#15017 "save" becomes "fall back to the old version"
            Thanks go to Stefan Rieken <StefanRieken@SoftHome.net> for
            tracking this one down and suggesting a better translation.
2000-10-14 16:12:57 +00:00
Yuri Syrota 8ba8c5a809 Updated Ukrainian translation 2000-10-13 09:17:47 +00:00
SHIRASAKI Yasuhiro cef26090a5 updated japanese translation.
-- yasuhiro
2000-10-09 12:11:08 +00:00
Christophe Merlet 3c6f04c82e Updated French translations. 2000-10-09 09:31:20 +00:00
Tor Lillqvist d908d10504 Fix fuzzy translations. 2000-10-07 18:47:22 +00:00
Sven Neumann 830a33df8f applied gimp-kirchgessner-001005-0 Check if input filename keeps a space.
2000-10-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/ps.c: applied gimp-kirchgessner-001005-0
	Check if input filename keeps a space. Then enclose filename
	in " or ' before passing to ghostscript. Otherwise it can't be
	interpreted.

	* tips/gimp_tips.pl.txt
	* tools/authorsgen/contributors: applied gimp-art-20000926-0
	Updates to the polish translation by Artur Polaczynski
	<artie@kmfms.com>
2000-10-06 18:16:58 +00:00
Manish Singh a0cb639b6f 1.1.27 stuff
-Yosh
2000-10-04 23:41:47 +00:00
Kenneth Christiansen 5ac87e53e2 Translations from Keld
balsa/po/da.po gimp/po/da.po gnome-applets/po/da.po
nautilus/po/da.po pan/po/da.po
2000-10-03 00:14:47 +00:00
Christian Rose ab7119d1c2 Updated Swedish translation. 2000-10-02 20:42:04 +00:00
Valek Frob d0c7ebdd22 Updated russian translation. 2000-10-02 13:04:34 +00:00
Christian Meyer 399764ff9a Updated German translation. 2000-10-02 11:06:38 +00:00
Christophe Merlet e3bb8b542b Updated French translations. 2000-10-02 10:15:25 +00:00
Pablo Saratxaga a9fa2562d4 corrected syntax errors 2000-09-30 18:06:17 +00:00
Yuri Syrota 2b2d03c719 Updated Ukrainian translation 2000-09-29 12:58:31 +00:00
Kenneth Christiansen ab6d32e683 Translations from Keld
evolution/po/da.po gal/po/da.po gedit/po/da.po ggv/po/da.po
gimp/po/da.po glade/po/da.po gnome-chess/po/da.po
gnome-pilot/po/da.po gnopo/po/da.po gtranslator/po/da.po
oaf/po/da.po sodipodi/po/da.po
2000-09-28 16:09:14 +00:00
Rodrigo Sancho Senosiain d94366793d updated spanish translation 2000-09-27 23:28:48 +00:00
Rodrigo Sancho Senosiain baba573763 spanish translation updated 2000-09-27 23:24:48 +00:00
Christian Rose 69965a61e1 Updated Swedish translation. 2000-09-27 20:27:47 +00:00
Manish Singh 1f1e8a9ffa italian translation updates
-Yosh
2000-09-27 19:56:29 +00:00
Jorge Godoy 32288a43af updating pt_BR translations 2000-09-25 14:42:07 +00:00
Jorge Godoy e0cea0e9f3 updating pt_BR translations. 2000-09-25 14:12:41 +00:00
Sven Neumann f4342ab813 new files. Code for the resolution calibration dialog that used to live in
2000-09-25  Sven Neumann  <sven@gimp.org>

	* app/resolution_calibrate.[ch]: new files. Code for the resolution
	calibration dialog that used to live in user_install.c

	* app/Makefile.in
	* app/menus.c
	* app/preferences_dialog.[ch]
	* app/user_install.[ch]: added a Calibrate button to the Preferences
2000-09-25 01:27:47 +00:00
Manish Singh 47f2059a12 1.1.26 stuff
-Yosh
2000-09-23 21:51:52 +00:00
David Monniaux 13a1ac6f3d Translated a few missing and/or fuzzy things. 2000-09-14 13:10:29 +00:00
Christian Meyer c1bb911234 Added update.pl and README.tools from kanikus. 2000-09-13 10:24:30 +00:00
SHIRASAKI Yasuhiro b03f73d8f7 updated japanese translation.
-- yasuhiro
2000-09-10 06:16:53 +00:00
Kenneth Christiansen 8b796afc26 Translations from Keld
bonobo/po/da.po dia/po/da.po dr-genius/po/da.po eog/po/da.po
gconf/po/da.po gdict/po/da.po gdm2/po/da.po gfax/po/da.po
gimp/po/da.po gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
gnome-applets/po/da.po gnome-chess/po/da.po gnome-db/po/da.po
gnome-iconedit/po/da.po gnome-lokkit/po/da.po
gnome-media/po/da.po gnome-pilot/po/da.po gnomeicu/po/da.po
gnop/po/da.po gphoto/po/da.po gtkhtml/po/da.po gxsnmp/po/da.po
libgtop/po/da.po
mc/po/da.po oaf/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-09-09 00:06:04 +00:00
Christian Rose f6b4a365c8 Updated Swedish translation. 2000-09-08 15:50:48 +00:00
Yuri Syrota b302b3b701 Updated Ukrainian translation 2000-09-07 06:37:35 +00:00
Jesus Bravo Alvarez c867a9f1b0 Updated Galician translation 2000-09-06 18:54:55 +00:00
Kjartan Maraas 418a4a17f8 Small update 2000-09-04 20:33:24 +00:00
Christian Rose 2f8181d994 Updated Swedish translation. 2000-09-04 19:15:27 +00:00
Christian Rose 5b6df63ff1 Updated Swedish translation. 2000-09-03 15:57:58 +00:00
Kjartan Maraas 962039c674 Updated Norwegian translation.
2000-08-30  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-08-30 19:32:39 +00:00
Yuri Syrota aa8643e6c6 Updated Ukrainian translation 2000-08-29 13:32:00 +00:00
Alastair McKinstry 9cef9e7071 Fixed error. 2000-08-27 15:09:19 +00:00
Alastair McKinstry d781329fc3 Added Irish translation 2000-08-27 15:00:58 +00:00
Valek Frob 1dcda459db Updated russian translation. 2000-08-27 10:46:17 +00:00
Valek Frob 591eed3547 UPdated russian translation. 2000-08-26 09:35:38 +00:00
Sven Neumann 92c5f0486c For my friend Xach.
--Sven
2000-08-25 17:41:38 +00:00
Stanislav Brabec 6bde2b6794 czech translation update 2000-08-25 09:14:56 +00:00
Yuri Syrota 84e1b9549f Updated Ukrainian translation 2000-08-23 10:21:04 +00:00
Manish Singh 1334fcbacd 1.1.25 stuff
-Yosh
2000-08-21 18:24:41 +00:00
Kenneth Christiansen c63999edf2 Translations from Keld
achtung/po/da.po bonobo/po/da.po control-center/po/da.po
dia/po/da.po eog/po/da.po evolution/po/da.po gernel/po/da.po
ggv/po/da.po gimp/po/da.po gnome-iconedit/po/da.po
gnumeric/po/da.po nautilus/po/da.po rp3/po/da.po
2000-08-19 22:17:02 +00:00
SHIRASAKI Yasuhiro 10c9aba743 updated japanese translation. 2000-08-19 15:45:25 +00:00
Kjartan Maraas 64529c8986 Updated Norwegian translation.
2000-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-08-15 22:56:11 +00:00
Yuri Syrota 7e3a58b049 Updated Ukrainian translation 2000-08-15 07:39:41 +00:00
SHIRASAKI Yasuhiro 012eb01deb updated japanese translation.
-- yasuhiro
2000-08-13 07:34:26 +00:00
Valek Frob 705c919eec Updated german translation. 2000-08-12 16:48:15 +00:00
Yuri Syrota 91a293824c Updated Ukrainian translation 2000-08-11 12:15:49 +00:00
Yuri Syrota 8e90c73a26 Updated Ukrainian translation 2000-08-09 08:01:01 +00:00
Valek Frob 0297ae54ef Updated russian translation. 2000-08-08 08:19:58 +00:00
Daniel Egger fa80db4cd9 Updated file.
Updated file.
2000-08-07 22:28:05 +00:00
Rodrigo Sancho Senosiain 9c00b44b78 *** empty log message *** 2000-08-05 18:06:08 +00:00
Valek Frob 7e304e734f Dodge/Burn fixed. Thanks to Felix S. <silence@musician.org>. 2000-07-31 10:21:47 +00:00
Sven Neumann 94f36fdd11 updated the german translations and unmarked a string for translation
--Sven
2000-07-29 21:03:54 +00:00
Kenneth Christiansen 7a034bd40e Translations from Keld
balsa/po/da.po bonobo/po/da.po evolution/po/da.po
gimp/po/da.po gnome-db/po/da.po gnome-utils/po/da.po
gnumeric/po/da.po gtranslator/po/da.po guppi3/po/da.po
nautilus/po/da.po pan/po/da.po rp3/po/da.po
2000-07-22 22:40:45 +00:00
Kjartan Maraas e502a735d6 Fix missing string terminators 2000-07-21 11:47:43 +00:00
Kjartan Maraas a8d765cae8 Updated Norwegian translation.
2000-07-21  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-07-20 22:28:11 +00:00
Stanislav Brabec dbfdddebc8 czech translation update 2000-07-20 21:23:19 +00:00
Ville Hautamaki 12a935cdea Finnis translation update
Ville
2000-07-20 12:04:03 +00:00
Valek Frob 1d1ead8aa1 Updated russian translation. 2000-07-16 13:25:20 +00:00
Kjartan Maraas e0e4101d6d Updated Norwegian translation.
2000-07-16  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-07-15 23:41:08 +00:00
Jorge Godoy 059dbc166b added pt_BR translations. 2000-07-14 16:40:03 +00:00
Jesus Bravo Alvarez 7a3be4bce3 Added Galician translation 2000-07-11 21:04:00 +00:00
Stanislav Brabec ad566c8c12 czech translation update 2000-07-10 20:41:21 +00:00
Kenneth Christiansen 344f38a36e Translations from Keld
balsa/po/da.po evolution/po/da.po gedit/po/da.po
gernel/po/da.po gimp/po/da.po gnome-core/po/da.po
gnome-vfs/po/da.po gnomeicu/po/da.po gnumeric/po/da.po
gtranslator/po/da.po nautilus/po/da.po pan/po/da.po
2000-07-08 22:47:55 +00:00
SHIRASAKI Yasuhiro 00faeca6cb Updated japanese translation.
-- yasuhiro
2000-07-08 15:28:28 +00:00
Valek Frob 89c68a874b Updated russian translation. 2000-07-05 12:02:09 +00:00
Sven Neumann 093390b91f Corrected an error message, applied updates to the italian
and german translations.


--Sven
2000-07-04 20:21:01 +00:00
Daniel Egger 5e33a64cba changed some words to lowercase
2000-06-27  Daniel Egger  <egger@suse.de>

        * libgimp/gimpexport.c: changed some words to lowercase

2000-06-28  Sven Neumann  <sven@gimp.org>

        * de.po: updated german translation

2000-06-27  Sven Neumann  <sven@gimp.org>

        * en_GB.po: applied gimp-cornwell-000626-0 which updates
        the british translation
2000-06-27 22:02:27 +00:00
Sven Neumann 05581fce40 corrected bad translations as reported in bug #15233.
2000-06-26  Sven Neumann  <neo@wintermute.ochsenblut.de>

	* nl.po: corrected bad translations as reported in bug #15233.

	Please do always install the compiled message catalogs and
	run gimp from the console to catch warnings at startup!
2000-06-25 23:05:01 +00:00
Kenneth Christiansen f1ca58b60e Translations from Keld
achtung/po/da.po balsa/po/da.po dia/po/da.po
dr-genius/po/da.po evolution/po/da.po gimp/po/da.po
gnome-core/po/da.po gnome-db/po/da.po gnome-utils/po/da.po
mc/po/da.po nautilus/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-06-25 22:18:36 +00:00
Sven Neumann 3459aa0df1 updates german translations
--Sven
2000-06-23 00:45:28 +00:00
Manish Singh af0f513133 1.1.24 stuff
-Yosh
2000-06-22 23:42:04 +00:00
Kjartan Maraas 17d593592b Updated Norwegian translation.
2000-06-21  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-06-21 08:09:44 +00:00
Yuri Syrota 65464f4ff3 Updated Ukrainian translation 2000-06-20 11:39:36 +00:00