c85109fc32
Coding style and whitespace cleanup.
2012-08-19 14:17:55 -04:00
94daae3dba
Remove the last remaining usage of GConf
2012-06-15 09:04:08 +02:00
2a39437ee9
Adapt to single-include E-D-S libraries.
2012-06-03 15:14:03 -04:00
08567541fa
Adapt save-calendar plugin to new ESource API.
2012-06-02 23:00:43 -04:00
7950d6a0c6
Adapt to libedataserver[ui] changes.
2012-04-21 17:07:15 -04:00
b4f895265d
Add missing linker flags.
2012-03-03 14:11:12 -05:00
14f82dde34
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
2012-03-03 09:02:33 -05:00
23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
ea4c16fdad
Bug #664370 - Crash when putting same component into icalcomponent
2012-01-05 14:22:04 +01:00
00e4952799
Merge branch 'master' into wip/gsettings
...
Conflicts:
mail/e-mail-paned-view.c
2011-11-22 14:52:33 -05:00
c75f58d01b
Fix compiler warnings.
2011-11-22 14:34:11 -05:00
1037643622
Bug #663615 - Saving calendar duplicates the first event
2011-11-21 18:38:26 +01:00
4ec46cc05f
Merge from master
2011-10-05 13:57:30 +02:00
1f38f4d92c
Simplify library dependency flags.
...
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac. Time to simplify. Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel). That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
2011-10-04 22:27:14 -04:00
a6febf9890
Port some calendar plugins to use GSettings
2011-09-26 12:59:27 +02:00
777c1cbd40
Coding style and whitespace cleanup.
2011-09-14 14:09:00 +02:00
ae9db3ed23
Coding style and whitespace cleanup.
2011-09-14 14:08:48 +02:00
33dcc39356
Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c
2011-09-14 14:08:38 +02:00
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
f59681796d
Coding style and whitespace cleanup.
2011-08-13 11:27:51 -04:00
749d08d537
Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c
2011-07-27 14:50:20 +02:00
84339b3be5
Do not use deprecated EBook/ECal API
2011-06-29 18:42:27 +02:00
e7954c3f25
Coding style and whitespace cleanups.
2011-06-29 18:42:26 +02:00
7132d0f0c2
Including <glib.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
c24038c4f6
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-06-29 18:42:20 +02:00
5146ff4c53
Coding style and whitespace cleanup.
2011-06-29 18:42:17 +02:00
54da4fc09c
Coding style cleanups.
2011-06-29 18:42:11 +02:00
578214584c
Whitespace and coding style cleanups.
2011-06-29 18:42:10 +02:00
dbc22f9de5
More whitespace cleanup.
2011-06-29 18:41:29 +02:00
38790d8478
Do not use deprecated EBook/ECal API
2011-06-14 08:54:20 +02:00
f014ab82c8
Coding style and whitespace cleanups.
2011-06-08 13:14:48 -04:00
394e580dfd
Including <glib.h> directly is rarely needed.
2011-05-28 10:39:52 -04:00
756c8abcb8
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-05-27 15:23:07 +02:00
cb97c2dc8f
Coding style and whitespace cleanup.
2011-05-21 17:56:06 -04:00
8a186c3588
Coding style cleanups.
2011-05-08 13:37:20 -04:00
4cfb84c573
Whitespace and coding style cleanups.
2011-05-07 18:48:38 -04:00
0109aa3a92
More whitespace cleanup.
2011-01-30 11:33:28 -05:00
26afa6081c
Utilize the new ESourceSelector:primary-selection property.
2010-11-09 23:33:21 +01:00
7d20b8fd5f
Utilize the new ESourceSelector:primary-selection property.
2010-11-01 14:46:03 -04:00
cd53ba9900
Coding style cleanups.
2010-09-13 08:28:58 -04:00
d6fd193f8f
Bug #610495 - Plugins should define e_plugin_lib_enable
2010-04-27 16:31:05 +02: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
49ef32b76c
Coding style and whitespace cleanup.
2010-02-07 13:26:37 -05:00
d635b839f8
Make authentication functionality available
...
This involves renaming the calendar auth-related functions to have a
prefix, and shipping the headers.
Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
2010-01-27 11:23:36 -02:00
cae22334fa
Remove dead assignments found by clang.
2010-01-15 21:50:05 -05:00
e77ee5d5d3
Coding style and whitespace cleanup.
2010-01-03 12:15:01 -06:00
59bd81691d
Compiler and linker flag cleanups.
2009-12-27 14:32:39 -05:00
31204c9cc2
Port all error code to use GObject-ified EAlert / EAlertDialog
...
The changes are mainly including the e-alert-header.h header instead of just
e-alert.h. This allows us to include e-alert.h in non-UI situations when
necessary.
2009-12-07 12:25:23 -06:00
c2ee0afbc8
Rename EError to EAlert to match general use better
...
The EError mechanism is used both for error dialogs as well as basic alerts or
user prompts, so we should give it a more general name which matches this use.
This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that
were not actually being used.
https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:33:04 -06:00
68d3608b81
port plugins to use new EError API
...
https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:32:22 -06:00