aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/shell-actions.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Kill gtk-doc tmpl files.Matthew Barnes2011-11-081-270/+0
| | | | Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl.
* Gtk-Doc updates.Matthew Barnes2011-08-101-8/+0
|
* Update API docs.Matthew Barnes2010-12-231-8/+0
|
* Revert the doc changes committed.Bharath Acharya2010-12-011-0/+8
| | | | Messed up some hunks in the doc with my previous commit. Reverting them.
* Bug #636058 - Account setup issues express mode.Punit Jain2010-12-011-8/+0
| | | | Widget name required to update.
* Remove gnome-pilot integration.Matthew Barnes2010-06-161-8/+0
| | | | | | | | | | | | | | | | It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas.
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+3
|
* Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-031-0/+8
|
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-031-8/+0
| | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal.
* Documentation improvements.Matthew Barnes2008-11-201-0/+8
| | | | svn path=/branches/kill-bonobo/; revision=36806
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-2/+0
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-0/+285
svn path=/branches/kill-bonobo/; revision=36538