Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WebKit port - port formatter and mail module | Dan Vrátil | 2012-03-29 | 1 | -11/+7 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -18/+29 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -1/+1 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Add EMailReader.get_preview_pane() method. | Matthew Barnes | 2011-11-22 | 1 | -18/+18 |
| | | | | | Also give EMailReader::show-search-bar signal a default implementation, since it can now dig up the search bar widget itself. | ||||
* | Mail widget cleanups. | Matthew Barnes | 2011-11-22 | 1 | -78/+122 |
| | |||||
* | Make EMailNotebookView and EMailPanedView extensible. | Matthew Barnes | 2011-11-22 | 1 | -1/+5 |
| | | | | Since they each implement EMailReader. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -39/+47 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | Limit the size of tab labels to a reasonable size | Gustavo Noronha Silva | 2011-06-28 | 1 | -0/+41 |
| | | | | | | | | | | We use half the size allocated to the whole view as a reference, and force the label to be at most that size, taking advantage of ellipsis otherwise. Notice that we also force the natural size as the requested size if it is not too big as well, because labels ellipsisized using the minimum size usually, which is undesired. This is a fix for https://bugs.meego.com/show_bug.cgi?id=18313 | ||||
* | Remove unused variables reported by gcc | Milan Crha | 2011-06-14 | 1 | -8/+1 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 1 | -6/+13 |
| | |||||
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Bug 650587 - Hide Search Folder actions when Search Folders are disabled | Matthew Barnes | 2011-05-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Add an action group for Search Folders to EMailReader. The action group's visibility is bound to the "mail-enable-search-folders" setting, so that menu items related to Search Folders are hidden when Search Folders are disabled in GConf. Affected menu items are: Edit -> Search Folders Message -> Create Rule -> Search Folder from Subject... Message -> Create Rule -> Search Folder from Sender... Message -> Create Rule -> Search Folder from Recipients... Message -> Create Rule -> Search Folder from Mailing List... Search -> Create Search Folder From Search... | ||||
* | EMailReader: Support multiple action groups. | Matthew Barnes | 2011-05-21 | 1 | -3/+13 |
| | | | | | | Use an enum type to request different action groups. For now we just have E_MAIL_READER_ACTION_GROUP_STANDARD. EMailReader implementations should map the enum value to an appropriate GtkActionGroup. | ||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -27/+27 |
| | |||||
* | Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri(). | Matthew Barnes | 2011-05-04 | 1 | -3/+7 |
| | |||||
* | Remove e_mail_reader_get_folder_uri(). | Matthew Barnes | 2011-05-04 | 1 | -8/+27 |
| | | | | | Instead call e_mail_reader_get_folder() and, if you really need to, generate the folder URI with e_mail_folder_uri_from_folder(). | ||||
* | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -2/+0 |
| | | | | Mostly dead assignments. | ||||
* | EMailShellView: Open the selected folder ourselves. | Matthew Barnes | 2011-05-03 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | This one's a little involved: - EMailShellView now obtains a CamelFolder itself in response to EMFolderTree::folder-selected signals. Uses EActivity to do so. - Revise EMFolderTree::folder-selected signal arguments to be more useful: emit a CamelStore object instead of a folder URI. - Also revise EMFolderTree::folder-activiated signal arguments the same way while we're at it. - Remove the "folder_uri" argument from e_mail_reader_set_folder(). If you have a CamelFolder object you can obtain the URI string by calling camel_folder_get_uri(). | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -26/+22 |
| | |||||
* | Bug #642121 - Won't build with --with-clutter due missing include | Dan Vrátil | 2011-02-18 | 1 | -0/+1 |
| | |||||
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 1 | -2/+2 |
| | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -4/+3 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 1 | -0/+3 |
| | |||||
* | 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 |