aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Bug 341802 - Make Evolution installed directories names without versionMilan Crha2014-09-091-6/+6
|
* Bug 736123 - Refactor contact-editor: use GtkExpander instead of custom codeChristian Schaarschmidt2014-09-081-0/+100
| | | | | This change also includes preparation for bug 319195 - Contact dialog appallingly overcrowded
* Bug 732892 - Scale-down contact images in message previewTomas Popela2014-07-161-0/+5
| | | | | Set the maximal width and height of the contact image to 96 px. Also do the same in the contact preview in addressbook.
* Bug 732802 - data/evolution.appdata.xml is not git-ignoredJonas Hahnfeld2014-07-091-2/+3
|
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-092-6/+10
| | | | Merge wip/webkit-composer branch into master.
* Bug 604346 - Ctrl+Enter sends mail without asking confirmationMilan Crha2014-06-031-0/+5
|
* Add "Send messages through Outbox folder" optionMilan Crha2014-06-021-0/+5
| | | | | | | | | | | Users ask from time to time for the old behaviour when the messages used to be saved through Outbox, rather than the composer being opened all the time the message is sending. The change is pretty simple, thus why not to add it. Note the Outbox is not flushed after sending, the users is responsible to invoke the Outbox flush on his/her own. This also allows a user to postpone the message send for later.
* Bug 730743 - Add an option to disable sender's photo search at gravatar.comMilan Crha2014-05-271-0/+5
|
* Fix distcheck error.Matthew Barnes2014-03-161-3/+2
|
* Actually make the AppData file translatableRichard Hughes2014-03-121-0/+0
| | | | Evolution was installing a file with <_p> which made gnome-software very upset.
* Remove "side-bar-ellipsize-mode" setting.Matthew Barnes2013-11-211-12/+0
| | | | I was wrong: ellipsize setting got renamed, not removed. Remove it.
* Bug 710835 - evolution.convert: Add trailing / for schemas pathsColin Walters2013-10-261-5/+5
| | | | | | Newer versions of GLib are more strict about this. See https://bugzilla.gnome.org/704802
* Auto-wrap long anchorsMilan Crha2013-10-092-1/+10
| | | | | Make Webkit auto-wrap long anchors, thus they do not dictate content width, which may make it too wide for a window with extra long links.
* Bug 709108 - Make Appdata file translatableDaniel Mustieles2013-10-012-8/+10
|
* Bug 707720 - Change 'mail' keyword to 'email' in evolution.desktopMatthew Barnes2013-09-221-1/+1
| | | | | GNOME Shell does substring matches on desktop keywords, so naming the keyword 'email' matches both 'email' and 'mail'.
* Bug #706008 - Workaround gnome-shell style change on focus changeTomas Popela2013-09-121-2/+0
| | | | | | | Avoid redrawing (thus loosing the selection and scroll position) of preview window on style change by defining the colors through CSS styles. On style change we just update the CSS color definitions and preview will update itself without redraw.
* Replace double-space with single-space in evolution.appdata.xmlMilan Crha2013-09-091-1/+1
|
* Add an AppData description for Evolution.Matthew Barnes2013-09-072-0/+22
| | | | Based on http://people.freedesktop.org/~hughsient/appdata/.
* Fix icon cache updating when building concurrently.Matthew Barnes2013-08-112-14/+17
| | | | | | | 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.
* Bug 703490 - Stop invoking spamc, just use spamassassinMatthew Barnes2013-07-082-14/+0
| | | | | | | | | | | | | | SpamAssassin is clearly not intended for use by mail clients, as evidenced by the number of backflips Evolution's SA module still has to do just to detect the presence and nature of a running spamd (a problem which D-Bus solved a decade ago), and recent SA developer comments. In lieu of removing SA support entirely, remove all the crazy GSettings that are (thankfully) not exposed in the UI and relegate Evolution's SA integration to only the most basic usage (spamassassin / sa-learn). Users are better off with Bogofilter anyway. Leave SpamAssassin for mail servers.
* Fix typo in org.gnome.evolution.mail.gschema.xml.in.Matthew Barnes2013-06-221-1/+1
|
* Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-06-211-1/+1
| | | | | Give the "show-headers" key a proper default value, and watch out for an empty "headers" key, which is supposed to imply that default value.
* Add "show-headers" settings key.Matthew Barnes2013-06-061-3/+8
| | | | | | | Replaces the "headers" key. Whereas "headers" is an array of XML blobs, the "show-headers" key is an array of string/boolean pairs. Also update the appropriate places to get/set the new key.
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-051-3/+14
| | | | | | | | | | | Mainly to avoid accessing GSettings directly from EMailBrowser. Also add a "browser-close-on-reply-policy" GSettings key that replaces "prompt-on-reply-close-browser", the difference being the new key uses an enum definition compatible with EAutomaticActionPolicy instead of a free-form string value. And finally add an ESettingsMailBrowser class to glue things together.
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-102-6/+0
| | | | Hidden setting, no clear use case, and poorly implemented.
* Right-align mail header names.Matthew Barnes2013-05-091-0/+44
| | | | | | | We used to do this before WebKit and it looked better. Also fix up the header section for right-to-left locales: put the collapse button on the right, and images on the left.
* Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolonMatthew Barnes2013-04-281-1/+1
|
* Remove evolution-settings.desktop.in.inMatthew Barnes2013-04-281-10/+0
| | | | Forgot to remove this along with evolution-settings.
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-212-6/+0
| | | | | | | | | | | | | This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email.
* evolution.convert: no-folder-dots setting was removed.Matthew Barnes2013-04-011-1/+0
|
* Add "headers-collapsed" setting.Matthew Barnes2013-03-172-5/+3
| | | | | | Replaces "paned-view-headers-state", which was defined as an integer for some stupid reason. Not bothering to migrate the old setting since it's one button click.
* Add "side-bar-ellipsize-mode" setting.Matthew Barnes2013-03-171-5/+12
| | | | | | | Replaces the "no-folder-dots" setting, which has been removed since it was not exposed in Evolution's Preferences interface. The new setting uses an enum type compatible with PangoEllipsizeMode.
* Add "image-loading-policy" setting.Matthew Barnes2013-03-171-9/+15
| | | | | | Replaces the "load-http-images" setting, which is now deprecated. The new setting uses an enum type compatible with EMailImageLoadingPolicy.
* Add "reply-style-name" setting.Matthew Barnes2013-03-171-4/+16
| | | | | | Replaces the "reply-style" setting, which is now deprecated. The new setting uses an enum type compatible with EMailReplyStyle.
* Add "forward-style-name" setting.Matthew Barnes2013-03-171-3/+20
| | | | | | Replaces the "forward-style" setting, which is now deprecated. The new setting uses an enum type compatible with EMailForwardStyle.
* Split "working-days" setting into separate booleans.Matthew Barnes2013-03-171-4/+32
| | | | | | | | | | | | | | | | | Add separate boolean keys for each day of the week: "working-day-monday" "working-day-tuesday" "working-day-wednesday" "working-day-thursday" "working-day-friday" "working-day-saturday" "working-day-sunday" These are much easier to decipher and much easier to bind boolean GObject properties to. The "working-days" setting is now deprecated.
* Add "week-start-day-name" setting.Matthew Barnes2013-03-171-4/+23
| | | | | | Replaces the "week-start-day" setting, which is now deprecated. The new setting uses an enum type compatible with GDateWeekday.
* org.gnome.evolution.calendar.gschema.xml.in: Define a 'Duration' enum.Matthew Barnes2013-03-061-3/+12
| | | | | | For use with interval "units" keys. Converting a key's type from string to enum is backward-compatable.
* Remove obsolete "mime-types" mail setting.Matthew Barnes2013-02-271-5/+0
| | | | | | | | | | | Description: "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." Wow, that's ancient. How did that get missed?
* Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter tooMilan Crha2013-01-181-1/+1
|
* Update X-GNOME-Bugzilla-OtherBinaries.Matthew Barnes2013-01-091-1/+1
| | | | | I don't know if any distros still honor these X-GNOME-Bugzilla settings but keep them up-to-date anyway.
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-091-0/+1
| | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource
* 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.
* Bug 687010 - Add keywords to the desktop fileMatthias Clasen2012-10-281-0/+1
| | | | This makes gnome-shell search more useful.
* evolution.convert: Remove leftover "force-message-limit" entry.Matthew Barnes2012-10-151-1/+0
| | | | | | | | | The GSettings key was removed in commit f4c30fe: "Bug #672249 - Crash when showing message with large text/plain" This was causing gsettings-data-convert to abort and not mark itself as having run, so the GConf conversion runs repeatedly, potentially overwriting changes the user made in GSettings.
* Check for SpamAssassin during configure.Matthew Barnes2012-10-011-11/+1
| | | | | | | | | | | | | If the spamassassin and sa-learn programs cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the SpamAssassin software b) specify the path with SPAMASSASSIN=/path/to/spamassassin and/or SA_LEARN=/path/to/sa-learn c) pass --disable-spamassassin to configure to exclude the module This also drops the "spamc" and "spamd" GSettings keys.
* express: Remove clutter-based email tabs.Matthew Barnes2012-08-1123-134/+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.
* Add translator commentsAndre Klapper2012-08-031-0/+3
|
* Fix my last commitAndre Klapper2012-08-031-1/+1
|
* Mark default attachment reminder clues as translatable. Hopefully fixes bug ↵Andre Klapper2012-08-031-1/+1
| | | | #476474
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-271-10/+0
|
* Remove "last-upgraded-version" GSettings key.Matthew Barnes2012-07-022-8/+2
| | | | | | | | | AFAICT, this key does nothing useful and only confuses me every time I read the EShell migration code. The "version" key records the most recently used Evolution version. That's all we need for migration. And since downgrading Evolution is not supported, we can assume this value will only increase over time.
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-261-2/+2
|
* Remove the last remaining usage of GConfMilan Crha2012-06-154-0/+25
|
* Bug #569540 - Remove unused message-display-style GSettings keyMilan Crha2012-06-142-7/+0
|
* Adapt to evolution-data-server's port from GConf to GSettingsMilan Crha2012-06-141-3/+0
|
* Mark default attachment reminder clues as translatable. Fixes bug #476474Andre Klapper2012-06-111-1/+1
|
* Remove "enable-local" and "enable-vfolders" GSettings key.Matthew Barnes2012-06-092-13/+1
| | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store.
* Mail formatter rewriteDan Vrátil2012-06-061-1/+1
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* Adapt GSettings schemas to the new ESource API.Matthew Barnes2012-06-032-18/+0
|
* Bug 677273 - Bad default for month-hpane-position settingMatthew Barnes2012-06-011-1/+1
|
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-0/+5
|
* 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.
* Bug 676410 - Add Unity to OnlyShowIn whitelistJeremy Bicha2012-05-211-1/+1
|
* Bug #528508 - Wrap long lines when printing emailsDan Vrátil2012-04-271-0/+1
|
* Remove "currently-offline" key from GSettings added for bug #655753Milan Crha2012-04-251-5/+0
|
* Bug #655753 - Improve offline notification for network outageMilan Crha2012-04-231-1/+6
|
* Don't display border around photo in contacts previewDan Vrátil2012-04-191-0/+4
|
* Bug #674249 - Crash when showing message with large text/plainDan Vrátil2012-04-191-10/+0
|
* Bug #673108 - Font settings and monospace fonts don't workDan Vrátil2012-04-121-4/+0
|
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-111-0/+5
|
* Bug #245025 - Popup confirmation when moving a folder (via drag and drop)Milan Crha2012-04-071-0/+10
|
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-293-0/+211
|
* Fix typosPiotr Drąg2012-03-281-7/+7
|
* Bug 670609 - Delete /data/evolution.mimeMatthew Barnes2012-03-272-8/+0
|
* Bug 671874: autocontacts.gschema: GAIM is called Pidgin nowMatthew Barnes2012-03-271-10/+10
|
* Bug 671876 - Improve schema descriptions for mail-notification keysMatthew Barnes2012-03-261-7/+7
|
* Bug 672593 - Typos in evolution.convertDimitri2012-03-221-2/+2
|
* Change 'file name' to 'filename' according to the GDP Style GuideAndre Klapper2012-02-172-3/+3
|
* Bug #320976 - Remember last New button choice in Calendar viewMilan Crha2012-02-171-0/+5
|
* Clarify that value for mark-seen-timeout is in millisecondsAndre Klapper2012-02-131-2/+2
|
* Make alarm daemon start in Dawat/Tizen.Srinivasa Ragavan2012-02-131-1/+1
|
* Fix a typoKjartan Maraas2012-01-231-2/+2
|
* Bug 667384 - Misspelling: "Olsen" timezone databaseMatthew Barnes2012-01-121-1/+1
| | | | "Olson", not "Olsen".
* Bug 666695 - Wrong schema for relocatable path in evolution.convertMatthew Barnes2011-12-231-1/+1
|
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-221-0/+5
|
* schemas: Don't EXTRA_DIST non-existing filesRodrigo Moya2011-12-191-1/+1
|
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-141-2/+12
|
* "citation-colour" -> "citation-color"Matthew Barnes2011-11-282-2/+2
|
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-283-132/+39
| | | | Apply it to all windows with persistent size and/or position.
* Add relocatable "org.gnome.evolution.window" schema.Matthew Barnes2011-11-281-0/+24
| | | | Holds window size and position values.
* Bug 664707 - Tasks & Memos panel size not rememberedMatthew Barnes2011-11-241-1/+1
|
* Bug 664678 - Bad defaults for SpamAssassin GSettings keysMatthew Barnes2011-11-241-2/+2
| | | | | These need to be changed manually if the defaults are not suitable. These do not appear in Evolution's user interface.
* Tweak GSettings schemas.Matthew Barnes2011-11-2314-62/+69
| | | | | | | | - 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-234-15/+21
|
* Port autocontacts plugin to GSettingsRodrigo Moya2011-11-183-0/+49
|
* Migrate EShellSettings to GSettingsRodrigo Moya2011-11-153-1/+199
|
* Migrate itip formatter to GSettingsRodrigo Moya2011-11-043-0/+13
|
* Migrate mail notification plugin to GSettingsRodrigo Moya2011-11-022-0/+6
|
* Addressbook module GSettings migrationRodrigo Moya2011-11-022-0/+12
|
* Migrate SA extension to GSettingsRodrigo Moya2011-11-022-0/+18
|
* Almost no more GConf in e-utilRodrigo Moya2011-10-262-0/+6
|
* And yet more GSettings migration on the mail componentRodrigo Moya2011-10-202-2/+20
|
* More mail GSettings migrationRodrigo Moya2011-10-191-2/+2
|
* Fix some GSettings schema typos.Matthew Barnes2011-10-192-6/+6
|
* Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-142-2/+14
|
* Migrate external editor plugin to GSettingsRodrigo Moya2011-10-142-78/+78
|
* Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-143-0/+19
|
* Migrate Contact Editor to GSettingsRodrigo Moya2011-10-132-13/+19
|
* Port misc widgets to use GSettingsRodrigo Moya2011-10-131-1/+1
|
* Fix typo in key nameRodrigo Moya2011-10-131-1/+1
|
* Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-112-0/+18
|
* Port calendar importer to GSettingsRodrigo Moya2011-10-103-0/+19
|
* First successful buildRodrigo Moya2011-10-064-258/+260
|
* Use correct path for GSettings schemasRodrigo Moya2011-10-0511-13/+13
|
* Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-222-0/+24
|
* Port ETaskShellBackend to GSettingsRodrigo Moya2011-09-212-2/+8
|
* Port e-task-shell-view-actions to GSettingsRodrigo Moya2011-09-212-0/+12
|
* Port EMemoShellBackend to GSettingsRodrigo Moya2011-09-212-0/+6
|
* Port ECalShellBackend to GSettingsRodrigo Moya2011-09-212-0/+6
|
* Port calendar sidebar to use GSettingsRodrigo Moya2011-09-212-0/+6
|
* Port e-memo-shell-view-actions.c to use GSettingsRodrigo Moya2011-09-212-0/+12
|
* Fix typo in GSettings keyRodrigo Moya2011-09-151-1/+1
|
* Port most settings in calendar-config.c to GSettingsRodrigo Moya2011-09-152-0/+54
|
* Port alarm-notify configuration to GSettingsRodrigo Moya2011-09-152-0/+36
|
* Port event/task/meeting editor to GSettingsRodrigo Moya2011-09-152-0/+36
|
* Add more categories to settings desktop file.Antoine Jacoutot2011-09-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=654525
* evolution-alarm-notify: replace Moblin by MeegoAlban Crequy2011-06-301-2/+2
| | | | | | | evolution-alarm-notify didn't start correctly on Meego Netbook. This patch fixes the problem by replacing "Moblin" by the new Meego strings. https://bugs.meego.com/show_bug.cgi?id=14683
* Bug 646384 - Updated App IconMatthew Barnes2011-06-308-615/+3519
|
* Migrate all mail schemas to GSettingsRodrigo Moya2010-11-162-1/+295
|
* Fix copy-pasted XML codeRodrigo Moya2010-11-101-58/+63
|
* Migrated half of the mail schemas to GSettingsRodrigo Moya2010-11-102-49/+277
|
* Migrate composer schemas to GSettingsRodrigo Moya2010-11-102-0/+144
|
* Move all plugin settings to their own schemasRodrigo Moya2010-11-1011-83/+139
|
* Migrate external editor schemas to GSettingsRodrigo Moya2010-11-102-0/+12
|
* stock_appontment-reminder icons renamed (reverts previous commit)Milan Crha2010-11-1011-10/+0
|
* Add missing stock appointment-reminder iconsMilan Crha2010-11-1011-0/+10
|
* Fix copy-pasted XMLRodrigo Moya2010-11-041-16/+16
|
* Migrate mail notification schemas to GSettingsRodrigo Moya2010-11-042-0/+48
|
* Migrate face picture schemas to GSettingsRodrigo Moya2010-11-042-0/+12
|
* Migrate custom headers schemas to GSettingsRodrigo Moya2010-11-042-0/+12
|
* Migrate template placeholders schemas to GSettingsRodrigo Moya2010-11-042-0/+6
|
* Migrate mail prompts schemas to GSettingsRodrigo Moya2010-11-045-1/+53
|
* Add GSettings schemas for addressbookRodrigo Moya2010-11-042-2/+12
|
* Migrate all shell schemas to GSettingsRodrigo Moya2010-11-012-0/+66
|
* Start settings schemas migrationRodrigo Moya2010-11-013-1/+80
|
* Bug #631451 - Add handlers for x-scheme-handler/mailtoMilan Crha2010-10-201-1/+1
|
* Bug 628003 - Bundle IM protocol icons dropped from gnome-icon-themeMatthew Barnes2010-08-2725-0/+1425
|
* Fix a typo.Matthew Barnes2010-08-161-1/+1
|
* Bug 624896 - Missing icons in table propertiesMatthew Barnes2010-08-145-0/+4
|
* Add content for tabs.Srinivasa Ragavan2010-07-2623-0/+136
|
* Add more missing icons for GtkhtmlEditor.Matthew Barnes2010-06-067-0/+6
| | | | | | | | | | | | | | | | | | | | | | The GtkhtmlEditor HTML toolbar uses some legacy stock icons: stock_insert-rule stock_insert-table stock_text-monospaced Technically these belong in the GtkHtml package. Couple reasons why I'm not doing that. 1) Evolution should be the only consumer of GtkhtmlEditor at this point, and when we finally dump GtkHtml for WebKit I expect the composer UI to stay basically the same. So GtkhtmlEditor will have to be gutted, renamed, and moved into Evolution, along with the legacy icons. So they're going to end up here in the long run anyway. 2) GtkHtml doesn't ship any of its own icons currently, so I'd have to reconstruct all the autotools scripts for icons already in Evolution, figure out a sensible install path, make sure GtkIconTheme knows to look for icons there, etc. Just not worth the hassle.
* Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-183-45/+7
| | | | | | | | | | | | | | | | | | | - 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.
* One more fix of the icon installationFridrich Štrba2010-04-271-1/+1
|
* Fix a typo on Makefile.am that prevents installation of a big chunkFridrich Štrba2010-04-271-1/+1
| | | | of the stock icons
* Adding the stock_people icon needed and absent in gnome-icon-themeFridrich Štrba2010-04-204-0/+3
|
* Add more stock icons dropped from gnome-icon-theme.Matthew Barnes2010-04-207-0/+6
|
* Revise legacy stock icon contexts.Matthew Barnes2010-04-2060-70/+68
| | | | | The legacy stock icons need to be installed into context directories that gnome-icon-theme still supports (actions, places, status, etc.).
* Install stock icons in "hicolor" instead of "gnome".Matthew Barnes2010-04-1860-59/+59
|
* Bug 614918 - GnomeGoal: Correct Desktop FilesJavier Jardón2010-04-071-1/+0
|
* Enable the alarm daemon on MeeGo.Michael Meeks2010-04-011-1/+2
|
* Bug 612209 - Missing stock icons in EvolutionMatthew Barnes2010-03-1960-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bundle needed stock icons recently dropped from gnome-icon-theme. Need to reevaluate which icons we really need and drop the rest. Many are not Tango-compliant and look dated and out of place. The following icon names are bundled: stock_alarm stock_bell stock_check-filled stock_contact-list stock_insert-note stock_mail-filters-apply stock_mail-flag-for-followup stock_mail-flag-for-followup-done stock_mail-open-multiple stock_mail-unread-multiple stock_new-meeting stock_score-high stock_score-higher stock_score-highest stock_score-low stock_score-lower stock_score-lowest stock_score-normal stock_shared-by-me stock_shared-to-me stock_show-all stock_signature stock_signature-bad stock_signature-ok stock_task stock_task-assigned stock_task-assigned-to stock_task-recurring stock_timezone stock_todo stock_video-conferencing stock_view-details
* Clean up data/Makefile.amRoss Burton2010-03-161-39/+10
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-142-1/+13
| | | | evolution-settings.
* Update the OtherBinaries line in our .desktop file.Matthew Barnes2009-11-131-1/+1
| | | | | It was referencing binaries that don't exist anymore. Added e-addressbook-factory and e-calendar-factory in their place.
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-2/+2
| | | | | Includes Bastien Nocera's patch to register our importable MIME types with the MIME database.
* Bug 596130 - Use correct Name and GenericName in .desktop fileWilliam Jon McCann2009-09-251-1/+2
|
* Restore the alarm notify daemon.Matthew Barnes2009-09-182-0/+21
| | | | | 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 592680 - Remove deprecated Encoding key from desktop fileFrederic Peters2009-08-301-1/+0
|
* Bug 582939 – Drop support for CDEMatthew Barnes2009-06-0319-1521/+1
|
* Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-212-6/+16
| | | | | | Make the word search bar more like Firefox and get rid of the "Current Message" search scope in the folder search bar. Shift+Ctrl+F now activates the word search bar.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0212-6/+24
|
* ** Fixes bug #547411Matthew Barnes2008-08-155-5/+1337
| | | | | | | | | | | | | | | | | | | | | | | 2008-08-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #547411 * data/icons/hicolor_status_32x32_online.png: * data/icons/hicolor_status_32x32_online.svg: * data/icons/hicolor_status_32x32_offline.png: * data/icons/hicolor_status_32x32_offline.svg: New, Tangoized versions of the old "art" images. * art/online.png: * art/offline.png: These are now obsolete. Remove them. * widgets/misc/e-online-button.c (e_online_button_set_online): The button icons are themed now but still oblong. Load the icons by filename so GTK+ doesn't scale them. svn path=/trunk/; revision=35995
* ** Additional fix for bug #467115Michael Monreal2008-08-086-0/+5
| | | | | | | | | | | | | | 2008-08-08 Michael Monreal <mmonreal@svn.gnome.org> ** Additional fix for bug #467115 * addressbook/gui/contact-editor/e-contact-editor.c: (e_contact_editor_init): * art/Makefile.am: * data/icons/Makefile.am: Get rid of old contact-editor icon. svn path=/trunk/; revision=35937
* ** Fix for bug #467115Michael Monreal2008-08-0616-0/+15
| | | | | | | | | | | | | | | | | | 2008-08-06 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #467115 * addressbook/gui/component/addressbook-view.c: (addressbook_view_init): * calendar/gui/GNOME_Evolution_Calendar.server.in.in: * calendar/gui/memos-component.c: (create_component_view): * calendar/gui/tasks-component.c: (create_component_view): * data/icons/Makefile.am: * mail/GNOME_Evolution_Mail.server.in.in: * mail/mail-component.c: (impl_createView): Ship and use tango icons for the mail, tasks and memos components. svn path=/trunk/; revision=35915
* ** Fix for bug #531288Michael Monreal2008-08-062-0/+1
| | | | | | | | | | | | | 2008-08-06 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #531288 * data/icons/Makefile.am: * mail/GNOME_Evolution_Mail.server.in.in: Use proxy icon from tango-icon-theme and fall back to the icon shipped by gnome-control-center (thanks to Josef Vybíral). svn path=/trunk/; revision=35914
* Moved to data/icons/hicolor_actions_24x24_query-free-busy.png as per revJohnny Jacob2008-07-211-0/+0
| | | | | | | | | | 2008-07-21 Johnny Jacob <jjohnny@novell.com> * data/hicolor_actions_24x24_query-free-busy.png: Moved to data/icons/hicolor_actions_24x24_query-free-busy.png as per rev 35753. svn path=/trunk/; revision=35804
* ** Fixes bug #542125Matthew Barnes2008-07-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #542125 ** This set of changes migrates CompEditor, CompEditorPage and the various subclasses from using BonoboUI to GtkUIManager for menus and toolbars. It also substantially cleans up the code and streamlines the CompEditorPage API, making more effective use of GObject properties. Core changes: * gui/dialogs/comp-editor-page.c: * gui/dialogs/comp-editor-page.h: * gui/dialogs/comp-editor.c: * gui/dialogs/comp-editor.h: * gui/dialogs/event-editor.c: * gui/dialogs/event-editor.h: * gui/dialogs/event-page.c: * gui/dialogs/event-page.h: * gui/dialogs/memo-editor.c: * gui/dialogs/memo-editor.h: * gui/dialogs/memo-page.c: * gui/dialogs/memo-page.h: * gui/dialogs/recurrence-page.c: * gui/dialogs/recurrence-page.h: * gui/dialogs/schedule-page.c: * gui/dialogs/schedule-page.h: * gui/dialogs/task-details-page.c: * gui/dialogs/task-details-page.h: * gui/dialogs/task-editor.c: * gui/dialogs/task-editor.h: * gui/dialogs/task-page.c: * gui/dialogs/task-page.h: Supporting changes: * gui/calendar-component.c: * gui/comp-editor-factory.c: * gui/e-cal-popup.c: * gui/e-calendar-table.c: * gui/e-calendar-view.c: * gui/e-comp-editor-registry.c: * gui/e-memo-table.c: * gui/e-tasks.c: * gui/gnome-cal.c: * gui/memos-component.c: * gui/tasks-component.c: * gui/dialogs/alarm-dialog.c: * gui/dialogs/comp-editor-util.c: * art/Makefile.am: Move query-free-busy.png to data/icons. svn path=/trunk/; revision=35753
* Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 ↵Suman Manjunath2008-01-075-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | (Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme) M addressbook/gui/component/addressbook-view.c M addressbook/ChangeLog AM data/icons/hicolor_actions_16x16_mail-move.png AM data/icons/hicolor_actions_16x16_mail-copy.png AM data/icons/hicolor_actions_16x16_folder-move.png M data/icons/Makefile.am AM data/icons/hicolor_actions_16x16_folder-copy.png M mail/em-folder-browser.c M mail/ChangeLog M mail/em-folder-tree.c M mail/em-folder-view.c M mail/message-list.c M composer/ChangeLog M composer/e-msg-composer.c M ChangeLog M calendar/gui/dialogs/comp-editor.c M calendar/ChangeLog svn path=/trunk/; revision=34769
* Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311).Matthew Barnes2008-01-061-1/+1
| | | | | | | | | | 2008-01-05 Matthew Barnes <mbarnes@redhat.com> * data/evolution.desktop.in.in: Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311). svn path=/trunk/; revision=34765
* ** Fix for bug #209425Michael Monreal2007-11-106-0/+665
| | | | | | | | | | | | | | 2007-11-10 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #209425 * data/icons/Makefile.am: * data/icons/hicolor_actions_16x16_go-today.svg: * data/icons/hicolor_actions_22x22_go-today.svg: Don't use gtk-home for the go-today action. Add new icons to the build. svn path=/trunk/; revision=34518
* ** Fix for bug #486351Michael Monreal2007-10-3116-0/+3531
| | | | | | | | | | | | | | | | | | | | | | 2007-10-31 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #486351 * data/icons/Makefile.am: * data/icons/hicolor_actions_32x32_view-calendar-day.svg: * data/icons/hicolor_actions_32x32_view-calendar-list.svg: * data/icons/hicolor_actions_32x32_view-calendar-month.svg: * data/icons/hicolor_actions_32x32_view-calendar-week.svg: * data/icons/hicolor_actions_32x32_view-calendar-workweek.svg: * data/icons/hicolor_actions_scalable_view-calendar-day.svg: * data/icons/hicolor_actions_scalable_view-calendar-list.svg: * data/icons/hicolor_actions_scalable_view-calendar-month.svg: * data/icons/hicolor_actions_scalable_view-calendar-week.svg: * data/icons/hicolor_actions_scalable_view-calendar-workweek.svg: Add view-calendar-* icons in higher resolutions for use with a11y themes like LargePrint. svn path=/trunk/; revision=34460
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-1254-1/+7022
| | | | | | | | | | | | | | | | | | | | | 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
* ** Fixes bug #484814Matthew Barnes2007-10-111-2/+2
| | | | | | | | | | | | | | | | | 2007-10-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #484814 * data/evolution.desktop.in.in: Modernize the Name and Comment. Most other applications use the form "AppName GenericName" for the Name and "Verb Something" for the Comment. Ours will be: Name: Evolution Mail and Calendar Comment: Manage your email, contacts and schedule svn path=/trunk/; revision=34371
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-0411-25/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-1/+1
| | | | svn path=/trunk/; revision=33646
* 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
* fixing categories, bugzilla entry, adding bugzilla component and bugzillaAndre Klapper2006-06-141-1/+4
| | | | | | | | | | 2006-06-14 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: fixing categories, bugzilla entry, adding bugzilla component and bugzilla version. Fixes bug #335410. Thanks to Vincent Fretin and Olav Vitters. svn path=/trunk/; revision=32139
* changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-)Andre Klapper2006-02-131-1/+1
| | | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-) svn path=/trunk/; revision=31504
* added GTK category. Fixes bug 328035.Andre Klapper2006-02-071-1/+1
| | | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: added GTK category. Fixes bug 328035. svn path=/trunk/; revision=31435
* added a _GenericName value. Fixes bug 329744.Andre Klapper2006-02-071-0/+1
| | | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: added a _GenericName value. Fixes bug 329744. svn path=/trunk/; revision=31432
* Remove hard-coded EDS version number. Read it fromHarish Krishnaswamy2006-02-062-2/+2
| | | | | | | | | | 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
* +2005-06-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-161-2/+1
| | | | | | | | | | | * configure.in : add mono to the plugins list * data/evolution.desktop.in.in : Fix for#307176 (patch from Andre Klapper) correct the version of evolution-data-server. * plugins/mono/Makefile.am : mono-plugin.h should be included in the sources too. svn path=/trunk/; revision=29518
* 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
* added missing Encoding=UTF-8 field (validate desktop file).Tomasz Kłoczko2004-09-131-0/+1
| | | | | | | * data/evolution.desktop.in: added missing Encoding=UTF-8 field (validate desktop file). svn path=/trunk/; revision=27230
* Update Name and description to not include "Ximian" or "(Unstable)" RemoveRodney Dawes2004-08-131-3/+3
| | | | | | | | | | | 2004-08-12 Rodney Dawes <dobey@novell.com> * data/evolution.desktop.in.in: Update Name and description to not include "Ximian" or "(Unstable)" Remove the MimeType field since we can't open these types on the command line svn path=/trunk/; revision=26901
* Add MimeType line to desktop file new mime sytem.Ray Strode2004-07-221-0/+1
| | | | | | | | 2004-07-21 Ray Strode <rstrode@redhat.com> * evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file new mime sytem. svn path=/trunk/; revision=26690
* Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name.Fernando Herrera de las Heras2004-06-181-1/+1
| | | | | | | * data/evolution.desktop.in.in: Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name. svn path=/trunk/; revision=26397
* 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
* Require gnome-icon-theme >= 1.2.0Rodney Dawes2004-04-191-1/+1
| | | | | | | | | | | | 2004-04-19 Rodney Dawes <dobey@ximian.com> * configure.in: Require gnome-icon-theme >= 1.2.0 2004-04-19 Michael Terry <mike@mterry.name> * data/evolution.desktop.in.in: Use the icon theme svn path=/trunk/; revision=25518
* Updated BugzillaOtherBinaries tagRodney Dawes2004-02-091-1/+1
| | | | | | | | 2004-02-09 Rodney Dawes <dobey@ximian.com> * data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag svn path=/trunk/; revision=24681
* Add rule to substitute BASE_VERSION in keys Removed this file from CVSRodney Dawes2004-01-232-14/+18
| | | | | | | | | | | 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-023-16/+4
| | | | | | | | | | | | 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
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+2
| | | | svn path=/trunk/; revision=22966
* Add missing file.Ettore Perazzoli2003-06-231-0/+12
| | | | svn path=/trunk/; revision=21508
* Added implicity rule to subst @BASE_VERSION@Ettore Perazzoli2003-06-232-9/+10
| | | | | | | | | | | | | | 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
* Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION)Rodney Dawes2003-04-293-4/+4
| | | | | | | | | 2003-04-28 Rodney Dawes <dobey@ximian.com> * data/cde_app_root/: Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff svn path=/trunk/; revision=20992
* 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 39901 and 40233Rodney Dawes2003-03-251-4/+6
| | | | | | | | 2003-03-25 Rodney Dawes <dobey@ximian.com> * data/evolution.desktop.in: Fix 39901 and 40233 svn path=/trunk/; revision=20495
* 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-072-3/+5
| | | | | | | | | | | 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
* For now, do not install the evolution.1 manpage. Install all the otherEttore Perazzoli2003-01-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | * 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
* xml-i18n-tools > intltoolsRodrigo Moya2002-11-041-2/+2
| | | | svn path=/trunk/; revision=18511
* Update URLs for mailing lists, Evolution application page, helpAaron Weber2002-09-231-35/+33
| | | | | | | | | | | | | | | | | 2002-09-23 Aaron Weber <aaron@ximian.com> * README: Update URLs for mailing lists, Evolution application page, help information. Remove note that Evolution is beta. In general, changes to the "soft" data. Also, jeff's commit to this file from 2001-11-21 seems to have been lost, so I re-removed the stuff he took out. And changed libnspr to mozilla-nspr, and libnss3 to mozilla-nss. * data/evolution.1: Update with information about where the real help is. Clarify example formatting. svn path=/trunk/; revision=18167
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-1729-0/+1527
| | | | | | | | | | | | | | | | | | | | | * 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
* (Categories): Added.Ettore Perazzoli2002-06-291-0/+1
| | | | svn path=/trunk/; revision=17328
* Document "evolution default:mail"Dan Winship2002-05-151-2/+6
| | | | | | * data/evolution.1: Document "evolution default:mail" svn path=/trunk/; revision=16784
* Install the man page.Ettore Perazzoli2001-12-132-1/+42
| | | | | | | | * data/Makefile.am (man_MANS): Install the man page. * data/evolution.1: New man page for Evolution. svn path=/trunk/; revision=15011
* "Ximian Evolution", not "Evolution".Ettore Perazzoli2001-12-121-1/+1
| | | | | | | * data/evolution.desktop.in (_Name): "Ximian Evolution", not "Evolution". svn path=/trunk/; revision=14980
* evolution.png instead of evolution-icon.png.Ettore Perazzoli2001-11-011-1/+1
| | | | | | | * data/evolution.desktop.in (Icon): evolution.png instead of evolution-icon.png. svn path=/trunk/; revision=14554
* 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
* Fixed to use the new icon.. -tigert-Tuomas Kuosmanen2001-10-231-1/+1
| | | | svn path=/trunk/; revision=13909
* 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
* override the gnome-vfs.mime to match .vcf as text/x-vcard.Larry Ewing2001-09-141-0/+3
| | | | | | | | | 2001-09-13 Larry Ewing <lewing@ximian.com> * data/evolution.mime: override the gnome-vfs.mime to match .vcf as text/x-vcard. svn path=/trunk/; revision=12802
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-153-3/+15
| | | | | | | | | | | | 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-072-3/+9
| | | | svn path=/trunk/; revision=8579
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-114-40/+8
| | | | | | | | | | | | | | | | | 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
* Added Slovak messagesStano Visnovsky2001-01-301-0/+2
| | | | svn path=/trunk/; revision=7893
* Fixed [hu] entries in some .desktop filesSzabolcs Ban2001-01-291-1/+1
| | | | svn path=/trunk/; revision=7890
* Added some Norwegian translations.Kjartan Maraas2000-12-071-0/+3
| | | | | | | | 2000-12-06 Kjartan Maraas <kmaraas@gnome.org> * data/evolution.keys: Added some Norwegian translations. svn path=/trunk/; revision=6820
* return NULL if we can't create a view.Michael Meeks2000-12-051-12/+12
| | | | | | | | | | | | | | 2000-12-04 Michael Meeks <michael@helixcode.com> * e-shell-view.c (get_control_for_uri): return NULL if we can't create a view. (setup_evolution_shell_view_interface): add precondition. + lots of cleans. svn path=/trunk/; revision=6778
* updating some pt_BR <ricardo@conectiva.com.br>Jorge Godoy2000-10-271-0/+2
| | | | | | any problem, just tell me, and i reverse the commit. svn path=/trunk/; revision=6209
* Updated Spanish translationHector Garcia2000-10-181-0/+2
| | | | svn path=/trunk/; revision=5990
* *** empty log message ***Jesse Pavel2000-10-121-0/+17
| | | | svn path=/trunk/; revision=5852
* Updated French translation.Christophe Merlet2000-10-071-2/+4
| | | | svn path=/trunk/; revision=5764
* Added Swedish translation.Christian Rose2000-09-131-0/+2
| | | | svn path=/trunk/; revision=5367
* hungarian translation before hollidaySzabolcs Ban2000-08-151-0/+2
| | | | svn path=/trunk/; revision=4840
* New file containing MIME keys for Evolution. Currently just theDan Winship2000-08-102-1/+12
| | | | | | | | | * 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
* Updated sl translationsAndraz Tori2000-08-061-0/+2
| | | | svn path=/trunk/; revision=4554
* Added Turkish entriesFatih Demir2000-07-201-0/+2
| | | | svn path=/trunk/; revision=4231
* Added Lithuanian stringsPablo Saratxaga2000-04-211-0/+2
| | | | svn path=/trunk/; revision=2543
* Added Danish strings to desktop/menu filePablo Saratxaga2000-04-191-0/+2
| | | | svn path=/trunk/; revision=2489
* Added russian translation.Valek Frob2000-04-141-0/+2
| | | | svn path=/trunk/; revision=2424