Commit Graph

3327 Commits

Author SHA1 Message Date
Sven Neumann 93b9d086fc cosmetic cleanup 2000-01-28 11:44:28 +00:00
SHIRASAKI Yasuhiro 8225b592df Updated Japanese translation. 2000-01-28 08:08:28 +00:00
Stanislav Brabec c76f0f92d9 czech translation update 2000-01-27 20:23:52 +00:00
Marc Lehmann 1bd32ef046 *** empty log message *** 2000-01-27 19:43:29 +00:00
Michael Natterer 278a69918d bind the "gimp-libgimp" textdomain to get the libgimp widget translations.
2000-01-28  Michael Natterer  <mitch@gimp.org>

	* app/main.c: bind the "gimp-libgimp" textdomain to get the
	libgimp widget translations. Did some code cleanup.

	* libgimp/stdplugins-intl.h: bind "gimp-libgimp".

	* libgimp/gimpintl.h: copyright header.

	* libgimp/libgimp-intl.h: there is no dgettext_noop() function
	(typo/braino).

	* libgimp/gimpwidgets.[ch]: one more table attach helper
	function. Should probably find a general way for the two
	functions.

	* plug-ins/common/CML_explorer.c
	* plug-ins/common/align_layers.c
	* plug-ins/common/scatter_hsv.c
	* plug-ins/common/threshold_alpha.c: removed the gtkW_* wrapper
	functions. Badly hacked CML_explorer (The optionmenu creation is a
	bit more ugly than before but at least consistent with the other
	files using the libgimp optionmenu constructor).
2000-01-27 19:26:00 +00:00
Asbjørn Pettersen b6c9232fbe os/2 patch 2000-01-27 18:44:35 +00:00
jfell bed181a998 Fri, 28 Jan 2000 14:06:18 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
* Updated list of _plugins_ files in POTFILES.in
	* Updated _plugins_ French translation.
2000-01-27 15:15:52 +00:00
Sven Neumann 8cbd73b54c bind gimp-libgimp domain
--Sven
2000-01-27 11:55:22 +00:00
Manish Singh a73c70c8a3 configure.in po-plug-ins moved libgimp strings into their own catalog.
* configure.in
* po-plug-ins
* po-libgimp: moved libgimp strings into their own catalog.
Mitch/Sven, could you take care of the domain rebinding?

* Makefile.am: make a gimp-config symlink to gimptool

-Yosh
2000-01-27 10:47:01 +00:00
Marc Lehmann 145fe40e7a *** empty log message *** 2000-01-27 04:02:15 +00:00
Marc Lehmann c87f784801 see plug-ins/perl/Changes 2000-01-27 03:31:39 +00:00
Marc Lehmann 0de089bf21 *** empty log message *** 2000-01-27 02:23:02 +00:00
Michael Natterer 929045dff9 libgimp/Makefile.am new file to be included by libgimp files only.
2000-01-28  Michael Natterer  <mitch@gimp.org>

	* libgimp/Makefile.am
	* libgimp/libgimp-intl.h: new file to be included by libgimp files
	only. Re-defines _() and gettext() as dgettext() and N_() as
	dgettext_noop().
	This way the translations of the various widgets which are used in
	both the app and plugins are searched in the correct catalog.

	* libgimp/gimpcolorbutton.c
	* libgimp/gimpexport.c
	* libgimp/gimpfileselection.c
	* libgimp/gimpunit.c
	* libgimp/gimpunitmenu.c
	* libgimp/gimpwidgets.c: #include "libgimp-intl.h"
2000-01-27 01:54:52 +00:00
Michael Natterer 38c66a651c added one more option menu constructor and made the namespace more
2000-01-28  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.[ch]: added one more option menu constructor
	and made the namespace more consistent, minor fixes.

	* libgimp/gimpdialog.c
	* libgimp/gimpunitmenu.c: minor fixes.

	* app/preferences_dialog.c
	* plug-ins/borderaverage/borderaverage.c
	* plug-ins/common/gif.c
	* plug-ins/common/randomize.c: changed according to the above
	namespace cleanups.
2000-01-27 01:22:27 +00:00
Sven Neumann ea27590213 typos and german translation
--Sven
2000-01-27 01:00:09 +00:00
Tor Lillqvist 1af6e3110a No need to use an #ifdef for G_OS_WIN32 as the whole function is already
2000-01-27  Tor Lillqvist  <tml@iki.fi>

* app/main.c (on_signal): No need to use an #ifdef for G_OS_WIN32
as the whole function is already bypassed on Win32.

* libgimp/gimp.def
* libgimp/gimpui.def: Updates.

* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Goodbye to the megawidget library.

* plug-ins/common/papertile.c: MAIN() must be after PLUG_IN_INFO
definition.
2000-01-27 00:26:22 +00:00
Michael Natterer 834e31a7ec a little ui eye candy...
2000-01-27  Michael Natterer  <mitch@gimp.org>

	* plug-ins/pagecurl/pagecurl.c: a little ui eye candy...
2000-01-27 00:16:52 +00:00
Tor Lillqvist fcb0300c3a Updates. Remove fuzzies, add a few more translations. Many strings still
2000-01-28  Tor Lillqvist  <tml@iki.fi>

* fi.po: Updates. Remove fuzzies, add a few more
translations. Many strings still untranslated. I wish some native
Finnish speaker would have a go at it. Ville?
2000-01-27 00:11:40 +00:00
Kjartan Maraas 16c1ffc8bf Updated Norwegian translation.
2000-01-27  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-01-26 23:53:24 +00:00
Sven Neumann d9f41c33fd don't connect to the unit_changed signal
--Sven
2000-01-26 23:09:15 +00:00
Michael Natterer 65dd45da78 changed the ui to use the libgimp widget constructors, put the channel
2000-01-27  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/newsprint.c: changed the ui to use the libgimp
	widget constructors, put the channel settings into a notebook, did
	some indentation.
2000-01-26 22:38:31 +00:00
SHIRASAKI Yasuhiro 6d6b45eacc Japanese translation updated. 800 messages are still untranslated yet. 2000-01-26 18:14:14 +00:00
Sven Neumann 6cba1d70ea when loading an image, check that gimage_id != -1
--Sven
2000-01-26 17:40:03 +00:00
Sven Neumann 6895d48413 eeek, mitch introduced a typo with bad consequences
--Sven
2000-01-26 17:33:25 +00:00
SHIRASAKI Yasuhiro 9659b77317 i18n fix and message table update. 2000-01-26 17:17:58 +00:00
Shirasaki Yasuhiro 5bdef4f453 added dummy menus for menu path translation.
2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>

        * plug-ins/gap/gap_decode_mpeg_main.c: added dummy menus
        for menu path translation.

        * po-plug-ins/POTFILES.in: added missing
        plug-ins/gap/gap_frontends_main.c.

-- yasuhiro
2000-01-26 16:21:32 +00:00
Sven Neumann 5112feded7 updated print plug-in
--Sven
2000-01-26 16:00:48 +00:00
Sven Neumann 6323d782a4 the simpler the better ...
--Sven
2000-01-26 15:50:24 +00:00
Sven Neumann 8dc2a341cb use gimp_color_buttons
--Sven
2000-01-26 14:14:54 +00:00
Michael Natterer f846784e66 fixed two translations to make it compile.
2000-01-27  Michael Natterer  <mitch@gimp.org>

	* uk.po: fixed two translations to make it compile.
2000-01-26 12:58:42 +00:00
Sven Neumann 3bf7c3440f applied patches from Wolfgang: clean up PDB_wrappers
--Sven
2000-01-26 12:30:38 +00:00
Yuri Syrota 60c950446c Updated Ukrainian translation 2000-01-26 11:39:32 +00:00
Marc Lehmann d9d12b23d0 *** empty log message *** 2000-01-26 03:22:13 +00:00
Michael Natterer 84cf11fd7c forgot to correctly set the tile_cache_size. Only apply show_tool_tips and
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: forgot to correctly set the
	tile_cache_size. Only apply show_tool_tips and tile_cache_size if
	the prefs settings are not currupt.
2000-01-26 03:22:13 +00:00
Michael Natterer 438ff5879a made the handling of the values which can't be changed on the fly
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: made the handling of the values which
	can't be changed on the fly consistent:

	- Some of the widget callbacks were connected to gimprc variables
	  instead of pref dialog's "edit_" variables.
	- Correctly assign value, edit_value, old_value and save_value for
	  all of them.
	- Separated them from the other values in all functions.
	- Reduced the endless "if" madness in some callbacks.
2000-01-26 03:22:13 +00:00
Michael Natterer 45a04909bd use the int adjustment callback from libgimp, simplified the confirm
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: use the int adjustment callback from
	libgimp, simplified the confirm dialog signal callbacks.
2000-01-26 03:22:13 +00:00
Sven Neumann ccf1a05c66 s/malloc/g_malloc/ s/free/g_free/
s/malloc/g_malloc/
s/free/g_free/


--Sven
2000-01-26 03:22:13 +00:00
Marc Lehmann d271e35797 *** empty log message *** 2000-01-26 03:22:13 +00:00
Michael Natterer 8098581577 block the sizeentry's signals while updating is's fields after a unit
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpsizeentry.[ch]: block the sizeentry's signals while
	updating is's fields after a unit change and emit the
	"value_changed" signal manually afterwards. This avoids multiple
	"value_changed" signals which may cause callbacks to change the
	sizeentry in the middle of a unit update.

	* plug-ins/commion/spread.c: no need to connect to the sizeentry's
	"unit_changed" signal.
2000-01-26 00:39:40 +00:00
Sven Neumann 3ca4f07f51 Removed RCS revision history. It was creating compiler warnings and we
do have CVS logs anyway.


--Sven
2000-01-25 23:36:58 +00:00
Sven Neumann 38ed843bb7 plugin ui changes
--Sven
2000-01-25 23:11:20 +00:00
Michael Natterer 4923047146 removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and
2000-01-25  Michael Natterer  <mitch@gimp.org>

	* app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to
	include both <glib.h> and <gtk/gtk.h>.

	* app/*
	* tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/,
	same for MIN and MAX.

	* app/preferences_dialog.c: the "Check Size" widget was connected
	to the transparency_type variable.

	* plug-ins/common/sobel.c: removed definitions of MIN and ROUND.

	* libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h".

	* plug-ins/*: don't include the two files.
2000-01-25 23:06:12 +00:00
Michael Natterer 7812dcc213 forgot to correctly set the tile_cache_size. Only apply show_tool_tips and
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: forgot to correctly set the
	tile_cache_size. Only apply show_tool_tips and tile_cache_size if
	the prefs settings are not currupt.
2000-01-25 23:05:47 +00:00
Michael Natterer 4c68bacfe2 made the handling of the values which can't be changed on the fly
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: made the handling of the values which
	can't be changed on the fly consistent:

	- Some of the widget callbacks were connected to gimprc variables
	  instead of pref dialog's "edit_" variables.
	- Correctly assign value, edit_value, old_value and save_value for
	  all of them.
	- Separated them from the other values in all functions.
	- Reduced the endless "if" madness in some callbacks.
2000-01-25 23:05:47 +00:00
Michael Natterer b798a90302 use the int adjustment callback from libgimp, simplified the confirm
2000-01-26  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: use the int adjustment callback from
	libgimp, simplified the confirm dialog signal callbacks.
2000-01-25 23:05:47 +00:00
Michael Natterer 427d9e2499 removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and
2000-01-25  Michael Natterer  <mitch@gimp.org>

	* app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to
	include both <glib.h> and <gtk/gtk.h>.

	* app/*
	* tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/,
	same for MIN and MAX.

	* app/preferences_dialog.c: the "Check Size" widget was connected
	to the transparency_type variable.

	* plug-ins/common/sobel.c: removed definitions of MIN and ROUND.

	* libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h".

	* plug-ins/*: don't include the two files.
2000-01-25 23:05:47 +00:00
Sven Neumann dac4a17407 cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
2000-01-25 23:05:44 +00:00
Michael Natterer 87e527137b removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and
2000-01-25  Michael Natterer  <mitch@gimp.org>

	* app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to
	include both <glib.h> and <gtk/gtk.h>.

	* app/*
	* tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/,
	same for MIN and MAX.

	* app/preferences_dialog.c: the "Check Size" widget was connected
	to the transparency_type variable.

	* plug-ins/common/sobel.c: removed definitions of MIN and ROUND.

	* libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h".

	* plug-ins/*: don't include the two files.
2000-01-25 23:05:44 +00:00
Marc Lehmann 37fc444397 see plug-ins/perl/Changes 2000-01-25 22:03:14 +00:00
Sven Neumann f3eb81f4c2 Applied a change suggested by Steinar H. Gunderson.
Fixes crashing on empty images (bug #5536).


--Sven
2000-01-25 21:00:54 +00:00