aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #323853Nancy Cai2006-04-301-5/+16
* Use libedataserver's e_xml_parse_file() instead of xmlParseFile()Tor Lillqvist2005-12-181-14/+19
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-758/+215
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Fixes #301459 Correct the typo error and made the sentence more clear.Chenthill Palanisamy2005-05-061-2/+2
* Commit Yong Sun's patch which was reviewed by NotZedAntonio Xu2005-04-071-6/+12
* Close import wizard on 'ESC'Mengjie Yu2005-01-211-0/+15
* use g_timeout_add().Kjartan Maraas2004-09-301-2/+2
* don't call gtk_dialog_set_has_separator on Message Dialog on GTK+ >= 2.4.0Frédéric Crozat2004-08-251-13/+33
* added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-131-0/+1
* Use stock_mail-import instead of stock_import? *shrug* Fixes bug #61778.Jeffrey Stedfast2004-07-241-1/+1
* sort the various available importer plugins by name in the importer druidChristophe Fergeau2004-06-021-0/+28
* Set the default window size for the druid to 480x320Rodney Dawes2004-05-291-0/+1
* set exception if not implemented.Not Zed2004-05-261-5/+6
* Fix warningsDan Winship2004-05-031-3/+3
* added a needed #includeJeffrey Stedfast2004-04-201-0/+1
* Same.Jeffrey Stedfast2004-04-201-2/+2
* Change component icons to use the icon theme names for icons RemoveMichael Terry2004-04-191-0/+10
* differentiate between user cancellation and no importer (next_file_page):JP Rosevear2004-04-141-10/+15
* don't unref the dialog, destroy it properlyJP Rosevear2004-04-141-1/+2
* Remove dialog separators Change the border with of the dialog's vbox andRodney Dawes2004-04-011-0/+3
* use base version for intelligent importersJP Rosevear2004-02-071-1/+2
* pass in a parent for the dialogs, use e_notice (import_druid_finish): weJP Rosevear2004-02-051-45/+25
* add extra pageJP Rosevear2004-02-051-124/+119
* remove useless gal includeJP Rosevear2003-12-071-1/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-3/+1
* Use gtk_label_new_with_mnemonic() to replace gtk_label_new(). UseYuedong Du2003-09-101-8/+10
* Fix a warningDan Winship2003-07-231-2/+1
* use g_signal_connect_after to connect "prepare" signal.Antonio Xu2003-07-221-5/+19
* [#41013]Not Zed2003-04-291-45/+11
* Commit the right version.Larry Ewing2003-04-091-2/+2
* remove call to gtk_html_set_default_background_color, replace with callsLarry Ewing2003-04-091-2/+2
* added "foldertype" argument to GNOME::Evolution::Importer.Rodrigo Moya2003-04-031-3/+4
* *** empty log message ***Michael Zucci2003-03-201-8/+7
* (get_name_from_component_info): Look for theEttore Perazzoli2003-03-201-2/+1
* (IN): Use G_GNUC_FUNCTION instead ofEttore Perazzoli2003-03-071-2/+2
* re-enable. (prepare_importer_page): re-enable importer code.Not Zed2003-02-051-23/+2
* Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-0/+2
* Make dialog New/Cancel/OK to match HIG.Ettore Perazzoli2003-01-151-2/+3
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-0/+3
* Don't #include "e-util/e-html-utils.h" as we don't use it.Jeffrey Stedfast2002-12-171-1/+0
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-2/+2
* gnome message box -> gtk message dialog. (prepare_intelligent_page): FixNot Zed2002-11-201-5/+6
* from clicked_cb. (start_import): gtkdialogise.Not Zed2002-11-181-61/+62
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-18/+21
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-1/+1
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-4/+2
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-47/+46
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-7/+2
* Change the selection mode to GTK_SELECTION_BROWSE so there is always aEttore Perazzoli2002-10-081-13/+3
* set history_id on GnomeFileEntry, to actually get the history.Rodrigo Moya2002-09-261-1/+1
* (show_import_wizard): Make the WM closeEttore Perazzoli2002-09-031-2/+1
* removed check for local folders, so that we can import into non-localRodrigo Moya2002-07-191-10/+0
* Only let the dialog be opened onceIain Holmes2002-06-271-0/+15
* Changes for an importer bug and to get the storagesetselector in the summaryIain Holmes2002-06-261-27/+100
* Remove #include <config.h> Same Same gtk_widget_show() all items in theKjartan Maraas2002-06-201-1/+1
* No more @default_type arg to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-05-231-1/+1
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-1/+1
* Stop the importer dialog going behind the main windowIain Holmes2002-01-211-1/+2
* [Fix #17441, Crash trying to import Multiple VCard file into LDAPEttore Perazzoli2002-01-161-6/+19
* Fixed spacing and alignment probelms. (See bug #14281)Anna Marie Dirks2001-11-061-4/+7
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* gtk_widget_show_now() the dialog. Likewise.Ettore Perazzoli2001-10-271-0/+1
* #include "e-util/e-gtk-utils.h".Ettore Perazzoli2001-10-261-1/+3
* Fix strings and the importer window not drawing correctlyIain Holmes2001-10-131-0/+6
* New place to start the intelligent importersIain Holmes2001-09-291-24/+483
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-291-3/+3
* Expand a ~ in the pathIain Holmes2001-09-221-1/+1
* Fix crash and remove warningIain Holmes2001-09-151-28/+6
* Removed unused variable.Ettore Perazzoli2001-09-151-3/+1
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-3/+0
* only allow importing to /local folders.Chris Toshok2001-09-131-0/+11
* Purify run. All small leaks.Dan Winship2001-09-101-0/+4
* Report errors in the dialogIain Holmes2001-09-051-0/+2
* Check the file exists before trying to import itIain Holmes2001-09-051-0/+15
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-1/+0
* Don't print a NULL. Crashes on SolarisIain Holmes2001-08-221-2/+2
* Do the import correctly.Iain Holmes2001-08-211-2/+36
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Committing the new My Evolution.Iain Holmes2001-06-091-1/+0
* Changed purely informational debug spew from a g_warning to a g_message.Jon Trowbridge2001-06-071-3/+3
* Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-261-3/+2
* Add a caption to the folder selection dialog widget, and get theEttore Perazzoli2001-05-201-4/+2
* Ask for a folder to import into.Iain Holmes2001-05-121-0/+704