aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-task-table.c
Commit message (Collapse)AuthorAgeFilesLines
* libetable cleanups.Matthew Barnes2011-01-171-1/+1
|
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-4/+6
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-7/+12
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
|
* Bug 629052 - Memory leak in task_table_constructed()Matthew Barnes2010-09-081-0/+2
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-5/+6
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+0
|
* Bug #333039 - Merge some i18n stringsMilan Crha2010-04-021-11/+15
|
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
|
* Some more directories relocated on windowsFridrich Strba2010-03-111-0/+1
|
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
|
* Sidebar cleanups for Memos and Tasks.Matthew Barnes2010-01-301-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 Barnes2010-01-251-1/+1
|
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-52/+63
|
* Improve clipboard behavior.Matthew Barnes2010-01-181-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 Barnes2010-01-111-155/+157
|
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-16/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-15/+35
|
* Kill e_popup_menu().Matthew Barnes2010-01-051-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 Barnes2009-12-271-0/+1674
Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.