Renamed folders in plug-ins/. Unfortunately it's impossible to rename the

2008-03-24  Michael Natterer  <mitch@gimp.org>

	Renamed folders in plug-ins/. Unfortunately it's impossible to
	rename the files inside at the same time, so this is just
	part one...

	* plug-ins/FractalExplorer -> fractal-explorer
	* plug-ins/Lighting -> lighting
	* plug-ins/MapObject -> map-object
	* plug-ins/gflare -> gradient-flare
	* plug-ins/gfli -> fli
	* plug-ins/helpbrowser -> help-browser
	* plug-ins/ifscompose -> ifs-compose
	* plug-ins/rcm -> colormap-rotate
	* plug-ins/sel2path -> selection-to-path
	* plug-ins/winicon -> win-icon
	* plug-ins/winsnap -> win-snap

	* configure.in
	* plug-ins/Makefile.am: changed accordingly.


svn path=/trunk/; revision=25194
This commit is contained in:
Michael Natterer 2008-03-24 16:36:03 +00:00 committed by Michael Natterer
parent 5a050ae3ae
commit 8876b879d3
183 changed files with 62 additions and 41 deletions

View File

@ -1,3 +1,24 @@
2008-03-24 Michael Natterer <mitch@gimp.org>
Renamed folders in plug-ins/. Unfortunately it's impossible to
rename the files inside at the same time, so this is just
part one...
* plug-ins/FractalExplorer -> fractal-explorer
* plug-ins/Lighting -> lighting
* plug-ins/MapObject -> map-object
* plug-ins/gflare -> gradient-flare
* plug-ins/gfli -> fli
* plug-ins/helpbrowser -> help-browser
* plug-ins/ifscompose -> ifs-compose
* plug-ins/rcm -> colormap-rotate
* plug-ins/sel2path -> selection-to-path
* plug-ins/winicon -> win-icon
* plug-ins/winsnap -> win-snap
* configure.in
* plug-ins/Makefile.am: changed accordingly.
2008-03-24 Michael Natterer <mitch@gimp.org>
Renamed tons of plug-ins to make more sense and to be consistent:

View File

@ -1208,7 +1208,7 @@ else
have_gtkhtml2="no (GtkHtml2 support disabled)"
fi
AM_CONDITIONAL(BUILD_HELPBROWSER, test "x$have_gtkhtml2" = xyes)
AM_CONDITIONAL(BUILD_HELP_BROWSER, test "x$have_gtkhtml2" = xyes)
###################
@ -1959,39 +1959,34 @@ app/vectors/Makefile
app/widgets/Makefile
app/xcf/Makefile
plug-ins/Makefile
plug-ins/script-fu/Makefile
plug-ins/script-fu/ftx/Makefile
plug-ins/script-fu/re/Makefile
plug-ins/script-fu/tinyscheme/Makefile
plug-ins/script-fu/scripts/Makefile
plug-ins/script-fu/scripts/images/Makefile
plug-ins/xjt/Makefile
plug-ins/FractalExplorer/Makefile
plug-ins/FractalExplorer/examples/Makefile
plug-ins/Lighting/Makefile
plug-ins/Lighting/images/Makefile
plug-ins/MapObject/Makefile
plug-ins/bmp/Makefile
plug-ins/colormap-rotate/Makefile
plug-ins/colormap-rotate/images/Makefile
plug-ins/common/Makefile
plug-ins/faxg3/Makefile
plug-ins/fits/Makefile
plug-ins/flame/Makefile
plug-ins/fli/Makefile
plug-ins/fractal-explorer/Makefile
plug-ins/fractal-explorer/examples/Makefile
plug-ins/gfig/Makefile
plug-ins/gfig/gfig-examples/Makefile
plug-ins/gfig/images/Makefile
plug-ins/gflare/Makefile
plug-ins/gflare/gflares/Makefile
plug-ins/gfli/Makefile
plug-ins/gimpressionist/Makefile
plug-ins/gradient-flare/Makefile
plug-ins/gradient-flare/gflares/Makefile
plug-ins/gimpressionist/Brushes/Makefile
plug-ins/gimpressionist/Makefile
plug-ins/gimpressionist/Paper/Makefile
plug-ins/gimpressionist/Presets/Makefile
plug-ins/help-browser/Makefile
plug-ins/help/Makefile
plug-ins/helpbrowser/Makefile
plug-ins/ifscompose/Makefile
plug-ins/ifs-compose/Makefile
plug-ins/imagemap/Makefile
plug-ins/imagemap/images/Makefile
plug-ins/jpeg/Makefile
plug-ins/lighting/Makefile
plug-ins/lighting/images/Makefile
plug-ins/map-object/Makefile
plug-ins/maze/Makefile
plug-ins/metadata/Makefile
plug-ins/pagecurl/Makefile
@ -1999,14 +1994,19 @@ plug-ins/print/Makefile
plug-ins/psd/Makefile
plug-ins/pygimp/Makefile
plug-ins/pygimp/plug-ins/Makefile
plug-ins/rcm/Makefile
plug-ins/rcm/images/Makefile
plug-ins/sel2path/Makefile
plug-ins/script-fu/Makefile
plug-ins/script-fu/ftx/Makefile
plug-ins/script-fu/re/Makefile
plug-ins/script-fu/scripts/Makefile
plug-ins/script-fu/scripts/images/Makefile
plug-ins/script-fu/tinyscheme/Makefile
plug-ins/selection-to-path/Makefile
plug-ins/sgi/Makefile
plug-ins/twain/Makefile
plug-ins/uri/Makefile
plug-ins/winicon/Makefile
plug-ins/winsnap/Makefile
plug-ins/win-icon/Makefile
plug-ins/win-snap/Makefile
plug-ins/xjt/Makefile
modules/Makefile
devel-docs/Makefile
devel-docs/app/Makefile

View File

@ -4,8 +4,8 @@ EXTRA_DIST = \
makefile.msc
if BUILD_HELPBROWSER
helpbrowser = helpbrowser
if BUILD_HELP_BROWSER
help_browser = help-browser
endif
if BUILD_JPEG
@ -29,12 +29,12 @@ twain = twain
endif
if HAVE_PNG
winicon = winicon
win_icon = win-icon
endif
if OS_WIN32
twain = twain
winsnap = winsnap
win_snap = win-snap
if HAVE_LIBCURL
uri = uri
endif
@ -49,34 +49,34 @@ endif
SUBDIRS = \
$(script_fu) \
FractalExplorer \
Lighting \
MapObject \
$(pygimp) \
bmp \
colormap-rotate \
faxg3 \
fits \
flame \
fli \
fractal-explorer \
gfig \
gflare \
gfli \
gimpressionist \
gradient-flare \
help \
$(helpbrowser) \
ifscompose \
$(help_browser) \
ifs-compose \
imagemap \
$(jpeg) \
lighting \
map-object \
maze \
metadata \
pagecurl \
$(print) \
$(pygimp) \
psd \
rcm \
selection-to-path \
sgi \
sel2path \
$(twain) \
$(uri) \
$(winicon) \
$(winsnap) \
$(win_icon) \
$(win_snap) \
$(xjt) \
common

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 725 B

Some files were not shown because too many files have changed in this diff Show More