aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
Commit message (Expand)AuthorAgeFilesLines
* Ask for a folder to import into.Iain Holmes2001-05-123-701/+1
* Made this function static. Removed the unused variable placeholder.Christopher James Lahey2001-05-101-3/+3
* Importer changesIain Holmes2001-05-095-150/+339
* Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-041-0/+2
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-259-10/+16
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+6
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-042-63/+52
* Iain's fix did not help, fixing myself. closes #1914Gediminas Paulauskas2001-04-031-3/+3
* If the importer can't be started, don't continueIain Holmes2001-03-311-0/+12
* Fix a crash when the evolution-importer-client tries to pass NULL for the fol...Iain Holmes2001-03-311-0/+2
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-303-2/+59
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-237-13/+33
* make sure intelligent.h gets distedJP Rosevear2001-03-201-0/+1
* builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-141-4/+7
* Have a "Do not ask me again" box for the importers.Iain Holmes2001-03-141-12/+50
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-1310-119/+531
* add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-232-2/+9
* Cast this fucntion pointer.Christopher James Lahey2001-02-171-0/+1
* Memory leak fixIain Holmes2001-02-041-0/+1
* Inform people when they can't import a file.Iain Holmes2001-01-311-9/+14
* Remove the FIXME in the glade dialog, and put a nasty hack to change theIain Holmes2001-01-302-3/+26
* Fixed some typos.Kjartan Maraas2001-01-301-2/+2
* Fix missing ';'.Kjartan Maraas2001-01-241-1/+1
* Removed the busy exceptionIain Holmes2001-01-241-7/+0
* Eeeep. ForgotIain Holmes2001-01-232-0/+298
* New listener object. Plus some oneway stuff as well.Iain Holmes2001-01-235-239/+38
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-181-3/+2
* Removed the factory and updated the interfaces and objectsIain Holmes2001-01-189-381/+231
* Fix "Cancel" crash. Cancel on import dialog cancels Automatic now works asIain Holmes2001-01-161-95/+203
* CreateDan Winship2001-01-131-0/+10
* More fixesIain Holmes2001-01-121-0/+5
* Some warnings cleanupsIain Holmes2001-01-122-7/+4
* Typo! Doh!Iain Holmes2001-01-121-1/+1
* Fix make distIain Holmes2001-01-121-1/+1
* Will it work?Iain Holmes2001-01-123-4/+3
* add the importer part 1Iain Holmes2001-01-1211-0/+1801