gimp r25422 - in trunk: . app/actions menus plug-ins/script-fu
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25422 - in trunk: . app/actions menus plug-ins/script-fu
- Date: Wed, 9 Apr 2008 09:39:24 +0100 (BST)
Author: neo
Date: Wed Apr 9 09:39:24 2008
New Revision: 25422
URL: http://svn.gnome.org/viewvc/gimp?rev=25422&view=rev
Log:
2008-04-09 Sven Neumann <sven gimp org>
* menus/image-menu.xml.in: moved Languages to the bottom. Removed
separator from the Filters list as there was really no rule as to
what goes above and what goes below.
* app/actions/plug-in-actions.c: added Filters->Decor submenu.
* plug-ins/script-fu/script-fu.c (script_fu_extension_init):
removed registration of redundant menu branches.
Modified:
trunk/ChangeLog
trunk/app/actions/plug-in-actions.c
trunk/menus/image-menu.xml.in
trunk/plug-ins/script-fu/script-fu.c
Modified: trunk/app/actions/plug-in-actions.c
==============================================================================
--- trunk/app/actions/plug-in-actions.c (original)
+++ trunk/app/actions/plug-in-actions.c Wed Apr 9 09:39:24 2008
@@ -91,6 +91,7 @@
{ "plug-in-light-shadow-menu", NULL, N_("_Light and Shadow") },
{ "plug-in-distorts-menu", NULL, N_("_Distorts") },
{ "plug-in-artistic-menu", NULL, N_("_Artistic") },
+ { "plug-in-decor-menu", NULL, N_("_Decor") },
{ "plug-in-map-menu", NULL, N_("_Map") },
{ "plug-in-render-menu", NULL, N_("_Render") },
{ "plug-in-render-clouds-menu", NULL, N_("_Clouds") },
Modified: trunk/menus/image-menu.xml.in
==============================================================================
--- trunk/menus/image-menu.xml.in (original)
+++ trunk/menus/image-menu.xml.in Wed Apr 9 09:39:24 2008
@@ -572,9 +572,6 @@
</menu>
<menuitem action="plug-in-reset-all" />
<separator />
- <placeholder name="Languages" />
- <placeholder name="Extensions" />
- <separator />
<menu action="plug-in-blur-menu" name="Blur" />
<menu action="plug-in-enhance-menu" name="Enhance" />
<menu action="plug-in-distorts-menu" name="Distorts" />
@@ -589,8 +586,8 @@
<menu action="plug-in-edge-detect-menu" name="Edge-Detect" />
<menu action="plug-in-generic-menu" name="Generic" />
<menu action="plug-in-combine-menu" name="Combine" />
- <separator />
<menu action="plug-in-artistic-menu" name="Artistic" />
+ <menu action="plug-in-decor-menu" name="Decor" />
<menu action="plug-in-map-menu" name="Map" />
<menu action="plug-in-render-menu" name="Render">
<menu action="plug-in-render-clouds-menu" name="Clouds" />
@@ -604,6 +601,9 @@
<separator />
</menu>
<separator />
+ <placeholder name="Languages" />
+ <placeholder name="Extensions" />
+ <separator />
</menu>
<placeholder name="Menus" />
Modified: trunk/plug-ins/script-fu/script-fu.c
==============================================================================
--- trunk/plug-ins/script-fu/script-fu.c (original)
+++ trunk/plug-ins/script-fu/script-fu.c Wed Apr 9 09:39:24 2008
@@ -326,28 +326,6 @@
gimp_plugin_menu_branch_register ("<Image>/Filters",
N_("Alpha to _Logo"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("An_imation"));
- gimp_plugin_menu_branch_register ("<Image>/Filters/Animation",
- N_("_Animators"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Artistic"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Blur"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Decor"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Effects"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("En_hance"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Light and Shadow"));
- gimp_plugin_menu_branch_register ("<Image>/Filters/Light and Shadow",
- N_("S_hadow"));
- gimp_plugin_menu_branch_register ("<Image>/Filters",
- N_("_Render"));
- gimp_plugin_menu_branch_register ("<Image>/Filters/Effects",
- N_("_Alchemy"));
gimp_install_temp_proc ("script-fu-refresh",
N_("Re-read all available Script-Fu scripts"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]