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> 2008-03-24 Sven Neumann <sven@gimp.org>
* app/core/gimp-user-install.c (user_install_migrate_files): don't * 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/gfig-examples/Makefile
plug-ins/gfig/images/Makefile plug-ins/gfig/images/Makefile
plug-ins/gradient-flare/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/Brushes/Makefile
plug-ins/gimpressionist/Makefile plug-ins/gimpressionist/Makefile
plug-ins/gimpressionist/Paper/Makefile plug-ins/gimpressionist/Paper/Makefile

View File

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

View File

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

View File

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

View File

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

View File

@ -64,7 +64,7 @@
#define RESPONSE_RESCAN 1 #define RESPONSE_RESCAN 1
#define PLUG_IN_PROC "plug-in-gflare" #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_NAME_MAX 256
#define GRADIENT_RESOLUTION 360 #define GRADIENT_RESOLUTION 360

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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