aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-taskbar.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+3
|
* Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | So Anjal can override what it needs to for its own purpose. Also makes the EShellWindow design a little cleaner. Methods added: GtkWidget * (*construct_menubar) (EShellWindow *shell_window); GtkWidget * (*construct_toolbar) (EShellWindow *shell_window); GtkWidget * (*construct_sidebar) (EShellWindow *shell_window); GtkWidget * (*construct_content) (EShellWindow *shell_window); GtkWidget * (*construct_taskbar) (EShellWindow *shell_window); EShellView * (*create_shell_view) (EShellWindow *shell_window, const gchar *view_name); Also added some new GObject properties to help decouple actions from internal EShellWindow widgets created by these methods: EShellWindow:sidebar-visible EShellWindow:switcher-visible EShellWindow:taskbar-visible EShellWindow:toolbar-visible
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-0/+35
| | | | svn path=/branches/kill-bonobo/; revision=36867
* Implement bug #263268 - Contact categories need to be able to be filtered byMatthew Barnes2008-12-041-35/+0
| | | | | | "not categorized". Also fix a crasher. svn path=/branches/kill-bonobo/; revision=36831
* Documentation improvements.Matthew Barnes2008-11-201-0/+35
| | | | svn path=/branches/kill-bonobo/; revision=36806
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-35/+0
| | | | svn path=/branches/kill-bonobo/; revision=36763
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-2/+35
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-0/+2
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-0/+5
| | | | | | | | | EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+39
svn path=/branches/kill-bonobo/; revision=36337