Commit Graph

49 Commits

Author SHA1 Message Date
2cddd40460 Bug 588106 – Makefile.am misuses *_LDFLAGS 2009-07-09 10:52:06 -04:00
42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
547e123d27 Stop abusing forward declarations. 2009-06-18 15:26:21 -04:00
6413227cef Whitespace cleanup. 2009-05-28 13:13:05 -04:00
fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
71c5738707 Only #include specific libgnome[ui] headers; easier to track.
Stop including top-level libgnome[ui] headers -- <gnome.h>,
<libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>.  Instead, include
specific header files so we can track them easier.

Also, remove several unshipped test programs.  Mostly ETable stuff.
2009-04-30 23:30:00 -04:00
c3191ec86b Bump the required GLib and GTK+ versions to latest stable.
We now require GLib >= 2.20 and GTK+ >= 2.16.  Also removed all
GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
2009-04-30 15:42:04 -04:00
15b9f361f6 Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.
Define some temporary macros to work around it.

svn path=/trunk/; revision=37292
2009-02-19 03:40:14 +00:00
658c9e0c8f ** Fixes part of bug #572348
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
2009-02-19 03:25:13 +00:00
31bda94d32 Link with more libraries on Windows.
2009-01-28  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with more libraries on Windows.


svn path=/trunk/; revision=37154
2009-01-28 18:18:17 +00:00
efc7b4570b Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows.
2009-01-28  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use -no-undefined and link with GNOME_PLATFORM_LIBS
	on Windows.


svn path=/trunk/; revision=37151
2009-01-28 17:27:47 +00:00
af0ebad402 Fix compilation error.
2008-11-19  Srinivasa Ragavan  <sragavan@novell.com>

	* mail-notification.c: Fix compilation error.

svn path=/trunk/; revision=36804
2008-11-19 16:12:13 +00:00
31e212934c ** Fix for BNC bug #434320
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.



svn path=/trunk/; revision=36802
2008-11-19 05:55:21 +00:00
79d878670a License changes from GPL to LGPL
svn path=/trunk/; revision=36344
2008-09-16 10:52:29 +00:00
75bfbd29ee ** Fix for bug #514299
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.


svn path=/trunk/; revision=36338
2008-09-15 17:40:29 +00:00
e860673f10 Have a check for OS_WIN32 and handle the schema data differently. make
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.


svn path=/trunk/; revision=35961
2008-08-12 04:19:31 +00:00
434bc25ed6 ** Fixes bug #546892
2008-08-11  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #546892

	* e-util/e-icon-factory.c (e_icon_factory_get_image):
	Kill this function.  Use gtk_image_new_from_icon_name().

	* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
	Kill this function.  Use gtk_window_set_icon_name().

	* widgets/misc/e-activity-handler.c:
	* widgets/misc/e-task-widget.c:
	Purge the GdkPixbuf arguments from the API.  We've been ignoring
	them since the spinner icon was added.

	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* calendar/gui/alarm-notify/alarm-notify-dialog.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/alarm-list-dialog.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/changed-comp.c:
	* calendar/gui/dialogs/delete-error.c:
	* calendar/gui/dialogs/select-source-dialog.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	* widgets/misc/e-combo-button.c:
	* widgets/misc/e-info-label.c:
	* widgets/misc/e-url-entry.c:
	* widgets/misc/e-task-widget.c:
	Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().

	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/e-timezone-entry.c:
        * e-util/e-gui-utils.c:
        * e-util/e-popup.c:
	* plugins/import-ics-attachments/icsimporter.c:
	* plugins/itip-formatter/itip-view.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html-display.c:
	* mail/mail-send-recv.c:
	* mail/message-tag-followup.c:
	Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().

	* calendar/gui/alarm-notify/alarm-queue.c:
	* plugins/mail-notification/mail-notification.c:
	Prefer gtk_status_icon_set_from_icon_name() over
	gtk_status_icon_set_from_pixbuf().

	* addressbook/gui/component/addressbook-view.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-memo-table.c:
	* mail/mail-mt.c:
	e_activity_handler_operation_started() no longer takes a GdkPixbuf.
	It was ignoring the pixbuf anyway ever since we added a spinner icon.


svn path=/trunk/; revision=35958
2008-08-11 17:04:32 +00:00
97a20c1a2b ** Fixes bug #514006
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #514006

	* mail/apps-evolution-mail-notification.schemas.in:
	* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
	Quote literal values.


svn path=/trunk/; revision=35889
2008-08-01 19:39:15 +00:00
a7fa236775 ** Fix for bug #353927
2008-08-01  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #353927

	* calendar/gui/alarm-notify/alarm-queue.c: (tray_icon_blink_cb),
	(display_notification): Do not blink the icon more than 15 seconds.

	* plugins/mail-notification/mail-notification.c: (icon_activated), (stop_blinking_cb),
	(new_notify_status): Do not blink the icon more than 15 seconds.


svn path=/trunk/; revision=35875
2008-08-01 07:17:26 +00:00
5e4b6fcb89 ** Fix for bug #544022
2008-07-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #544022

	* configure.in: Do not redefine DBUS_VERSION define supplied
	by dbus itself, rather rename our define to FOUND_DBUS_VERSION.

	* mail/e-searching-tokenizer.c: (dump_trie):
	Define function only when required. (Compiler warning cleanup.)

	* shell/e-shell-window-commands.c: (char *authors[]):
	Break the escape sequence properly (compiler warning cleanup).

	* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.

	* plugins/mail-notification/Makefile.am:
	* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
	DBUS_VERSION define, it's supplied by dbus itself.


svn path=/trunk/; revision=35819
2008-07-22 08:43:06 +00:00
e84757b92e Committing on behalf of Milan Crha <mcrha@redhat.com>
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.


svn path=/trunk/; revision=35782
2008-07-20 19:19:03 +00:00
abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
a999b463a0 Added proper translator comments for strings
svn path=/trunk/; revision=34917
2008-01-28 09:58:09 +00:00
f36b322a7e Fixes Bug #511226. String fix.
svn path=/trunk/; revision=34913
2008-01-28 07:04:10 +00:00
6ca6246318 Fix for Bug 504567. Added gettext for plurals in mail-notification plugin.
svn path=/trunk/; revision=34912
2008-01-28 06:28:50 +00:00
77aa984d1b ** Fix for bug #492702
2008-01-09  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #492702

	* configure.in: Just disable the dbus message part of mail
	notification if dbus isn't there. Also remove new-mail-notify plugin.



svn path=/trunk/; revision=34784
2008-01-09 15:10:48 +00:00
30f9259c6f Show the actual displayed folder name rather than the decoded/handled one
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.

svn path=/trunk/; revision=34745
2008-01-02 08:25:11 +00:00
8bdb85463f ** Fix for bug #504030
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.


svn path=/trunk/; revision=34720
2007-12-17 11:38:38 +00:00
6cb13b10b6 Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement.
svn path=/trunk/; revision=34702
2007-12-15 11:59:39 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
8bd9a3dfa2 Miscellaneous changes related to bug #437579.
2007-10-11  Matthew Barnes  <mbarnes@redhat.com>

	Miscellaneous changes related to bug #437579.

	* configure.in:
	Put a blank line between the configuration summary and the
	final "now type make" message.

	* mail/em-format.c (em_format_add_puri):
	Use G_GSIZE_FORMAT when printing a gsize/size_t to make compilers
	on all arches happy.

	* plugins/mail-notification/mail-notification.c:
	Put the notification_callback() declaration inside a
	#ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning.

	* calendar/gui/alarm-notify/alarm-queue.c:
	Fix an implicit GTK+ function declaration on x86_64.


svn path=/trunk/; revision=34378
2007-10-11 20:44:33 +00:00
8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
dad6112c25 Fix for bug #458822 from Anand V M <avmuttagi@gmail.com>
svn path=/trunk/; revision=33991
2007-08-13 04:57:22 +00:00
610f7f7191 Fix for bug #455799 from Anand V M <avmuttagi@gmail.com>
svn path=/trunk/; revision=33948
2007-08-05 13:25:33 +00:00
2edaf2d67d Fixed syntax of ngettext.
svn path=/trunk/; revision=33824
2007-07-20 14:35:16 +00:00
f4a51a4c68 ** Fix for byug #452900 from Cosimo Cecchi
svn path=/trunk/; revision=33757
2007-07-05 07:39:55 +00:00
dffd9d69ef Fix for bug #437584
svn path=/trunk/; revision=33697
2007-06-18 05:15:58 +00:00
54a9260f69 Fix for version removal from installed files.
svn path=/trunk/; revision=33646
2007-06-03 14:50:35 +00:00
b484ae1c53 Fix for version removal from installed files
svn path=/trunk/; revision=33645
2007-06-03 14:33:12 +00:00
10ded337c7 Move files that have translations but are not shipped to POTFILES.skip.
2007-05-19  Matthew Barnes  <mbarnes@redhat.com>

	* POTFILES.in:
	* POTFILES.skip:
	Move files that have translations but are not shipped to
	POTFILES.skip.  Patch from Philip Withnall.  (#436985)

	* plugins/mail-notification/Makefile.am:
	Fix a couple distcheck errors.


svn path=/trunk/; revision=33559
2007-05-20 03:18:47 +00:00
ebcd73e5d2 ** Fix for bug #439316
svn path=/trunk/; revision=33557
2007-05-18 04:23:29 +00:00
1e906110cc ** Fix for bug #439146 and #438711 from Ross Burton and Daniel Gryniewicz
svn path=/trunk/; revision=33556
2007-05-18 03:43:51 +00:00
347bdcf94d Fix a build error.
svn path=/trunk/; revision=33506
2007-05-11 09:55:01 +00:00
800f4b9dc4 Fix for build break.
svn path=/trunk/; revision=33490
2007-05-07 04:57:19 +00:00
257cf1da83 Make libnotify conditional
svn path=/trunk/; revision=33475
2007-05-03 09:03:01 +00:00
ca40a11a3c Initial commit for Mail notification plugin.
svn path=/trunk/; revision=33474
2007-05-03 08:04:47 +00:00