9b59286ea4
Use new CamelService:display-name property.
...
Simplify, simplify...
2011-09-14 14:08:51 +02:00
80d74ce575
error in mail notification
2011-09-14 14:08:37 +02:00
189b377292
Bug 653699 - Improve mail notifications
...
Remove the "Generate a D-Bus message" checkbox and just do it.
Replaced "Show icon in notification area" and "Popup message together
with the icon" checkboxes with a single "Show notification when a new
message arrives" checkbox.
Re-show an unacknowledged notification message when additional new
messages arrive.
Replaced the "Default" action label in notification messages with
"Show $FOLDER_NAME" (e.g. "Show Inbox").
2011-09-14 14:08:34 +02:00
96947a0bcf
Change EMEventTargetFolder contents.
...
Give it a CamelStore and folder name instead of an EAccount and folder
URI. Both the EAccount and folder URI can be easily retrieved from the
CamelStore and folder name.
2011-06-29 18:42:21 +02:00
7132d0f0c2
Including <glib.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
54da4fc09c
Coding style cleanups.
2011-06-29 18:42:11 +02:00
30fe010cff
Adapt to CamelFolder:name -> display-name.
2011-06-29 18:42:10 +02:00
2c2c462895
EMEventTargetFolder: Add an EAccount member.
...
The mail-notification plugin can use the EAccount member directly
instead of searching for it by URI.
2011-06-29 18:42:05 +02:00
6b71268cb9
Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message
2011-06-29 18:41:45 +02:00
9662ac73cc
Bug 631731 - Remove status icon from mail notifier
2010-10-27 15:08:32 -04:00
8854c727c1
Bug 632903 - Support libnotify-0.7
2010-10-22 18:54:27 -04:00
ec170e47fd
Move more account utilities to e-account-utils.c.
2010-10-18 12:32:38 -04:00
1e663aa132
Replace EBinding with GBinding.
...
GObject now does property bindings itself.
Requires GLib >= 2.26.
2010-10-14 07:12:52 -04:00
cd53ba9900
Coding style cleanups.
2010-09-13 08:28:58 -04:00
bc9ece413f
Re-work my GtkDialog:has-separator workaround.
...
If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is
deprecated but the property is still present and defaults to TRUE), we
still need to set the property to FALSE. So instead use g_object_set()
up through GTK+ 2.90.6, after which the property itself is gone.
2010-09-11 09:03:45 -04:00
ec49cd00de
No more blinking status icon.
...
GTK+ came to its senses and dropped support for it. Thank goodness.
2010-09-11 00:30:54 -04:00
a6e137295f
Work around deprecation of gtk_dialog_set_has_separator()
...
Unfortunately the default value for this property is TRUE (bzzt, WRONG!)
so we can't just remove the function outright until we require GTK+ 2.22.
It was deprecated in GTK+ 2.21.8.
2010-09-11 00:30:54 -04:00
101305e1c7
Various memory leaks
2010-09-07 18:39:46 +02:00
49e8d834fc
Coding style and whitespace cleanup.
2010-08-02 19:48:54 -04:00
52ad80d601
Bug #625606 - git/master build dies with glib-2.25.12
2010-07-29 21:07:26 +02:00
6158bcecd7
Bug #622912 - Migrate from dbus-glib to glib's GDBus
2010-07-28 16:21:40 +02:00
2c48f517c1
Fix some compiler warnings.
2010-07-11 09:15:28 -04:00
ffc019e36f
Coding style and whitespace cleanups.
2010-06-06 20:09:08 -04:00
aec33928b7
Adapt to Camel API changes.
2010-04-30 11:30:19 -04:00
72797decc1
Giant leap towards GSEAL compliance.
2010-04-08 11:05:26 -04:00
26240e0b18
Generate ChangeLog files for tarball releases.
...
Remove old ChangeLog files that predate our switch to git.
2010-04-02 18:18:33 -04:00
fabb6b035c
Only #include Camel's top-level header.
2010-04-02 16:59:20 -04:00
c4cde23066
Actually respect the --disable-schemas-install configure option
2010-03-15 14:51:13 +01:00
d25df2ff25
Bug 606449 - empty mail-notification popups
2010-01-09 09:39:22 +02:00
59bd81691d
Compiler and linker flag cleanups.
2009-12-27 14:32:39 -05:00
1239230591
Enable building without Canberra-GTK
2009-11-11 15:29:51 +02:00
214f3a8038
Bug 600926 - Fails to build due to missing dependencies
2009-11-09 19:11:03 -05:00
daa8339f17
Bug #464400 - New mail notify should display sender and subject
2009-10-30 17:01:01 +01:00
d474c030d7
Bug #561843 - Properly check for filename being set, to not crash
2009-10-29 18:09:32 +01:00
72854d0bb8
Bug 480361 - Useful action when clicking on a mail notification
2009-10-20 23:45:01 -04:00
f62728b55e
Bug 596848 - Use per-target CPPFLAGS in automake files
2009-09-30 23:37:50 -04:00
acb28fef9d
Goodbye libgnome and libgnomeui!!
2009-09-18 12:34:47 -04:00
54b282cf4f
Make dbus-glib mandatory.
2009-09-04 18:15:52 -04:00
8962868ff9
Relax the EBinding API to reduce GObject casting.
...
Also make it more fault-tolerant by warning about non-existent
property names instead of just crashing.
2009-09-01 21:12:44 -04:00
0f7f4cfe38
Coding style and whitespace cleanup.
2009-08-30 00:48:57 -04:00
32f545cdf0
Simplify EPlugin loading at startup.
...
- Require all EPlugin and EPluginHook subtypes be registered before
loading plugins. This drastically simplifies the EPlugin/EPluginHook
negotiation.
- Turn most EPluginHook subtypes into GTypeModules and register their
types from an e_module_load() function (does not include shell hooks).
- Convert EPluginLib and the Mono and Python bindings to GTypeModules
and register their types from an e_module_load() function, and kill
EPluginTypeHook.
2009-08-29 17:23:20 -04:00
0221ae1e0e
Cleanup mail-notification configuration page.
2009-08-23 09:53:56 -04:00
ff7084ffe4
Bug 571488 - Migrate from deprecated gnome_sound to libcanberra
2009-08-23 08:31:14 -04:00
364f041ccd
Bug #573919 - [Mail-Notification] Check for 'actions' capability
2009-08-10 16:39:15 -04:00
6d9e836a6f
Merge branch 'master' into kill-bonobo
2009-07-14 13:38:12 -04:00
374bd42f69
Fix excessive whitespace.
2009-07-14 11:26:22 -04:00
1e0b252fc7
Bug 588018 – NetworkManager & DBUS build check rewrite
2009-07-13 14:06:19 -04:00
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
31fd01398c
Merge branch 'master' into kill-bonobo
...
Conflicts:
addressbook/util/addressbook.h
calendar/gui/e-week-view-main-item.c
configure.ac
e-util/Makefile.am
mail/em-account-editor.c
mail/em-folder-selection-button.c
shell/e-shell.c
2009-07-10 14:11:48 -04:00
2cddd40460
Bug 588106 – Makefile.am misuses *_LDFLAGS
2009-07-09 10:52:06 -04:00