plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose

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

	* plug-ins/map-object
	* plug-ins/gradient-flare
	* plug-ins/ifs-compose
	* plug-ins/selection-to-path
	* plug-ins/lighting
	* plug-ins/help-browser
	* plug-ins/fli: rename files in these folders to have no
	underscores and match new names of the plug-ins.

	* configure.in: changed accordingly.


svn path=/trunk/; revision=25197
This commit is contained in:
Michael Natterer 2008-03-24 18:33:25 +00:00 committed by Michael Natterer
parent 4cc03a88be
commit 2042f4f9e6
57 changed files with 169 additions and 153 deletions

View File

@ -1,3 +1,16 @@
2008-03-24 Michael Natterer <mitch@gimp.org>
* plug-ins/map-object
* plug-ins/gradient-flare
* plug-ins/ifs-compose
* plug-ins/selection-to-path
* plug-ins/lighting
* plug-ins/help-browser
* plug-ins/fli: rename files in these folders to have no
underscores and match new names of the plug-ins.
* configure.in: changed accordingly.
2008-03-24 Sven Neumann <sven@gimp.org>
* app/core/gimp-user-install.c (user_install_migrate_files): don't

View File

@ -1973,7 +1973,7 @@ plug-ins/gfig/Makefile
plug-ins/gfig/gfig-examples/Makefile
plug-ins/gfig/images/Makefile
plug-ins/gradient-flare/Makefile
plug-ins/gradient-flare/gflares/Makefile
plug-ins/gradient-flare/flares/Makefile
plug-ins/gimpressionist/Brushes/Makefile
plug-ins/gimpressionist/Makefile
plug-ins/gimpressionist/Paper/Makefile

View File

@ -16,12 +16,12 @@ AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = gfli
libexec_PROGRAMS = fli
gfli_SOURCES = \
fli_SOURCES = \
fli.h \
fli.c \
gfli.c
fli-gimp.c
INCLUDES = \
-I$(top_srcdir) \

View File

@ -68,7 +68,7 @@
#define LOAD_PROC "file-fli-load"
#define SAVE_PROC "file-fli-save"
#define INFO_PROC "file-fli-info"
#define PLUG_IN_BINARY "gfli"
#define PLUG_IN_BINARY "fli"
static void query (void);

View File

@ -14,13 +14,13 @@ endif
AM_LDFLAGS = $(mwindows)
SUBDIRS = gflares
SUBDIRS = flares
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = gflare
libexec_PROGRAMS = gradient-flare
gflare_SOURCES = gflare.c
gflare_SOURCES = gradient-flare.c
INCLUDES = \
-I$(top_srcdir) \

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
gflaredir = $(gimpdatadir)/gflare
flaredir = $(gimpdatadir)/gflare
gflare_DATA = \
flare_DATA = \
Bright_Star \
Classic \
Distant_Sun \
@ -11,4 +11,4 @@ gflare_DATA = \
GFlare_102 \
Hidden_Planet
EXTRA_DIST = $(gflare_DATA)
EXTRA_DIST = $(flare_DATA)

View File

@ -64,7 +64,7 @@
#define RESPONSE_RESCAN 1
#define PLUG_IN_PROC "plug-in-gflare"
#define PLUG_IN_BINARY "gflare"
#define PLUG_IN_BINARY "gradient-flare"
#define GRADIENT_NAME_MAX 256
#define GRADIENT_RESOLUTION 360

View File

@ -17,7 +17,7 @@ AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = helpbrowser
libexec_PROGRAMS = help-browser
INCLUDES = \
-I$(top_srcdir) \
@ -37,12 +37,12 @@ LDADD = \
$(RT_LIBS) \
$(INTLLIBS)
helpbrowser_sources = \
help_browser_sources = \
gimpthrobber.c \
gimpthrobber.h \
gimpthrobberaction.c \
gimpthrobberaction.h \
helpbrowser.c \
help-browser.c \
dialog.c \
dialog.h \
queue.c \
@ -50,11 +50,11 @@ helpbrowser_sources = \
uri.c \
uri.h
helpbrowser_built_sources = logo-pixbuf.h
dialog.c: $(helpbrowser_built_sources)
help_browser_built_sources = logo-pixbuf.h
dialog.c: $(help_browser_built_sources)
helpbrowser_SOURCES = \
$(helpbrowser_built_sources) $(helpbrowser_sources)
help_browser_SOURCES = \
$(help_browser_built_sources) $(help_browser_sources)
$(srcdir)/logo-pixbuf.h: wilber-reading.png

View File

@ -16,13 +16,13 @@ AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = ifscompose
libexec_PROGRAMS = ifs-compose
ifscompose_SOURCES = \
ifscompose.c \
ifscompose.h \
ifscompose_utils.c \
ifscompose_storage.c
ifs_compose_SOURCES = \
ifs-compose.c \
ifs-compose.h \
ifs-compose-utils.c \
ifs-compose-storage.c
EXTRA_DIST = README.ifscompose

View File

@ -27,7 +27,7 @@
#include <libgimp/gimp.h>
#include "ifscompose.h"
#include "ifs-compose.h"
enum {

View File

@ -28,7 +28,7 @@
#include <libgimp/gimp.h>
#include "ifscompose.h"
#include "ifs-compose.h"
typedef struct

View File

@ -38,7 +38,7 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "ifscompose.h"
#include "ifs-compose.h"
#include "libgimp/stdplugins-intl.h"

View File

@ -180,7 +180,3 @@ gchar * ifsvals_stringify (IfsComposeVals *vals,
gboolean ifsvals_parse_string (const gchar *str,
IfsComposeVals *vals,
AffElement ***elements);

View File

@ -18,23 +18,23 @@ SUBDIRS = images
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = Lighting
libexec_PROGRAMS = lighting
Lighting_SOURCES = \
lighting_apply.c \
lighting_apply.h \
lighting_image.c \
lighting_image.h \
lighting_main.c \
lighting_main.h \
lighting_preview.c \
lighting_preview.h \
lighting_shade.c \
lighting_shade.h \
lighting_stock.c \
lighting_stock.h \
lighting_ui.c \
lighting_ui.h
lighting_SOURCES = \
lighting-apply.c \
lighting-apply.h \
lighting-image.c \
lighting-image.h \
lighting-main.c \
lighting-main.h \
lighting-preview.c \
lighting-preview.h \
lighting-shade.c \
lighting-shade.h \
lighting-stock.c \
lighting-stock.h \
lighting-ui.c \
lighting-ui.h
INCLUDES = \
-I$(top_srcdir) \

View File

@ -8,13 +8,14 @@
#include <libgimp/gimp.h>
#include "lighting_main.h"
#include "lighting_image.h"
#include "lighting_shade.h"
#include "lighting_apply.h"
#include "lighting-main.h"
#include "lighting-image.h"
#include "lighting-shade.h"
#include "lighting-apply.h"
#include "libgimp/stdplugins-intl.h"
/*************/
/* Main loop */
/*************/

View File

@ -8,10 +8,10 @@
#include <libgimp/gimp.h>
#include "lighting_main.h"
#include "lighting_image.h"
#include "lighting_preview.h"
#include "lighting_ui.h"
#include "lighting-main.h"
#include "lighting-image.h"
#include "lighting-preview.h"
#include "lighting-ui.h"
GimpDrawable *input_drawable,*output_drawable;

View File

@ -26,12 +26,12 @@
#include <libgimp/gimp.h>
#include "lighting_apply.h"
#include "lighting_image.h"
#include "lighting_main.h"
#include "lighting_preview.h"
#include "lighting_shade.h"
#include "lighting_ui.h"
#include "lighting-apply.h"
#include "lighting-image.h"
#include "lighting-main.h"
#include "lighting-preview.h"
#include "lighting-shade.h"
#include "lighting-ui.h"
#include "libgimp/stdplugins-intl.h"

View File

@ -9,13 +9,14 @@
#include <libgimp/gimp.h>
#include <libgimpmath/gimpmath.h>
#include "lighting_main.h"
#include "lighting_ui.h"
#include "lighting_image.h"
#include "lighting_apply.h"
#include "lighting_shade.h"
#include "lighting-main.h"
#include "lighting-ui.h"
#include "lighting-image.h"
#include "lighting-apply.h"
#include "lighting-shade.h"
#include "lighting-preview.h"
#include "lighting_preview.h"
#define LIGHT_SYMBOL_SIZE 8

View File

@ -6,9 +6,9 @@
#include <libgimp/gimp.h>
#include "lighting_main.h"
#include "lighting_image.h"
#include "lighting_shade.h"
#include "lighting-main.h"
#include "lighting-image.h"
#include "lighting-shade.h"
static GimpVector3 *triangle_normals[2] = { NULL, NULL };

View File

@ -20,7 +20,7 @@
#include <gtk/gtk.h>
#include "lighting_stock.h"
#include "lighting-stock.h"
#include "images/stock-pixbufs.h"

View File

@ -27,15 +27,16 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "lighting_ui.h"
#include "lighting_main.h"
#include "lighting_image.h"
#include "lighting_apply.h"
#include "lighting_preview.h"
#include "lighting_stock.h"
#include "lighting-ui.h"
#include "lighting-main.h"
#include "lighting-image.h"
#include "lighting-apply.h"
#include "lighting-preview.h"
#include "lighting-stock.h"
#include "libgimp/stdplugins-intl.h"
extern LightingValues mapvals;
static GtkWidget *appwin = NULL;

View File

@ -16,25 +16,25 @@ AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = MapObject
libexec_PROGRAMS = map-object
MapObject_SOURCES = \
map_object_SOURCES = \
arcball.c \
arcball.h \
mapobject_apply.c \
mapobject_apply.h \
mapobject_image.c \
mapobject_image.h \
mapobject_main.c \
mapobject_main.h \
mapobject_preview.c \
mapobject_preview.h \
mapobject_shade.c \
mapobject_shade.h \
mapobject_stock.c \
mapobject_stock.h \
mapobject_ui.c \
mapobject_ui.h
map-object-apply.c \
map-object-apply.h \
map-object-image.c \
map-object-image.h \
map-object-main.c \
map-object-main.h \
map-object-preview.c \
map-object-preview.h \
map-object-shade.c \
map-object-shade.h \
map-object-stock.c \
map-object-stock.h \
map-object-ui.c \
map-object-ui.h
INCLUDES = \
-I$(top_srcdir) \

View File

@ -11,10 +11,10 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "mapobject_main.h"
#include "mapobject_image.h"
#include "mapobject_shade.h"
#include "mapobject_apply.h"
#include "map-object-main.h"
#include "map-object-image.h"
#include "map-object-shade.h"
#include "map-object-apply.h"
#include "libgimp/stdplugins-intl.h"

View File

@ -16,11 +16,12 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "mapobject_main.h"
#include "mapobject_preview.h"
#include "mapobject_shade.h"
#include "mapobject_ui.h"
#include "mapobject_image.h"
#include "map-object-main.h"
#include "map-object-preview.h"
#include "map-object-shade.h"
#include "map-object-ui.h"
#include "map-object-image.h"
GimpDrawable *input_drawable, *output_drawable;
GimpPixelRgn source_region,dest_region;

View File

@ -27,11 +27,11 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "mapobject_ui.h"
#include "mapobject_image.h"
#include "mapobject_apply.h"
#include "mapobject_preview.h"
#include "mapobject_main.h"
#include "map-object-ui.h"
#include "map-object-image.h"
#include "map-object-apply.h"
#include "map-object-preview.h"
#include "map-object-main.h"
#include "libgimp/stdplugins-intl.h"

View File

@ -9,12 +9,13 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "mapobject_main.h"
#include "mapobject_ui.h"
#include "mapobject_image.h"
#include "mapobject_apply.h"
#include "mapobject_shade.h"
#include "mapobject_preview.h"
#include "map-object-main.h"
#include "map-object-ui.h"
#include "map-object-image.h"
#include "map-object-apply.h"
#include "map-object-shade.h"
#include "map-object-preview.h"
line linetab[WIRESIZE*2+8];
gdouble mat[3][4];

View File

@ -9,10 +9,11 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#include "mapobject_apply.h"
#include "mapobject_main.h"
#include "mapobject_image.h"
#include "mapobject_shade.h"
#include "map-object-apply.h"
#include "map-object-main.h"
#include "map-object-image.h"
#include "map-object-shade.h"
gdouble bx1, by1, bx2, by2;
get_ray_color_func get_ray_color;

View File

@ -20,7 +20,7 @@
#include <gtk/gtk.h>
#include "mapobject_stock.h"
#include "map-object-stock.h"
#include "../lighting/images/stock-pixbufs.h"

View File

@ -8,12 +8,12 @@
#include <libgimp/gimpui.h>
#include "arcball.h"
#include "mapobject_ui.h"
#include "mapobject_image.h"
#include "mapobject_apply.h"
#include "mapobject_preview.h"
#include "mapobject_main.h"
#include "mapobject_stock.h"
#include "map-object-ui.h"
#include "map-object-image.h"
#include "map-object-apply.h"
#include "map-object-preview.h"
#include "map-object-main.h"
#include "map-object-stock.h"
#include "libgimp/stdplugins-intl.h"
@ -1330,9 +1330,9 @@ main_dialog (GimpDrawable *drawable)
GimpZoomModel *model;
gboolean run = FALSE;
gimp_ui_init ("MapObject", FALSE);
gimp_ui_init ("map-object", FALSE);
appwin = gimp_dialog_new (_("Map to Object"), "MapObject",
appwin = gimp_dialog_new (_("Map to Object"), "map-object",
NULL, 0,
gimp_standard_help_func, "plug-in-map-object",

View File

@ -16,28 +16,28 @@ AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = sel2path
libexec_PROGRAMS = selection-to-path
sel2path_SOURCES = \
bitmap.h \
bounding-box.h \
curve.c \
curve.h \
edge.c \
edge.h \
fit.c \
fit.h \
global.h \
math.c \
pxl-outline.c \
pxl-outline.h \
sel2path.c \
sel2path_adv_dialog.c \
sel2path.h \
spline.c \
spline.h \
types.h \
vector.c \
selection_to_path_SOURCES = \
bitmap.h \
bounding-box.h \
curve.c \
curve.h \
edge.c \
edge.h \
fit.c \
fit.h \
global.h \
math.c \
pxl-outline.c \
pxl-outline.h \
selection-to-path.c \
selection-to-path.h \
selection-to-path-dialog.c \
spline.c \
spline.h \
types.h \
vector.c \
vector.h
EXTRA_DIST = \

View File

@ -22,7 +22,7 @@
#include <assert.h>
#include "types.h"
#include "sel2path.h"
#include "selection-to-path.h"
#include "edge.h"
/* We can move in any of eight directions as we are traversing

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include "global.h"
#include "sel2path.h"
#include "selection-to-path.h"
#include "bitmap.h"
#include "edge.h"
#include "pxl-outline.h"

View File

@ -34,7 +34,8 @@
#include "types.h"
#include "sel2path.h"
#include "selection-to-path.h"
#define SCALE_WIDTH 100
#define SCALE_DIGITS 8

View File

@ -35,13 +35,13 @@
#include "libgimp/gimpui.h"
#include "libgimpmath/gimpmath.h"
#
#include "global.h"
#include "types.h"
#include "pxl-outline.h"
#include "fit.h"
#include "spline.h"
#include "sel2path.h"
#include "selection-to-path.h"
#include "libgimp/stdplugins-intl.h"