Commit Graph

1661 Commits

Author SHA1 Message Date
d74e3a57dd Bug #627812 - GW shouldn't use global folder tree.
Groupwise shouldn't use global folder tree for UI.
2010-09-13 10:17:32 +05:30
b7abc64e9d Bug #629132 - set_attachments: assertion failed.
[mail-to-task] CRITICAL **: set_attachments: assertion `status.uris != NULL' failed
Uri was actually a path.
2010-09-13 09:48:27 +05:30
ebcce86769 Coding style and whitespace cleanups. 2010-09-11 14:14:04 -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
a96676f446 Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c) 2010-09-10 12:00:06 +02:00
101305e1c7 Various memory leaks 2010-09-07 18:39:46 +02:00
3eded6b690 Bug #628694 - Customize options for local calendar are missing 2010-09-03 15:17:00 +02:00
035fbcd841 Composer autosave cleanups.
This simplifies the async autosave logic and improves error handling.

Hoping this will solve bug #616987 but I've yet to reproduce it myself.
2010-08-30 14:26:00 -04:00
ecf3434da0 GObject boilerplate cleanup.
Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over
manual GType registration.

This is just a start... lots more to do.
2010-08-24 14:37:02 -04:00
336000a2d7 Bug 627601 - Memory leak in itip_get_comp_attendee() 2010-08-24 01:17:33 +01:00
a536d74906 Use the new e_load_book_source_async() where possible.
It's easier to use than addressbook_load() but requires starting with
an ESource rather than an EBook, and there's a couple places left where
that's not so easy.  I'll spend more time on it later.
2010-08-18 15:49:49 -04:00
6cb0cbd0be Pass an EShell to EMsgComposer instances.
Reduce the composer's dependency on e_shell_get_default().
2010-08-13 20:56:33 -04:00
49e8d834fc Coding style and whitespace cleanup. 2010-08-02 19:48:54 -04:00
2e46ae1205 dbx-importer: Fix printf format warning 2010-08-02 15:51:35 +01:00
b6b72b0c4a addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon theme
Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed
from stock_person to avatar-default

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822
2010-08-02 10:58:43 +01:00
52ad80d601 Bug #625606 - git/master build dies with glib-2.25.12 2010-07-29 21:07:26 +02:00
a73b369b72 Bug 622181 - Backup settings uses unhelpful yes/no dialog 2010-07-28 16:35:34 -04:00
6158bcecd7 Bug #622912 - Migrate from dbus-glib to glib's GDBus 2010-07-28 16:21:40 +02:00
13cf1d104b Bug 624534 - Adapt to GTK+ GtkNotebookPage changes 2010-07-25 21:49:18 -04:00
f9ac993fda Bug 624216 - Runtime warning in Attachment Reminder plugin
Also fixes the same bug in Email Custom Header plugin.
2010-07-13 08:12:59 -04:00
78bf9d9d70 Bug 624128 - Folder -> Subscriptions is always enabled 2010-07-12 11:26:47 -04:00
eb29179da6 Coding style and whitespace cleanup. 2010-07-11 22:25:06 -04:00
2c48f517c1 Fix some compiler warnings. 2010-07-11 09:15:28 -04:00
03d626856b Bug #623204 - Be able to report detailed errors from backends 2010-07-09 14:29:51 +02:00
137b0743dd Migrate from CamelException to GError. 2010-07-08 14:37:52 -04:00
36f1f29b9a Fix transience problems with ENameSelectorDialogs ... 2010-07-08 16:10:59 +01:00
4690bbe1d7 Bug 623157 - Missing linker flag in dbx-import 2010-06-29 14:13:05 -04:00
3b58c72b82 Add Outlook Express DBX mailbox file importer plugin
[patch v2: Don't error on empty mailboxes, build plugin by default]
2010-06-29 15:37:08 +01:00
cc29ff46ea audio-inline: Fix linking order issue. 2010-06-27 09:10:07 -04:00
61215065ca Warn the user before marking all messages as read 2010-06-17 11:53:14 +05:30
ffc019e36f Coding style and whitespace cleanups. 2010-06-06 20:09:08 -04:00
970662db34 More GTK3 preparation.
This uses the new gtk_assistant_commit() I had added to GTK+ for our
EImportAssistant progress page.
2010-06-04 08:34:15 -04:00
63b2ef38de Add translator comments in mail-to-task plugin 2010-06-03 16:24:31 +02:00
7959b11113 Convert "startup-wizard" to an EExtension.
Convert the "startup-wizard" EPlugin to an EExtension, and fix up the
importing UI a bit (but it still needs a lot more love).  Importing
progress is now shown directly in the GtkAssistant window.

Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating
progress pages in a GtkAssistant.

Also, change EMAccountEditor semantics slightly: you now have to call
e_config_create_window() manually after creating a new EMAccountEditor
instance.  This allows extra EConfigItems (specifications for the window
content) to be added manually before the window is created.
2010-06-02 16:36:11 -04:00
4f01d3d182 Keep chipping away at direct GtkHTML usage.
EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML,
accessible through em_format_html_get_web_view().

Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter()
and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay,
since that's usually the type you want (or else an EMFormat, but never
an EMFormatHTMLDisplay).
2010-05-31 12:01:49 -04:00
0b1cd2dd5b Coding style and whitespace cleanup. 2010-05-26 17:19:41 -04:00
3f213cfbef Fix linking issue in bogo-junk-plugin. 2010-05-26 16:15:59 -04:00
0685a69083 Fix linking issue in sa-junk-plugin. 2010-05-26 15:29:16 -04:00
c9ec8c3f4d Merge branch 'express2' 2010-05-26 13:09:33 -04:00
6b8ce71cb5 Bug #478090 - Meeting acceptances for attendees who weren't listed are lost 2010-05-26 15:28:10 +02:00
9653887891 Coding style and whitespace cleanup. 2010-05-25 10:15:32 -04:00
3e1b34841d Fix compiler warnings. 2010-05-25 09:54:55 -04:00
f49077cfb5 Merge branch 'gnome-2-30' into express2 2010-05-25 09:14:51 -04:00
a5d79e9f91 Bug #546551 - Dialog for mark-all-read always mentions subfolders 2010-05-21 16:30:40 +02:00
20fe637c8b Bug #531013 - Proxy login window is not in focus.
Grab focus for the Proxy Login window.
2010-05-21 11:12:16 +05:30
22b33668db Bug #531013 - Proxy login window is not in focus.
Grab focus for the Proxy Login window.
2010-05-21 11:10:33 +05:30
5a124a6add Bug #607257 - Add checks for event->comp_data != NULL 2010-05-13 23:49:58 +02:00
0b60ec7c89 Convert "default-mailer" plugin to an extension. 2010-05-13 09:21:21 -04:00