aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-paned-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
|
* EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+15
|
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-1/+41
| | | | | | | | | | | | | | | | | | To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences.
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+8
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-1/+3
| | | | Use camel_folder_get_uri() instead.
* Give MailSession a permanent home.Matthew Barnes2010-10-131-14/+16
| | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession.
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | EMailShellContent implements the EMailReader interface but acts as a proxy for EMailPanedView, from which it obtains MessageList and EWebView widgets. The problem was both classes call e_mail_reader_init_private() which connects to signals emitted from the MessageList and EWebView widgets. But since EMailShellContent is a proxy for EMailPanedView, the signals were being connected twice. This commit does away with e_mail_reader_init_private(), instead adding options to e_mail_reader_init() to control what parts of initialization to run. It's an ugly and temporary hack. I'm beginning to realize EMailReader is too bloated and needs rethought. EMailReader should just manage actions. EMailView should own and manage the widgets, and EMailReader should just have a get_mail_view() method so it has access to those widgets. That way the EMailView subclasses won't have to implement EMailReader themselves and wind up allocating a bunch of duplicate, unused actions. It's too close to a stable release to rip these interfaces apart and reorganize them. I'll try to do that for 2.33 to help make the design more intuitive.
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-17/+17
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+1
|
* Add keybindings to tab.Srinivasa Ragavan2010-08-121-0/+19
| | | | | | Control Up - Go to parent folder. Control Shift Up/Down - prev/next tab Control Shift w - close tab.
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-1/+1
| | | | | | This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing.
* Coding style and whitespace cleanup.Matthew Barnes2010-08-031-1/+2
|
* More code cleanup.Matthew Barnes2010-07-271-268/+64
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-316/+331
|
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-19/+1
|
* Add animations for selecting mail and search.Srinivasa Ragavan2010-07-261-1/+27
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-10/+49
|
* More bug fixes.Srinivasa Ragavan2010-07-261-3/+4
|
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-261-0/+2
|
* Make EMailPanedView up & working.Srinivasa Ragavan2010-07-261-3/+7
|
* Redo EMailPanedView and almost match to the basic one.Srinivasa Ragavan2010-07-261-47/+526
|
* More changes and modifications.Srinivasa Ragavan2010-07-261-3/+519
|
* New set of basic viewsSrinivasa Ragavan2010-07-261-0/+75