gimp/plug-ins/jpeg
Michael Natterer a446f3d7fb use the new tooltip API instead of the old deprecated one. Removed
2007-11-09  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimphelpui.[ch]: use the new tooltip API instead
	of the old deprecated one. Removed _gimp_help_init(). Remember
	whether tooltips are enabled or not in a local variable that can
	only be altered at startup time and not after. The API now expects
	markup instead of plain text which might cause warnings and
	perhaps needs to be changed.

	* libgimpwidgets/gimpwidgets-private.c: don't call _gimp_help_init().

	* app/config/gimpguiconfig.c: made show-tooltips a
	GIMP_CONFIG_PARAM_RESTART property.

	* app/widgets/gimptoolbox-color-area.c: don't add the tooltip here...

	* app/widgets/gimptoolbox.c: ...but here (as for all other
	indicators). Also escape '&' properly because we now use markup.

	* app/tools/gimpselectionoptions.c
	* app/widgets/gimpeditor.c
	* app/widgets/gimpwidgets-utils.c: print modifiers and
	shortcuts in bold instead of in ().

	* app/widgets/gimpcontainertreeview.c: show tooltips on rows if
	gimp_viewable_get_description() returns a tip.

	* app/dialogs/preferences-dialog.c
	* plug-ins/jpeg/jpeg-save.c
	* plug-ins/MapObject/mapobject_ui.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/common/animationplay.c
	* plug-ins/common/warp.c: no need to add event boxes just to have
	tooltips, the new ones work on all widgets.


svn path=/trunk/; revision=24093
2007-11-09 11:17:00 +00:00
..
gimpexif.c require libexif >= 0.6.0. 2007-05-06 14:48:32 +00:00
gimpexif.h require libexif >= 0.6.0. 2007-05-06 14:48:32 +00:00
jpeg-exif.c new function that swaps the vertical and horizontal axis for the saved 2007-08-24 18:38:30 +00:00
jpeg-icc.c Reorganized the way JPEG comments and metadata are loaded. 2007-07-17 20:06:09 +00:00
jpeg-icc.h Reorganized the way JPEG comments and metadata are loaded. 2007-07-17 20:06:09 +00:00
jpeg-load.c removed an obsolete comment. 2007-10-09 13:23:11 +00:00
jpeg-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
jpeg-quality.c simplify the formula so that it returns a slightly lower estimated quality 2007-07-27 13:08:17 +00:00
jpeg-quality.h plug-ins/jpeg/Makefile.am plug-ins/jpeg/jpeg-quality.[ch] new files 2007-07-26 23:01:21 +00:00
jpeg-save.c use the new tooltip API instead of the old deprecated one. Removed 2007-11-09 11:17:00 +00:00
jpeg-save.h plug-ins/jpeg/jpeg-save.[ch] change the behavior of the code so that "Use 2007-08-29 12:01:38 +00:00
jpeg-settings.c new function that swaps the vertical and horizontal axis for the saved 2007-08-24 18:38:30 +00:00
jpeg-settings.h plug-ins/jpeg/jpeg-save.[ch] change the behavior of the code so that "Use 2007-08-29 12:01:38 +00:00
jpeg.c plug-ins/jpeg/jpeg-load.c ifdef'ed out some debugging statements so that 2007-09-19 11:44:42 +00:00
jpeg.h plug-ins/jpeg/jpeg.[ch] in the JPEG save dialog, removed the option "Force 2007-08-10 21:45:38 +00:00
jpegqual.c Added hash value for all known quantization tables in order to detect 2007-10-22 23:48:19 +00:00
Makefile.am define HAVE_LCMS if lcms is available. 2007-09-27 15:09:50 +00:00