Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EMailReader: Add a get_alert_sink() method. | Matthew Barnes | 2010-11-01 | 1 | -0/+15 |
| | |||||
* | Reduce GConf usage in em-composer-utils.c. | Matthew Barnes | 2010-10-20 | 1 | -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 Barnes | 2010-10-13 | 1 | -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 Barnes | 2010-10-04 | 1 | -1/+2 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -45/+45 |
| | |||||
* | Mail module + EMailView cleanups. | Matthew Barnes | 2010-08-27 | 1 | -5/+5 |
| | |||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 1 | -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 Barnes | 2010-08-14 | 1 | -39/+39 |
| | |||||
* | Add keybindings to tab. | Srinivasa Ragavan | 2010-08-12 | 1 | -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 Ragavan | 2010-08-11 | 1 | -14/+11 |
| | |||||
* | Add Histogram of mail trend in clutter tab and enable DnD of tabs. | Srinivasa Ragavan | 2010-08-11 | 1 | -11/+104 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-03 | 1 | -42/+106 |
| | |||||
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 1 | -202/+152 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 1 | -285/+322 |
| | |||||
* | Bug 624534 - Adapt to GTK+ GtkNotebookPage changes | Kjartan Maraas | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | More usable tab switching logic than just vannina append | Srinivasa Ragavan | 2010-07-26 | 1 | -11/+38 |
| | |||||
* | Fix a compilation error | Srinivasa Ragavan | 2010-07-26 | 1 | -2/+2 |
| | |||||
* | Make clutter mode even more appealing. | Srinivasa Ragavan | 2010-07-26 | 1 | -27/+12 |
| | |||||
* | Add animations for selecting mail and search. | Srinivasa Ragavan | 2010-07-26 | 1 | -2/+14 |
| | |||||
* | Select folder tree based on the tab selected. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+14 |
| | |||||
* | Fix tab close issues in gtk & clutter mode. | Srinivasa Ragavan | 2010-07-26 | 1 | -8/+27 |
| | |||||
* | Add more clutter effects. Fade while selecting pages etc. | Srinivasa Ragavan | 2010-07-26 | 1 | -7/+178 |
| | |||||
* | Add tab-close functionality in Mx. | Srinivasa Ragavan | 2010-07-26 | 1 | -8/+65 |
| | |||||
* | Make search work well | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+2 |
| | |||||
* | Redo everything with optional clutter support. | Srinivasa Ragavan | 2010-07-26 | 1 | -42/+67 |
| | |||||
* | Build awesome clutter/Mx based tab'ed mail reader. | Srinivasa Ragavan | 2010-07-26 | 1 | -27/+275 |
| | |||||
* | Add folder pane for tabbed browser. | Srinivasa Ragavan | 2010-07-26 | 1 | -17/+203 |
| | |||||
* | Make the update-actions work across tabs. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+31 |
| | |||||
* | Unique folder tabs | Srinivasa Ragavan | 2010-07-26 | 1 | -1/+25 |
| | |||||
* | Add EMailNotebook View | Srinivasa Ragavan | 2010-07-26 | 1 | -18/+274 |
| | |||||
* | New set of basic views | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+75 |