Commit Graph

1072 Commits

Author SHA1 Message Date
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
2def4a7386 Bug #601898 - SOCKS proxy does not work with mailer 2011-09-30 14:09:02 +02:00
5ddad03992 Remove Ctrl + l ( ) character from source files
From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net>
Date: Wed, 28 Sep 2011 10:18:18 +0200
Subject: [PATCH] Remove Ctrl + l () character from source files

The following commits

        git show aac3f2c8
        git show 1510304c
        git show 13cabd9e
        git show 350a7a33
        git show 9b7cc54d
        git show e6972011
        git show 1d3a7938
        git show 934524b9
        git show b2954936
        git show a7f677b5
        git show 4369c400
        git show d509f47a
        git show a6d5818f
        git show c3876df7
        git show 4583098b
        git show 2831ada5
        git show 4e1bce59
        git show 1609f699
        git show 4e4c1676
        git show d6fade43

among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor.

These control characters can be searched for using the following command [1].

	$ git grep ^L

[1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
2011-09-29 21:12:10 +02:00
f8e6c60b2f Bug #632619 - Recurring events can clutter month view 2011-09-29 14:43:28 +02:00
e2b6ff7a6c Miscellaneous cleanups from the account-mgmt branch.
Reducing diff noise so I can see important changes easier when comparing
branches.  A few API changes, but nothing that affects functionality.
2011-09-27 09:31:13 -04:00
f615000f6c EMFolderTreeModel: Don't use parameters in "get_default" functions.
Drop EMFolderTreeModel's "session" property now that it has a "backend"
property and call em_folder_tree_model_set_backend() where we used to
call em_folder_tree_model_set_session().

The session can still be obtained through e_mail_backend_get_session().
2011-09-26 11:45:11 -04:00
53bc6ffc53 The EExtension framework is now in libebackend.
The EModule, EExtensible and EExtension classes as well as the
e_type_traverse() function have been moved to Evolution-Data-Server's
libebackend library to replace e-data-server-module.c.

Now Evolution-Data-Server modules use the same framework as Evolution.
2011-09-26 09:45:55 -04:00
a6febf9890 Port some calendar plugins to use GSettings 2011-09-26 12:59:27 +02:00
c76f301a7d Bug #659568 - One day delay in calendar view 2011-09-26 12:56:08 +02:00
d230dd72bb Bug #351025 - Make the order of the mail accounts configurable 2011-09-26 12:56:08 +02:00
3262bdb1c4 Bug #659558 - Missing set mnemonic widgets 2011-09-26 12:56:07 +02:00
9599217592 Bug #659932 - 'Use system time zone' in not honored immediately 2011-09-26 12:56:07 +02:00
10d9a80d69 Bug #659568 - One day delay in calendar view 2011-09-26 12:42:47 +02:00
e0548d2570 Bug #351025 - Make the order of the mail accounts configurable 2011-09-26 11:45:59 +02:00
4046d19448 Bug #659558 - Missing set mnemonic widgets 2011-09-26 11:35:40 +02:00
41a504dcc1 Bug #659932 - 'Use system time zone' in not honored immediately 2011-09-26 11:20:35 +02:00
8732431bd9 Port ETask/MemoShellContent to GSettings 2011-09-21 18:16:23 +02:00
1684805a0f Add missing argument to g_settings_bind 2011-09-21 18:12:01 +02:00
c27e999441 Port ETaskShellBackend to GSettings 2011-09-21 17:28:22 +02:00
6e7cb87f87 Port e-task-shell-view-actions to GSettings 2011-09-21 17:21:35 +02:00
d757ba352a Port EMemoShellBackend to GSettings 2011-09-21 17:15:07 +02:00
b9a43c056c Port ECalShellBackend to GSettings 2011-09-21 17:04:46 +02:00
66e77897b5 Port calendar preferences to GSettings 2011-09-21 16:43:25 +02:00
67c036a339 Port calendar sidebar to use GSettings 2011-09-21 16:36:08 +02:00
5226e534df Port e-memo-shell-view-actions.c to use GSettings 2011-09-21 16:30:48 +02:00
1f8eabe94f Bug #659125 - Reference counting issues in calendar 2011-09-21 15:50:41 +02:00
6ea72f4fe7 Bug #659125 - Reference counting issues in calendar 2011-09-15 14:54:31 +02:00
59b1706f15 Make sure GConf schemas have defined default values 2011-09-14 14:09:05 +02:00
777c1cbd40 Coding style and whitespace cleanup. 2011-09-14 14:09:00 +02:00
db1a2dd8aa Miscellaneous cleanups.
Reducing diff noise with the account-mgmt branch.

Trying to erode our dependency on EAccount as much as possible, or at
least isolate its usage, to make things easier for me on the branch.
2011-09-14 14:08:58 +02:00
2a31c8deff Bug #657396 - Rename Alarms tab to Reminders in preferences 2011-09-14 14:08:56 +02:00
a508240b2a Bug #655419 - "Save as iCalendar" misses mnemonic 2011-09-14 14:08:56 +02:00
acdaa71ed2 Bug #655666 - Split task preferences into its own tab 2011-09-14 14:08:54 +02:00
2385f15eae plugin-mono: Remove Camel.cs and Evolution.cs
These files are hopelessly out of date, and don't appear to be used for
anything anyway.  The only sustainable way to provide language bindings
for Evolution is to generate them through gobject-introspection.
2011-09-14 14:08:52 +02:00
34be64ac52 e_mail_store_foreach(): Take an EMailSession parameter.
Use camel_session_list_services() instead of the internal store table.
The store table serves little purpose nowadays and could probably be
removed.  I'll look into that later.
2011-09-14 14:08:51 +02:00
9b59286ea4 Use new CamelService:display-name property.
Simplify, simplify...
2011-09-14 14:08:51 +02:00
08e62014fe Adapt to new CamelSubscribable interface. 2011-09-14 14:08:50 +02:00
b3b0cf89b1 Bug #655254 - Cropped Junk settings text 2011-09-14 14:08:50 +02:00
06f3ea68de online-accounts: Adapt to URL parameter renames.
It's "security-method" now instead of "use_ssl".
2011-09-14 14:08:50 +02:00
7ae6cc1c91 Drop some ancient GroupWise account migration.
Not worth the pain of maintaining old cruft to make progress.

Breaks GW account migration from versions prior to 2.8 (circa 2006), but
you'd be better off starting from a clean slate anyway if you're jumping
that many releases.
2011-09-14 14:08:50 +02:00
ae9db3ed23 Coding style and whitespace cleanup. 2011-09-14 14:08:48 +02:00
3005365a0d Bug #655957 - Current account / all accounts search changes column 2011-09-14 14:08:48 +02:00
df8108a6a7 Bug #656133 - Mail-local not initialized when adding/editing account 2011-09-14 14:08:48 +02:00
5a11011d23 Bug #655843 - Copy to calendar doesn't add timezone information 2011-09-14 14:08:48 +02:00
911d9f8c6b EConfig: Broadcast abort/commit events by way of signals.
Remove the clumsy abortfunc and commitfunc callback arguments from
e_config_add_items().
2011-09-14 14:08:48 +02:00
77d14c71c1 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-09-14 14:08:46 +02:00
fed834bcfd [bogofilter] Avoid G_PARAM_STATIC_STRINGS. 2011-09-14 14:08:42 +02:00
1a355e7a9d Bug 655507 - Crash on startup when initializing spamassassin
I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules...
2011-09-14 14:08:42 +02:00
86f37c46dd Replace alarm by reminder for UI consistency. Fixes bug #340614 2011-09-14 14:08:42 +02:00