aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Bug 732802 - data/evolution.appdata.xml is not git-ignoredJonas Hahnfeld2014-07-091-2/+3
|
* Fix distcheck error.Matthew Barnes2014-03-161-3/+2
|
* Bug 709108 - Make Appdata file translatableDaniel Mustieles2013-10-011-4/+6
|
* Add an AppData description for Evolution.Matthew Barnes2013-09-071-0/+4
| | | | Based on http://people.freedesktop.org/~hughsient/appdata/.
* Fix icon cache updating when building concurrently.Matthew Barnes2013-08-111-0/+15
| | | | | | | When using "make -j [N > 1]", the install-icons/uninstall-icons and update-icon-cache make targets were running concurrently. Move the icon cache updating to data/Makefile.am to ensure it runs AFTER the icons are installed or uninstalled.
* Remove --with-kde-applnk-path configure option.Matthew Barnes2013-01-011-7/+0
| | | | | | | | I had to research what "applnk" even was. It seems to have been KDE's own precursor to the FreeDesktop.org Desktop Menu Specification and was abandoned in KDE 3.2 (circa 2004!). The option is way obsolete. Get rid of it.
* express: Remove clutter-based email tabs.Matthew Barnes2012-08-111-23/+1
| | | | | | This was another MeeGo feature. MeeGo is dead, the code is starting to bit rot and crashes on startup, the original author disappeared and the remaining developers are not interested in maintaining it. So it's out.
* Remove the settings capplet.Matthew Barnes2012-08-111-5/+1
| | | | | | | | | | 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.
* Remove the last remaining usage of GConfMilan Crha2012-06-151-0/+1
|
* 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.
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+2
|
* Bug 670609 - Delete /data/evolution.mimeMatthew Barnes2012-03-271-3/+0
|
* schemas: Don't EXTRA_DIST non-existing filesRodrigo Moya2011-12-191-1/+1
|
* Tweak GSettings schemas.Matthew Barnes2011-11-231-10/+11
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Fix some GSettings runtime issues.Matthew Barnes2011-11-231-1/+1
|
* Port autocontacts plugin to GSettingsRodrigo Moya2011-11-181-0/+1
|
* Migrate itip formatter to GSettingsRodrigo Moya2011-11-041-0/+1
|
* Fix some GSettings schema typos.Matthew Barnes2011-10-191-1/+1
|
* Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-141-0/+1
|
* Port calendar importer to GSettingsRodrigo Moya2011-10-101-0/+1
|
* First successful buildRodrigo Moya2011-10-061-0/+1
|
* Move all plugin settings to their own schemasRodrigo Moya2010-11-101-4/+12
|
* Migrate mail prompts schemas to GSettingsRodrigo Moya2010-11-041-1/+2
|
* Add GSettings schemas for addressbookRodrigo Moya2010-11-041-2/+3
|
* Start settings schemas migrationRodrigo Moya2010-11-011-1/+16
|
* Add content for tabs.Srinivasa Ragavan2010-07-261-0/+25
|
* Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-19/+5
| | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
* Clean up data/Makefile.amRoss Burton2010-03-161-39/+10
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-141-1/+2
| | | | evolution-settings.
* Restore the alarm notify daemon.Matthew Barnes2009-09-181-0/+7
| | | | | Convert evolution-alarm-notify to an autostart program, add a .desktop file for it, and use libunique to ensure only one instance is running.
* Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-17/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | 2007-10-12 Michael Monreal <michael.monreal@gmail.com> ** Migration of theme icons to data/icons/ (bug #479257) * art/Makefile.am: Remove references to art/$size. * configure.in: Include new data/icons/ directory. * file e-util/e-icon-factory.c: Append a private icon directory to the search path. New inbox/outbox/sent icons. * mail/em-folder-tree.c, mail/mail-send-recv.c: Change icon references. New view-calendar icons. * calendar/gui/calendar-commands.c: Change icon references. svn path=/trunk/; revision=34383
* Fix installation problems on evolution.desktop, evolution.keys and ↵Harish Krishnaswamy2006-12-051-8/+9
| | | | | | evolution.mime. svn path=/trunk/; revision=33051
* Install evolution.desktop instead of evolution-<version>.desktop.Harish Krishnaswamy2006-11-151-3/+3
| | | | | | | | | 2006-11-14 Harish Krishnaswamy <kharish@novell.com> * data/Makefile.am: Install evolution.desktop instead of evolution-<version>.desktop. svn path=/trunk/; revision=32975
* Remove hard-coded EDS version number. Read it fromHarish Krishnaswamy2006-02-061-1/+1
| | | | | | | | | | 2006-02-06 Harish Krishnaswamy <kharish@novell.com> * configure.in, data/Makefile.am, data/evolution.desktop.in.in: Remove hard-coded EDS version number. Read it from evolution-data-server.pc instead. svn path=/trunk/; revision=31417
* add new variable with the generated keys and desktop file listed so thatRodney Dawes2005-02-231-1/+4
| | | | | | | | | | 2005-02-22 Rodney Dawes <dobey@novell.com> * data/Makefile.am (CLEANFILES): add new variable with the generated keys and desktop file listed so that they get removed with make clean (EXTRA_DIST): Don't dist the generated keys file svn path=/trunk/; revision=28848
* add some uninstall rules for local dataJP Rosevear2005-01-071-0/+10
| | | | | | | | 005-01-06 JP Rosevear <jpr@novell.com> * data/Makefile.am: add some uninstall rules for local data svn path=/trunk/; revision=28261
* get the mime file from src dir for srcdir != builddirMike Castle2004-05-011-1/+1
| | | | | | | | | 2004-04-30 Mike Castle <dalgoda@ix.netcom.com> * data/Makefile.am (install-data-local): get the mime file from src dir for srcdir != builddir svn path=/trunk/; revision=25717
* Add rule to substitute BASE_VERSION in keys Removed this file from CVSRodney Dawes2004-01-231-2/+6
| | | | | | | | | | | 2004-01-22 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Add rule to substitute BASE_VERSION in keys * data/evolution.keys.in: Removed this file from CVS * data/evolution.keys.in.in: Update to use BASE_VERSION and the new addressbook vcard control that replaces the MiniCard control svn path=/trunk/; revision=24373
* Install evolution.desktop as evolution-$(BASE_VERSION).desktop RemoveRodney Dawes2003-12-021-1/+1
| | | | | | | | | | | | 2003-12-01 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Install evolution.desktop as evolution-$(BASE_VERSION).desktop * data/evolution.desktop.in: Remove generated file * data/evolution.desktop.in.in: Add (Unstable) to name Fix comment to be more correct and have correct capitalization svn path=/trunk/; revision=23546
* Added implicity rule to subst @BASE_VERSION@Ettore Perazzoli2003-06-231-7/+8
| | | | | | | | | | | | | | in evolution.desktop.in.in to generate evolution.desktop.in. (desktop_in_file): Removed. (desktop_in_in_file): New. (kdedesktop_file): Update substitution to use $(desktop_in_in_file) instead of $(desktop_in_file). (noinst_DATA): Add $(desktop_file). (install-data-local): Depend on $(mime_file) and $(keys_file). (EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file) with $(desktop_in_in_file). svn path=/trunk/; revision=21507
* Create $(DESTDIR)$(kdedesktopdir) before installation.Christophe Merlet2003-04-071-0/+1
| | | | svn path=/trunk/; revision=20686
* (install-data-local): Fix installation of theEttore Perazzoli2003-03-291-3/+4
| | | | | | .desktop file. svn path=/trunk/; revision=20570
* Fix installation of desktop/mime filesRodney Dawes2003-02-081-4/+5
| | | | | | | | 2003-02-07 Rodney Dawes <dobey@ximian.com> * data/Makefile.am: Fix installation of desktop/mime files svn path=/trunk/; revision=19846
* Fix KRB4_CFLAGS to work correctly Fix desktop file installation path UseRodney Dawes2003-02-071-1/+1
| | | | | | | | | | | 2003-02-06 Rodney Dawes <dobey@ximian.com> * configure.in: Fix KRB4_CFLAGS to work correctly * data/Makefile.am: Fix desktop file installation path * data/evolution.desktop.in: Use correct binary and categories, add StartupNotify=1 also, for startup-notification-enabled systems svn path=/trunk/; revision=19832
* use privdatadirDan Winship2003-02-061-2/+2
| | | | | | | * data/Makefile.am (dtappintegrate, dtappunintegrate): use privdatadir svn path=/trunk/; revision=19770
* For now, do not install the evolution.1Ettore Perazzoli2003-01-231-10/+34
| | | | | | | | | manpage. Install all the other files with a -$(BASE_VERSION) suffix. (dtappintegrate): Update for the new location of cde_app_root. (dtappunintegrate): Likewise. svn path=/trunk/; revision=19570
* xml-i18n-tools > intltoolsRodrigo Moya2002-11-041-2/+2
| | | | svn path=/trunk/; revision=18511
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-171-0/+16
| | | | | | | | | | | | | | | | | | | | | * 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
* Install the man page.Ettore Perazzoli2001-12-131-1/+3
| | | | | | | | * data/Makefile.am (man_MANS): Install the man page. * data/evolution.1: New man page for Evolution. svn path=/trunk/; revision=15011
* no need to use destdirJP Rosevear2001-10-291-1/+1
| | | | | | | | 2001-10-28 JP Rosevear <jpr@ximian.com> * data/Makefile.am: no need to use destdir svn path=/trunk/; revision=14298
* include destdir in the path of the kde desktop installation dirJP Rosevear2001-10-221-1/+1
| | | | | | | | | 2001-10-22 JP Rosevear <jpr@ximian.com> * data/Makefile.am: include destdir in the path of the kde desktop installation dir svn path=/trunk/; revision=13870
* Install `evolution.desktop' in the `KDE_APPLNK_DIR'.Ettore Perazzoli2001-10-211-0/+5
| | | | | | | | | | | * data/Makefile.am [HAVE_KDE_APPLNK]: Install `evolution.desktop' in the `KDE_APPLNK_DIR'. * configure.in: New option `--with-kde-applnk-path'. Define the `HAVE_KDE_APPLNK' Automake conditional, and the `KDE_APPLNK_DIR' value. svn path=/trunk/; revision=13828
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-3/+7
| | | | | | | | | | | | 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
* Add extension mime type fileMiguel de Icaza2001-03-071-3/+7
| | | | svn path=/trunk/; revision=8579
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-4/+4
| | | | | | | | | | | | | | | | | 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
* New file containing MIME keys for Evolution. Currently just theDan Winship2000-08-101-1/+5
| | | | | | | | | * data/evolution.keys: New file containing MIME keys for Evolution. Currently just the addressbook minicard display. * data/Makefile.am (mime_DATA): add evolution.keys svn path=/trunk/; revision=4665
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-0/+2
More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593