src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog showing signed changesets. 11 Module implementing a dialog showing signed changesets.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#HgGpgSignaturesDialog">HgGpgSignaturesDialog</a></td> 22 <td><a href="#HgGpgSignaturesDialog">HgGpgSignaturesDialog</a></td>
25 <td>Class implementing a dialog showing signed changesets.</td> 23 <td>Class implementing a dialog showing signed changesets.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29 28 <table>
30 <table> 29 <tr><td>None</td></tr>
31 <tr><td>None</td></tr> 30 </table>
32 </table> 31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="HgGpgSignaturesDialog" ID="HgGpgSignaturesDialog"></a> 34 <a NAME="HgGpgSignaturesDialog" ID="HgGpgSignaturesDialog"></a>
36 <h2>HgGpgSignaturesDialog</h2> 35 <h2>HgGpgSignaturesDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog showing signed changesets. 37 Class implementing a dialog showing signed changesets.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_HgGpgSignaturesDialog 41 QDialog, Ui_HgGpgSignaturesDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44 43 <table>
45 <table> 44 <tr><td>None</td></tr>
46 <tr><td>None</td></tr> 45 </table>
47 </table> 46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49 48 <table>
50 <table> 49 <tr><td>None</td></tr>
51 <tr><td>None</td></tr> 50 </table>
52 </table> 51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54 53 <table>
55 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#HgGpgSignaturesDialog.__init__">HgGpgSignaturesDialog</a></td> 55 <td><a href="#HgGpgSignaturesDialog.__init__">HgGpgSignaturesDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
113 <tr> 110 <tr>
114 <td><a href="#HgGpgSignaturesDialog.start">start</a></td> 111 <td><a href="#HgGpgSignaturesDialog.start">start</a></td>
115 <td>Public slot to start the list command.</td> 112 <td>Public slot to start the list command.</td>
116 </tr> 113 </tr>
117 </table> 114 </table>
115
118 <h3>Static Methods</h3> 116 <h3>Static Methods</h3>
119 117 <table>
120 <table> 118 <tr><td>None</td></tr>
121 <tr><td>None</td></tr> 119 </table>
122 </table> 120
123 121
124 <a NAME="HgGpgSignaturesDialog.__init__" ID="HgGpgSignaturesDialog.__init__"></a> 122 <a NAME="HgGpgSignaturesDialog.__init__" ID="HgGpgSignaturesDialog.__init__"></a>
125 <h4>HgGpgSignaturesDialog (Constructor)</h4> 123 <h4>HgGpgSignaturesDialog (Constructor)</h4>
126 <b>HgGpgSignaturesDialog</b>(<i>vcs, parent=None</i>) 124 <b>HgGpgSignaturesDialog</b>(<i>vcs, parent=None</i>)
127
128 <p> 125 <p>
129 Constructor 126 Constructor
130 </p> 127 </p>
128
131 <dl> 129 <dl>
132 130
133 <dt><i>vcs</i> (Hg)</dt> 131 <dt><i>vcs</i> (Hg)</dt>
134 <dd> 132 <dd>
135 reference to the vcs object 133 reference to the vcs object
140 </dd> 138 </dd>
141 </dl> 139 </dl>
142 <a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a> 140 <a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a>
143 <h4>HgGpgSignaturesDialog.__filterSignatures</h4> 141 <h4>HgGpgSignaturesDialog.__filterSignatures</h4>
144 <b>__filterSignatures</b>(<i></i>) 142 <b>__filterSignatures</b>(<i></i>)
145
146 <p> 143 <p>
147 Private method to filter the log entries. 144 Private method to filter the log entries.
148 </p> 145 </p>
146
149 <a NAME="HgGpgSignaturesDialog.__finish" ID="HgGpgSignaturesDialog.__finish"></a> 147 <a NAME="HgGpgSignaturesDialog.__finish" ID="HgGpgSignaturesDialog.__finish"></a>
150 <h4>HgGpgSignaturesDialog.__finish</h4> 148 <h4>HgGpgSignaturesDialog.__finish</h4>
151 <b>__finish</b>(<i></i>) 149 <b>__finish</b>(<i></i>)
152
153 <p> 150 <p>
154 Private slot called when the process finished or the user pressed 151 Private slot called when the process finished or the user pressed
155 the button. 152 the button.
156 </p> 153 </p>
154
157 <a NAME="HgGpgSignaturesDialog.__generateItem" ID="HgGpgSignaturesDialog.__generateItem"></a> 155 <a NAME="HgGpgSignaturesDialog.__generateItem" ID="HgGpgSignaturesDialog.__generateItem"></a>
158 <h4>HgGpgSignaturesDialog.__generateItem</h4> 156 <h4>HgGpgSignaturesDialog.__generateItem</h4>
159 <b>__generateItem</b>(<i>revision, changeset, signature</i>) 157 <b>__generateItem</b>(<i>revision, changeset, signature</i>)
160
161 <p> 158 <p>
162 Private method to generate a patch item in the list of patches. 159 Private method to generate a patch item in the list of patches.
163 </p> 160 </p>
161
164 <dl> 162 <dl>
165 163
166 <dt><i>revision</i> (str)</dt> 164 <dt><i>revision</i> (str)</dt>
167 <dd> 165 <dd>
168 revision number 166 revision number
177 </dd> 175 </dd>
178 </dl> 176 </dl>
179 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a> 177 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a>
180 <h4>HgGpgSignaturesDialog.__processOutputLine</h4> 178 <h4>HgGpgSignaturesDialog.__processOutputLine</h4>
181 <b>__processOutputLine</b>(<i>line</i>) 179 <b>__processOutputLine</b>(<i>line</i>)
182
183 <p> 180 <p>
184 Private method to process the lines of output. 181 Private method to process the lines of output.
185 </p> 182 </p>
183
186 <dl> 184 <dl>
187 185
188 <dt><i>line</i> (str)</dt> 186 <dt><i>line</i> (str)</dt>
189 <dd> 187 <dd>
190 output line to be processed 188 output line to be processed
191 </dd> 189 </dd>
192 </dl> 190 </dl>
193 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a> 191 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a>
194 <h4>HgGpgSignaturesDialog.__resizeColumns</h4> 192 <h4>HgGpgSignaturesDialog.__resizeColumns</h4>
195 <b>__resizeColumns</b>(<i></i>) 193 <b>__resizeColumns</b>(<i></i>)
196
197 <p> 194 <p>
198 Private method to resize the list columns. 195 Private method to resize the list columns.
199 </p> 196 </p>
197
200 <a NAME="HgGpgSignaturesDialog.__resort" ID="HgGpgSignaturesDialog.__resort"></a> 198 <a NAME="HgGpgSignaturesDialog.__resort" ID="HgGpgSignaturesDialog.__resort"></a>
201 <h4>HgGpgSignaturesDialog.__resort</h4> 199 <h4>HgGpgSignaturesDialog.__resort</h4>
202 <b>__resort</b>(<i></i>) 200 <b>__resort</b>(<i></i>)
203
204 <p> 201 <p>
205 Private method to resort the tree. 202 Private method to resort the tree.
206 </p> 203 </p>
204
207 <a NAME="HgGpgSignaturesDialog.__showError" ID="HgGpgSignaturesDialog.__showError"></a> 205 <a NAME="HgGpgSignaturesDialog.__showError" ID="HgGpgSignaturesDialog.__showError"></a>
208 <h4>HgGpgSignaturesDialog.__showError</h4> 206 <h4>HgGpgSignaturesDialog.__showError</h4>
209 <b>__showError</b>(<i>out</i>) 207 <b>__showError</b>(<i>out</i>)
210
211 <p> 208 <p>
212 Private slot to show some error. 209 Private slot to show some error.
213 </p> 210 </p>
211
214 <dl> 212 <dl>
215 213
216 <dt><i>out</i> (str)</dt> 214 <dt><i>out</i> (str)</dt>
217 <dd> 215 <dd>
218 error to be shown 216 error to be shown
219 </dd> 217 </dd>
220 </dl> 218 </dl>
221 <a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a> 219 <a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a>
222 <h4>HgGpgSignaturesDialog.closeEvent</h4> 220 <h4>HgGpgSignaturesDialog.closeEvent</h4>
223 <b>closeEvent</b>(<i>e</i>) 221 <b>closeEvent</b>(<i>e</i>)
224
225 <p> 222 <p>
226 Protected slot implementing a close event handler. 223 Protected slot implementing a close event handler.
227 </p> 224 </p>
225
228 <dl> 226 <dl>
229 227
230 <dt><i>e</i> (QCloseEvent)</dt> 228 <dt><i>e</i> (QCloseEvent)</dt>
231 <dd> 229 <dd>
232 close event 230 close event
233 </dd> 231 </dd>
234 </dl> 232 </dl>
235 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a> 233 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a>
236 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4> 234 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4>
237 <b>on_buttonBox_clicked</b>(<i>button</i>) 235 <b>on_buttonBox_clicked</b>(<i>button</i>)
238
239 <p> 236 <p>
240 Private slot called by a button of the button box clicked. 237 Private slot called by a button of the button box clicked.
241 </p> 238 </p>
239
242 <dl> 240 <dl>
243 241
244 <dt><i>button</i> (QAbstractButton)</dt> 242 <dt><i>button</i> (QAbstractButton)</dt>
245 <dd> 243 <dd>
246 button that was clicked 244 button that was clicked
247 </dd> 245 </dd>
248 </dl> 246 </dl>
249 <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a> 247 <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a>
250 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4> 248 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4>
251 <b>on_categoryCombo_activated</b>(<i>index</i>) 249 <b>on_categoryCombo_activated</b>(<i>index</i>)
252
253 <p> 250 <p>
254 Private slot called, when a new filter category is selected. 251 Private slot called, when a new filter category is selected.
255 </p> 252 </p>
253
256 <dl> 254 <dl>
257 255
258 <dt><i>index</i> (int)</dt> 256 <dt><i>index</i> (int)</dt>
259 <dd> 257 <dd>
260 index of the selected entry 258 index of the selected entry
261 </dd> 259 </dd>
262 </dl> 260 </dl>
263 <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a> 261 <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a>
264 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4> 262 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4>
265 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 263 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
266
267 <p> 264 <p>
268 Private slot called, when a filter expression is entered. 265 Private slot called, when a filter expression is entered.
269 </p> 266 </p>
267
270 <dl> 268 <dl>
271 269
272 <dt><i>txt</i> (str)</dt> 270 <dt><i>txt</i> (str)</dt>
273 <dd> 271 <dd>
274 filter expression 272 filter expression
275 </dd> 273 </dd>
276 </dl> 274 </dl>
277 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a> 275 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a>
278 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4> 276 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4>
279 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>) 277 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>)
280
281 <p> 278 <p>
282 Private slot handling changes of the selection. 279 Private slot handling changes of the selection.
283 </p> 280 </p>
281
284 <a NAME="HgGpgSignaturesDialog.on_verifyButton_clicked" ID="HgGpgSignaturesDialog.on_verifyButton_clicked"></a> 282 <a NAME="HgGpgSignaturesDialog.on_verifyButton_clicked" ID="HgGpgSignaturesDialog.on_verifyButton_clicked"></a>
285 <h4>HgGpgSignaturesDialog.on_verifyButton_clicked</h4> 283 <h4>HgGpgSignaturesDialog.on_verifyButton_clicked</h4>
286 <b>on_verifyButton_clicked</b>(<i></i>) 284 <b>on_verifyButton_clicked</b>(<i></i>)
287
288 <p> 285 <p>
289 Private slot to verify the signatures of the selected revision. 286 Private slot to verify the signatures of the selected revision.
290 </p> 287 </p>
288
291 <a NAME="HgGpgSignaturesDialog.start" ID="HgGpgSignaturesDialog.start"></a> 289 <a NAME="HgGpgSignaturesDialog.start" ID="HgGpgSignaturesDialog.start"></a>
292 <h4>HgGpgSignaturesDialog.start</h4> 290 <h4>HgGpgSignaturesDialog.start</h4>
293 <b>start</b>(<i></i>) 291 <b>start</b>(<i></i>)
294
295 <p> 292 <p>
296 Public slot to start the list command. 293 Public slot to start the list command.
297 </p> 294 </p>
295
298 <div align="right"><a href="#top">Up</a></div> 296 <div align="right"><a href="#top">Up</a></div>
299 <hr /> 297 <hr />
300 </body></html> 298 </body></html>

eric ide

mercurial