aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-notebook-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-2/+49
| | | | | | | | | | | | | | | | | | 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.
* Give MailSession a permanent home.Matthew Barnes2010-10-131-13/+15
| | | | | | | | | | | 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.
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-1/+2
|
* Coding style cleanups.Matthew Barnes2010-09-131-45/+45
|
* Mail module + EMailView cleanups.Matthew Barnes2010-08-271-5/+5
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-13/+13
| | | | | | | 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-39/+39
|
* Add keybindings to tab.Srinivasa Ragavan2010-08-121-3/+116
| | | | | | Control Up - Go to parent folder. Control Shift Up/Down - prev/next tab Control Shift w - close tab.
* Change the order of histogram. New things at the right.Srinivasa Ragavan2010-08-111-14/+11
|
* Add Histogram of mail trend in clutter tab and enable DnD of tabs.Srinivasa Ragavan2010-08-111-11/+104
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-031-42/+106
|
* More code cleanup.Matthew Barnes2010-07-271-202/+152
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-285/+322
|
* Bug 624534 - Adapt to GTK+ GtkNotebookPage changesKjartan Maraas2010-07-261-1/+1
|
* More usable tab switching logic than just vannina appendSrinivasa Ragavan2010-07-261-11/+38
|
* Fix a compilation errorSrinivasa Ragavan2010-07-261-2/+2
|
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-27/+12
|
* Add animations for selecting mail and search.Srinivasa Ragavan2010-07-261-2/+14
|
* Select folder tree based on the tab selected.Srinivasa Ragavan2010-07-261-3/+14
|
* Fix tab close issues in gtk & clutter mode.Srinivasa Ragavan2010-07-261-8/+27
|
* Add more clutter effects. Fade while selecting pages etc.Srinivasa Ragavan2010-07-261-7/+178
|
* Add tab-close functionality in Mx.Srinivasa Ragavan2010-07-261-8/+65
|
* Make search work wellSrinivasa Ragavan2010-07-261-0/+2
|
* Redo everything with optional clutter support.Srinivasa Ragavan2010-07-261-42/+67
|
* Build awesome clutter/Mx based tab'ed mail reader.Srinivasa Ragavan2010-07-261-27/+275
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-17/+203
|
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+31
|
* Unique folder tabsSrinivasa Ragavan2010-07-261-1/+25
|
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-261-18/+274
|
* New set of basic viewsSrinivasa Ragavan2010-07-261-0/+75