Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 1 | -0/+1 |
| | |||||
* | Work around recent GTK+ deprecations. | Matthew Barnes | 2010-03-05 | 1 | -0/+4 |
| | |||||
* | Sidebar cleanups for Memos and Tasks. | Matthew Barnes | 2010-01-30 | 1 | -22/+0 |
| | | | | | | | Kill the EMemoTable::user-created signal and connect directly to ECalModel::row-appended in e_memo_shell_view_private.c. Same goes for tasks. | ||||
* | Remove a couple silly ECalModel functions. | Matthew Barnes | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Bug #606301 - Slow sort by subject | Milan Crha | 2010-01-20 | 1 | -52/+63 |
| | |||||
* | Improve clipboard behavior. | Matthew Barnes | 2010-01-18 | 1 | -8/+76 |
| | | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715. | ||||
* | Cleanup delete actions in shell views. | Matthew Barnes | 2010-01-11 | 1 | -155/+157 |
| | |||||
* | Teach ETable to prefer themed icon names over pixbufs. | Matthew Barnes | 2010-01-07 | 1 | -16/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 1 | -15/+35 |
| | |||||
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 1 | -1/+0 |
| | | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch]. | ||||
* | Rename ECalendarTable to ETaskTable. | Matthew Barnes | 2009-12-27 | 1 | -0/+1674 |
Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable. |