40346a792f
Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message
2011-03-15 12:51:49 +01: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
1351c8e4fb
Merge branch 'master' into kill-bonobo
2009-07-01 10:47:10 -04:00
bfc5ba2511
Fix "make distcheck" errors and other build cleanups.
2009-06-30 18:34:08 -04:00
42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
f0d3f3afdf
Radically reorganize source code.
...
- Collect all shell modules into a new top-level 'modules' directory:
$(top_srcdir)/modules/addressbook
$(top_srcdir)/modules/calendar
$(top_srcdir)/modules/mail
Nothing is allowed to link to these, not plugins nor other modules.
THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X.
- Mimic the libevolution-mail-shared library from master (except drop
the "shared" suffix) and have libevolution-mail-importers and all
mail-related plugins link to it.
- Discard the a11y subdirectories and have the files live alongside
their counterpart widgets.
2009-06-24 18:29:22 -04:00
547e123d27
Stop abusing forward declarations.
2009-06-18 15:26:21 -04:00
14f8eee012
Whitespace cleanup.
2009-05-28 13:21:01 -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