Commit Graph

1984 Commits

Author SHA1 Message Date
de38aaef11 Migrate external editor plugin to GSettings 2011-10-14 12:52:51 +02:00
3dc5ac02b4 Migrate prefer-plain plugin to GSettings 2011-10-14 12:25:34 +02:00
3e2efde829 Remove unneeded GConf header 2011-10-13 18:23:17 +02:00
cb3e037f8f Merge branch 'master' into wip/gsettings 2011-10-13 12:55:34 +02:00
3b26bfc864 Fix typos in user visible strings 2011-10-13 08:29:50 +02:00
1c7c5557bf Require libgdata >= 0.10.
Drop all the backward-compatibility cruft.
2011-10-12 21:03:47 -04:00
23f7fa7570 Bug #660829 - Allow 'Mark as read' in right click menu on spam folder 2011-10-11 10:03:17 +02:00
7225739d7d Bug #660861 - Avoid mark-all-read on a non-folder selection 2011-10-10 22:30:48 +02:00
3c45eb1bdd Bug #660782 - [pst-import] Missing tasks after import 2011-10-10 20:27:45 +02:00
56a166bb42 Merge branch 'master' into wip/gsettings 2011-10-10 12:50:18 +02:00
d79ca40b62 Adapt to CamelFolderSummary API changes 2011-10-06 16:59:04 +02:00
224f26b84d GtkApplication has some new EShell-like features.
I pushed a few EShell features up to GtkApplication for GTK+ 3.2,
so we can now trim off the redundancies in EShell.

1) GtkApplication has a new "window-added" signal which replaces
   EShell's own "window-created" signal.

2) GtkApplication has a new "window-removed" signal which replaces
   EShell's own "window-destroyed" signal.

3) gtk_application_get_windows() now returns a list of windows sorted
   by most recently focused, replacing e_shell_get_watched_windows().

4) GtkApplication now provides enough hooks to subclasses that we can
   remove e_shell_watch_window() and call gtk_application_add_window()
   directly.
2011-10-06 08:16:21 -04:00
8fd93c9042 First successful build 2011-10-05 18:19:33 +02:00
4ec46cc05f Merge from master 2011-10-05 13:57:30 +02:00
19163c2b71 Oops, missed one. 2011-10-04 22:58:04 -04: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
61d1bec48b publish-calendar: correct Secure FTP abbreviation to SFTP 2011-10-03 08:15:13 +11:00
8e3482788c itip-formatter: end some strings with colon instead of full stop 2011-10-03 08:15:11 +11:00
6b1663a63d backup-restore cleanups. 2011-09-30 11:24:24 -04:00
3d98af62e5 Require GLib 2.30.
Drop all GLIB_CHECK_VERSION macros.
2011-09-29 12:05:49 -04: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
8c42644692 itip-formatter: Adapt to CamelDB API changes.
I didn't realize CamelDB was used outside of Camel, yikes!
2011-09-26 09:45:55 -04:00
a6febf9890 Port some calendar plugins to use GSettings 2011-09-26 12:59:27 +02:00
d230dd72bb Bug #351025 - Make the order of the mail accounts configurable 2011-09-26 12:56:08 +02:00
981d3d1768 Bug #655252 - Need to escape the comp_uid part of a path 2011-09-26 12:56:07 +02:00
e0548d2570 Bug #351025 - Make the order of the mail accounts configurable 2011-09-26 11:45:59 +02:00
8a309aef81 Bug #655252 - Need to escape the comp_uid part of a path 2011-09-26 11:02:47 +02:00
1bd7f3ed5c Bug #657386 - Changing default source doesn't unmark previous one 2011-09-14 14:09:02 +02:00
777c1cbd40 Coding style and whitespace cleanup. 2011-09-14 14:09:00 +02:00
f382dbf020 [mail-to-task] Uses incorrect function to free array of message uids 2011-09-14 14:08:57 +02:00
bc03bf534a Changing source in CompEditor blocks UI 2011-09-14 14:08:57 +02:00
b8a55643a3 Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store 2011-09-14 14:08:57 +02:00
126772ab2b Bug #655549 - [mail-to-task] Ignores cancel of source select dialog 2011-09-14 14:08:57 +02:00
8e954066b8 Bug #655490 - Location chooser dialog for Weather calendar is too small 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
f6ac0dd3fd Bug #652092 - 'Mark messages as read' doesn't work with search folder 2011-09-14 14:08:53 +02:00
c58254deff Capitalize tab header as all others are capitalized too 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
a69440840e imap-headers: Adapt to CamelSettings.
Write values to CamelSettings instead of URL parameters.
2011-09-14 14:08:50 +02:00
ae9db3ed23 Coding style and whitespace cleanup. 2011-09-14 14:08:48 +02:00
24fecae400 Bug #655944 - Import dialog is not showing operation progress 2011-09-14 14:08:48 +02:00
265b23b1eb EMFolderSelectionButton: Add a "folder-uri" property.
And rename a couple get/set functions to match the property name.
2011-09-14 14:08:46 +02:00
77d14c71c1 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-09-14 14:08:46 +02:00
51ef38a2cc Bug #655494 - Move 'Calendar and Tasks' tab out of Mail Preferences 2011-09-14 14:08:46 +02:00
a01334afe4 Bug #655872 - [pst-import] Fails to properly open remote client 2011-09-14 14:08:46 +02:00
7e229de4cc Bug #655943 - Meeting request mails are not imported properly 2011-09-14 14:08:44 +02:00
eb79ee9136 Bug #655870 - Uses incorrect pointer as string in error message 2011-09-14 14:08:43 +02:00
6dec534e63 Avoid crashes when moving between messages quickly
The itip-formatter part is clean, but the one for attachment_button
can still introduce runtime warnings, which requires more changes and
rethinking of this all, which I prefer to postpone, the best after
WebKit work will land, because it also may change most of the mail
formatting code (I guess). It doesn't crash, at least.
2011-09-14 14:08:42 +02:00
762891979c Bug #655893 - Crash on pst folder hierarchy import 2011-09-14 14:08:42 +02:00