gimp r24093 - in trunk: . app/config app/dialogs app/tools app/widgets libgimpwidgets plug-ins/Lighting plug-ins/MapObject plug-ins/common plug-ins/jpeg



Author: mitch
Date: 2007-11-09 11:17:00 +0000 (Fri, 09 Nov 2007)
New Revision: 24093
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=24093&view=rev

Modified:
   trunk/ChangeLog
   trunk/app/config/gimpguiconfig.c
   trunk/app/dialogs/preferences-dialog.c
   trunk/app/tools/gimpselectionoptions.c
   trunk/app/widgets/gimpcontainertreeview.c
   trunk/app/widgets/gimpeditor.c
   trunk/app/widgets/gimptoolbox-color-area.c
   trunk/app/widgets/gimptoolbox.c
   trunk/app/widgets/gimpwidgets-utils.c
   trunk/libgimpwidgets/gimphelpui.c
   trunk/libgimpwidgets/gimphelpui.h
   trunk/libgimpwidgets/gimpwidgets-private.c
   trunk/plug-ins/Lighting/lighting_ui.c
   trunk/plug-ins/MapObject/mapobject_ui.c
   trunk/plug-ins/common/animationplay.c
   trunk/plug-ins/common/warp.c
   trunk/plug-ins/jpeg/jpeg-save.c
Log:
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.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]