Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
745e7119
Commit
745e7119
authored
Jun 24, 2005
by
Akkana Peck
Browse files
Image window Filters menu reorganization, as discussed in bug 116145
parent
3e45f85f
Changes
28
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
745e7119
2005-06-23 Akkana Peck <akkana@shallowsky.com>
* app/actions/plug-in-actions.c
* menus/image-menu.xml.in
* plug-ins/Lighting/lighting_main.c
* plug-ins/common/apply_lens.c
* plug-ins/common/convmatrix.c
* plug-ins/common/depthmerge.c
* plug-ins/common/film.c
* plug-ins/common/flarefx.c
* plug-ins/common/glasstile.c
* plug-ins/common/lic.c
* plug-ins/common/nova.c
* plug-ins/common/sparkle.c
* plug-ins/common/vpropagate.c
* plug-ins/gflare/gflare.c
* plug-ins/pygimp/doc/pygimp.sgml
* plug-ins/pygimp/doc/pygimp.html
* plug-ins/pygimp/doc/structure-of-plugin.html
* plug-ins/pygimp/plug-ins/clothify.py
* plug-ins/pygimp/plug-ins/shadow_bevel.py
* plug-ins/script-fu/script-fu.c
* plug-ins/script-fu/scripts/clothify.scm
* plug-ins/script-fu/scripts/drop-shadow.scm
* plug-ins/script-fu/scripts/erase-rows.scm
* plug-ins/script-fu/scripts/perspective-shadow.scm
* plug-ins/script-fu/scripts/predator.scm
* plug-ins/script-fu/scripts/weave.scm
* plug-ins/script-fu/scripts/xach-effect.scm: Reorganize
the Image window's Filters menu, as discussed in bug #116145.
2005-06-23 Tor Lillqvist <tml@novell.com>
* app/tools/gimpdrawtool.c (gimp_draw_tool_draw_boundary): Sort
...
...
app/actions/plug-in-actions.c
View file @
745e7119
...
...
@@ -66,9 +66,8 @@ static GimpActionEntry plug_in_actions[] =
{
"plug-in-noise-menu"
,
NULL
,
N_
(
"_Noise"
)
},
{
"plug-in-edge-detect-menu"
,
NULL
,
N_
(
"Edge-De_tect"
)
},
{
"plug-in-enhance-menu"
,
NULL
,
N_
(
"En_hance"
)
},
{
"plug-in-generic-menu"
,
NULL
,
N_
(
"_Generic"
)
},
{
"plug-in-glass-effects-menu"
,
NULL
,
N_
(
"Gla_ss Effects"
)
},
{
"plug-in-light-effects-menu"
,
NULL
,
N_
(
"_Light Effects"
)
},
{
"plug-in-generic-menu"
,
NULL
,
N_
(
"_Effects"
)
},
{
"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-map-menu"
,
NULL
,
N_
(
"_Map"
)
},
...
...
menus/image-menu.xml.in
View file @
745e7119
...
...
@@ -521,15 +521,23 @@
<menu
action=
"plug-in-colors-menu"
name=
"Colors"
>
<menu
action=
"plug-in-colors-map-menu"
name=
"Map"
/>
</menu>
<menu
action=
"plug-in-noise-menu"
name=
"Noise"
/>
<menu
action=
"plug-in-edge-detect-menu"
name=
"Edge-Detect"
/>
<menu
action=
"plug-in-generic-menu"
name=
"Generic"
/>
<separator
/>
<menu
action=
"plug-in-light-effects-menu"
name=
"Light Effects"
>
<menu
action=
"plug-in-light-shadow-menu"
name=
"Light and Shadow"
>
<placeholder
name=
"Light"
/>
<separator
/>
<placeholder
name=
"Shadow"
/>
<separator
/>
<placeholder
name=
"Glass"
/>
</menu>
<menu
action=
"plug-in-noise-menu"
name=
"Noise"
/>
<menu
action=
"plug-in-edge-detect-menu"
name=
"Edge-Detect"
/>
<menu
action=
"plug-in-generic-menu"
name=
"Effects"
>
<placeholder
name=
"Generic"
/>
<separator
/>
<placeholder
name=
"Alchemy"
/>
<separator
/>
<placeholder
name=
"Combine"
/>
</menu>
<separator
/>
<menu
action=
"plug-in-artistic-menu"
name=
"Artistic"
/>
<menu
action=
"plug-in-map-menu"
name=
"Map"
/>
<menu
action=
"plug-in-render-menu"
name=
"Render"
>
...
...
@@ -539,9 +547,7 @@
<separator
/>
</menu>
<menu
action=
"plug-in-web-menu"
name=
"Web"
/>
<separator
/>
<menu
action=
"plug-in-animation-menu"
name=
"Animation"
/>
<menu
action=
"plug-in-combine-menu"
name=
"Combine"
/>
<separator
/>
</menu>
...
...
plug-ins/Lighting/lighting_main.c
View file @
745e7119
...
...
@@ -201,7 +201,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_lighting"
,
"<Image>/Filters/Light
Effects
/Light"
);
"<Image>/Filters/Light
and Shadow
/Light"
);
}
static
void
...
...
plug-ins/common/apply_lens.c
View file @
745e7119
...
...
@@ -114,7 +114,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_applylens"
,
"<Image>/Filters/Light
Effects
/Glass"
);
"<Image>/Filters/Light
and Shadow
/Glass"
);
}
static
void
...
...
plug-ins/common/convmatrix.c
View file @
745e7119
...
...
@@ -190,7 +190,7 @@ query (void)
G_N_ELEMENTS
(
args
),
0
,
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_convmatrix"
,
"<Image>/Filters/Generic"
);
gimp_plugin_menu_register
(
"plug_in_convmatrix"
,
"<Image>/Filters/
Effects/
Generic"
);
}
static
void
...
...
plug-ins/common/depthmerge.c
View file @
745e7119
...
...
@@ -190,7 +190,7 @@ query (void)
G_N_ELEMENTS
(
args
),
0
,
args
,
NULL
);
gimp_plugin_menu_register
(
PLUG_IN_NAME
,
"<Image>/Filters/Combine"
);
gimp_plugin_menu_register
(
PLUG_IN_NAME
,
"<Image>/Filters/
Effects/
Combine"
);
}
static
void
...
...
plug-ins/common/film.c
View file @
745e7119
...
...
@@ -239,7 +239,7 @@ query (void)
G_N_ELEMENTS
(
return_vals
),
args
,
return_vals
);
gimp_plugin_menu_register
(
"plug_in_film"
,
"<Image>/Filters/Combine"
);
gimp_plugin_menu_register
(
"plug_in_film"
,
"<Image>/Filters/
Effects/
Combine"
);
}
static
void
...
...
plug-ins/common/flarefx.c
View file @
745e7119
...
...
@@ -198,7 +198,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_flarefx"
,
"<Image>/Filters/Light
Effects
/Light"
);
"<Image>/Filters/Light
and Shadow
/Light"
);
}
static
void
...
...
plug-ins/common/glasstile.c
View file @
745e7119
...
...
@@ -131,7 +131,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_glasstile"
,
"<Image>/Filters/Light
Effects
/Glass"
);
"<Image>/Filters/Light
and Shadow
/Glass"
);
}
static
void
...
...
plug-ins/common/lic.c
View file @
745e7119
...
...
@@ -815,7 +815,7 @@ query (void)
G_N_ELEMENTS
(
args
),
0
,
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_lic"
,
"<Image>/Filters/
Map
"
);
gimp_plugin_menu_register
(
"plug_in_lic"
,
"<Image>/Filters/
Artistic
"
);
}
static
void
...
...
plug-ins/common/nova.c
View file @
745e7119
...
...
@@ -180,7 +180,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_nova"
,
"<Image>/Filters/Light
Effects
/Light"
);
"<Image>/Filters/Light
and Shadow
/Light"
);
}
static
void
...
...
plug-ins/common/sparkle.c
View file @
745e7119
...
...
@@ -189,7 +189,7 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_sparkle"
,
"<Image>/Filters/Light
Effects
/Light"
);
"<Image>/Filters/Light
and Shadow
/Light"
);
}
static
void
...
...
plug-ins/common/vpropagate.c
View file @
745e7119
...
...
@@ -267,8 +267,8 @@ query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
DEFAULT_PLUG_IN_NAME
,
"<Image>/Filters/Distorts"
);
gimp_plugin_menu_register
(
ERODE_PLUG_IN_NAME
,
"<Image>/Filters/Generic"
);
gimp_plugin_menu_register
(
DILATE_PLUG_IN_NAME
,
"<Image>/Filters/Generic"
);
gimp_plugin_menu_register
(
ERODE_PLUG_IN_NAME
,
"<Image>/Filters/
Effects/
Generic"
);
gimp_plugin_menu_register
(
DILATE_PLUG_IN_NAME
,
"<Image>/Filters/
Effects/
Generic"
);
}
static
void
...
...
plug-ins/gflare/gflare.c
View file @
745e7119
...
...
@@ -824,7 +824,7 @@ plugin_query (void)
args
,
NULL
);
gimp_plugin_menu_register
(
"plug_in_gflare"
,
"<Image>/Filters/Light
Effects
/Light"
);
"<Image>/Filters/Light
and Shadow
/Light"
);
}
void
...
...
plug-ins/pygimp/doc/pygimp.html
View file @
745e7119
...
...
@@ -532,7 +532,7 @@ register(
"James Henstridge",
"James Henstridge",
"1997-1999",
"
<
Image
>
/
Python-Fu/Alchemy
/Clothify",
"
<
Image
>
/
Filters/Artistic
/Clothify",
"RGB*, GRAY*",
[
(PF_INT, "x_blur", "X Blur", 9),
...
...
@@ -5399,4 +5399,4 @@ TARGET="_top"
></DIV
></BODY
></HTML
>
\ No newline at end of file
>
plug-ins/pygimp/doc/pygimp.sgml
View file @
745e7119
...
...
@@ -153,7 +153,7 @@ register(
"James Henstridge",
"James Henstridge",
"1997-1999",
"
<
Image
>
/
Python-Fu/Alchemy
/Clothify",
"
<
Image
>
/
Filters/Artistic
/Clothify",
"RGB*, GRAY*",
[
(PF_INT, "x_blur", "X Blur", 9),
...
...
plug-ins/pygimp/doc/structure-of-plugin.html
View file @
745e7119
...
...
@@ -162,7 +162,7 @@ register(
"James Henstridge",
"James Henstridge",
"1997-1999",
"
<
Image
>
/
Python-Fu/Alchemy
/Clothify",
"
<
Image
>
/
Filters/Artistic
/Clothify",
"RGB*, GRAY*",
[
(PF_INT, "x_blur", "X Blur", 9),
...
...
@@ -570,4 +570,4 @@ VALIGN="top"
></DIV
></BODY
></HTML
>
\ No newline at end of file
>
plug-ins/pygimp/plug-ins/clothify.py
View file @
745e7119
...
...
@@ -61,7 +61,7 @@ register(
"James Henstridge"
,
"James Henstridge"
,
"1997-1999"
,
"<Image>/Filters/A
lchemy
/_Clothify..."
,
"<Image>/Filters/A
rtistic
/_Clothify..."
,
"RGB*, GRAY*"
,
[
(
PF_INT
,
"x_blur"
,
"X blur"
,
9
),
...
...
plug-ins/pygimp/plug-ins/shadow_bevel.py
View file @
745e7119
...
...
@@ -60,7 +60,7 @@ register(
"James Henstridge"
,
"James Henstridge"
,
"1999"
,
"<Image>/Filters/Shadow/_Drop Shadow and Bevel..."
,
"<Image>/Filters/
Light and Shadow/
Shadow/_Drop Shadow and Bevel..."
,
"RGBA, GRAYA"
,
[
(
PF_SLIDER
,
"blur"
,
"Shadow blur"
,
6
,
(
1
,
30
,
1
)),
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment