aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-task-shell-view-actions.c
Commit message (Collapse)AuthorAgeFilesLines
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-0/+74
| | | | | | | | | GtkAction subclass called EPopupAction. Migrate all the modules over to using EPopupActions in their popup menus. Add sensitivity management of GtkActions to EMailReader. Not finished. svn path=/branches/kill-bonobo/; revision=37106
* Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-0/+19
| | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-9/+6
| | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
* Add missing accelerator for File -> Print.Matthew Barnes2009-01-101-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37023
* Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-311-0/+20
| | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
* Wire up status messages to include percentages if available.Matthew Barnes2008-10-291-4/+3
| | | | svn path=/branches/kill-bonobo/; revision=36692
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-0/+1
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Progress update:Matthew Barnes2008-10-141-3/+56
| | | | | | | | | | - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611
* Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-041-1/+14
| | | | | | | | | Tasks and Memos. Take a crack at handling command-line URIs. It's far too long-winded though. Will need to revisit and tighten up the code. svn path=/branches/kill-bonobo/; revision=36554
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-42/+60
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-59/+351
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-11/+12
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-30/+314
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+332
Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446