Commit Graph

111 Commits

Author SHA1 Message Date
2b342a4d9c Add more categories to settings desktop file.
https://bugzilla.gnome.org/show_bug.cgi?id=654525
2011-07-13 15:49:25 +02:00
387d6e01e3 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-04-19 15:09:55 +01:00
b95fa8ea1a Bug 646384 - Updated App Icon 2011-04-01 10:19:59 -04:00
3bffd96b03 stock_appontment-reminder icons renamed (reverts previous commit) 2010-11-01 11:40:59 +01:00
d9468fbb29 Add missing stock appointment-reminder icons 2010-11-01 10:59:54 +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
48a400618b Further tweaks for the command-line importing.
Includes Bastien Nocera's patch to register our importable MIME types
with the MIME database.
2009-11-12 13:02:23 -05:00
640129a404 Bug 596130 - Use correct Name and GenericName in .desktop file 2009-09-24 12:41:22 -04:00
3f1448b011 Restore the alarm notify daemon.
Convert evolution-alarm-notify to an autostart program, add a .desktop
file for it, and use libunique to ensure only one instance is running.
2009-09-18 11:58:19 -04:00
4a3490e497 Bug 592680 - Remove deprecated Encoding key from desktop file 2009-08-29 17:36:28 -04:00
f2f9d1f22e Bug 582939 – Drop support for CDE 2009-06-02 12:23:38 -04:00
5d12f06367 Bug 580925 – Better search bar for word searches
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.
2009-05-20 18:09:34 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
31ab3e7713 ** Fixes bug #547411
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
2008-08-14 20:37:38 +00:00
9774adff92 ** Additional fix for bug #467115
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
2008-08-08 13:07:55 +00:00
6bf36561f1 ** Fix for bug #467115
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
2008-08-06 09:32:08 +00:00
bf34b073d7 ** Fix for bug #531288
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
2008-08-06 09:17:11 +00:00
429dbd179d Moved to data/icons/hicolor_actions_24x24_query-free-busy.png as per rev
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
2008-07-21 14:06:10 +00:00
0597b877c5 ** Fixes bug #542125
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
2008-07-18 16:23:26 +00:00
00d89fdac2 Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (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
2008-01-06 18:02:18 +00:00
0e7e605290 Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311).
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
2008-01-06 00:37:46 +00:00
cfb0a3c19a ** Fix for bug #209425
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
2007-11-10 09:37:27 +00:00
9f733de6ac ** Fix for bug #486351
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
2007-10-30 23:19:19 +00:00
953e66428a ** Migration of theme icons to data/icons/ (bug #479257)
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
2007-10-12 09:49:02 +00:00
efef62e55e ** Fixes bug #484814
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
2007-10-11 12:27:31 +00:00
e0b92a2aaa ** Fix for bug #455799
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
2007-08-03 23:52:01 +00:00
54a9260f69 Fix for version removal from installed files.
svn path=/trunk/; revision=33646
2007-06-03 14:50:35 +00:00
e579f544a2 Fix installation problems on evolution.desktop, evolution.keys and evolution.mime.
svn path=/trunk/; revision=33051
2006-12-04 16:11:28 +00:00
53837df6ae Install evolution.desktop instead of evolution-<version>.desktop.
2006-11-14  Harish Krishnaswamy  <kharish@novell.com>

	* data/Makefile.am: Install evolution.desktop
	instead of evolution-<version>.desktop.

svn path=/trunk/; revision=32975
2006-11-14 18:03:37 +00:00
835fccaf66 fixing categories, bugzilla entry, adding bugzilla component and bugzilla
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
2006-06-14 11:37:32 +00:00
7b7d84e6be changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-)
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
2006-02-13 13:32:26 +00:00
28139badf7 added GTK category. Fixes bug 328035.
2006-02-07  Andre Klapper  <a9016009@gmx.de>
	* data/evolution.desktop.in.in: added GTK category.
	Fixes bug 328035.

svn path=/trunk/; revision=31435
2006-02-07 13:45:02 +00:00