From 7ab46bc54ee3aaa87282dfd35d8f6000fe811750 Mon Sep 17 00:00:00 2001 From: "Andrew rugby471@gmail.com" <> Date: Tue, 22 Mar 2011 17:14:49 +0000 Subject: Split OCALDialog code in fill.cpp into two, so we can have async stuff working Added StatusWidget to show status of operations in dialog Styled no search results label appropriately Corrected callbacks for buttons Start to get image downloading working (bzr r10092.1.17) --- src/file.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 97d1bd5f8..c6f43e905 100644 --- a/src/file.h +++ b/src/file.h @@ -19,6 +19,7 @@ #include #include +#include "ui/dialog/ocaldialogs.h" #include "extension/extension-forward.h" #include "extension/system.h" @@ -164,6 +165,12 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); ## I M P O R T F R O M O C A L ######################*/ +/** + * Import a document from OCAL + */ +void on_import_from_ocal_response(Glib::ustring filename, + Inkscape::UI::Dialog::OCAL::ImportDialog* import_dialog); + /** * Import a document from OCAL */ -- cgit v1.2.3 From 002481162f050709a125e38dc60145ef77c10c98 Mon Sep 17 00:00:00 2001 From: "Andrew rugby471@gmail.com" <> Date: Thu, 24 Mar 2011 19:14:21 +0000 Subject: Made dialog's state persistant Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18) --- src/file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index c6f43e905..4a2b1f91f 100644 --- a/src/file.h +++ b/src/file.h @@ -168,8 +168,7 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); /** * Import a document from OCAL */ -void on_import_from_ocal_response(Glib::ustring filename, - Inkscape::UI::Dialog::OCAL::ImportDialog* import_dialog); +void on_import_from_ocal_response(Glib::ustring filename); /** * Import a document from OCAL -- cgit v1.2.3