Commit Graph

4064 Commits

Author SHA1 Message Date
ad8bb5efb6 see plug-ins/perl/Changes 2000-05-18 04:49:43 +00:00
75267997be see plug-ins/perl/Changes 2000-05-18 00:04:57 +00:00
b667bfda2c small cleanups in Script-Fu scripts
--Sven
2000-05-17 15:48:52 +00:00
3814d33855 add OS2 functions 2000-05-17 15:19:39 +00:00
6fea6b332a rewrote the "Help/Dump Items" function. Now it outputs the
accelerator keys too. Unfortunately this does only work
with LANG=C yet.


--Sven
2000-05-17 14:43:18 +00:00
0cca79f817 be a bit more verbose in the "Plug-In crashed" message: Warn the user that
2000-05-17  Michael Natterer  <mitch@gimp.org>

	* app/plug_in.c: be a bit more verbose in the "Plug-In crashed"
	message: Warn the user that Gimp's internal state may be messed
	up and that the safe way is to restart Gimp.
	Unified all plug-in error messages.

	* libgimp/gimp.c: also changed to messages that the Gimp is using
	a newer/older wire protocol than the plug-in.
2000-05-17 12:29:38 +00:00
c93eab8370 corrected the usage of the "invalidate_preview" signal.
Now simpler and more robust. Should fix bug #11248.


--Sven
2000-05-17 10:59:50 +00:00
2222a761f0 Translations from Keld
dia/po/da.po evolution/po/da.po gimp/po-plug-ins/da.po
gimp/po-script-fu/da.po gnome-media/po/da.po nautilus/po/da.po
2000-05-17 09:51:04 +00:00
056bf58d7c see plug-ins/perl/Changes 2000-05-16 21:08:49 +00:00
1117bef8b7 czech translation update 2000-05-16 19:04:39 +00:00
97784260a8 Fix of last commit. 2000-05-16 19:02:44 +00:00
a840c7808c Cosmetical fixes. 2000-05-16 19:00:55 +00:00
5777429f55 Typo and cosmetical fixes. 2000-05-16 18:56:50 +00:00
07b3a04f27 app/commands.c app/layers_dialog.c set the scale/resize dialog insensitive
2000-05-16  Michael Natterer  <mitch@gimp.org>

	* app/commands.c
	* app/layers_dialog.c
	* app/resize.c: set the scale/resize dialog insensitive before
	scaling/resizing to keep users from pressing "OK" again.
	Fixes #10656.
2000-05-16 17:25:14 +00:00
d817699f7d Translations from Keld
gimp/po-plug-ins/da.po
2000-05-16 14:26:29 +00:00
20154eb3a6 Translations from Keld
achtung/po/da.po gdict/po/da.po gimp/po-script-fu/da.po
gnome-lokkit/po/da.po gnomeicu/po/da.po nautilus/po/da.po
2000-05-16 10:12:08 +00:00
573bd36683 Translations from Keld
gimp/po-plug-ins/da.po
2000-05-16 08:20:52 +00:00
c296a0a378 1.1.22 stuff
-Yosh
2000-05-16 06:45:36 +00:00
bc1db67d83 libgimp/gimpenv.c (gimp_path_parse) Don't try to handle tilde (~) at all
2000-05-16  Tor Lillqvist  <tml@iki.fi>

* libgimp/gimpenv.c (gimp_path_parse)
* app/gimprc.c (transform_path): Don't try to handle tilde (~) at
all on Windows. The tilde is used when mangling long file names
into 8.3 form, and some people have a HOME environment variable
that contains this kind of 8.3 path with a tilde. This causes
interesting effects if we expand a tilde in some gimprc variable
with $HOME, which contains a tilde, which we expand with $HOME,
etc.
2000-05-15 22:47:36 +00:00
0015374e44 Translations from Keld
gimp/po-plug-ins/da.po
2000-05-15 16:10:59 +00:00
d6d6d1aad3 Translations from Keld
gimp/po-plug-ins/da.po
2000-05-15 08:26:33 +00:00
736929626d Fix typo introduced when gimp_spin_button_new() was taken into use. Now
2000-05-14  Tor Lillqvist  <tml@iki.fi>

* plug-ins/common/gpb.c (gih_save_dialog): Fix typo introduced
when gimp_spin_button_new() was taken into use. Now you can adjust
the cell height again.
2000-05-14 19:56:04 +00:00
992b27ff44 updated russian translation. 2000-05-14 13:33:48 +00:00
5d44fff4a1 Updated russian translation. 2000-05-14 13:31:26 +00:00
3fc6d56d1d After a weekend of extensive mail exchange with the signal crew, we
2000-05-14  Michael Natterer  <mitch@gimp.org>

	After a weekend of extensive mail exchange with the signal crew,
	we finally found that #2742 is not a Gimp bug but a real OSF/1
	bug. OSF/1 does _not_ reliably restart read() and write() calls
	on certain slow devices (pipes).

	* libgimp/gimpwire.[ch]: guard all read/write calls on the wire
	with loops checking for EINTR. This has to be done "manually"
	as glib's GIOChannels return G_IO_ERROR_UNKNOWN on the occurence
	of EINTR (which is a bug, too).
	s/int/gboolean and minor cleanups while I was on it (not changing
	any logic).

	This fix depends on the current (broken) state of the GIOChannel
	implementation and is scheduled for removal as soon as glib
	behaves nicely here.

	Left SA_RESTART there for the moment in app/main.c. See it as
	defensive programming or just my fear to change two #2742-related
	places at the same time. We might choose to remove SA_RESTART
	later. Many thanks again to Austin, Garry and Tim.
2000-05-14 12:09:43 +00:00
d28f0809bd Translations from Keld
gimp/po-plug-ins/da.po
2000-05-14 11:52:22 +00:00
26aeb6c6ae Translations from Keld
gimp/po-plug-ins/da.po
2000-05-14 02:24:17 +00:00
cb4f81fdc9 updated Japanese Translation.
-- yasuhiro
2000-05-14 02:06:20 +00:00
b20a4a8ecb Translations from Keld
gimp/plug-ins/perl/po/da.po
2000-05-14 01:18:03 +00:00
b4ae0325f5 Translatons from Keld
gimp/po/da.po gimp/po-plug-ins/da.po
2000-05-13 22:26:05 +00:00
d31c37cc66 updated the update.sh scripts to the new version that was checked into
po a few days ago


--Sven
2000-05-13 21:37:03 +00:00
dc583d1bab Translations from keld
gimp/po-script-fu/da.po
2000-05-13 03:53:04 +00:00
ca3c111c34 Updated Norwegian translation.
2000-05-13  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-05-12 23:44:42 +00:00
febbe3127c Updated.
2000-05-13  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated.
2000-05-12 23:16:29 +00:00
a597ef2c3f update.sh: Updated 2000-05-12 22:52:26 +00:00
61aa7eb007 Updated Norwegian translation.
2000-05-13  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-05-12 22:43:34 +00:00
9b3a192999 Updated Norwegian translation.
2000-05-12  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-05-12 22:40:46 +00:00
b101e7bc85 enabled the (commented out) signal "invalidate_preview".
2000-05-12  Sven Neumann  <sven@gimp.org>

* gimpdrawable.c: enabled the (commented out) signal
  "invalidate_preview".

* app/layers_dialog.c: connect to the "invalidate_preview"
  signal to catch changes that need to be shown in the layer
  previews. Synthetize an expose event when a layer changes.

  Expose events are optimzed away by GTK+ if the widget is not
  visible. Therefore, previews not visible in the layers_dialog
  are not redrawn when they invalidate. Later the preview gets
  validated by the image_preview in lc_dialog but is never
  propagated to the layer_pixmap. We work around this by using an
  additional flag "layer_pixmap_valid" so that the pixmap gets
  updated once the preview scrolls into sight.

  Fixes bugs #10549, #10300 and #8787.

* app/channel.[ch]
* app/layer.[ch]: code review and indentation


--Sven
2000-05-12 17:07:54 +00:00
5b98ce93c1 fixed a compiler warning about a missing return.
2000-05-12  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.c (gimp_plugin_io_error_handler): fixed a
	compiler warning about a missing return.

	Slightly changed the messages that gimp<->plugin use different
	protocol versions and a s/sprintf/g_snprintf/.
2000-05-12 12:39:46 +00:00
3e8fcf9e5e mention that gtk+ version 1.2.7 or higher is mandatory
--Sven
2000-05-12 11:00:30 +00:00
64a96a8aac Few minor things for TIFF and BMP. 2000-05-12 06:53:15 +00:00
e2b3381917 Copy the name, tatto and parasites of the bottom layer to the new merged
* app/gimpimage.c: Copy the name, tatto and parasites of the
	bottom layer to the new merged layer in gimp_image_merge_layers.
2000-05-12 01:14:21 +00:00
f28e922c2e czech translation update 2000-05-11 20:45:33 +00:00
ed046a63f5 PLUGIN_MAINTAINERS plug-ins/twain/* Changed Craig Setera'a email address
2000-05-11  Tor Lillqvist  <tml@iki.fi>

* PLUGIN_MAINTAINERS
* plug-ins/twain/*
* plug-ins/winsnap/*: Changed Craig Setera'a email address on his
request.
2000-05-11 19:27:26 +00:00
38f940e191 see plug-ins/perl/Changes 2000-05-11 17:04:30 +00:00
d42269996a unified messages in fileops.c and updated german translation
--Sven
2000-05-11 17:03:52 +00:00
5663eebe68 changed german translation
--Sven
2000-05-11 16:49:55 +00:00
1de6e6d7f1 define WAIT_ANY == -1 if it's undefined.
2000-05-11  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.c: define WAIT_ANY == -1 if it's undefined.
2000-05-11 11:51:09 +00:00
f9801bc37c see plug-ins/perl/Changes 2000-05-11 02:08:46 +00:00
86e4b1ef65 Another try to get the signal/dead child recovery stuff right.
2000-05-10  Michael Natterer  <mitch@gimp.org>

	Another try to get the signal/dead child recovery stuff right.

	Could the brave signal crew (TM) (Austin, Garry, Raphael, Tim)
	please do bad tests to the new code? I removed all strange
	constants (SA_NODEFER etc.) and used only glib and POSIX stuff.

	* app/main.c
	* libgimp/gimp.c:
	- Call gimp_signal_private() with no flags to enforce a proper
	  sigaction() behaviour (block signals while handler is active).
	- Removed the reentrancy guards from the handlers.
	- Renamed the handlers.
	- Ignore SIGPIPE in the app and in plugins.
	- Re-introduced the SIGCHLD handler because it should work
	  now. Also added a SIGCHLD handler to libgimp/gimp.c.

	* app/errors.c
	* libgimp/gimp.c: in the signal handler, unblock all signals
	with sigprocmask() before calling g_on_error_query() because
	gdb otherwise inherits the blocked signals and does nothing.
	Wrapped the statements with "if (TRUE) { }" blocks so it's
	easy to make the stack trace a command line option.

	* app/plug_in.c
	* libgimp/gimp.c: listen for G_IO_ERR and G_IO_HUP on the read
	channels. In the app, pop up an error message and clean up the
	plugin. In plugins, clean up and exit.

	* libgimp/gimpwire.c: removed the "plug-in chrashed?" message
	and print the program's name with all error messages.

	* plug-ins/helpbrowser/helpbrowser.c: typo.
2000-05-10 21:21:23 +00:00