aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
Commit message (Expand)AuthorAgeFilesLines
* 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
ports-gnome/commit/x11-fm?id=322636051d6fedfa19fce673544e5a701283d885'>- Fix LICENSEamdmi32018-12-112-5/+6 * Remove expired ports:rene2018-12-115-462/+0 * Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-021-0/+3 * Previous patch did not include adding gmake mate to USES.linimon2018-11-281-2/+2 * Add compiler:c11 to fix build with GCC-based architectures.linimon2018-11-241-2/+2 * - Fix LICENSEamdmi32018-11-232-3/+3 * Update KDE Applications to 18.09.3tcberner2018-11-102-6/+6 * Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-051-1/+2 * Deprecate most glib12 consumersantoine2018-10-121-0/+3 * Update KDE Applications to 18.08.2tcberner2018-10-122-6/+6 * Deprecate some GNOME 2 applicationsantoine2018-10-081-0/+3 * The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-3011-102/+161 * Fix build on gcc-based archs.linimon2018-09-231-2/+2 * Update to 1.43.1ehaupt2018-09-172-5/+5 * Change x11/xorgproto to become a build depzeising2018-09-121-1/+1 * Add DOCS options to ports that should have one.mat2018-09-104-1/+7 * Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-072-6/+6 * Switch default version of samba to 4.7antoine2018-09-022-1/+2 * Deprecate KDE4 software, categories www-x11-themesadridg2018-08-311-0/+3 * - Update `x11-fm/worker' to version 3.15.2danfe2018-08-302-6/+5 * Fix clang7 build.adridg2018-08-304-0/+57 * Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theydanfe2018-08-301-1/+0 * Update KDE Applications to 18.08tcberner2018-08-254-7/+10 * x11-fm/rox-filer: add missing dependencies and clean Makefilepi2018-08-184-25/+34 * x11-fm/rox-filer: requires libinotify to buildpi2018-08-162-5/+16 * x11-fm/krusader2: update to 2.7.1tcberner2018-08-153-4/+5 * x11-fm/qtfm: unbreakswills2018-08-153-33/+15 * Switch to xorgproto instead of individual packageszeising2018-08-011-2/+2 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-307-3/+7 * Mark BROKEN: fails to buildantoine2018-07-221-0/+2 * Update to 1.43ehaupt2018-07-193-8/+9 * Remove expired ports:rene2018-07-175-44/+0 * Update KDE Applications to 18.04.3tcberner2018-07-143-7/+6 * Changing maintainer email address (same maintainer, new address)jsm2018-07-101-1/+1 * Do not use x11/lxqt-l10n as a master port. Fix install path of qtermwidget-l...jsm2018-07-103-7/+9 * x11-wm/qtfm Fix build with Clang6adridg2018-07-041-154/+6 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-298-16/+16 * Update to 0.8.3.rakuco2018-06-242-5/+5 * x11-fm/pcmanfmqt-l10n: Update to 0.13.0swills2018-06-232-1/+3 * x11-fm/pcmanfm-qt: Update to 0.13.0swills2018-06-234-7/+7 * multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-221-0/+1 * Mark net/p5-ZConf and related ports as deprecatedtobik2018-06-151-0/+3 * Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-111-2/+2 * Update KDE Applications to 18.04.2tcberner2018-06-102-6/+6 * - update from 3.14.0 to 3.15.1misha2018-06-053-6/+10 * x11-fm/filerunner: release maintainershipgahr2018-06-041-1/+1 * - Bump PORTREVISION (editors/lazarus was updated)acm2018-06-031-0/+1 * - Fix stageacm2018-05-311-5/+4 * Mark BROKEN: fails to stageantoine2018-05-311-0/+2 * Update WWWsunpoet2018-05-281-1/+1 * - Moved ports to Uses/lazarus.mkacm2018-05-262-88/+63 * Add PY_FLAVOR to Python module dependencies.mat2018-05-222-2/+2 * Update Krusader to 2.7.0.rakuco2018-05-165-496/+179 * Copy x11-fm/krusader2 to x11-fm/krusader-kde4.rakuco2018-05-167-0/+778 * Update WWW in pkg-descrrakuco2018-05-151-1/+1 * Update KDE Applications to 18.04.1tcberner2018-05-112-6/+6 * - Update WWWamdmi32018-04-301-1/+1 * Update KDE Applications to 18.04.0tcberner2018-04-293-7/+7 * Update grahics/exiv2 to 0.26tcberner2018-04-281-1/+1 * Updating MATE ports to and patch for MATE 1.20ericbsd2018-04-144-30/+10 * New ports: x11-fm/dolphin, x11-fm/konquerortcberner2018-04-109-0/+1747 * - Update Thunar to 1.6.15madpilot2018-04-073-7/+6 * www/webkit2-gtk3: Update to 2.20.0tobik2018-04-061-0/+1 * - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1 * Make libgnome and libgnomeui not implying esound dependencybapt2018-03-261-0/+1 * Fix build on ppc64 by specifying what is needed from the compiler.brd2018-03-261-1/+2 * portmaster@bsdforge.com takes maintainership of 3 ports.yuri2018-03-211-1/+1 * - Update to 1.8.1danilo2018-03-123-15/+6 * Marco Beishuizen <mbeis@xs4all.nl> takes maintainership of 3 portsyuri2018-03-031-1/+1 * Add patches to thunar from upstream bug report to mitigate crashmadpilot2018-02-222-0/+28 * Fix build by adding chm to USE_FPCantoine2018-02-221-1/+1 * - Update to 1.8.0danilo2018-02-203-237/+231 * Fix bunch of ports by TundraWare, which share a common set of problemsamdmi32018-02-193-17/+19 * Reduce dependency on the python2 metaportantoine2018-02-191-1/+2 * Update Thunar to 1.6.14madpilot2018-02-172-4/+4 * Rename KDE4 meta portstcberner2018-02-101-1/+1 * - Bump PORTREVISION. Lazarus was updated to 1.8.0acm2018-02-011-1/+2 * - update from 3.13.0 to 3.14.0misha2018-01-033-4/+7 * x11-fm/doublecmd: update to version 0.8.1swills2017-12-314-18/+58 * Change default version of samba from 4.4 to 4.6antoine2017-12-232-2/+2 * - Those ports fail to build with python3antoine2017-12-121-1/+1 * - Those ports fail to build with python3antoine2017-12-121-3/+3 * - Those ports fail to build with python3antoine2017-12-113-5/+5 * Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1 * Convert Python ports to FLAVORS.mat2017-11-301-6/+6 * - Fix LICENSEamdmi32017-11-282-6/+5 * x11-fm/thunar: Update from 1.6.12 to 1.6.13joneum2017-11-272-4/+6 * - update from 3.12.0 to 3.13.0misha2017-11-163-4/+6 * Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-011-10/+10 * x11-fm/pcmanfm{-qt}: whitespace cleanup.olgeni2017-10-312-7/+7 * x11-fm/pcmanfmqt-l10n: Update to 0.12.0swills2017-10-272-2/+3 * x11-fm/pcmanfm-qt: Update to 0.12.0swills2017-10-276-9/+37 * - update from 3.11.0 to 3.12.0misha2017-10-163-5/+6 * * Add post-release patch that reverts the columns autosizing. It makeskwm2017-10-163-12/+25 * Minor MATE 1.18 update.kwm2017-10-152-4/+4 * Remove WANT_GNOME and HAVE_GNOME.mat2017-10-121-1/+0 * Fix LICENCE usage with multiple licence.madpilot2017-10-081-2/+3 * Bump PORTREVISION in ports depending on archivers/libzip.rakuco2017-09-281-1/+1 * x11-fm/filerunner: update to 17.04.01.19gahr2017-09-273-24/+58 * - Update deskutils/xfce4-tumbler to 0.2.0 [1]madpilot2017-09-183-14/+14 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-114-4/+4 * Bump PORTREVISION after recent poppler updateswills2017-08-241-1/+1 * - update from 3.9.0 to 3.11.0misha2017-08-193-4/+5 * Update the mate desktop to 1.18.kwm2017-07-043-40/+38 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-232-1/+2 * - Fix various stage-qa warnings/errors by declaring missing dependenciesehaupt2017-05-191-3/+7 * - update 3.8.5 to 3.9.0misha2017-05-163-5/+6 * Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1 * - Fix shebangsmiwi2017-04-241-1/+3 * - Fix shebangsmiwi2017-04-211-2/+3 * - Pet portlintamdmi32017-04-103-14/+11 * - Add LICENSEamdmi32017-04-083-7/+12 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-014-1/+4