2009-02-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #572348 * calendar/gui/alarm-notify/alarm-queue.c (display_notification): * plugins/mail-notification/mail-notification.c (new_notify_status): Call gtk_status_icon_set_tooltip_text() instead of gtk_status_icon_set_tooltip() (deprecated). * calendar/gui/weekday-picker.c (configure_items): Remove dead code. * widgets/table/e-table-example-1.c (main): gtk_widget_push_visual() is a no-op. Remove it. svn path=/trunk/; revision=37291
218 lines
5.8 KiB
Plaintext
218 lines
5.8 KiB
Plaintext
2009-02-19 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #572348
|
|
|
|
* mail-notification.c (new_notify_status):
|
|
Call gtk_status_icon_set_tooltip_text() instead of
|
|
gtk_status_icon_set_tooltip() (decprecated).
|
|
|
|
2009-01-28 Tor Lillqvist <tml@novell.com>
|
|
|
|
* Makefile.am: Use -no-undefined and link with more libraries on
|
|
Windows.
|
|
|
|
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* mail-notification.c: Fix compilation error.
|
|
|
|
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for BNC bug #434320
|
|
|
|
* plugins/mail-notification/mail-notification.c: When the popup is
|
|
clicked close the status icon.
|
|
|
|
2008-09-16 Sankar P <psankar@novell.com>
|
|
|
|
License Changes
|
|
|
|
* mail-notification.c:
|
|
|
|
2008-09-15 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #514299
|
|
|
|
* mail-notification.c: (new_notify_status):
|
|
Connect to signals only once, when creating new status icon.
|
|
|
|
2008-08-12 Bharath Acharya <abharath@novell.com>
|
|
|
|
* Makefile.am: Have a check for OS_WIN32 and handle the schema data
|
|
differently. make install error on win32.
|
|
|
|
2008-08-11 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #546892
|
|
|
|
* mail-notification.c:
|
|
Prefer gtk_status_icon_set_from_icon_name() over
|
|
gtk_status_icon_set_from_pixbuf().
|
|
|
|
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #514006
|
|
|
|
* apps-evolution-mail-notification.schemas.in:
|
|
Quote literal values.
|
|
|
|
2008-08-01 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Part of fix for bug #353927
|
|
|
|
* mail-notification.c: (icon_activated), (stop_blinking_cb),
|
|
(new_notify_status): Do not blink the icon more than 15 seconds.
|
|
|
|
2008-07-22 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Part of fix for bug #544022
|
|
|
|
* Makefile.am:
|
|
* mail-notification.c: (send_dbus_message): Do not redefine
|
|
DBUS_VERSION define, it's supplied by dbus itself.
|
|
|
|
2008-07-16 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #543134
|
|
|
|
* mail-notification.c: (get_cfg_widget), (do_properties),
|
|
(popup_menu_status), (new_notify_status),
|
|
(e_plugin_lib_get_configure_widget):
|
|
Show popup menu when right-click over the status icon.
|
|
|
|
2008-01-28 Johnny Jacob <jjohnny@novell.com>
|
|
|
|
* mail-notification.c (new_notify_status): Adding proper
|
|
comments for strings.
|
|
|
|
2008-01-28 Johnny Jacob <jjohnny@novell.com>
|
|
|
|
** Fixes Bug #511226.
|
|
|
|
* apps-evolution-mail-notification.schemas.in: String fixes.
|
|
|
|
2008-01-21 Johnny Jacob <jjohnny@novell.com>
|
|
|
|
** Fixes 504567.
|
|
|
|
* mail-notification.c (new_notify_status): Add ngettext support for
|
|
strings.
|
|
|
|
2008-01-09 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for bug #492702
|
|
|
|
* Makefile.am:
|
|
* mail-notification.c: (org_gnome_mail_new_notify),
|
|
(org_gnome_mail_read_notify), (e_plugin_lib_enable),
|
|
(e_plugin_lib_get_configure_widget): Make the dbus portion of the
|
|
plugin conditional if it is there.
|
|
|
|
2008-01-02 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* mail-notification.c: (new_notify_status): Show the actual displayed
|
|
folder name rather than the decoded/handled one from uri.
|
|
|
|
2007-12-17 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #504030
|
|
|
|
* mail-notification.c: (new_notify_sound):
|
|
Do not play sound on every new mail arrival in a row.
|
|
|
|
2007-12-07 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #492702
|
|
|
|
* apps-evolution-mail-notification.schemas.in:
|
|
* mail-notification.c:
|
|
* org-gnome-mail-notification.eplug.xml:
|
|
New-mail-notification plugin and sound notification has been merged
|
|
to this plugin, with couple of options in plugins Configuration tab.
|
|
|
|
2007-10-11 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* mail-notification.c:
|
|
Put the notification_callback() declaration inside a
|
|
#ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning.
|
|
|
|
2007-08-03 Johnny Jacob <jjohnny@novell.com>
|
|
|
|
** Fix for bug #458822 from Anand V M <avmuttagi@gmail.com>
|
|
|
|
* org-gnome-mail-notification.eplug.xml: Description string Fix.
|
|
|
|
2007-08-03 Anand V M <avmuttagi@gmail.com>
|
|
|
|
** Fix for bug #458822
|
|
|
|
* org-gnome-mail-notification.eplug.xml:Replacement of wrong
|
|
string in mail-notification plugin with the correct string.
|
|
|
|
(Committed by Johnny <jjohnny@novell.com>)
|
|
|
|
2007-07-20 Claude Paroz <claude@2xlibre.net>
|
|
|
|
* mail-notification.c: (org_gnome_mail_new_notify): Fixed syntax of
|
|
ngettext.
|
|
|
|
2007-07-05 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for byug #452900 from Cosimo Cecchi
|
|
|
|
* mail-notification.c: (org_gnome_mail_read_notify),
|
|
(icon_activated), (notification_callback),
|
|
(org_gnome_mail_new_notify):
|
|
|
|
2007-06-07 Gilles Dartiguelongue <dartigug@esiee.fr>
|
|
|
|
* mail-notification.c: (org_gnome_mail_new_notify):
|
|
fix a printf warning
|
|
|
|
2007-06-03 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for version removal from Installed files from Gilles Dartiguelongue
|
|
|
|
* Makefile.am:
|
|
|
|
2007-05-19 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* Makefile.am: Fix a couple distcheck errors.
|
|
|
|
2007-05-18 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for bug #439316
|
|
|
|
* mail-notification.c: (org_gnome_mail_new_notify): Fixes translation
|
|
issues and some fixes around broken gtk.
|
|
|
|
2007-05-18 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Fix for bug #439146 and #438711 from Ross Burton and Daniel Gryniewicz
|
|
|
|
* Makefile.am:
|
|
* apps-evolution-mail-notification.schemas.in.in: Schema to control
|
|
blink and notification.
|
|
* mail-notification.c: (org_gnome_mail_read_notify),
|
|
(org_gnome_mail_new_notify): More cleanups
|
|
|
|
2007-05-11 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* mail-notification.c: (org_gnome_mail_new_notify): Build error.
|
|
|
|
2007-05-07 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* mail-notification.c: Fix for a build error.
|
|
|
|
2007-05-03 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
* mail-notification.c: (org_gnome_mail_new_notify): Make libnotify
|
|
notifications conditional.
|
|
|
|
2006-08-21 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Initial commit for Mail notification plugin.
|
|
|
|
* mail-notification.c:
|
|
* Makefile.am:
|
|
* org-gnome-mail-notification.eplug.xml:
|