2001-12-29 Michael Natterer <mitch@gimp.org> * app/gimpprogress.c * app/nav_window.c * app/ops_buttons.c * app/undo_history.c * app/display/gimpdisplayshell.c * app/gui/about-dialog.c * app/gui/brush-editor.c * app/gui/channels-commands.c * app/gui/color-area.c * app/gui/color-notebook.c * app/gui/color-select.c * app/gui/colormap-dialog.c * app/gui/convert-dialog.c * app/gui/device-status-dialog.c * app/gui/file-new-dialog.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradient-editor.c * app/gui/info-dialog.c * app/gui/layers-commands.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-editor.c * app/gui/palettes-commands.c * app/gui/paths-dialog.c * app/gui/qmask-commands.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/splash.c * app/gui/tips-dialog.c * app/gui/toolbox.c * app/gui/user-install-dialog.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinktool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimprotatetool.c * app/tools/gimpthresholdtool.c * app/tools/paint_options.c * app/tools/selection_options.c * app/widgets/gimpchannellistview.c * app/widgets/gimpcolorpanel.c * app/widgets/gimpcomponentlistitem.c * app/widgets/gimpconstrainedhwrapbox.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerlistview.c * app/widgets/gimpcontainermenuimpl.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdnd.c * app/widgets/gimpdock.c * app/widgets/gimpdockbook.c * app/widgets/gimpdrawablelistitem.c * app/widgets/gimpdrawablelistview.c * app/widgets/gimpfontselection-dialog.c * app/widgets/gimphistogramview.c * app/widgets/gimpitemfactory.c * app/widgets/gimplayerlistitem.c * app/widgets/gimplistitem.[ch] * app/widgets/gimpmenuitem.c * app/widgets/gimppreview.[ch] * app/widgets/gtkhwrapbox.c * app/widgets/gtkvwrapbox.c * app/widgets/gtkwrapbox.c * libgimp/gimpbrushmenu.c * libgimp/gimpexport.c * libgimp/gimpgradientmenu.c * libgimp/gimpmenu.c * libgimp/gimppatternmenu.c * libgimpwidgets/gimpbutton.c * libgimpwidgets/gimpchainbutton.[ch] * libgimpwidgets/gimpcolorarea.h * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpfileselection.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppatheditor.c * libgimpwidgets/gimppixmap.h * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpstock.[ch] * libgimpwidgets/gimpwidgets.h * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/Events.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/bmp/bmpwrite.c * plug-ins/dbbrowser/dbbrowser_utils.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/fp/fp_misc.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/gimpressionist/*.c * plug-ins/imagemap/*.[ch] * plug-ins/maze/maze_face.c * plug-ins/mosaic/mosaic.c * plug-ins/pagecurl/pagecurl.c * plug-ins/print/print_gimp.h * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c * plug-ins/sel2path/sel2path.c * plug-ins/sel2path/sel2path_adv_dialog.c * plug-ins/sgi/sgi.c * plug-ins/webbrowser/webbrowser.c * plug-ins/xjt/xjt.c * plug-ins/common/[A-n]*.c: compile with GTK_DISABLE_DEPRECATED defined. Not everything is fully ported yet, had to #undef GTK_DISABLE_DEPRECATED in many places and added #warnings when doing so. * pixmaps/Makefile.am * pixmaps/chain.xpm: removed. * themes/Default/Makefile.am * themes/Default/images/Makefile.am * themes/Default/images/stock-button-hchain-broken.png * themes/Default/images/stock-button-hchain.png * themes/Default/images/stock-button-vchain-broken.png * themes/Default/images/stock-button-vchain.png: new stock icons.
174 lines
4.5 KiB
C
174 lines
4.5 KiB
C
/*
|
|
* This is a plug-in for the GIMP.
|
|
*
|
|
* Generates clickable image maps.
|
|
*
|
|
* Copyright (C) 1998-1999 Maurits Rijk lpeek.mrijk@consunet.nl
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
#include "config.h"
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
|
|
#include <libgimp/gimp.h>
|
|
#include <libgimp/gimpui.h>
|
|
|
|
#include "imap_default_dialog.h"
|
|
#include "imap_file.h"
|
|
#include "imap_main.h"
|
|
#include "imap_table.h"
|
|
|
|
#include "libgimp/stdplugins-intl.h"
|
|
|
|
|
|
static void
|
|
open_cb(GtkWidget *widget, gpointer data)
|
|
{
|
|
const gchar *filename;
|
|
struct stat buf;
|
|
int err;
|
|
|
|
filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(data));
|
|
err = stat(filename, &buf);
|
|
if (!err && (buf.st_mode & S_IFREG)) {
|
|
gtk_widget_hide((GtkWidget*) data);
|
|
load(filename);
|
|
} else {
|
|
do_file_error_dialog(_("Error opening file"), filename);
|
|
}
|
|
}
|
|
|
|
void
|
|
do_file_open_dialog(void)
|
|
{
|
|
static GtkWidget *dialog;
|
|
if (!dialog) {
|
|
dialog = gtk_file_selection_new(_("Load Imagemap"));
|
|
g_signal_connect_swapped(
|
|
G_OBJECT(GTK_FILE_SELECTION(dialog)->cancel_button),
|
|
"clicked", G_CALLBACK(gtk_widget_hide), dialog);
|
|
g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(dialog)->ok_button),
|
|
"clicked", G_CALLBACK(open_cb), dialog);
|
|
}
|
|
gtk_widget_show(dialog);
|
|
}
|
|
|
|
static void
|
|
really_overwrite(gpointer data)
|
|
{
|
|
gtk_widget_hide((GtkWidget*) data);
|
|
save_as(gtk_file_selection_get_filename(GTK_FILE_SELECTION(data)));
|
|
}
|
|
|
|
static void
|
|
do_file_exists_dialog(gpointer data)
|
|
{
|
|
static DefaultDialog_t *dialog;
|
|
|
|
if (!dialog) {
|
|
dialog = make_default_dialog(_("File exists!"));
|
|
default_dialog_hide_apply_button(dialog);
|
|
default_dialog_set_ok_cb(dialog, really_overwrite, data);
|
|
default_dialog_set_label(
|
|
dialog,
|
|
_("File already exists.\n"
|
|
" Do you really want to overwrite? "));
|
|
}
|
|
default_dialog_show(dialog);
|
|
}
|
|
|
|
static void
|
|
save_cb(GtkWidget *widget, gpointer data)
|
|
{
|
|
const gchar *filename;
|
|
struct stat buf;
|
|
int err;
|
|
|
|
filename = gtk_file_selection_get_filename(GTK_FILE_SELECTION(data));
|
|
err = stat(filename, &buf);
|
|
if (err) {
|
|
gtk_widget_hide((GtkWidget*) data);
|
|
save_as(filename);
|
|
} else { /* File exists */
|
|
if (buf.st_mode & S_IFREG) {
|
|
do_file_exists_dialog(data);
|
|
} else {
|
|
/* Fix me! */
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
do_file_save_as_dialog(void)
|
|
{
|
|
static GtkWidget *dialog;
|
|
if (!dialog) {
|
|
dialog = gtk_file_selection_new(_("Save Imagemap"));
|
|
g_signal_connect_swapped(
|
|
G_OBJECT(GTK_FILE_SELECTION(dialog)->cancel_button),
|
|
"clicked", G_CALLBACK(gtk_widget_hide), dialog);
|
|
g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(dialog)->ok_button),
|
|
"clicked", G_CALLBACK(save_cb), dialog);
|
|
}
|
|
gtk_widget_show(dialog);
|
|
}
|
|
|
|
typedef struct {
|
|
DefaultDialog_t *dialog;
|
|
GtkWidget *error;
|
|
GtkWidget *filename;
|
|
} FileErrorDialog_t;
|
|
|
|
static FileErrorDialog_t*
|
|
create_file_error_dialog()
|
|
{
|
|
FileErrorDialog_t *file_dialog = g_new(FileErrorDialog_t, 1);
|
|
DefaultDialog_t *dialog;
|
|
GtkWidget *table;
|
|
|
|
file_dialog->dialog = dialog = make_default_dialog(_("Error"));
|
|
default_dialog_hide_apply_button(dialog);
|
|
default_dialog_hide_cancel_button(dialog);
|
|
|
|
table = gtk_table_new(2, 1, FALSE);
|
|
gtk_container_set_border_width(GTK_CONTAINER(table), 10);
|
|
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog->dialog)->vbox), table,
|
|
TRUE, TRUE, 10);
|
|
gtk_widget_show(table);
|
|
|
|
file_dialog->error = create_label_in_table(table, 0, 0, "");
|
|
file_dialog->filename = create_label_in_table(table, 1, 0, "");
|
|
|
|
return file_dialog;
|
|
}
|
|
|
|
void
|
|
do_file_error_dialog(const char *error, const char *filename)
|
|
{
|
|
static FileErrorDialog_t *dialog;
|
|
|
|
if (!dialog)
|
|
dialog = create_file_error_dialog();
|
|
|
|
gtk_label_set_text(GTK_LABEL(dialog->error), error);
|
|
gtk_label_set_text(GTK_LABEL(dialog->filename), filename);
|
|
|
|
default_dialog_show(dialog->dialog);
|
|
}
|