Commit Graph

227 Commits

Author SHA1 Message Date
63e96ab38c Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolon 2013-04-27 21:42:13 -04:00
917544583a Remove evolution-settings.desktop.in.in
Forgot to remove this along with evolution-settings.
2013-04-27 21:40:48 -04:00
60386356e3 Remove "Search for sender photograph only in local address books".
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.
2013-04-20 13:15:27 -04:00
245ef883d9 evolution.convert: no-folder-dots setting was removed. 2013-03-31 16:29:35 -04:00
09b7686c4a Add "headers-collapsed" setting.
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.
2013-03-17 08:49:12 -04:00
c5bc18cec0 Add "side-bar-ellipsize-mode" setting.
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.
2013-03-17 08:49:12 -04:00
69cf1ede0d Add "image-loading-policy" setting.
Replaces the "load-http-images" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailImageLoadingPolicy.
2013-03-17 08:49:12 -04:00
54bb7dd76c Add "reply-style-name" setting.
Replaces the "reply-style" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailReplyStyle.
2013-03-17 08:49:12 -04:00
c8bbe0df73 Add "forward-style-name" setting.
Replaces the "forward-style" setting, which is now deprecated.

The new setting uses an enum type compatible with EMailForwardStyle.
2013-03-17 08:49:12 -04:00
566d48b354 Split "working-days" setting into separate booleans.
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.
2013-03-17 08:49:11 -04:00
47e9e11137 Add "week-start-day-name" setting.
Replaces the "week-start-day" setting, which is now deprecated.

The new setting uses an enum type compatible with GDateWeekday.
2013-03-17 08:49:11 -04:00
2eed198738 org.gnome.evolution.calendar.gschema.xml.in: Define a 'Duration' enum.
For use with interval "units" keys.

Converting a key's type from string to enum is backward-compatable.
2013-03-06 09:41:19 -05:00
d56b6adfcf Remove obsolete "mime-types" mail setting.
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?
2013-02-26 15:23:52 -05:00
1538b3ef1e Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter too 2013-01-18 11:58:24 +01:00
7b0908ece3 Update X-GNOME-Bugzilla-OtherBinaries.
I don't know if any distros still honor these X-GNOME-Bugzilla settings
but keep them up-to-date anyway.
2013-01-08 12:31:23 -05:00
bed514dd86 Bug 691047 - Support notification filtering
For compliance with:
https://live.gnome.org/GnomeGoals/NotificationSource
2013-01-08 12:08:26 -05:00
055dd6929f Remove --with-kde-applnk-path configure option.
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.
2012-12-31 13:48:37 -05:00
3e9d1658ff Bug 687010 - Add keywords to the desktop file
This makes gnome-shell search more useful.
2012-10-28 07:59:50 -04:00
b2f37bb1e1 evolution.convert: Remove leftover "force-message-limit" entry.
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.
2012-10-15 11:15:10 -04:00
0d0654c19f Check for SpamAssassin during configure.
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.
2012-09-30 23:26:23 -04:00
fc30659d1b express: Remove clutter-based email tabs.
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.
2012-08-11 08:40:34 -04:00
e8e4661811 Remove the settings capplet.
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.
2012-08-10 13:03:30 -04:00
1afc86ce9f Add translator comments 2012-08-03 11:30:42 +02:00
b67554ce2e Fix my last commit 2012-08-03 11:24:39 +02:00
2f2c32ee1e Mark default attachment reminder clues as translatable. Hopefully fixes bug #476474 2012-08-03 11:23:53 +02:00
440e43d289 Bug #679404 - Read colors for message preview from Gtk theme 2012-07-27 12:13:20 +02:00
62a4fb0912 Remove "last-upgraded-version" GSettings key.
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.
2012-07-02 11:52:01 -04:00
99a875edae Bug #515004 - Allow toggling between text and HTML view of mail 2012-06-26 13:40:59 +02:00
94daae3dba Remove the last remaining usage of GConf 2012-06-15 09:04:08 +02:00
5d85d3e49c Bug #569540 - Remove unused message-display-style GSettings key 2012-06-14 10:58:10 +02:00
e8dc7d80f7 Adapt to evolution-data-server's port from GConf to GSettings 2012-06-14 10:45:56 +02:00
52561db5c3 Mark default attachment reminder clues as translatable. Fixes bug #476474 2012-06-11 16:16:35 +08:00
b4fbbde6ab Remove "enable-local" and "enable-vfolders" GSettings key.
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.
2012-06-08 13:47:22 -04:00
5b8340563c Mail formatter rewrite
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.
2012-06-06 15:27:19 +02:00
a1be1eaa01 Adapt GSettings schemas to the new ESource API. 2012-06-02 23:00:39 -04:00
f7ba41210b Bug 677273 - Bad default for month-hpane-position setting 2012-06-01 11:04:48 -04:00
c88d317030 Adapt to vFolder changes from evolution-data-server 2012-05-30 18:46:49 +02:00
005ac1efa3 Make the settings capplet optional.
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.
2012-05-28 12:50:18 -04:00
078dd8a64f Bug 676410 - Add Unity to OnlyShowIn whitelist 2012-05-20 20:11:49 -04:00
321d1e46ac Bug #528508 - Wrap long lines when printing emails 2012-04-26 20:34:33 +02:00
1a3913d551 Remove "currently-offline" key from GSettings added for bug #655753 2012-04-25 16:45:07 +02:00
bf2c718d1f Bug #655753 - Improve offline notification for network outage 2012-04-23 11:46:05 +02:00
137613454d Don't display border around photo in contacts preview 2012-04-19 17:55:05 +02:00
f4c30fef04 Bug #674249 - Crash when showing message with large text/plain 2012-04-19 10:30:55 +02:00
1376251515 Bug #673108 - Font settings and monospace fonts don't work 2012-04-12 12:48:00 +02:00
49787d04fe Bug #584143 - Global Search Function withing Calendar 2012-04-11 16:58:05 +02:00
37e79dec82 Bug #245025 - Popup confirmation when moving a folder (via drag and drop) 2012-04-06 18:31:41 +02:00
6d2c382788 WebKit port - port formatter and mail module 2012-03-28 18:38:25 +02:00
474a144a64 Fix typos 2012-03-27 22:13:07 +02:00
72adbd4ccd Bug 670609 - Delete /data/evolution.mime 2012-03-26 12:25:01 -04:00