aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
Commit message (Expand)AuthorAgeFilesLines
* Make the scrolled window have a GTK_SHADOW_IN shadow.Ettore Perazzoli2003-10-231-0/+1
* Remove the color specs so the druid will use theme colorsDan Winship2003-04-081-19/+0
* added "foldertype" argument to GNOME::Evolution::Importer.Rodrigo Moya2003-04-035-4/+12
* *** empty log message ***Michael Zucci2003-03-204-8/+7
* (BUILT_SOURCES): $(IDL_GENERATED), notEttore Perazzoli2003-03-061-5/+2
* Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIRDan Winship2003-02-061-9/+7
* s/BonoboXObject/BonoboObject/Dan Winship2003-02-062-8/+8
* Make this work with parallel make as well.Ettore Perazzoli2003-01-291-7/+20
* Install the shell executable as evolution-$(BASE_VERSION) using anEttore Perazzoli2003-01-231-10/+10
* s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)Dan Winship2003-01-144-15/+15
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-1/+0
* from clicked_cb. (start_import): gtkdialogise.Not Zed2002-11-189-98/+95
* run libglade-convert.Chris Toshok2002-11-181-129/+122
* use correctly IDL flags.Rodrigo Moya2002-11-081-1/+1
* Change the selection mode to GTK_SELECTION_BROWSE so there is always aEttore Perazzoli2002-10-081-1/+0
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-1/+1
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-26/+22
* Fixing the license text.Ettore Perazzoli2001-10-2810-10/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2710-20/+20
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-041-0/+1
* New place to start the intelligent importersIain Holmes2001-09-291-4/+58
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* Remove spewIain Holmes2001-09-131-1/+0
* Changed the "Evolution has found the following data sources" text in theAnna Marie Dirks2001-08-141-1/+1
* Changed all instances of "druid" and "wizard" to "assistant".Anna Marie Dirks2001-08-141-18/+18
* Remove warningIain Holmes2001-07-131-1/+0
* DONT ASK ME AGAIN!Iain Holmes2001-07-121-0/+2
* Mark a string for translation.Kjartan Maraas2001-07-111-1/+1
* More BonoboConf workIain Holmes2001-07-041-0/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-236-10/+10
* Fix a bunch of stupid warnings caused by missing includes. AlsoEttore Perazzoli2001-06-231-0/+4
* Changed the dialog box and added a Don't Ask Me Again button. Oh yeah!Iain Holmes2001-06-071-8/+65
* 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