Commit Graph

581 Commits

Author SHA1 Message Date
Dan Vrátil 1622d0424c Bug #588891 - Spam settings dialog terribly un-higgy 2011-06-29 18:42:03 +02:00
Dan Vrátil 4542662853 Bug #303653 - Make headers collapsable in preview pane 2011-06-29 18:41:58 +02:00
Matthew Barnes 801450b0f3 Remove redundant EAccountList utilities.
Kill itip_addresses_get() and itip_addresses_get_default(), and use
e_get_account_list() and e_get_default_account() instead.
2011-06-29 18:41:57 +02:00
Matthew Barnes 5bbc4cfb07 Some modules missing CFLAGS/LIBS for EShell. 2011-06-29 18:41:56 +02:00
Matthew Barnes 0be9b1f878 Adapt to CamelService changes. 2011-06-29 18:41:55 +02:00
Matthew Barnes 9aca4aa8e1 Kill em_composer_prefs_new_signature().
No longer used.
2011-06-29 18:41:55 +02:00
Matthew Barnes cb8915bcaa Miscellaneous GtkAction-related cleanups.
Prefer the newer GtkAction "set" functions over g_object_set().
2011-06-29 18:41:50 +02:00
Matthew Barnes 392973975c Restore lockdown integration.
With lockdown settings available through GSettings, widgets can handle
lockdown integration themselves without having to use EShellSettings.

Also fixed a few places where printing or save-to-disk actions were
either not properly wired up or not responding to lockdown settings,
but much more work needs done.  Attachments, for example, are not
honoring the disable-save-to-disk setting at all.

This too requires the recently-added gsettings-desktop-schemas
dependency.
2011-06-29 18:41:50 +02:00
Milan Crha c522af8e87 Bug #644301 - Invalid GVariant format in NetworkManager module 2011-06-29 18:41:44 +02:00
Matthew Barnes b30716185a Bug 643507 - Font preferences don't work 2011-06-29 18:41:43 +02:00
Dan Williams acb4f0e3af Bug 644232 - Support NetworkManager 0.9 2011-06-29 18:41:43 +02:00
Hao H Li 1106afcd8e Bug 644164 - Using outdated Connman D-Bus names 2011-06-29 18:41:42 +02:00
Milan Crha cb7d85c41a Bug #644107 - Local addressbooks created without relative_uri set 2011-06-29 18:41:42 +02:00
Matthew Barnes 7aacf983b3 Coding style and whitespace cleanup. 2011-06-29 18:41:41 +02:00
Matthew Barnes c1b409dd42 Bug 637091 - Crash in g_str_hash, task_shell_sidebar_client_removed
I don't know how in the world an ESource can wind up not having a UID
string, but we saw a case of this in 2.32.  Emit a runtime warning and
avoid crashing.
2011-06-29 18:41:41 +02:00
Milan Crha fe489b4e30 Bug #643402 - Fails to build with --disable-smime 2011-06-29 18:41:41 +02:00
Milan Crha 0f01c08352 Bug #642093 - Frees message attachment content on Reply 2011-06-29 18:41:40 +02:00
Milan Crha c003c99a75 Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly 2011-06-29 18:41:39 +02:00
Milan Crha 410dbf8e7a Bug #608804 - Some attachments make evolution crash in libical 2011-06-29 18:41:37 +02:00
Matthew Barnes 3b6c8972a5 Coding style and whitespace cleanup. 2011-06-29 18:41:36 +02:00
Milan Crha 333ccc8abf Bug #639483 - Category list includes weather information 2011-06-29 18:41:36 +02:00
Milan Crha 65bc58546c Bug #638333 - Critical warning when invoking File->New->Mail Folder 2011-06-29 18:41:35 +02:00
Dan Vrátil b6512982fb Bug #255973 - Contact preview waste space and cosmetic correction 2011-06-29 18:41:35 +02:00
Matthew Barnes f03d5a9023 Bug 642171 - Implicit libgnome dependency for lockdown GConf keys
Lockdown keys have moved to gsettings-desktop-schemas, so disable
lockdown integration until we're ready for GSettings.
2011-06-29 18:41:34 +02:00
Matthew Barnes 274697623e Remove NULL checks for GObject methods.
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally.  Remove unnecessary checks.
2011-06-29 18:41:34 +02:00
Milan Crha 2e83026eaa Bug #637727 - Sent/Draft folder not set in startup-wizard account 2011-06-29 18:41:32 +02:00
Kjartan Maraas 8efc1bc6f9 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
Matthew Barnes dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
Matthew Barnes 6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
Rodrigo Moya b5aba428f4 Adapt size_request vfuncs to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes cadcc080ee Adapt to GtkComboBox class reorg. 2011-06-29 18:41:25 +02:00
Matthew Barnes 7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
Matthew Barnes a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
Matthew Barnes a8a4268849 Bug 640083 - Cannot configure LDAPS on port 636 2011-06-29 18:41:22 +02:00
Matthew Barnes 042c0c5732 Use e_load_book_source_async() for all EBook loading. 2011-06-29 18:41:21 +02:00
Milan Crha c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
Milan Crha 2e68a6a74d Bug #633982 - Crash when trying to Create a search folder from a search 2011-06-29 18:41:20 +02:00
Matthew Barnes 64f0ac1372 Use e_source_selector_get_source_by_path().
Allows Evolution to not have to know the ESource column number in
ESourceSelector tree models.  Backported from "account-mgmt" branch.
2011-06-29 18:41:20 +02:00
Milan Crha d009b5b365 Bug #633788 - Mail plugin's update-actions handler is never called 2011-06-29 18:41:19 +02:00
Matthew Barnes c5265294a3 Avoid idle callbacks in EMailBackend initialization.
If the migration phase has to show a dialog the idle callback for
intializing mail stores will run too soon.  Instead, hook it onto
the EShellBackend start() method.

Migration code can initialize mail stores early if it needs to.
2011-06-29 18:41:16 +02:00
Milan Crha 6e9c9986ac Bug #637906 - Don't ask again when sending to non-mail recipients 2011-06-29 18:41:15 +02:00
Matthew Barnes fdf1c024b5 Add e_shell_submit_alert().
An easy way to broadcast application-wide alerts to shell windows.
These alerts will persist in all current and future shell windows
until responded to (either programmatically or by the user).
2011-06-29 18:41:14 +02:00
Matthew Barnes 6217c41106 Fix menu item capitalizaion. 2011-06-29 18:41:14 +02:00
Milan Crha 97fac153c5 Bug #567879 - Add View >> Gallery Option In Email Composer 2011-06-29 18:41:13 +02:00
Milan Crha 4231716442 Show common addressbook and calendar errors in an alert sink 2011-06-29 18:41:11 +02:00
Milan Crha f18f55f251 Bug #637162 - May not add toolbar Send/Receive button multiple times 2011-06-29 18:41:11 +02:00
Milan Crha 49dd425fc9 Bug #631568 - Scheduling Meetings with CalDAV calendars 2011-06-29 18:41:09 +02:00
Milan Crha c9049740c8 Bug #627536 - Open meeting as meeting, not as appointment, in week view 2011-06-29 18:41:09 +02:00
Milan Crha ca3faa17a9 Free/busy meeting view doesn't work due to non-working extension 2011-06-29 18:41:08 +02:00
Matthew Barnes 53bed7cc63 Bug 636265 - Trash is untranslated in the window title 2011-06-29 18:41:08 +02:00