Commit graph

883 commits

Author SHA1 Message Date
Marco Ciampa 36b99c8c13 Updated italian translation. 2003-10-29 16:57:23 +00:00
Marco Ciampa fc07bf7b11 Updated italian translation. 2003-10-28 10:07:11 +00:00
Sven Neumann c0ebe2a8a3 app/text/Makefile.am new files that load and save text layers to/from XCF.
2003-10-27  Sven Neumann  <sven@gimp.org>

	* app/text/Makefile.am
	* app/text/gimptextlayer-xcf.[ch]: new files that load and save
	text layers to/from XCF.

	* app/xcf/xcf-load.c
	* app/xcf/xcf-save.c
	* app/text/gimptextlayer.c: removed that code here and use the new
	functions instead.

	* app/text/gimptext-parasite.[ch] (gimp_text_from_parasite): added
	a GError parameter.

	* app/text/gimptextlayer.[ch]: store the name of the parasite that
	the text layer was created from (if read from XCF). Remove the
	parasite when the text layer is edited. If a text layer wasn't
	touched, the original parasite is written back to the XCF file.

	* app/text/gimptextlayout.c (gimp_text_layout_new): handle a NULL
	text string.

	* app/tools/gimptextoptions.c: implement GimpToolOptions::reset
	and save the text across a reset.
2003-10-27 21:50:41 +00:00
Danilo Šegan ec47275afc Updated Serbian translation.
2003-10-27  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-10-27 00:57:42 +00:00
Danilo Šegan 355de2a504 Updated Serbian translation.
2003-10-26  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-10-26 04:26:43 +00:00
Sven Neumann 73133f56f0 added app/tools/gimphistogramoptions.c.
2003-10-24  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added app/tools/gimphistogramoptions.c.
2003-10-24 08:12:31 +00:00
Sven Neumann 6002f50781 updated german translation.
2003-10-23  Sven Neumann  <sven@gimp.org>

	* de.po: updated german translation.
2003-10-23 00:55:27 +00:00
Jan Morén 0060cf2d81 Updated Swedish translation.
2003-10-22  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-10-22 17:48:17 +00:00
Marco Ciampa bf0f5f7c8d Updated italian translation. 2003-10-22 16:21:17 +00:00
Sven Neumann e3480536f3 app/display/Makefile.am new files that implement a GimpConfig object with
2003-10-22  Sven Neumann  <sven@gimp.org>

	* app/display/Makefile.am
	* app/display/gimpdisplayoptions.[ch]: new files that implement
	a GimpConfig object with GimpDisplayShell and GimpCanvas options.
	Actually two classes, one for the normal view, a derived one with
	different default values for fullscreen mode.

	* app/display/display-enums.[ch]: renamed GimpDisplayPadding enum
	to GimpCanvasPadding.

	* app/config/config-types.h: added the GimpDisplayOptions typedef.

	* app/config/gimprc-blurbs.h
	* app/config/gimpdisplayconfig.[ch]: replaced a bunch of properties
	with two instances of GimpDisplayOptions.

	* app/display/gimpdisplayshell.[ch]: replaced the
	GimpDisplayShellAppearance struct with GimpDisplayOptions.

	* app/display/gimpdisplayshell-appearance.[ch]
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.[ch]
	* app/gui/image-menu.c: changed accordingly.

	* app/gui/preferences-dialog.c: added a convenience function that
	creates a view on a GimpDisplayOptions object. Not all values are
	configurable here yet.

	* docs/gimprc-1.3.5.in
	* etc/gimprc: regenerated to document the gimprc format changes.
2003-10-22 14:46:05 +00:00
Miloslav Trmac f142ca8e9b Update Czech translation 2003-10-21 14:30:18 +00:00
Stanislav Visnovsky 32815162ff Updated Slovak translation by Zdenko Podobny.
2003-10-20  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-10-20 16:22:45 +00:00
Marco Ciampa b8e10e02e8 Updated italian translation. 2003-10-20 11:22:48 +00:00
Jan Morén 42e8e14a7a Updated Swedish translation.
2003-10-19  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-10-19 10:39:37 +00:00
Sven Neumann 5b84acdc81 removed the "Select Tab" menu and all the evil hacks that were needed to
2003-10-18  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdockbook.c: removed the "Select Tab" menu and
	all the evil hacks that were needed to make it work. Now that we
	have an extra dockable menu, the standard menu from GTK+ is good
	enough.

	* app/widgets/gimpdockable.c: added a tooltip to the close button
	and removed code that used to hide the "Select Tab" menu.

	* app/gui/dialogs-menu.c (dialogs_menu_entries): removed now unused
	"Select Tab" entry.
2003-10-18 22:12:32 +00:00
Danilo Šegan 33bb0f522d Updated Serbian translation.
2003-10-18  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-10-18 02:55:15 +00:00
Pablo Gonzalo del Campo 476f412c0f Updated Spanish translation.
2003-10-17  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2003-10-17 21:04:39 +00:00
Dmitry Mastrukov d2eb76deca ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-10-17 04:20:41 +00:00
Michael Natterer a01d7afe07 s/gimp-grid.c/gimpgrid.c/. Fixes bug #124709.
2003-10-15  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: s/gimp-grid.c/gimpgrid.c/. Fixes bug #124709.
2003-10-15 20:18:10 +00:00
Marco Ciampa 3ad58e9de4 Updated italian translation. 2003-10-15 17:11:45 +00:00
Sven Neumann db705daae0 added app/core/gimpgrid.c.
2003-10-15  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added app/core/gimpgrid.c.
2003-10-14 23:46:08 +00:00
Dmitry Mastrukov d452d0d7e8 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-10-14 04:32:45 +00:00
Marco Ciampa 40173c4e05 Updated italian translation. 2003-10-13 14:48:18 +00:00
Christophe Merlet b218186760 Updated French translation. 2003-10-09 23:06:15 +00:00
Jan Morén 3f07a21d1c Updated Swedish translation.
2003-10-07  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-10-07 15:32:27 +00:00
Marco Ciampa 2034865555 Updated italian translation. 2003-10-07 14:50:10 +00:00
Dmitry Mastrukov 2b3583f7fb ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-10-07 04:28:18 +00:00
Sven Neumann 8c4dd58bfe updated after file moves.
2003-10-06  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: updated after file moves.
2003-10-06 15:11:04 +00:00
Marco Ciampa 035d1e6506 Updated italian translation. 2003-10-06 10:45:32 +00:00
Marco Ciampa 73e9b1aafc Updated italian translation. 2003-10-05 21:39:32 +00:00
Danilo Šegan 576d7a68d8 Updated Serbian translation.
2003-10-04  Danilo Šegan  <dsegan@gmx.net>

	* po/sr.po, po/sr@Latn.po, po-plug-ins/sr.po,
          po-plug-ins/sr@Latn.po, po-script-fu/sr.po,
          po-script-fu/sr@Latn.po: Updated Serbian translation.
2003-10-04 12:01:48 +00:00
Marco Ciampa 33b5e0aa94 Updated italian translation. 2003-10-02 16:31:42 +00:00
Sven Neumann 8996d18ff5 added back ellipsis to Display Filters and Configure Grid.
2003-10-02  Sven Neumann  <sven@gimp.org>

	* app/gui/image-menu.c: added back ellipsis to Display Filters and
	Configure Grid.

2003-10-02  Sven Neumann  <sven@gimp.org>

	* de.po: updated german translation (reviewing my menu changes).
2003-10-02 00:55:52 +00:00
Marco Ciampa 7de2d87eb6 Updated italian translation. 2003-10-01 11:14:38 +00:00
Pablo Gonzalo del Campo 1359a914db Updated Spanish translation.
2003-09-30  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2003-09-30 12:59:35 +00:00
Michael Natterer 695fb9822e follow tool_options file moving/adding.
2003-09-29  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: follow tool_options file moving/adding.
2003-09-29 20:26:49 +00:00
Marco Ciampa fdad904833 Updated italian translation. 2003-09-29 09:57:27 +00:00
Jan Morén 6f8fd54fab Updated Swedish translation.
2003-09-28  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-09-28 09:40:57 +00:00
Duarte Loreto e4060d2133 Updated Portuguese translation.
2003-09-28  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-09-28 01:09:23 +00:00
Christian Neumair fb5b3834d9 Updated German translation. 2003-09-27 18:44:40 +00:00
Sven Neumann b2a6cddcfb added unit properties for stroke width and dashes. Use convenience macros
2003-09-27  Sven Neumann  <sven@gimp.org>

	* app/core/gimpstrokeoptions.[ch]: added unit properties for
	stroke width and dashes. Use convenience macros from GimpConfig to
	register the properties. Removed init function since all values
	are construct properties.

	* app/vectors/gimpvectors.c: respect the stroke width unit.

	* app/widgets/gimpstrokeeditor.c: added a unit menu here.
2003-09-27 14:58:46 +00:00
Danilo Šegan bfe74ae391 po/sr@Latn.po: po-script-fu/sr.po: po-script-fu/sr@Latn.po:
2003-09-27  Danilo Šegan  <dsegan@gmx.net>

	* po/sr.po:
	po/sr@Latn.po:
	po-script-fu/sr.po:
	po-script-fu/sr@Latn.po:
	po-plug-ins/sr.po:
	po-plug-ins/sr@Latn.po:
				Updated Serbian translation.
2003-09-27 10:15:22 +00:00
Sven Neumann a1d495b99c added more missing files.
2003-09-26  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added more missing files.
2003-09-26 10:31:31 +00:00
Kwok-Koon Cheung cc2994e31e Add missing file and remove non-existant file from POTFILES.in 2003-09-26 09:50:21 +00:00
Sven Neumann 973ae7b5dc added missing slashes in menu path translations.
2003-09-24  Sven Neumann  <sven@gimp.org>

	* he.po: added missing slashes in menu path translations.
2003-09-24 11:43:00 +00:00
Pablo Gonzalo del Campo 84ab2c3426 Updated Spanish translation.
2003-09-23  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

	* es.po: Updated Spanish translation.
2003-09-23 21:13:38 +00:00
Miloslav Trmac fa3dad6a54 Update Czech translation 2003-09-23 21:06:58 +00:00
Marco Ciampa e2786ca863 Updated italian translation. 2003-09-23 13:33:40 +00:00
Danilo Šegan 6206f28ab2 Updated Serbian translation.
2003-09-21  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-09-21 04:40:12 +00:00
Duarte Loreto 6ba4d98c85 Updated Portuguese translation.
2003-09-21  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-09-21 02:05:23 +00:00