From f7547cc6ac347ea5e9dd92034264a23e6fd48ac4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 26 Mar 2010 18:33:00 -0400 Subject: Simplify the search UI for express mode. For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. --- doc/reference/shell/tmpl/e-shell-content.sgml | 13 ++------- doc/reference/shell/tmpl/e-shell-searchbar.sgml | 31 +++++++++++++++++--- doc/reference/shell/tmpl/e-shell-view.sgml | 20 +++++++++++++ doc/reference/shell/tmpl/e-util.sgml | 8 ++++++ doc/reference/shell/tmpl/eshell-unused.sgml | 38 +++++++++++++++++++++++++ 5 files changed, 95 insertions(+), 15 deletions(-) (limited to 'doc/reference/shell/tmpl') diff --git a/doc/reference/shell/tmpl/e-shell-content.sgml b/doc/reference/shell/tmpl/e-shell-content.sgml index b4803b93b0..3f53314db7 100644 --- a/doc/reference/shell/tmpl/e-shell-content.sgml +++ b/doc/reference/shell/tmpl/e-shell-content.sgml @@ -37,13 +37,13 @@ EShellContent @Returns: - + @shell_content: -@Returns: +@searchbar: @@ -82,15 +82,6 @@ EShellContent @view_id: - - - - - -@shell_content: -@Returns: - - diff --git a/doc/reference/shell/tmpl/e-shell-searchbar.sgml b/doc/reference/shell/tmpl/e-shell-searchbar.sgml index 71f8894845..4817ccee6b 100644 --- a/doc/reference/shell/tmpl/e-shell-searchbar.sgml +++ b/doc/reference/shell/tmpl/e-shell-searchbar.sgml @@ -23,6 +23,11 @@ EShellSearchbar + + + + + @@ -33,7 +38,7 @@ EShellSearchbar - + @@ -96,6 +101,24 @@ EShellSearchbar @Returns: + + + + + +@searchbar: +@Returns: + + + + + + + +@searchbar: +@express_mode: + + @@ -123,7 +146,7 @@ EShellSearchbar @filter_visible: - + @@ -132,13 +155,13 @@ EShellSearchbar @Returns: - + @searchbar: -@label_visible: +@labels_visible: diff --git a/doc/reference/shell/tmpl/e-shell-view.sgml b/doc/reference/shell/tmpl/e-shell-view.sgml index 03d8830fdb..5efb4d7921 100644 --- a/doc/reference/shell/tmpl/e-shell-view.sgml +++ b/doc/reference/shell/tmpl/e-shell-view.sgml @@ -133,6 +133,8 @@ EShellView @new_shell_content: @new_shell_sidebar: @new_shell_taskbar: +@construct_searchbar: +@get_search_name: @toggled: @clear_search: @custom_search: @@ -220,6 +222,24 @@ EShellView @page_num: + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index 72bf737586..82be9d041b 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -25,6 +25,14 @@ Miscellaneous Utilities @Returns: + + + + + +@Returns: + + diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index e69de29bb2..93f3a149fa 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -0,0 +1,38 @@ + + + + + + + + + + + +@shell_content: +@Returns: + + + + + + +@shell_content: +@Returns: + + + + + + +@searchbar: +@Returns: + + + + + + +@searchbar: +@label_visible: + -- cgit v1.2.3