/**
* @file
* Implementation of the file dialog interfaces defined in filedialogimpl.h.
*/
/* Authors:
* Bob Jamison
* Joel Holdsworth
* Bruno Dilly
* Other dudes from The Inkscape Organization
* Abhishek Sharma
*
* Copyright (C) 2004-2007 Bob Jamison
* Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
* Copyright (C) 2007-2008 Joel Holdsworth
* Copyright (C) 2004-2007 The Inkscape Organization
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include "filedialogimpl-gtkmm.h"
#include "ui/dialog-events.h"
#include "ui/interface.h"
#include "path-prefix.h"
#include "preferences.h"
#ifdef WITH_GNOME_VFS
#include <libgnomevfs/gnome-vfs.h>
#endif
#include <gtkmm/expander.h>
#include <glibmm/fileutils.h>
#include <glibmm/miscutils.h>
#include "document.h"
#include "svg-view-widget.h"
#include "inkscape.h"
// Routines from file.cpp
#ifdef INK_DUMP_FILENAME_CONV
#endif
namespace Inkscape {
namespace UI {
namespace Dialog {
//########################################################################
//### U T I L I T Y
//########################################################################
{
pattern += '[';
pattern += ']';
} else {
}
}
}
{
if (!parent) {
return;
}
if (GTK_IS_ENTRY(wid))
else if (GTK_IS_CONTAINER(wid))
}
}
{
if (!parent)
return;
if (GTK_IS_EXPANDER(wid))
else if (GTK_IS_CONTAINER(wid))
}
}
/*#########################################################################
### SVG Preview Widget
#########################################################################*/
{
if (document)
// This should remove it from the box, and free resources
if (viewerGtk)
return true;
}
{
/**
* I don't know why passing false to keepalive is bad. But it
* prevents the display of an svg with a non-ascii filename
*/
if (!doc) {
return false;
}
return true;
}
{
if (!xmlBuffer)
return false;
if (!doc) {
return false;
}
return true;
}
{
// Let's get real width and height from SVG file. These are template
// files so we assume they are well formed.
// std::cout << "SVGPreview::showImage: " << theFileName << std::endl;
/*#####################################
# LET'S HAVE SOME FUN WITH SVG!
# Instead of just loading an image, why
# don't we make a lovely little svg and
# display it nicely?
#####################################*/
// Arbitrary size of svg doc -- rather 'portrait' shaped
// Get some image info. Smart pointer does not need to be deleted
try
{
}
{
g_message("caught Glib::FileError in SVGPreview::showImage");
return;
}
catch (const Gdk::PixbufError &e)
{
g_message("Gdk::PixbufError in SVGPreview::showImage");
return;
}
catch (...)
{
g_message("Caught ... in SVGPreview::showImage");
return;
}
if( !input ) {
} else {
// std::cout << "|" << token << "|" << std::endl;
}
}
}
}
}
// TODO: replace int to string conversion with std::to_string when fully C++11 compliant
}
// Find the minimum scale to fit the image inside the preview area
if (scaleFactorX > scaleFactorY)
// Now get the resized values
// center the image on the area
// wrap a rectangle around the image
// Our template. Modify to taste
"<svg\n"
"xmlns=\"http://www.w3.org/2000/svg\"\n"
"xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n"
"width=\"%d\" height=\"%d\">\n" //# VALUES HERE
"<rect\n"
" style=\"fill:#eeeeee;stroke:none\"\n"
" x=\"-100\" y=\"-100\" width=\"4000\" height=\"4000\"/>\n"
"<image x=\"%d\" y=\"%d\" width=\"%d\" height=\"%d\"\n"
"xlink:href=\"%s\"/>\n"
"<rect\n"
" style=\"fill:none;"
" stroke:#000000;stroke-width:1.0;"
" stroke-linejoin:miter;stroke-opacity:1.0000000;"
" stroke-miterlimit:4.0000000;stroke-dasharray:none\"\n"
" x=\"%d\" y=\"%d\" width=\"%d\" height=\"%d\"/>\n"
"<text\n"
" style=\"font-size:24.000000;font-style:normal;font-weight:normal;"
" fill:#000000;fill-opacity:1.0000000;stroke:none;"
" font-family:Sans\"\n"
" x=\"10\" y=\"26\">%s x %s</text>\n" //# VALUES HERE
"</svg>\n\n";
// if (!Glib::get_charset()) //If we are not utf8
// Fill in the template
/* FIXME: Do proper XML quoting for fileName. */
// g_message("%s\n", xmlBuffer);
// now show it!
}
{
// Are we already showing it?
if (showingNoPreview)
return;
// Arbitrary size of svg doc -- rather 'portrait' shaped
// Our template. Modify to taste
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<svg\n"
"xmlns=\"http://www.w3.org/2000/svg\"\n"
"xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n"
"width=\"%d\" height=\"%d\">\n" //# VALUES HERE
"<g transform=\"translate(-190,24.27184)\" style=\"opacity:0.12\">\n"
"<path\n"
"style=\"font-size:12;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.936193pt\"\n"
"d=\"M 397.64309 320.25301 L 280.39197 282.517 L 250.74227 124.83447 L 345.08225 "
"29.146783 L 393.59996 46.667064 L 483.89679 135.61619 L 397.64309 320.25301 z \"\n"
"id=\"whiteSpace\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 476.95792 339.17168 C 495.78197 342.93607 499.54842 356.11361 495.78197 359.87802 "
"C 492.01856 363.6434 482.6065 367.40781 475.07663 361.76014 C 467.54478 "
"356.11361 467.54478 342.93607 476.95792 339.17168 z \"\n"
"id=\"droplet01\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 286.46194 340.42914 C 284.6277 340.91835 269.30405 327.71337 257.16909 333.8338 "
"C 245.03722 339.95336 236.89276 353.65666 248.22676 359.27982 C 259.56184 364.90298 "
"267.66433 358.41867 277.60113 351.44119 C 287.53903 344.46477 "
"287.18046 343.1206 286.46194 340.42914 z \"\n"
"id=\"droplet02\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 510.35756 306.92856 C 520.59494 304.36879 544.24333 306.92856 540.47688 321.98634 "
"C 536.71354 337.04806 504.71297 331.39827 484.00371 323.87156 C 482.12141 "
"308.81083 505.53237 308.13423 510.35756 306.92856 z \"\n"
"id=\"droplet03\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 359.2403 21.362537 C 347.92693 21.362537 336.6347 25.683095 327.96556 34.35223 "
"L 173.87387 188.41466 C 165.37697 196.9114 161.1116 207.95813 160.94269 219.04577 "
"L 160.88418 219.04577 C 160.88418 219.08524 160.94076 219.12322 160.94269 219.16279 "
"C 160.94033 219.34888 160.88418 219.53256 160.88418 219.71865 L 161.14748 219.71865 "
"C 164.0966 230.93917 240.29699 245.24198 248.79866 253.74346 C 261.63771 266.58263 "
"199.5652 276.01151 212.4041 288.85074 C 225.24316 301.68979 289.99433 313.6933 302.8346 "
"326.53254 C 315.67368 339.37161 276.5961 353.04289 289.43532 365.88196 C 302.27439 "
"378.72118 345.40201 362.67257 337.5908 396.16198 C 354.92909 413.50026 391.10302 "
"405.2208 415.32417 387.88252 C 428.16323 375.04345 390.6948 376.17577 403.53397 "
"363.33668 C 416.37304 350.49745 448.78128 350.4282 476.08902 319.71589 C 465.09739 "
"302.62116 429.10801 295.34136 441.94719 282.50217 C 454.78625 269.66311 479.74708 "
"276.18423 533.60644 251.72479 C 559.89837 239.78398 557.72636 230.71459 557.62567 "
"219.71865 C 557.62356 219.48727 557.62567 219.27892 557.62567 219.04577 L 557.56716 "
"219.04577 C 557.3983 207.95812 553.10345 196.9114 544.60673 188.41466 L 390.54428 "
"34.35223 C 381.87515 25.683095 370.55366 21.362537 359.2403 21.362537 z M 357.92378 "
"41.402939 C 362.95327 41.533963 367.01541 45.368018 374.98006 50.530832 L 447.76915 "
"104.50827 C 448.56596 105.02498 449.32484 105.564 450.02187 106.11735 C 450.7189 106.67062 "
"451.3556 107.25745 451.95277 107.84347 C 452.54997 108.42842 453.09281 109.01553 453.59111 "
"109.62808 C 454.08837 110.24052 454.53956 110.86661 454.93688 111.50048 C 455.33532 112.13538 "
"455.69164 112.78029 455.9901 113.43137 C 456.28877 114.08363 456.52291 114.75639 456.7215 "
"115.42078 C 456.92126 116.08419 457.08982 116.73973 457.18961 117.41019 C 457.28949 "
"118.08184 457.33588 118.75535 457.33588 119.42886 L 414.21245 98.598549 L 409.9118 "
"131.16055 L 386.18512 120.04324 L 349.55654 144.50131 L 335.54288 96.1703 L 317.4919 "
"138.4453 L 267.08369 143.47735 L 267.63956 121.03795 C 267.63956 115.64823 296.69685 "
"77.915899 314.39075 68.932902 L 346.77721 45.674327 C 351.55594 42.576634 354.90608 "
"41.324327 357.92378 41.402939 z M 290.92738 261.61333 C 313.87149 267.56365 339.40299 "
"275.37038 359.88393 275.50997 L 360.76161 284.72563 C 343.2235 282.91785 306.11346 "
"274.45012 297.36372 269.98057 L 290.92738 261.61333 z \"\n"
"id=\"mountainDroplet\" />\n"
"</g> <g transform=\"translate(-20,0)\">\n"
"<text xml:space=\"preserve\"\n"
"style=\"font-size:32.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
"font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"190\" y=\"240\">%s</text></g>\n" //# VALUE HERE
"</svg>\n\n";
// Fill in the template
// g_message("%s\n", xmlBuffer);
// now show it!
showingNoPreview = true;
}
/**
* Inform the user that the svg file is too large to be displayed.
* This does not check for sizes of embedded images (yet)
*/
{
// Arbitrary size of svg doc -- rather 'portrait' shaped
// Our template. Modify to taste
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<svg\n"
"xmlns=\"http://www.w3.org/2000/svg\"\n"
"xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n"
"width=\"%d\" height=\"%d\">\n" //# VALUES HERE
"<g transform=\"translate(-170,24.27184)\" style=\"opacity:0.12\">\n"
"<path\n"
"style=\"font-size:12;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.936193pt\"\n"
"d=\"M 397.64309 320.25301 L 280.39197 282.517 L 250.74227 124.83447 L 345.08225 "
"29.146783 L 393.59996 46.667064 L 483.89679 135.61619 L 397.64309 320.25301 z \"\n"
"id=\"whiteSpace\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 476.95792 339.17168 C 495.78197 342.93607 499.54842 356.11361 495.78197 359.87802 "
"C 492.01856 363.6434 482.6065 367.40781 475.07663 361.76014 C 467.54478 "
"356.11361 467.54478 342.93607 476.95792 339.17168 z \"\n"
"id=\"droplet01\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 286.46194 340.42914 C 284.6277 340.91835 269.30405 327.71337 257.16909 333.8338 "
"C 245.03722 339.95336 236.89276 353.65666 248.22676 359.27982 C 259.56184 364.90298 "
"267.66433 358.41867 277.60113 351.44119 C 287.53903 344.46477 "
"287.18046 343.1206 286.46194 340.42914 z \"\n"
"id=\"droplet02\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 510.35756 306.92856 C 520.59494 304.36879 544.24333 306.92856 540.47688 321.98634 "
"C 536.71354 337.04806 504.71297 331.39827 484.00371 323.87156 C 482.12141 "
"308.81083 505.53237 308.13423 510.35756 306.92856 z \"\n"
"id=\"droplet03\" />\n"
"<path\n"
"style=\"font-size:12;fill-rule:evenodd;stroke-width:1pt;fill:#000000;fill-opacity:1\"\n"
"d=\"M 359.2403 21.362537 C 347.92693 21.362537 336.6347 25.683095 327.96556 34.35223 "
"L 173.87387 188.41466 C 165.37697 196.9114 161.1116 207.95813 160.94269 219.04577 "
"L 160.88418 219.04577 C 160.88418 219.08524 160.94076 219.12322 160.94269 219.16279 "
"C 160.94033 219.34888 160.88418 219.53256 160.88418 219.71865 L 161.14748 219.71865 "
"C 164.0966 230.93917 240.29699 245.24198 248.79866 253.74346 C 261.63771 266.58263 "
"199.5652 276.01151 212.4041 288.85074 C 225.24316 301.68979 289.99433 313.6933 302.8346 "
"326.53254 C 315.67368 339.37161 276.5961 353.04289 289.43532 365.88196 C 302.27439 "
"378.72118 345.40201 362.67257 337.5908 396.16198 C 354.92909 413.50026 391.10302 "
"405.2208 415.32417 387.88252 C 428.16323 375.04345 390.6948 376.17577 403.53397 "
"363.33668 C 416.37304 350.49745 448.78128 350.4282 476.08902 319.71589 C 465.09739 "
"302.62116 429.10801 295.34136 441.94719 282.50217 C 454.78625 269.66311 479.74708 "
"276.18423 533.60644 251.72479 C 559.89837 239.78398 557.72636 230.71459 557.62567 "
"219.71865 C 557.62356 219.48727 557.62567 219.27892 557.62567 219.04577 L 557.56716 "
"219.04577 C 557.3983 207.95812 553.10345 196.9114 544.60673 188.41466 L 390.54428 "
"34.35223 C 381.87515 25.683095 370.55366 21.362537 359.2403 21.362537 z M 357.92378 "
"41.402939 C 362.95327 41.533963 367.01541 45.368018 374.98006 50.530832 L 447.76915 "
"104.50827 C 448.56596 105.02498 449.32484 105.564 450.02187 106.11735 C 450.7189 106.67062 "
"451.3556 107.25745 451.95277 107.84347 C 452.54997 108.42842 453.09281 109.01553 453.59111 "
"109.62808 C 454.08837 110.24052 454.53956 110.86661 454.93688 111.50048 C 455.33532 112.13538 "
"455.69164 112.78029 455.9901 113.43137 C 456.28877 114.08363 456.52291 114.75639 456.7215 "
"115.42078 C 456.92126 116.08419 457.08982 116.73973 457.18961 117.41019 C 457.28949 "
"118.08184 457.33588 118.75535 457.33588 119.42886 L 414.21245 98.598549 L 409.9118 "
"131.16055 L 386.18512 120.04324 L 349.55654 144.50131 L 335.54288 96.1703 L 317.4919 "
"138.4453 L 267.08369 143.47735 L 267.63956 121.03795 C 267.63956 115.64823 296.69685 "
"77.915899 314.39075 68.932902 L 346.77721 45.674327 C 351.55594 42.576634 354.90608 "
"41.324327 357.92378 41.402939 z M 290.92738 261.61333 C 313.87149 267.56365 339.40299 "
"275.37038 359.88393 275.50997 L 360.76161 284.72563 C 343.2235 282.91785 306.11346 "
"274.45012 297.36372 269.98057 L 290.92738 261.61333 z \"\n"
"id=\"mountainDroplet\" />\n"
"</g>\n"
"<text xml:space=\"preserve\"\n"
"style=\"font-size:32.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
"font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"170\" y=\"215\">%5.1f MB</text>\n" //# VALUE HERE
"<text xml:space=\"preserve\"\n"
"style=\"font-size:24.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
"font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"180\" y=\"245\">%s</text>\n" //# VALUE HERE
"</svg>\n\n";
// Fill in the template
// printf("%ld %f\n", fileLength, floatFileLength);
// g_message("%s\n", xmlBuffer);
// now show it!
}
{
return false;
}
return false;
}
fileNameUtf8.c_str()); // const-cast probably not necessary? (not necessary on Windows version of stat())
{
return false;
}
showingNoPreview = false;
return false;
}
}
showingNoPreview = false;
return retval;
} else if (isValidImageFile(fileName)) {
showingNoPreview = false;
return true;
} else {
return false;
}
}
{
// \FIXME Why?!!??
showingNoPreview = false;
}
SVGPreview::~SVGPreview()
{
}
/*#########################################################################
### F I L E D I A L O G B A S E C L A S S
#########################################################################*/
{
// Open executable file dialogs don't need the preview panel
if (_dialogType != EXE_TYPES) {
previewCheckbox.signal_toggled().connect(sigc::mem_fun(*this, &FileDialogBaseGtk::_previewEnabledCB));
// Catch selection-changed events, so we can adjust the text widget
//###### Add a preview widget
set_use_preview_label(false);
}
}
{
if (_dialogType != EXE_TYPES) {
if (showConfirmed) {
}
}
}
{
if (enabled) {
} else {
// Clears out any current preview image.
}
}
/**
* Callback for checking if the preview needs to be redrawn
*/
{
#ifdef WITH_GNOME_VFS
fileName = get_preview_uri();
}
#endif
} else {
}
}
/*#########################################################################
### F I L E O P E N
#########################################################################*/
/**
* Constructor. Not called directly. Use the factory.
*/
{
if (_dialogType == EXE_TYPES) {
/* One file at a time */
set_select_multiple(false);
} else {
/* And also Multiple Files */
set_select_multiple(true);
}
#ifdef WITH_GNOME_VFS
if (gnome_vfs_initialized()) {
set_local_only(false);
}
#endif
/* Initalize to Autodetect */
/* No filename to start out with */
myFilename = "";
/* Set our dialog type (open, import, etc...)*/
// leaving a trailing backslash on the directory name leads to the infamous
// double-directory bug on win32
if (_dialogType == EXE_TYPES) {
} else {
}
}
if (_dialogType != EXE_TYPES) {
}
//###### Add the file types menu
//###### Allow easy access to our examples folder
Inkscape::IO::file_test(INKSCAPE_EXAMPLESDIR, G_FILE_TEST_IS_DIR) && g_path_is_absolute(INKSCAPE_EXAMPLESDIR)) {
}
}
/**
* Destructor
*/
{
}
{
#if WITH_GTKMM_3_0
#else
#endif
}
{
if (_dialogType == CUSTOM_TYPE) {
return;
}
if (_dialogType == EXE_TYPES) {
#if WITH_GTKMM_3_0
#else
#endif
} else {
#if WITH_GTKMM_3_0
#else
#endif
// patterns added dynamically below
{
// FIXME: would be nice to grey them out instead of not listing them
if (imod->deactivated())
continue;
#if WITH_GTKMM_3_0
#else
#endif
// g_message("ext %s:%s '%s'\n", ioext->name, ioext->mimetype, upattern.c_str());
#if WITH_GTKMM_3_0
#else
#endif
// g_print ("%s\n", imod->get_mimetype());
// I don't know of any other way to define "bitmap" formats other than by listing them
{
#if WITH_GTKMM_3_0
#else
#endif
} else {
#if WITH_GTKMM_3_0
#else
#endif
}
}
}
return;
}
/**
* Show this dialog modally. Return true if user hits [OK]
*/
{
hide();
if (b == Gtk::RESPONSE_OK) {
// This is a hack, to avoid the warning messages that
// Gtk::FileChooser::get_filter() returns
// should be: Gtk::FileFilter *filter = get_filter();
if (filter) {
// Get which extension was chosen, if any
}
myFilename = get_filename();
#ifdef WITH_GNOME_VFS
myFilename = get_uri();
#endif
cleanup(true);
return true;
} else {
cleanup(false);
return false;
}
}
/**
* Get the file extension type that was selected by the user. Valid after an [OK]
*/
{
return extension;
}
/**
* Get the file name chosen by the user. Valid after an [OK]
*/
{
return myFilename;
}
/**
* To Get Multiple filenames selected at-once.
*/
{
#if WITH_GTKMM_3_0
// Copy filenames to a vector of type Glib::ustring
#else
#endif
#ifdef WITH_GNOME_VFS
#endif
return result;
}
{
return get_current_folder();
}
//########################################################################
//# F I L E S A V E
//########################################################################
/**
* Constructor
*/
{
/* One file at a time */
set_select_multiple(false);
#ifdef WITH_GNOME_VFS
if (gnome_vfs_initialized()) {
set_local_only(false);
}
#endif
/* Initalize to Autodetect */
/* No filename to start out with */
myFilename = "";
/* Set our dialog type (save, export, etc...)*/
// leaving a trailing backslash on the directory name leads to the infamous
// double-directory bug on win32
}
myFilename = udir;
}
//###### Add the file types menu
// createFilterMenu();
//###### Do we want the .xxx extension automatically added?
} else {
}
if (_dialogType != CUSTOM_TYPE)
fileTypeComboBox.signal_changed().connect(sigc::mem_fun(*this, &FileSaveDialogImplGtk::fileTypeChangedCallback));
// Let's do some customization
// g_message("Found %d entry widgets\n", entries.size());
// Catch when user hits [return] on the text field
fileNameEntry = entries[0];
}
// Let's do more customization
// g_message("Found %d expander widgets\n", expanders.size());
// Always show the file list
expander->set_expanded(true);
}
// allow easy access to the user's own templates folder
}
// if (extension == NULL)
// checkbox.set_sensitive(FALSE);
}
/**
* Destructor
*/
{
}
/**
* Callback for fileNameEntry widget
*/
{
if (!fileNameEntry)
return;
// g_message("User hit return. Text is '%s'\n", fileName.c_str());
// try appending to the current path
// not this way: fileName = get_current_folder() + "/" + fileName;
}
// g_message("path:'%s'\n", fileName.c_str());
} else if (/*Glib::file_test(fileName, Glib::FILE_TEST_IS_REGULAR)*/ 1) {
// dialog with either (1) select a regular file or (2) cd to dir
// simulate an 'OK'
}
}
/**
* Callback for fileNameEntry widget
*/
{
return;
// g_message("selected: %s\n", type.name.c_str());
#if WITH_GTKMM_3_0
#else
#endif
}
{
//#Let user choose
fileTypeChangedCallback(); // call at least once to set the filter
}
{
// FIXME: would be nice to grey them out instead of not listing them
if (omod->deactivated())
continue;
}
//#Let user choose
fileTypeChangedCallback(); // call at least once to set the filter
}
/**
* Show this dialog modally. Return true if user hits [OK]
*/
{
set_preview_widget_active(false);
hide();
if (b == Gtk::RESPONSE_OK) {
// Store changes of the "Append filename automatically" checkbox back to preferences.
} else {
}
Inkscape::Extension::store_file_extension_in_prefs((extension != NULL ? extension->get_id() : ""), save_method);
cleanup(true);
return true;
} else {
cleanup(false);
return false;
}
}
/**
* Get the file extension type that was selected by the user. Valid after an [OK]
*/
{
return extension;
}
{
// If no pointer to extension is passed in, look up based on filename extension.
if (!key) {
// Not quite UTF-8 here.
Inkscape::Extension::Output *ext = dynamic_cast<Inkscape::Extension::Output *>(fileTypes[i].extension);
}
}
}
}
// Ensure the proper entry in the combo box is selected.
if (key) {
if (extensionID) {
if (ext) {
if (i != oldSel) {
}
break;
}
}
}
}
}
}
{
return get_current_folder();
}
/*void
FileSaveDialogImplGtk::change_title(const Glib::ustring& title)
{
set_title(title);
}*/
/**
* Change the default save path location.
*/
{
myFilename = path;
// fprintf(stderr,"set_current_folder(%s)\n",myFilename.c_str());
} else {
// fprintf(stderr,"set_filename(%s)\n",myFilename.c_str());
} else {
if (dirName != get_current_folder()) {
}
}
// fprintf(stderr,"set_current_name(%s)\n",basename.c_str());
try
{
}
catch (Glib::ConvertError &e)
{
g_warning("Error converting save filename to UTF-8.");
// try a fallback.
}
}
}
{
// Pick up any changes the user has typed in.
#ifdef WITH_GNOME_VFS
}
#endif
myFilename = tmp;
}
Inkscape::Extension::Output *newOut = extension ? dynamic_cast<Inkscape::Extension::Output *>(extension) : 0;
// Append the file extension if it's not already present and display it in the file name entry field
}
}
#ifdef NEW_EXPORT_DIALOG
//########################################################################
//# F I L E E X P O R T
//########################################################################
/**
* Callback for fileNameEntry widget
*/
{
if (!fileNameEntry)
return;
// g_message("User hit return. Text is '%s'\n", fileName.c_str());
// try appending to the current path
// not this way: fileName = get_current_folder() + "/" + fileName;
}
// g_message("path:'%s'\n", fileName.c_str());
} else if (/*Glib::file_test(fileName, Glib::FILE_TEST_IS_REGULAR)*/ 1) {
// dialog with either (1) select a regular file or (2) cd to dir
// simulate an 'OK'
}
}
/**
* Callback for fileNameEntry widget
*/
{
return;
// g_message("selected: %s\n", type.name.c_str());
}
{
// FIXME: would be nice to grey them out instead of not listing them
if (omod->deactivated())
continue;
}
//#Let user choose
fileTypeChangedCallback(); // call at least once to set the filter
}
/**
* Constructor
*/
: FileDialogBaseGtk(parentWindow, title, Gtk::FILE_CHOOSER_ACTION_SAVE, fileTypes, "/dialogs/export")
{
/* One file at a time */
set_select_multiple(false);
#ifdef WITH_GNOME_VFS
if (gnome_vfs_initialized()) {
set_local_only(false);
}
#endif
/* Initalize to Autodetect */
/* No filename to start out with */
myFilename = "";
/* Set our dialog type (save, export, etc...)*/
// leaving a trailing backslash on the directory name leads to the infamous
// double-directory bug on win32
}
//#########################################
//## EXTRA WIDGET -- SOURCE SIDE
//#########################################
// dimension buttons
//#########################################
//## EXTRA WIDGET -- SOURCE SIDE
//#########################################
//###### File options
//###### Do we want the .xxx extension automatically added?
//###### File type menu
fileTypeComboBox.signal_changed().connect(sigc::mem_fun(*this, &FileExportDialogImpl::fileTypeChangedCallback));
//##### Put the two boxes and their parent onto the dialog
// Let's do some customization
// g_message("Found %d entry widgets\n", entries.size());
// Catch when user hits [return] on the text field
fileNameEntry = entries[0];
}
// Let's do more customization
// g_message("Found %d expander widgets\n", expanders.size());
// Always show the file list
expander->set_expanded(true);
}
// if (extension == NULL)
// checkbox.set_sensitive(FALSE);
}
/**
* Destructor
*/
{
}
/**
* Show this dialog modally. Return true if user hits [OK]
*/
{
if (s.length() == 0) {
}
hide();
if (b == Gtk::RESPONSE_OK) {
}
myFilename = get_filename();
#ifdef WITH_GNOME_VFS
myFilename = get_uri();
}
#endif
/*
// FIXME: Why do we have more code
append_extension = checkbox.get_active();
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setBool("/dialogs/save_export/append_extension", append_extension);
prefs->setBool("/dialogs/save_export/default", ( extension != NULL ? extension->get_id() : "" ));
*/
return true;
} else {
return false;
}
}
/**
* Get the file extension type that was selected by the user. Valid after an [OK]
*/
{
return extension;
}
/**
* Get the file name chosen by the user. Valid after an [OK]
*/
{
return myFilename;
}
#endif // NEW_EXPORT_DIALOG
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :