aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-121-0/+2
|
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Do not generate a ChangeLog file from 'git log'Milan Crha2012-12-051-16/+0
|
* Bug 676141 - Use GtkApplication for session managementMatthew Barnes2012-10-161-1/+0
| | | | | As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient.
* Remove test EShellBackend module.Matthew Barnes2012-08-251-1/+0
| | | | | This was useful early in the kill-bonobo project when I was rewriting EShell from scratch. Nowadays not so much. Drop it.
* Remove --disable-scrollkeeper from DISTCHECK_CONFIGURE_FLAGS.Matthew Barnes2012-08-251-3/+0
| | | | We stopped using ScrollKeeper ages ago.
* Bug 681641 - Port to new documentation infrastructureJavier Jardón2012-08-111-3/+0
| | | | https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
* Remove the settings capplet.Matthew Barnes2012-08-111-5/+0
| | | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). This is pretty clearly dead weight at this point. The MeeGo developers have disappeared, and the remaining Evolution developers are not and do not intend to maintain it. Plus it doesn't even build currently.
* Make the settings capplet optional.Matthew Barnes2012-05-291-1/+5
| | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). Add a --with-capplet configure switch defaulting to 'no'. The capplet will eventually be removed unless I see someone actively maintaining it.
* Add libevolution-utils for prepping filter/ for EDS move.Srinivasa Ragavan2012-03-031-1/+2
| | | | | | This library is temporary. The plan is to eventually distribute its APIs across libedataserver and libedataserverui, but it's a little too late to do that for Evolution-Data-Server 3.4.
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+2
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Don't require libpst to run distcheck.Matthew Barnes2011-10-231-0/+1
| | | | (Not available on Debian, which I happen to be using.)
* Don't require online-accounts support for distcheck.Matthew Barnes2011-09-041-0/+1
| | | | Makes it possible to run "make distcheck" on non-GNOME 3 environments.
* Remove --disable-gtk3 from DISTCHECK_CONFIGURE_FLAGS.EVOLUTION_2_91_91Matthew Barnes2011-03-061-1/+0
|
* Drop support for gtk+-2.0.Matthew Barnes2011-01-251-13/+0
|
* Remove libartBenjamin Otte2010-10-301-1/+0
| | | | It's not used by the gnome-canvas anymore.
* Update MAINTAINERCLEANFILES.Matthew Barnes2010-10-041-1/+41
|
* Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS.Matthew Barnes2010-09-121-1/+1
| | | | GNOME 2.32 is still based on GTK+ 2.x.
* Clean up pkg-config files during distclean.Matthew Barnes2010-06-301-0/+6
|
* TEMPORARILY build without inline images in distcheck.Matthew Barnes2010-06-301-0/+1
| | | | Will revert this when we see a gtkimageview release that uses gtk+-3.0.
* TEMPORARILY build without weather calendars in distcheck.Matthew Barnes2010-06-301-0/+1
| | | | Will revert this when we see a libgweather-2.90.x release.
* Fix pkg-config file management when using gtk+-3.0.Matthew Barnes2010-06-301-4/+5
|
* Build against gtk+-3.0 when running distcheck.Matthew Barnes2010-06-291-0/+1
|
* Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. ↵Chenthill Palanisamy2010-06-291-0/+13
| | | | Set dependencies right between gtk3 and gtk2 compilations
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+2
| | | | | | Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries...
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-5/+16
| | | | Remove old ChangeLog files that predate our switch to git.
* Add a Glade 3 catalog.Matthew Barnes2010-03-251-0/+6
| | | | | | Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand.
* Integrate into new account button.Srinivasa Ragavan2010-03-141-1/+1
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-141-0/+1
| | | | evolution-settings.
* Remove a long lived win32 hackFridrich Strba2010-03-061-1/+0
| | | | | It seems that the dummy libraries are not needed anymore on windows nowadays.
* Add compile to MAINTAINERCLEANFILES.Matthew Barnes2009-11-161-0/+1
|
* No IDL from eds and server.mk file in evo sources any moreMilan Crha2009-10-021-1/+0
| | | | Fixes build with latest eds master (after dbus-cal merge).
* Bug 595326 - Bump libtool to 2.2 and remove doltH.Habighorst2009-09-231-2/+0
|
* Stub in pkg-config files for mail and calendar.Matthew Barnes2009-09-191-2/+4
| | | | | The requirements list needs fleshed out but I thought we could just add things as needed, especially for Anjal.
* Kill the killev program, and the whole tools directory.Matthew Barnes2009-09-181-1/+0
| | | | The --force-shutdown option now simply runs "pkill evolution".
* Finish killing Bonobo.Matthew Barnes2009-09-091-1/+1
|
* Deal with untracked files in git.Matthew Barnes2009-08-261-1/+10
|
* Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-121-0/+2
|
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-0/+1
| | | | | The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-8/+10
|
* Radically reorganize source code.Matthew Barnes2009-06-251-23/+1
| | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* Fix "make distcheck" errors.Matthew Barnes2009-06-201-0/+1
|
* Makefile.am cleanups.Matthew Barnes2009-06-131-1/+3
|
* Fix distcheck errors.Matthew Barnes2009-06-031-7/+3
|
* Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-18/+0
|
* Add MAINTAINERCLEANFILES based on Pango.Matthew Barnes2009-06-031-8/+22
|
* Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+1
| | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* build a bit more smoothlyMilan Crha2009-04-081-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37501
* Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-0/+1
| | | | svn path=/branches/kill-bonobo/; revision=36811
* Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-141-5/+6
| | | | | | | | dependencies in our libraries. The circular dependency between the composer and the mail module is still causing me headaches. And it doesn't help that the addressbook and calendar also want to link to the composer. svn path=/branches/kill-bonobo/; revision=36782
* Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-031-1/+1
| | | | | | | Also manage the calendar's vertical pane, switching between different GConf keys depending on whether we're in month view. svn path=/branches/kill-bonobo/; revision=36717
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-0/+1
| | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-0/+2
| | | | svn path=/branches/kill-bonobo/; revision=36534
* See which plugins compile and enable those that do. Looks like aboutMatthew Barnes2008-10-011-0/+1
| | | | | | | | half right now; many of which are failing simply because I haven't done the Mail module yet. Many of those that DO compile still need to be converted from EMenu/EPopup to EPluginUI. svn path=/branches/kill-bonobo/; revision=36509
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+1
| | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-1/+0
| | | | | | Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+1
| | | | svn path=/branches/kill-bonobo/; revision=36337
* Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-0/+1
| | | | svn path=/branches/kill-bonobo/; revision=36299
* Progress update:Matthew Barnes2008-09-071-1/+1
| | | | | | | | | - Contacts module mostly working now. - View and search UI not yet working. - Still refining shell design. svn path=/branches/kill-bonobo/; revision=36268
* Figured out why the switcher buttons have no relief.Matthew Barnes2008-08-301-0/+1
| | | | | | GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=549943 svn path=/branches/kill-bonobo/; revision=36221
* Progress update:Matthew Barnes2008-08-301-0/+1
| | | | | | | | | | | - Contacts module partially working! - Implement UI merging. Also merge EInfoLabel into ESidebar. The shell window now manages the icon and labels and keeps them up-to-date via EShellView properties. svn path=/branches/kill-bonobo/; revision=36214
* Progress update:Matthew Barnes2008-08-271-0/+1
| | | | | | | | | - Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093
* Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-0/+2
| | | | svn path=/branches/kill-bonobo/; revision=35931
* Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-171-7/+23
| | | | svn path=/branches/kill-bonobo/; revision=35748
* Add --with[out]-help option to make it possible to skip building andMatthew Barnes2008-01-011-1/+4
| | | | | | | | | | | 2008-01-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Add --with[out]-help option to make it possible to skip building and installing user documentation. (#504541) svn path=/trunk/; revision=34743
* Add sounds/Makefile to AC_OUTPUT.Matthew Barnes2007-09-221-1/+2
| | | | | | | | | | | | | | | 2007-09-21 Matthew Barnes <mbarnes@redhat.com> * configure.in: Add sounds/Makefile to AC_OUTPUT. * Makefile.am: Distribute the "sounds" directory and its contents. The iCalendar importer in calendar still uses "default_alarm.wav" and configure.in still defines "soundsdir". (#478704) svn path=/trunk/; revision=34298
* Move the test component to "shell/test" so it installs properly (#469992).Matthew Barnes2007-09-121-1/+3
| | | | svn path=/trunk/; revision=34235
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-6/+3
| | | | svn path=/trunk/; revision=33646
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* Modified to support gnome-doc-utils. Added Spanish translation. RemovedFrancisco Javier F. Serrador2006-11-231-1/+9
| | | | | | | | | | | | | | 2006-11-22 Francisco Javier F. Serrador <serrador@openshine.com> * .cvsignore, Makefile.am, configure.in, help/.cvsignore, help/ChangeLog, help/Makefile.am, help/C/evolution.xml: Modified to support gnome-doc-utils. * help/es/es.po: Added Spanish translation. * help/omf.make, help/update_po.pl, help/update_translation.pl, help/xmldocs.make, help/es/Makefile.am, help/es/topic.dat: Removed old files. svn path=/trunk/; revision=33017
* New file, a script used to build a Win32 zipfile distribution ofTor Lillqvist2005-12-021-0/+1
| | | | | | | | | | | | 2005-12-02 Tor Lillqvist <tml@novell.com> * evolution-zip.in: New file, a script used to build a Win32 zipfile distribution of Evolution. * Makefile.am * configure.in: Distribute and expand it. svn path=/trunk/; revision=30712
* Distclean should remove the header, not iconv-detect.cHarish Krishnaswamy2005-10-251-1/+1
| | | | | | | | | 2005-10-25 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Distclean should remove the header, not iconv-detect.c svn path=/trunk/; revision=30562
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside evolution. Thanks to JP Rosevear for performing the cvs surgery. The files have been moved in the following order. evolution/e-util <- gal/gal/util evolution/a11y <- gal/gal/a11y evolution/a11y/e-table <- gal/gal/a11y/e-table evolution/a11y/e-text <- gal/gal/a11y/e-text evolution/widgets/table <- gal/gal/e-table evolution/widgets/text <- gal/gal/e-text evolution/widgets/misc <- gal/gal/widgets evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps evolution/widgets/menus <- gal/gal/menus Following is the summary of changes done to fix the build:- - New files added to cvs repository, - a11y/e-table/Makefile.am - a11y/e-text/Makefile.am - widgets/table/Makefile.am - widgets/text/Makefile.am - widgets/misc/pixmaps/Makefile.am - iconv-detect.h - iconv-detect.c - Updated configure.in. - Updated all the relevant Makefile.am files. - Updated the include paths to replace all gal references. - Updated the marshal list to suit gal files requirements. svn path=/trunk/; revision=29522
* Add win32.Tor Lillqvist2005-06-161-0/+1
| | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * Makefile.am (SUBDIRS): Add win32. svn path=/trunk/; revision=29512
* remove *.pc and intltool-* files generated by configure when running makeBjörn Torkelsson2005-02-261-0/+1
| | | | | | | | | 2005-02-23 Björn Torkelsson <torkel@acc.umu.se> * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-* files generated by configure when running make distclean. svn path=/trunk/; revision=28891
* added evolution-plugin.pc, pkg-config file required for pluginNot Zed2004-12-161-1/+2
| | | | | | | | | 2004-12-16 Not Zed <NotZed@Ximian.com> * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config file required for plugin development. svn path=/trunk/; revision=28134
* Make evolution mail link to camel-provider not camel only. Removed someNot Zed2004-12-031-2/+0
| | | | | | | | | | | | | | | | | | | | 2004-12-02 Not Zed <NotZed@Ximian.com> * configure.in: Make evolution mail link to camel-provider not camel only. Removed some camel stuff. 2004-11-16 Not Zed <NotZed@Ximian.com> * Makefile.am (SUBDIRS): removed camel. * configure.in: Removed camel building, fixed module includes to use camel via packageconfig. 2004-11-15 Not Zed <NotZed@Ximian.com> * configure.in: Added libeds to camel and mail and filter cflags. svn path=/trunk/; revision=28053
* dist plugin.mkJP Rosevear2004-11-021-0/+1
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist plugin.mk svn path=/trunk/; revision=27785
* list plugins as a subdirJP Rosevear2004-10-201-0/+1
| | | | | | | | | | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * Makefile.am: list plugins as a subdir * plugins/Makefile.am: build enabled plugins * plugin.mk: simple rule for creating .eplug files * configure.in: add plugin foo; --enable-plugins=all turns them all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to list specific ones svn path=/trunk/; revision=27640
* cp the unversioned file rather than mv'ing it so it doesn't getDan Winship2004-02-131-1/+1
| | | | | | | | * Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file rather than mv'ing it so it doesn't get regenerated at install time. svn path=/trunk/; revision=24727
* default_user is goneJP Rosevear2003-12-301-1/+0
| | | | | | | | | | 2003-12-29 JP Rosevear <jpr@ximian.com> * configure.in: default_user is gone * Makefile.am: ditto svn path=/trunk/; revision=24020
* remove.Chris Toshok2003-12-161-2/+0
| | | | | | | | 2003-12-15 Chris Toshok <toshok@ximian.com> * Makefile.am (ACLOCAL_AMFLAGS): remove. svn path=/trunk/; revision=23945
* make sure server.mk is distedJP Rosevear2003-11-181-0/+1
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am: make sure server.mk is disted svn path=/trunk/; revision=23393
* do the right thing for distingJP Rosevear2003-11-181-1/+1
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am (EXTRA_DIST): do the right thing for disting svn path=/trunk/; revision=23391
* Install versioned package config filesJP Rosevear2003-11-171-4/+7
| | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * Makefile.am: Install versioned package config files svn path=/trunk/; revision=23386
* remove libversit from the build.Chris Toshok2003-11-121-1/+0
| | | | | | | | | | | | | 2003-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): remove libversit from the build. * configure.in (CERT_UI): change the libraries we link. (AC_OUTPUT): remove libversit/Makefile * libversit/*: nuke it all svn path=/trunk/; revision=23290
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-5/+1
| | | | svn path=/trunk/; revision=23206
* use $SMIME_DIR. instead of explicitly including smime.Chris Toshok2003-10-301-1/+5
| | | | | | | | | | | | 2003-10-29 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly including smime. * configure.in: add some smime foo - a status message, an AM_CONDITIONAL (ENABLE_SMIME) svn path=/trunk/; revision=23123
* add smime/* dirs. to AC_OUTPUT.Chris Toshok2003-10-241-0/+1
| | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. svn path=/trunk/; revision=23047
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-1/+0
| | | | svn path=/trunk/; revision=22965
* add a11y/widgets/Makefile move a11y directory before widgets directory.Bolian Yin2003-08-271-1/+1
| | | | | | | | | 2003-08-27 Bolian Yin <bolian.yin@sun.com> * configure.in: add a11y/widgets/Makefile * Makefile.am: move a11y directory before widgets directory. svn path=/trunk/; revision=22383
* Add a11y checking, and a11y Makefiles add a11y subdirectoryBolian Yin2003-08-201-0/+1
| | | | | | | | | 2003-08-20 Bolian Yin <bolian.yin@sun.com> * configure.in: Add a11y checking, and a11y Makefiles * Makefile.am: add a11y subdirectory svn path=/trunk/; revision=22304
* Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h filesDan Winship2003-07-241-0/+1
| | | | | | | | | | | | | * configure.in: Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files that don't cause gcc warnings * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. (Can't include newlines in an AC_SUBST, so we have to use AC_SUBST_FILE) * Makefile.am (EXTRA_DIST): add marshal.mk svn path=/trunk/; revision=21910
* removed libwombat from the build.Rodrigo Moya2003-06-301-1/+0
| | | | | | | | | | | | | 2003-06-30 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: removed libwombat from the build. * evolution-calendar.pc.in: removed -lwombat. * libwombat/*: removed unused directory. svn path=/trunk/; revision=21692
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-2/+3
| | | | svn path=/trunk/; revision=21427
* Autogen help/Makefile.Ettore Perazzoli2003-03-271-0/+1
| | | | | | | | * configure.in: Autogen help/Makefile. * Makefile.am (SUBDIRS): Add help. [#38234] svn path=/trunk/; revision=20528
* #include bonobo-activation instead of oaf. (main): Initialize usingEttore Perazzoli2003-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/evolution-addressbook-export.c: #include bonobo-activation instead of oaf. (main): Initialize using gnome_program_init(). (save_cards): Use g_main_loop_quit() instead of gtk_exit(). * tools/evolution-addressbook-import.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (unref_executable): Use g_main_loop_quit() instead of gtk_exit(). (add_cb): Likewise. * tools/evolution-addressbook-abuse.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (use_addressbook): Use g_object_unref() instead of gtk_object_unref(). (main): Use g_timeout_add() instead of gtk_timeout_add(). (add_cb): Use g_main_loop_quit() instead of gtk_exit(). * configure.in (AC_SUBST): Add tools/Makefile. * Makefile.am (SUBDIRS): Add tools/ back into the list. * tools/Makefile.am: Install everything in $(datadir)/evolution-$(BASE_VERSION)/tools. (INCLUDES): Add the defines that gnome_program_init() likes and also add the _DISABLE_DEPRECATED stuff. svn path=/trunk/; revision=19656
* For now, do not install the evolution.1 manpage. Install all the otherEttore Perazzoli2003-01-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | * data/Makefile.am: For now, do not install the evolution.1 manpage. Install all the other files with a -$(BASE_VERSION) suffix. (dtappintegrate): Update for the new location of cde_app_root. (dtappunintegrate): Likewise. * data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am (cdeappmanagerdir): Version using $(BASE_VERSION). * data/cde_app_root/dt/appconfig/types/C/Makefile.am (cdetypesdir): Likewise. * data/cde_app_root/dt/appconfig/icons/C/Makefile.am (cdeiconsdir): Likewise. * sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION). * configure.in: Define BASE_VERSION. Set idldir to $datadir/idl/evolution-$BASE_VERSION instead of just $datadir/idl/evolution. svn path=/trunk/; revision=19550
* intltool, not xml-i18n-toolsRodney Dawes2003-01-141-3/+3
| | | | | | | | 2003-01-14 Rodney Dawes <dobey@ximian.com> * Makefile.am (EXTRA_DIST): intltool, not xml-i18n-tools svn path=/trunk/; revision=19439
* add poDan Winship2003-01-081-1/+2
| | | | | | | | | * Makefile.am (SUBDIRS): add po * configure.in: Move ALL_LINGUAS definition to before AM_GLIB_GNU_GETTEXT, or else no linguas for you! svn path=/trunk/; revision=19267
* Use "Evolution", not "evolution", since that becomes the value of theDan Winship2003-01-061-28/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (AC_INIT): Use "Evolution", not "evolution", since that becomes the value of the PACKAGE variable (privlibdir): parse $VERSION by hand since. EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying to pass a variable to AC_INIT won't work). This and the above change fix the problem that privlibdir was being defined as "${libdir}/Evolution/." instead of "${libdir}/evolution/1.3" (GAL_VERSION): AC_SUBST this since it's needed in the .pc files (idldir): define this here rather than in each Makefile.am that needs it. (AC_OUTPUT): Add .pc files * Makefile.am (pkgconfig_DATA): Add pc files. (confexec_DATA): Remove this (fooConf.sh files) (SUBDIRS): Move filter earlier in the build. (I think it was calendar that depends on it now?) (%Conf.sh): Remove this. The .pc files are output by configure.in now. * camel.pc.in, evolution-addressbook.pc.in, evolution-calendar.pc.in, evolution-shell.pc.in: Replace the *Conf.sh files with these. In addition to the basic variables, include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES and privlibdir (in the others). svn path=/trunk/; revision=19241
* (changelogs): Add my-evolution.Ettore Perazzoli2002-11-211-0/+1
| | | | svn path=/trunk/; revision=18864
* re-added filter, mail, composerNot Zed2002-11-131-3/+5
| | | | | | | | | | 2002-11-13 Not Zed <NotZed@Ximian.com> * Makefile.am (SUBDIRS): re-added filter, mail, composer * configure.in: Added EVOLUTION_MAIL settings, and mail/makefile. svn path=/trunk/; revision=18737
* remove tools for now, it's not in configure.in.Joe Shaw2002-11-121-1/+0
| | | | | | | | | 2002-11-11 Joe Shaw <joe@ximian.com> * Makefile.am (SUBDIRS): remove tools for now, it's not in configure.in. svn path=/trunk/; revision=18714
* add addressbook.Chris Toshok2002-11-121-0/+1
| | | | | | | | 2002-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): add addressbook. svn path=/trunk/; revision=18713
* added camel and filters to the buildJeffrey Stedfast2002-11-071-0/+2
| | | | svn path=/trunk/; revision=18617
* add wombat.Chris Toshok2002-11-061-1/+3
| | | | | | | | 2002-11-05 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): add wombat. svn path=/trunk/; revision=18566
* enabled libwombat.Rodrigo Moya2002-11-051-0/+1
| | | | | | | | 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: enabled libwombat. svn path=/trunk/; revision=18545
* added libversit directory to build.Rodrigo Moya2002-11-051-0/+1
| | | | | | | | | 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: added libversit directory to build. svn path=/trunk/; revision=18536
* (SUBDIRS): Add shell.Ettore Perazzoli2002-11-051-0/+1
| | | | svn path=/trunk/; revision=18535
* re-added calendar component (only non-UI stuff).Rodrigo Moya2002-11-041-0/+3
| | | | | | | | | | | 2002-11-03 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: re-added calendar component (only non-UI stuff). * data/Makefile.am: use intltools instead of xml-i18n-tools. svn path=/trunk/; revision=18514
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-20/+3
| | | | | | | | pretty broken). Weeeeee! svn path=/trunk/; revision=18503
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-171-0/+17
| | | | | | | | | | | | | | | | | | | | | * data/cde_app_root/Makefile.am: New. * data/cde_app_root/dt/Makefile.am: New. * data/cde_app_root/dt/appconfig/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New. * data/cde_app_root/dt/appconfig/icons/Makefile.am: New. * data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New. * data/cde_app_root/dt/appconfig/types/Makefile.am: New. * data/cde_app_root/dt/appconfig/types/C/Makefile.am: New. * configure.in: Add a `--with-cde-path' option. Check for dtappintegrate in that path. Define HAVE_DTAPPINTEGRATE and GNOME_PREFIX. Also, generate data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and shell/evolution-nognome. svn path=/trunk/; revision=18083
* (SUBDIRS): Put po on the top.Ettore Perazzoli2002-09-121-1/+1
| | | | svn path=/trunk/; revision=18045
* Updated with the new 1.2 features (unfinished).Ettore Perazzoli2002-09-061-0/+1
| | | | | | | | * NEWS: Updated with the new 1.2 features (unfinished). * NEWS-1.0: New, contains the changes up to version 1.0.8. svn path=/trunk/; revision=17996
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-07-09 Peter Williams <peterw@ximian.com> * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so that people compiling against the addressbook can do so successfully. * Makefile.am: create our *Conf.sh files and dist them and install them. * configure.in: Define and subst some variables that the Conf.sh file need. 2002-07-08 Peter Williams <peterw@ximian.com> * backend/ebook/Makefile.am: Install libebook-static.la. Also change --all-static to -all-static, which is the right flag. * backend/pas/Makefile.am: Install the PAS headers in $(includedir)/evolution/pas. Install libpas.a 2002-07-08 Peter Williams <peterw@ximian.com> * cal-util/Makefile.am: Install libcal-util-static.la and fix the -all-static flag to make it install statically. * pcs/Makefile.am: Install libpcs.a and its headers. * pcs/cal-backend-util.h: Same sort of include namespacing fix, but for pcs. * pcs/cal.h: * pcs/query.h: * pcs/cal-factory.h: * pcs/cal-backend.h: * pcs/cal-backend-file.h: Same. 2002-07-17 Peter Williams <peterw@ximian.com> * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're using libtool as our LD, we can reference .la's and libtool will DTRT for us. * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here. 2002-07-03 Peter Williams <peterw@ximian.com> * Makefile.am: Install libeutil, libeconduit, and libedb3util and their headers. 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the new libefilterbar.a. 2002-07-12 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical for the generated ical.h (some headers rely on this because they too get installed.) 2002-07-09 Peter Williams <peterw@ximian.com> * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical; some headers that we rely on get installed, so they point to the ical.h that gets generated and installed; consequently we need to be able to find the generated ical.h * misc/Makefile.am: Install libemiscwidgets.a and its headers. However, break EFilterBar into a separate libefilterbar.a because we don't want the installed library to depend on libfilter. svn path=/trunk/; revision=17496
* Don't generate libibex/Makefile anymore.Jeffrey Stedfast2002-04-271-1/+0
| | | | | | | | | | 2002-04-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Don't generate libibex/Makefile anymore. * Makefile.am: Removed libibex from SUBDIRS. svn path=/trunk/; revision=16613
* added sounds.Damon Chaplin2002-02-091-0/+1
| | | | | | | | | | | | | | | 2002-02-08 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added sounds. * configure.in (AC_OUTPUT): added sounds/Makefile. * sounds/Makefile.am: new file. * sounds/default_alarm.wav: default alarm sound, currently only used when vCalendar files are imported with audio alarms. We need a better sound. svn path=/trunk/; revision=15627
* *Makefile.am: added "help" to subdirs.Aaron Weber2001-08-211-0/+1
| | | | | | | | 2001-08-19 Aaron Weber <aaron@ximian.com> *Makefile.am: added "help" to subdirs. svn path=/trunk/; revision=12315
* Libical compile orderIain Holmes2001-08-181-1/+1
| | | | svn path=/trunk/; revision=12169
* Added omf-install to the build. Adjust for the move of the user docs.Kjartan Maraas2001-08-161-2/+4
| | | | | | | | | 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Added omf-install to the build. * configure.in: Adjust for the move of the user docs. svn path=/trunk/; revision=12088
* Build the composer after the addressbook, as it needs some CORBA stuffEttore Perazzoli2001-07-021-1/+1
| | | | | | | * Makefile.am (SUBDIRS): Build the composer after the addressbook, as it needs some CORBA stuff from the latter. svn path=/trunk/; revision=10663
* added new directory for the libwombat library, which will contain theRodrigo Moya2001-06-211-0/+1
| | | | | | | | | | 2001-06-21 Rodrigo Moya <rodrigo@gnome-db.org> * libwombat/: added new directory for the libwombat library, which will contain the implementation of all CORBA interfaces defined in the wombat.idl file svn path=/trunk/; revision=10361
* Committing the new My Evolution.Iain Holmes2001-06-091-1/+1
| | | | svn path=/trunk/; revision=10163
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-18 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-bonobo.c (entry_get_property_fn): Return the serialized EDestinations (rather than just a string w/ e-mail addresses) through the bonobo component's property bag. * gui/component/select-names/e-select-names-model.c (e_select_names_model_export_destinationv): Added. A convenience routine for serializing the model's EDestinations into a string. * gui/component/select-names/e-select-names-popup.c (add_html_mail): Added. Puts in a check menu item for whether or not the recipient wants HTML mail. (popup_menu_card): Add menu item for HTML mail. Enable edit contact info item. (popup_menu_nocard): Add menu item for HTML mail. Enable edit contact info item. * backend/ebook/e-book-util.c (e_book_use_local_address_book): Added. Fetches the local addressbook and caches it on the first call. This is meant to be an easy and efficient way to get at the local addressbook with the minimum of code. (e_book_query_address_locally): Added. Convenience code that does an e-mail only e_book_name_and_email_query against the local address book. * backend/ebook/e-destination.c (e_destination_set_html_mail_pref): Added. Allows the intended recipient's HTML mail preference to be manipulated. (e_destination_get_email_verbose): Added. Cleaned up to use e_destination_get_name. (e_destination_get_html_mail_pref): Added. Read the recipient's HTML mail preference. If the destination is linked to a card, the preference is taken from the card (unless it has been explicitly overridden by a called to e_destination_set_html_mail_pref). (e_destination_get_address_textv): Added. Form a unified address string from a NULL-terminated vector of EDestinations. (e_destination_export): Added. Serialize an EDestination to a string. (e_destination_import): Added. Unserialize a string to build an EDestination. (e_destination_exportv): Added. Serialize a NULL-terminated vector of EDestinations to a string. (e_destination_importv): Added. Unserialize a string to build a NULL-terminated vector of EDestinations. * gui/component/select-names/e-select-names-completion.c: Implemented local versions of g_strcasecmp and g_strncasecmp (which should really be in glib, I think...) for utf8, and used them to make this code utf8-safe. 2001-05-18 Jon Trowbridge <trow@ximian.com> * Makefile.am (evolution_mail_LDADD): Added libebook.la (which is now required by the composer.) 2001-05-18 Jon Trowbridge <trow@ximian.com> * e-msg-composer-hdrs.c (set_recipients): Properly unserialize the string returned by the "text" property of the bonobo control, convert it into EDestinations, and use them to get the e-mail addresses of our recipients. 22001-05-18 Jon Trowbridge <trow@ximian.com> * Makefile.am (SUBDIRS): Changed build order. Now addressbook gets built before mail. svn path=/trunk/; revision=9878
* Importer changesIain Holmes2001-05-091-0/+1
| | | | svn path=/trunk/; revision=9722
* Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-241-1/+1
| | | | | | | Get the docs to build and install properly. Temporarily disable the importer devel docs as they seem to be pretty broken. svn path=/trunk/; revision=9507
* Pull up fix from the branch:Ettore Perazzoli2001-04-161-0/+1
| | | | | | | Check for Editor.idl in the GNOME_PATH as well. Add `doc' to the SUBDIRS in the top-level Makefile. svn path=/trunk/; revision=9376
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-10/+0
| | | | | | | | | | | | 2001-03-15 Gediminas Paulauskas <menesis@delfi.lt> Removed .oafinfo files -- they are obsolete. Moved pixmaps from calendar/gui/ to art/ Moved evolution.png to art/ Moved evolution.desktop.in to data/ Generate doc/devel/executive-summary/Makefile svn path=/trunk/; revision=8727
* Added views stuff.Christopher James Lahey2001-03-021-3/+4
| | | | | | | | 2001-03-01 Christopher James Lahey <clahey@ximian.com> * Makefile.am (SUBDIRS), configure.in: Added views stuff. svn path=/trunk/; revision=8461
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-3/+7
| | | | | | | | | | | | | | | | | Removed all files where glade writes strings. Changed Makefile.am to not distribute them. Changed all glade files to not write strings to those files. Removed *.desktop and evolution.keys files, because they are generated. Added them to .cvsignore Added *.desktop.in evolution.keys.in files without transalted strings. Added all existing entries from desktop files to po files. Changed Makefile.am to distribute only .in files, and merge translations into desktop files. Removed obsolete files from po/ dir svn path=/trunk/; revision=8164
* Remove cmdline for nowMiguel de Icaza2001-01-221-1/+0
| | | | svn path=/trunk/; revision=7695
* The Doc directory was removed because it does not build, and Dave Camp cant ↵Miguel de Icaza2001-01-211-2/+2
| | | | | | spend the day fixing doc stuff. Make sure your doc infrastructure works for everyone and passes make distcheck before commiting again. Love svn path=/trunk/; revision=7681
* Um, why was the doc directory removed from SUBDIRS?Federico Mena Quintero2001-01-191-2/+2
| | | | | | | | 2001-01-18 Federico Mena Quintero <federico@ximian.com> * Makefile.am: Um, why was the doc directory removed from SUBDIRS? svn path=/trunk/; revision=7626
* Removed addressbook/gui/widgets/test-minicard-view.c,Dave Camp2001-01-181-3/+1
| | | | | | | | | | | 001-01-17 Dave Camp <dave@ximian.com> * POTFILES.in: Removed addressbook/gui/widgets/test-minicard-view.c, camel/providers/local/camel-mbox-provider.c, notes/component-factory.c, notes/main.c, and calendar/gui/gnome-month-item.c, and calendar/gui/alarm-notify.c. svn path=/trunk/; revision=7611
* Oops, that shouldn't have gone in :-)JP Rosevear2000-12-091-2/+2
| | | | svn path=/trunk/; revision=6862
* Remove test3 from build until the files show upJP Rosevear2000-12-091-2/+2
| | | | | | | | | | | | | | 2000-12-08 JP Rosevear <jpr@helixcode.com> * tests/message/Makefile.am: Remove test3 from build until the files show up 2000-12-08 JP Rosevear <jpr@helixcode.com> * Makefile.am: Remove files from extra_dist since they are already listed svn path=/trunk/; revision=6861
* Added a copy of the GNU Free Documentation License.Federico Mena Quintero2000-11-301-0/+1
| | | | | | | | | | | 2000-11-29 Federico Mena Quintero <federico@helixcode.com> * COPYING-DOCS: Added a copy of the GNU Free Documentation License. * Makefile.am (EXTRA_DIST): Added COPYING-DOCS. svn path=/trunk/; revision=6714
* Summary is back in :DIain Holmes2000-10-261-0/+1
| | | | | | Fixed a silly size issue for composer file selectors. svn path=/trunk/; revision=6187
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-5/+0
| | | | svn path=/trunk/; revision=6035
* Disable executive-summaryIain Holmes2000-10-121-1/+0
| | | | svn path=/trunk/; revision=5871
* Add the executive summary stuffIain Holmes2000-10-051-0/+1
| | | | svn path=/trunk/; revision=5737
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+1
| | | | | | Anything UI related that breaks is now my fault; apologies in advance. svn path=/trunk/; revision=5415
* double oops. /me kicks selfPeter Williams2000-08-111-1/+49
| | | | svn path=/trunk/; revision=4690
* Merge with camel-async.Peter Williams2000-08-111-45/+1
| | | | svn path=/trunk/; revision=4687
* Fixed some make distcheck errors.Christopher James Lahey2000-07-061-7/+9
| | | | | | | | | 2000-07-06 Christopher James Lahey <clahey@helixcode.com> * Makefile.am, libical/configure.in: Fixed some make distcheck errors. svn path=/trunk/; revision=3919
* Fix a build problem (e-table now depends on the `misc' widgets, so weEttore Perazzoli2000-06-121-0/+6
| | | | | | | | need to build the `misc' directory first) and install a `.desktop' file and an icon file. (For now, the icon file is a copy of `evolution-inbox.png'.) svn path=/trunk/; revision=3527
* build and install docsDan Winship2000-06-021-1/+2
| | | | svn path=/trunk/; revision=3345
* Added spec file for 'rpm -tb evolution-x.y.tar.gz' ability.Ross Golder2000-05-281-1/+5
| | | | svn path=/trunk/; revision=3230
* Removed dist-hook section.Christopher James Lahey2000-05-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed dist-hook section. * configure.in: Set the version number. Added a check for gnome window icons. Removed a bunch of unused Makefiles. * tools/Makefile.am: Created a proper EXTRA_DIST section. * widgets/e-text/Makefile.am: Added e-text-event-processor-types.h. From addressbook/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/Makefile.am: Added e-book-types.h, e-card-pairs.h, e-card-types.h. * backend/pas/Makefile.am: Added pas-backend-ldap.h. * contact-editor/Makefile.am: Added a proper EXTRA_DIST section. Removed some old defines. * ename/Makefile.am: Added e-name-western-tables.h. * gui/component/Makefile.am: Added e-ldap-server-dialog.h. Added a proper EXTRA_DIST section. * gui/minicard/e-reflow.c: Added a missed cast. * printing/Makefile.am: Added a proper EXTRA_DIST section. From calendar/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST sections. From camel/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and camel-thread-proxy.h. From default_user/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am, local/Calendar/Makefile.am, local/Contacts/Makefile.am, local/Directories/Makefile.am, local/Directories/subfolders/Bigfoot/Makefile.am, local/Directories/subfolders/Netcenter/Makefile.am, local/Drafts/Makefile.am, local/Inbox/Makefile.am, local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a proper EXTRA_DIST section. From filter/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * filter-arg.h: Changed tree.h to gnome-xml/tree.h. * Makefile.am: Added filter-arg-types.h, filter-arg.h, filter-xml.h, filter-format.h, filter-druid.h, filter-editor.h. From libical/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * configure.in: Reorder Makefiles so that it will build. From mail/ChangeLog: 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Removed folder-browser-factory.h since it doesn't exist. Added mail-display.h, mail-types.h, pixmaps.h. From widgets/e-table/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-table-col-dnd.h and table-test.h. From wombat/ChangeLog: 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added an include for the pcs directory. svn path=/trunk/; revision=2966
* + * configure.in: added tools/Makefile.Matthew Loper2000-04-271-0/+1
| | | | | | | | | | | | | | | | + + * Makefile.am: Added tools. + + * tools/: New directory for tools relating to evolution. + + * tools/killev: New script for killing all evolution-related + stuff. + + * tools/Makefile.am: New file. + + * tools/.cvsignore: New file. svn path=/trunk/; revision=2652
* Update for the camel changes.Dan Winship2000-04-261-1/+0
| | | | | | | | | | * tests: Update for the camel changes. * Makefile.am (SUBDIRS): Remove tests. They aren't terribly useful/interesting any more for the most part, and they frequently don't compile. svn path=/trunk/; revision=2636
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * default_user/Makefile.am: new file. + + * default_user/Main_Shortcuts.xml: New file; is used to fill the + shortcut bar's "main shortcuts" pane. + + * default_user/Other_Shortcuts.xml: New file, used to fill the + shortcut bar's "other shortcuts" pane. + + * default_user/Inbox.mbox: New file. This is the first message a + new user will see when they fire up Evolution. Needs work. + + * Makefile.am: added default_user directory. + * configure.in: same. + + * e-paned.c: New file. Makes a GtkPaned with more than two + children. + * e-paned.h: same. + + * Makefile.am: added e-paned.[ch]. + + * e-shell-view.h: Added hpaned and treeview widgets to + EShellView. Added e_shell_view_toggle_shortcut_bar() and + e_shell_view_toggle_treeview(). + + * e-shell-view.c (e_shell_view_setup_shortcut_display): Use EPaned + widget to house our shortcut bar. + (e_shell_view_toggle_shortcut_bar): New function; toggles whether + the shortcut bar is showing. + (e_shell_view_toggle_treeview): Same, for the treeview (NYI). + (e_shell_view_new): Put the notebook view in our EPaned widget. + + * e-shell-view-menu.c (esv_cmd_toggle_shortcut_bar): New function; + toggles whether the shortcut bar is viewed. + (esv_cmd_toggle_treeview): Same, but with the treeview. Added + menuitems in the "view" menu to allow access to the above. + svn path=/trunk/; revision=2575
* install new shortcut bar pixmaps.Dan Winship2000-03-311-0/+1
| | | | | | | | | | | | * configure.in: * Makefile.am: * art/Makefile.am: install new shortcut bar pixmaps. * widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new pixmaps. This code needs to be restructured, but Damon is rumored to already be doing it. svn path=/trunk/; revision=2261
* + * Makefile.am: add calendar compilation back in.Matthew Loper2000-03-301-3/+1
| | | | | | | | + + * calendar/Makefile.am: remove the gui directory, which doesn't + compile. svn path=/trunk/; revision=2247
* + * Makefile.am: added wombat.Matthew Loper2000-03-291-0/+1
| | | | svn path=/trunk/; revision=2242
* address book depends on libversitSeth Alves2000-03-271-1/+1
| | | | svn path=/trunk/; revision=2183
* build po last because it depends on some .c files thatSeth Alves2000-03-271-2/+3
| | | | | | are built from .y files. svn path=/trunk/; revision=2182
* Temporarily removed the calendar from the subdirs list. The compilationbertrand2000-03-211-2/+3
| | | | | | | | | 03-21-2000 bertrand <bg@aful.org> Temporarily removed the calendar from the subdirs list. The compilation errors confuse people. svn path=/trunk/; revision=2129
* build shell before mail since mail relies on the shell idl files beingDan Winship2000-03-141-2/+2
| | | | | | compiled svn path=/trunk/; revision=2116
* Added. moved from filter-sexp.[ch]NotZed2000-02-291-2/+2
| | | | | | | | | | | | | | 2000-02-28 NotZed <NotZed@HelixCode.com> * e-util/e-sexp.[ch]: Added. moved from filter-sexp.[ch] * e-util/Makefile.am (libeutil_a_SOURCES): Add e-sexp. (noinst_LTLIBRARIES): Changed to a libtool library. * Makefile.am (SUBDIRS): Build e-util before other stuff. (SUBDIRS): Build filter after camel. svn path=/trunk/; revision=1980
* Add filter to the list of directories to processMiguel de Icaza2000-02-221-0/+1
| | | | svn path=/trunk/; revision=1897
* Modification in the automake/libtool building process so thatBertrand Guiheneuf2000-02-181-1/+1
| | | | | | | | | | camel and tests at least compile. Current libtool doen't seem to support lib dependancy unless the lib is installed. Removed the dependancy on libex in mbox and added it to the other Makefile.am that link with libcamel. svn path=/trunk/; revision=1838
* build libicalSeth Alves2000-02-181-0/+1
| | | | svn path=/trunk/; revision=1832
* Add libunicode to CFLAGS/LIBS.NotZed2000-02-141-0/+1
| | | | | | | | | | | | | | | | 2000-02-14 NotZed <notzed@zedzone.helixcode.com> * configure.in (EXTRA_GNOME_CFLAGS): Add libunicode to CFLAGS/LIBS. 2000-02-13 NotZed <notzed@zedzone.helixcode.com> * configure.in: Added check for libunicode. * Makefile.am (SUBDIRS): Added libibex. * tests/test11.c (main): New test, tests search api. svn path=/trunk/; revision=1774
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-0/+1
| | | | | | | | Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636
* Libversit / VFS work - FedericoArturo Espinosa2000-01-211-1/+3
| | | | svn path=/trunk/; revision=1601
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-9/+23
| | | | | | | | More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593
* Finishing previous commit.Chris Lahey2000-01-171-1/+2
| | | | svn path=/trunk/; revision=1582
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-0/+2
| | | | | | | | | Lots of reorganization to get the Evolution shell to begin its life. It also includes a new evolution widget from Damon. Miguel. svn path=/trunk/; revision=1536
* More work:Ettore Perazzoli1999-11-171-3/+6
| | | | | | | - Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395
* testsBertrand Guiheneuf1999-05-191-1/+1
| | | | | | | | | * tests/test1.c (main): tests * camel/camel-mime-message.c (_write_to_file): started write_to framework for mime_messages svn path=/trunk/; revision=931
* removed devel-docs until I come up with a correct Makefile.ambertrand1999-04-231-1/+1
| | | | | | | | | | | | | 1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr> * Makefile.am (SUBDIRS): removed devel-docs until I come up with a correct Makefile.am * camel/camel-store.h: * camel/camel-folder.h: correct declarations of structs svn path=/trunk/; revision=870
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-1/+1
| | | | svn path=/trunk/; revision=862
* Initial revisionBertrand Guiheneuf1999-04-181-0/+9
svn path=/trunk/; revision=846