~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to help/de/tasks-searching.page

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-18 11:10:01 UTC
  • mfrom: (1.1.83 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818111001-559uzyuqsoyj7xjg
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.1.5.
* debian/patches/03_lpi.patch: refreshed.
* debian/patches/11_remove_upstream_submit_bugreport.patch: refreshed.
* debian/patches/bogofilter_init_903b8e6.patch,
  debian/patches/evo_fbee43e_to_f4505a2.patch,
  debian/patches/spamassassin_init_4fc04af.patch: dropped, included upstream.
* debian/patches/spamd_sbin_path.patch: correct the path to spamd as
  /usr/sbin/spamd, which is the correct path in Ubuntu. (LP: #828693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tasks-searching" xml:lang="de">
 
3
 
 
4
  <info>
 
5
    <desc>Searching tasks.</desc>
 
6
    
 
7
    <link type="guide" xref="searching-items"/>
 
8
    <link type="guide" xref="tasks-organizing"/>
 
9
 
 
10
    <revision pkgversion="2.32.1" version="0.2" date="2010-10-12" status="draft"/>
 
11
    <credit type="author">
 
12
      <name>Max Vorobuov</name>
 
13
      <email>vmax0770@gmail.com</email>
 
14
    </credit>
 
15
    <credit type="author">
 
16
      <name>Andre Klapper</name>
 
17
      <email>ak-47@gmx.net</email>
 
18
    </credit>
 
19
    <credit type="author">
 
20
      <name>Novell, Inc</name>
 
21
    </credit>
 
22
    <license>
 
23
      <p>Creative Commons Share Alike 3.0</p>
 
24
    </license>    
 
25
 
 
26
  </info>
 
27
 
 
28
<title>Searching Tasks</title>
 
29
<section id="quick-search">
 
30
<title>Quick Search</title>
 
31
<p>In the Tasks view, you can quickly search for tasks either by summary or by category.</p>
 
32
<p>Searching by summary:</p>
 
33
<steps>
 
34
<item><p>Click the search icon <media type="image" mime="image/png" src="figures/search-icon.png"/> to expand the drop-down list.</p></item>
 
35
<item><p>Select the search condition from the list.</p></item>
 
36
<item><p>Enter the text you want to search for and press <key>Enter</key>.</p></item>
 
37
<item><p>Evolution displays the search results.</p></item>
 
38
</steps>
 
39
<p>Searching by category:</p>
 
40
<steps>
 
41
<item><p>Click the <gui>Show</gui> drop-down list.</p></item>
 
42
<item><p>Select the category from the list.</p></item>
 
43
<item><p>Evolution displays the search results.</p></item>
 
44
</steps>
 
45
<p>If you want to set several search conditions, you should use an Advanced search, which is described below.</p>
 
46
</section>
 
47
 
 
48
<section id="advanced-search">
 
49
<title>Erweiterte Suche</title>
 
50
<steps>
 
51
<item><p>Select the <guiseq><gui>Search</gui><gui>Advanced Search</gui></guiseq> menu to open the dialog box.</p></item>
 
52
<item><p>Click <gui style="button">Add Condition</gui> to add any number of rules.</p></item>
 
53
<item><p>Select the condition from the dropdown list, and then type a search entry in the field.</p></item>
 
54
<item><p>Click <gui style="button">OK</gui> to get the search results displayed.</p></item>
 
55
</steps>
 
56
</section>
 
57
 
 
58
<!-- TODO:XINCLUDE: Needs refactoring as clearing-search and saved-searches are totally identical in all *-searching.page files -->
 
59
<section id="clearing-search">
 
60
<title>Clearing the Search results</title>
 
61
<p>To clear your search view and get back to the default view, click the <gui>Clear</gui> icon in the search string field, or choose <guiseq><gui>Search</gui><gui>Clear</gui></guiseq> from the menubar. You can also press <keyseq><key>Shift</key><key>Ctrl</key><key>Q</key></keyseq> to clear the search.</p>
 
62
</section>
 
63
 
 
64
<section id="saved-searches">
 
65
<title>Saved Searches</title>
 
66
<p>If you search for something rather often, you will prefer not to type it many times. In this case you can use saved searches.</p>
 
67
<p>To save your search results, either click <gui>Save</gui> instead of <gui>OK</gui> in the Search dialog, or in case the search results are already displayed, select <guiseq><gui>Search</gui><gui>Save Search</gui></guiseq>. From now on this search will be directly available from the <gui>Search</gui> menu.</p>
 
68
</section>
 
69
 
 
70
<section id="editing-a-saved-search">
 
71
<title>Editing a Saved Search</title>
 
72
<steps>
 
73
<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
 
74
<item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
 
75
<item><p>Edit the title or search conditions from the dialog box.</p></item>
 
76
<item><p>Click <gui>OK</gui>.</p></item>
 
77
</steps>
 
78
</section>
 
79
 
 
80
</page>