~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to docs/devel/html/hud-HudSettings.html

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:19:32 UTC
  • mfrom: (1.4.2)
  • Revision ID: charles.kerr@canonical.com-20120405161932-rf6899hc99e99pmb
* New upstream release.
  * Faster searches and better search results. (lp: #947283, lp: #972354)
  * Don't submit searches with zero tokens. (lp: #973203)
  * Propertly emit the WindowUnregistered signal when windows go away.
  * Improvements to the gcov automake rules.
  * Fix bootstrap error in tests.
  - reduce hud cpu usage and DoS on long strings (lp: #938584, lp: #948820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  guint max_distance;
77
77
 
78
78
  guint add_penalty;
79
 
  guint add_penalty_pre;
80
79
  guint drop_penalty;
81
 
  guint drop_penalty_end;
82
 
  guint transpose_penalty;
 
80
  guint end_drop_penalty;
83
81
  guint swap_penalty;
84
 
  guint swap_penalty_case;
85
82
};
86
83
</pre>
87
84
<p>
111
108
that does not exist in the item being matched</td>
112
109
</tr>
113
110
<tr>
114
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.add-penalty-pre"></a>add_penalty_pre</code></em>;</span></p></td>
115
 
<td>the penalty incurred by a character in the search
116
 
term that does not exist in the item being matched when that
117
 
character comes at the beginning of the term</td>
118
 
</tr>
119
 
<tr>
120
111
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.drop-penalty"></a>drop_penalty</code></em>;</span></p></td>
121
112
<td>the penalty incurred by a character missing from the
122
113
search string as compared to the item being matched</td>
123
114
</tr>
124
115
<tr>
125
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.drop-penalty-end"></a>drop_penalty_end</code></em>;</span></p></td>
 
116
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.end-drop-penalty"></a>end_drop_penalty</code></em>;</span></p></td>
126
117
<td>the penalty incurred by a character missing from
127
118
the search string as compared to the item being matched when the
128
119
character is at the end of the item (ie: the search term is a
129
120
prefix of the item)</td>
130
121
</tr>
131
122
<tr>
132
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.transpose-penalty"></a>transpose_penalty</code></em>;</span></p></td>
133
 
<td>the penalty incurred for transposed characters</td>
134
 
</tr>
135
 
<tr>
136
123
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.swap-penalty"></a>swap_penalty</code></em>;</span></p></td>
137
124
<td>the penalty incurred for the substitution of one
138
125
character for another</td>
139
126
</tr>
140
 
<tr>
141
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="HudSettings.swap-penalty-case"></a>swap_penalty_case</code></em>;</span></p></td>
142
 
<td>the penalty incurred for the substitution of one
143
 
character for another when the characters differ only in case</td>
144
 
</tr>
145
127
</tbody>
146
128
</table></div>
147
129
</div>