Commit Graph

137 Commits

Author SHA1 Message Date
8732431bd9 Port ETask/MemoShellContent to GSettings 2011-09-21 18:16:23 +02:00
c27e999441 Port ETaskShellBackend to GSettings 2011-09-21 17:28:22 +02:00
6e7cb87f87 Port e-task-shell-view-actions to GSettings 2011-09-21 17:21:35 +02:00
d757ba352a Port EMemoShellBackend to GSettings 2011-09-21 17:15:07 +02:00
b9a43c056c Port ECalShellBackend to GSettings 2011-09-21 17:04:46 +02:00
67c036a339 Port calendar sidebar to use GSettings 2011-09-21 16:36:08 +02:00
5226e534df Port e-memo-shell-view-actions.c to use GSettings 2011-09-21 16:30:48 +02:00
5329da7306 Fix typo in GSettings key 2011-09-15 13:59:00 +02:00
f304d1898d Port most settings in calendar-config.c to GSettings 2011-09-15 13:47:06 +02:00
035eda3f14 Port alarm-notify configuration to GSettings 2011-09-15 11:26:58 +02:00
0886cc544f Port event/task/meeting editor to GSettings 2011-09-15 11:26:58 +02:00
cabf0e5636 Add more categories to settings desktop file.
https://bugzilla.gnome.org/show_bug.cgi?id=654525
2011-09-14 14:08:36 +02:00
51c8d2ed98 evolution-alarm-notify: replace Moblin by Meego
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
2011-06-29 18:41:55 +02:00
c55d5a308e Bug 646384 - Updated App Icon 2011-06-29 18:41:52 +02:00
a0f84a5934 Migrate all mail schemas to GSettings 2010-11-16 10:35:13 +01:00
9662ff3ef6 Fix copy-pasted XML code 2010-11-09 23:37:40 +01:00
63488d0db6 Migrated half of the mail schemas to GSettings 2010-11-09 23:33:24 +01:00
8c726b3b04 Migrate composer schemas to GSettings 2010-11-09 23:33:24 +01:00
b7055e92d2 Move all plugin settings to their own schemas 2010-11-09 23:33:24 +01:00
d4ffb60e9b Migrate external editor schemas to GSettings 2010-11-09 23:33:24 +01:00
9f143e40d1 stock_appontment-reminder icons renamed (reverts previous commit) 2010-11-09 23:33:20 +01:00
7784301769 Add missing stock appointment-reminder icons 2010-11-09 23:33:20 +01:00
bea984eba0 Fix copy-pasted XML 2010-11-03 18:44:55 +01:00
66874740c4 Migrate mail notification schemas to GSettings 2010-11-03 18:35:05 +01:00
7b4aacd732 Migrate face picture schemas to GSettings 2010-11-03 18:27:49 +01:00
46424f03b4 Migrate custom headers schemas to GSettings 2010-11-03 18:24:02 +01:00
c7117af074 Migrate template placeholders schemas to GSettings 2010-11-03 18:20:17 +01:00
82c33581e1 Migrate mail prompts schemas to GSettings 2010-11-03 18:17:11 +01:00
7f482ca3ed Add GSettings schemas for addressbook 2010-11-03 18:12:18 +01:00
8dc246eb61 Migrate all shell schemas to GSettings 2010-11-01 14:16:48 +01:00
748368460c Start settings schemas migration 2010-10-31 18:49:45 +01:00
61999b493f Bug #631451 - Add handlers for x-scheme-handler/mailto 2010-10-20 15:24:29 +02:00
c125dbece0 Bug 628003 - Bundle IM protocol icons dropped from gnome-icon-theme 2010-08-27 09:41:14 -04:00
a43aa5eb4f Fix a typo. 2010-08-15 22:37:06 -04:00
49b8a8e3d9 Bug 624896 - Missing icons in table properties 2010-08-13 13:15:53 -04:00
0bb1f50ded Add content for tabs. 2010-07-25 21:30:00 -04:00
e62b6382e4 Add more missing icons for GtkhtmlEditor.
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.
2010-06-06 08:18:25 -04:00
2bc81c5277 Bug 617865 - Various data file cleanups
- 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.
2010-05-17 16:34:13 -04:00
c7f20f5947 One more fix of the icon installation 2010-04-26 23:33:39 +02:00
4da7e09202 Fix a typo on Makefile.am that prevents installation of a big chunk
of the stock icons
2010-04-26 23:30:43 +02:00
e77f659abe Adding the stock_people icon needed and absent in gnome-icon-theme 2010-04-20 10:13:42 +02:00
e713fafdba Add more stock icons dropped from gnome-icon-theme. 2010-04-19 19:45:26 -04:00
dc947a92ef Revise legacy stock icon contexts.
The legacy stock icons need to be installed into context directories
that gnome-icon-theme still supports (actions, places, status, etc.).
2010-04-19 19:28:38 -04:00
64f78ae2fb Install stock icons in "hicolor" instead of "gnome". 2010-04-17 21:27:00 -04:00
2ea18b834c Bug 614918 - GnomeGoal: Correct Desktop Files 2010-04-06 23:29:09 -04:00
e542b376b8 Enable the alarm daemon on MeeGo. 2010-04-01 16:09:02 +01:00
c1ee175440 Bug 612209 - Missing stock icons in Evolution
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
2010-03-18 12:52:53 -04:00
bb2bd06558 Clean up data/Makefile.am 2010-03-16 12:24:55 +00:00
c38f7da6ed Add control center capplet from anjal to evolution. Name it
evolution-settings.
2010-03-13 20:49:49 -05:00
9c293f940c Update the OtherBinaries line in our .desktop file.
It was referencing binaries that don't exist anymore.  Added
e-addressbook-factory and e-calendar-factory in their place.
2009-11-12 13:16:58 -05:00