gimp/menus
Michael Natterer c49df22eef Action code review and pre-release consistency cleanup:
2004-10-18  Michael Natterer  <mitch@gimp.org>

	Action code review and pre-release consistency cleanup:

	* app/actions/*-actions.c: added some missing and resolved
	conflicting mnemonics, added missing help IDs. Cleaned up the
	*_actions_update() functions.

	* app/actions/channels-actions.c
	* app/actions/layers-actions.c
	* app/actions/vectors-actions.c (*_actions_update): simplified
	the code that figures the prev and next channel,layer,vectors.

	* app/actions/qmask-actions.c: use the same accelerator for
	"qmask-active" and "qmask-toggle". Fixed action sensitivity.

	* app/actions/channels-commands.c
	* app/actions/dockable-commands.c
	* app/actions/documents-commands.c
	* app/actions/gradients-commands.c
	* app/actions/layers-commands.c
	* app/actions/palettes-commands.c
	* app/actions/image-commands.c
	* app/actions/select-commands.c
	* app/actions/vectors-commands.c: folded tons of private utility
	functions into their only callers (they used to be public and
	called from outside before the switch to action based menus).
	Renamed functions and variables saying "query" or "qbox" to
	"dialog". Moved static functions to the end of the files. Misc
	minor cleanups.

	* app/actions/drawable-actions.c
	* app/actions/drawable-commands.c: made the "drawable-visible" and
	"drawable-linked" actions affect the layer if the active drawable
	is a layer mask.

	* app/actions/select-commands.c: added action to stroke with the
	last values used in an attempt to address bug #135746 but #if 0'ed
	it because the approach is too ugly.

	* app/tools/gimpiscissorstool.c: changed mnemonic from I to S.

	* menus/image-menu-xml.in: added more stuff to the (commented out)
	"context" menu.
2004-10-18 11:29:58 +00:00
..
.cvsignore menus/Makefile.am new file that holds menuitems that appear in several 2004-05-02 10:41:28 +00:00
Makefile.am app/actions/Makefile.am app/actions/file-dialog-actions.[ch] 2004-07-17 12:19:58 +00:00
brushes-menu.xml implemented gimp_action_group_set_action_color() and 2004-04-22 16:16:43 +00:00
buffers-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
channels-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
colormap-editor-menu.xml implemented gimp_action_group_set_action_color() and 2004-04-22 16:16:43 +00:00
colormap-menu.xml implemented gimp_action_group_set_action_color() and 2004-04-22 16:16:43 +00:00
dialogs-menuitems.xml menus/Makefile.am new file that holds menuitems that appear in several 2004-05-02 10:41:28 +00:00
dockable-menu.xml.in menus/Makefile.am new file that holds menuitems that appear in several 2004-05-02 10:41:28 +00:00
documents-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
error-console-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
fonts-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
gradient-editor-menu.xml Switch from GtkItemFactory to GtkUIManager. The migration is almost 2004-04-29 12:52:29 +00:00
gradients-menu.xml implemented gimp_action_group_set_action_color() and 2004-04-22 16:16:43 +00:00
gtkuimanager.dtd forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
image-menu.xml.in Action code review and pre-release consistency cleanup: 2004-10-18 11:29:58 +00:00
images-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
layers-menu.xml app/actions/layers-actions.c added actions and callbacks 2004-09-15 13:24:45 +00:00
menus.xsl put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +00:00
palette-editor-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
palettes-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
patterns-menu.xml implemented gimp_action_group_set_action_color() and 2004-04-22 16:16:43 +00:00
qmask-menu.xml renamed action "qmask-toggle" to "qmask-active" and added new action 2004-05-02 19:37:17 +00:00
selection-editor-menu.xml added alternative actions "vectors-selection-from-vectors" and 2004-06-03 09:47:05 +00:00
selection-menu.xml added alternative actions "vectors-selection-from-vectors" and 2004-06-03 09:47:05 +00:00
templates-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00
tool-options-menu.xml added "name" attributes to all submenus. 2004-05-13 15:50:55 +00:00
toolbox-menu.xml.in configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
tools-menu.xml Started making the toolbox configurable. Addresses bug #105764. Not 2004-05-10 00:41:57 +00:00
vectors-menu.xml forgot to register the "patterns" actions. 2004-04-21 16:10:00 +00:00