eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7370
5fb53279f2df
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog showing signed changesets. 26 Module implementing a dialog showing signed changesets.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#HgGpgSignaturesDialog">HgGpgSignaturesDialog</a></td> 38 <td><a href="#HgGpgSignaturesDialog">HgGpgSignaturesDialog</a></td>
34 <td>Class implementing a dialog showing signed changesets.</td> 39 <td>Class implementing a dialog showing signed changesets.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="HgGpgSignaturesDialog" ID="HgGpgSignaturesDialog"></a> 49 <a NAME="HgGpgSignaturesDialog" ID="HgGpgSignaturesDialog"></a>
43 <h2>HgGpgSignaturesDialog</h2> 50 <h2>HgGpgSignaturesDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog showing signed changesets. 53 Class implementing a dialog showing signed changesets.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_HgGpgSignaturesDialog 56 QDialog, Ui_HgGpgSignaturesDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#HgGpgSignaturesDialog.__init__">HgGpgSignaturesDialog</a></td> 72 <td><a href="#HgGpgSignaturesDialog.__init__">HgGpgSignaturesDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#HgGpgSignaturesDialog.__filterSignatures">__filterSignatures</a></td> 76 <td><a href="#HgGpgSignaturesDialog.__filterSignatures">__filterSignatures</a></td>
64 <td>Private method to filter the log entries.</td> 77 <td>Private method to filter the log entries.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#HgGpgSignaturesDialog.__finish">__finish</a></td> 80 <td><a href="#HgGpgSignaturesDialog.__finish">__finish</a></td>
67 <td>Private slot called when the process finished or the user pressed the button.</td> 81 <td>Private slot called when the process finished or the user pressed the button.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#HgGpgSignaturesDialog.__generateItem">__generateItem</a></td> 84 <td><a href="#HgGpgSignaturesDialog.__generateItem">__generateItem</a></td>
70 <td>Private method to generate a patch item in the list of patches.</td> 85 <td>Private method to generate a patch item in the list of patches.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#HgGpgSignaturesDialog.__procFinished">__procFinished</a></td> 88 <td><a href="#HgGpgSignaturesDialog.__procFinished">__procFinished</a></td>
73 <td>Private slot connected to the finished signal.</td> 89 <td>Private slot connected to the finished signal.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#HgGpgSignaturesDialog.__processOutputLine">__processOutputLine</a></td> 92 <td><a href="#HgGpgSignaturesDialog.__processOutputLine">__processOutputLine</a></td>
76 <td>Private method to process the lines of output.</td> 93 <td>Private method to process the lines of output.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#HgGpgSignaturesDialog.__readStderr">__readStderr</a></td> 96 <td><a href="#HgGpgSignaturesDialog.__readStderr">__readStderr</a></td>
79 <td>Private slot to handle the readyReadStderr signal.</td> 97 <td>Private slot to handle the readyReadStderr signal.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#HgGpgSignaturesDialog.__readStdout">__readStdout</a></td> 100 <td><a href="#HgGpgSignaturesDialog.__readStdout">__readStdout</a></td>
82 <td>Private slot to handle the readyReadStdout signal.</td> 101 <td>Private slot to handle the readyReadStdout signal.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#HgGpgSignaturesDialog.__resizeColumns">__resizeColumns</a></td> 104 <td><a href="#HgGpgSignaturesDialog.__resizeColumns">__resizeColumns</a></td>
85 <td>Private method to resize the list columns.</td> 105 <td>Private method to resize the list columns.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#HgGpgSignaturesDialog.__resort">__resort</a></td> 108 <td><a href="#HgGpgSignaturesDialog.__resort">__resort</a></td>
88 <td>Private method to resort the tree.</td> 109 <td>Private method to resort the tree.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#HgGpgSignaturesDialog.__showError">__showError</a></td> 112 <td><a href="#HgGpgSignaturesDialog.__showError">__showError</a></td>
91 <td>Private slot to show some error.</td> 113 <td>Private slot to show some error.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#HgGpgSignaturesDialog.closeEvent">closeEvent</a></td> 116 <td><a href="#HgGpgSignaturesDialog.closeEvent">closeEvent</a></td>
94 <td>Protected slot implementing a close event handler.</td> 117 <td>Protected slot implementing a close event handler.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#HgGpgSignaturesDialog.keyPressEvent">keyPressEvent</a></td> 120 <td><a href="#HgGpgSignaturesDialog.keyPressEvent">keyPressEvent</a></td>
97 <td>Protected slot to handle a key press event.</td> 121 <td>Protected slot to handle a key press event.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#HgGpgSignaturesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 124 <td><a href="#HgGpgSignaturesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
100 <td>Private slot called by a button of the button box clicked.</td> 125 <td>Private slot called by a button of the button box clicked.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#HgGpgSignaturesDialog.on_categoryCombo_activated">on_categoryCombo_activated</a></td> 128 <td><a href="#HgGpgSignaturesDialog.on_categoryCombo_activated">on_categoryCombo_activated</a></td>
103 <td>Private slot called, when a new filter category is selected.</td> 129 <td>Private slot called, when a new filter category is selected.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#HgGpgSignaturesDialog.on_input_returnPressed">on_input_returnPressed</a></td> 132 <td><a href="#HgGpgSignaturesDialog.on_input_returnPressed">on_input_returnPressed</a></td>
106 <td>Private slot to handle the press of the return key in the input field.</td> 133 <td>Private slot to handle the press of the return key in the input field.</td>
107 </tr><tr> 134 </tr>
135 <tr>
108 <td><a href="#HgGpgSignaturesDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 136 <td><a href="#HgGpgSignaturesDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
109 <td>Private slot to handle the password checkbox toggled.</td> 137 <td>Private slot to handle the password checkbox toggled.</td>
110 </tr><tr> 138 </tr>
139 <tr>
111 <td><a href="#HgGpgSignaturesDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> 140 <td><a href="#HgGpgSignaturesDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td>
112 <td>Private slot called, when a filter expression is entered.</td> 141 <td>Private slot called, when a filter expression is entered.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#HgGpgSignaturesDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 144 <td><a href="#HgGpgSignaturesDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
115 <td>Private slot to send the input to the subversion process.</td> 145 <td>Private slot to send the input to the subversion process.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged">on_signaturesList_itemSelectionChanged</a></td> 148 <td><a href="#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged">on_signaturesList_itemSelectionChanged</a></td>
118 <td>Private slot handling changes of the selection.</td> 149 <td>Private slot handling changes of the selection.</td>
119 </tr><tr> 150 </tr>
151 <tr>
120 <td><a href="#HgGpgSignaturesDialog.on_verifyButton_clicked">on_verifyButton_clicked</a></td> 152 <td><a href="#HgGpgSignaturesDialog.on_verifyButton_clicked">on_verifyButton_clicked</a></td>
121 <td>Private slot to verify the signatures of the selected revision.</td> 153 <td>Private slot to verify the signatures of the selected revision.</td>
122 </tr><tr> 154 </tr>
155 <tr>
123 <td><a href="#HgGpgSignaturesDialog.start">start</a></td> 156 <td><a href="#HgGpgSignaturesDialog.start">start</a></td>
124 <td>Public slot to start the list command.</td> 157 <td>Public slot to start the list command.</td>
125 </tr> 158 </tr>
126 </table> 159 </table>
127 <h3>Static Methods</h3> 160 <h3>Static Methods</h3>
161
128 <table> 162 <table>
129 <tr><td>None</td></tr> 163 <tr><td>None</td></tr>
130 </table> 164 </table>
165
131 <a NAME="HgGpgSignaturesDialog.__init__" ID="HgGpgSignaturesDialog.__init__"></a> 166 <a NAME="HgGpgSignaturesDialog.__init__" ID="HgGpgSignaturesDialog.__init__"></a>
132 <h4>HgGpgSignaturesDialog (Constructor)</h4> 167 <h4>HgGpgSignaturesDialog (Constructor)</h4>
133 <b>HgGpgSignaturesDialog</b>(<i>vcs, parent=None</i>) 168 <b>HgGpgSignaturesDialog</b>(<i>vcs, parent=None</i>)
169
134 <p> 170 <p>
135 Constructor 171 Constructor
136 </p><dl> 172 </p>
173 <dl>
174
137 <dt><i>vcs</i></dt> 175 <dt><i>vcs</i></dt>
138 <dd> 176 <dd>
139 reference to the vcs object 177 reference to the vcs object
140 </dd><dt><i>parent</i></dt> 178 </dd>
179 <dt><i>parent</i></dt>
141 <dd> 180 <dd>
142 reference to the parent widget (QWidget) 181 reference to the parent widget (QWidget)
143 </dd> 182 </dd>
144 </dl><a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a> 183 </dl>
184 <a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a>
145 <h4>HgGpgSignaturesDialog.__filterSignatures</h4> 185 <h4>HgGpgSignaturesDialog.__filterSignatures</h4>
146 <b>__filterSignatures</b>(<i></i>) 186 <b>__filterSignatures</b>(<i></i>)
187
147 <p> 188 <p>
148 Private method to filter the log entries. 189 Private method to filter the log entries.
149 </p><a NAME="HgGpgSignaturesDialog.__finish" ID="HgGpgSignaturesDialog.__finish"></a> 190 </p>
191 <a NAME="HgGpgSignaturesDialog.__finish" ID="HgGpgSignaturesDialog.__finish"></a>
150 <h4>HgGpgSignaturesDialog.__finish</h4> 192 <h4>HgGpgSignaturesDialog.__finish</h4>
151 <b>__finish</b>(<i></i>) 193 <b>__finish</b>(<i></i>)
194
152 <p> 195 <p>
153 Private slot called when the process finished or the user pressed 196 Private slot called when the process finished or the user pressed
154 the button. 197 the button.
155 </p><a NAME="HgGpgSignaturesDialog.__generateItem" ID="HgGpgSignaturesDialog.__generateItem"></a> 198 </p>
199 <a NAME="HgGpgSignaturesDialog.__generateItem" ID="HgGpgSignaturesDialog.__generateItem"></a>
156 <h4>HgGpgSignaturesDialog.__generateItem</h4> 200 <h4>HgGpgSignaturesDialog.__generateItem</h4>
157 <b>__generateItem</b>(<i>revision, changeset, signature</i>) 201 <b>__generateItem</b>(<i>revision, changeset, signature</i>)
202
158 <p> 203 <p>
159 Private method to generate a patch item in the list of patches. 204 Private method to generate a patch item in the list of patches.
160 </p><dl> 205 </p>
206 <dl>
207
161 <dt><i>revision</i></dt> 208 <dt><i>revision</i></dt>
162 <dd> 209 <dd>
163 revision number (string) 210 revision number (string)
164 </dd><dt><i>changeset</i></dt> 211 </dd>
212 <dt><i>changeset</i></dt>
165 <dd> 213 <dd>
166 changeset of the bookmark (string) 214 changeset of the bookmark (string)
167 </dd><dt><i>signature</i></dt> 215 </dd>
216 <dt><i>signature</i></dt>
168 <dd> 217 <dd>
169 signature of the changeset (string) 218 signature of the changeset (string)
170 </dd> 219 </dd>
171 </dl><a NAME="HgGpgSignaturesDialog.__procFinished" ID="HgGpgSignaturesDialog.__procFinished"></a> 220 </dl>
221 <a NAME="HgGpgSignaturesDialog.__procFinished" ID="HgGpgSignaturesDialog.__procFinished"></a>
172 <h4>HgGpgSignaturesDialog.__procFinished</h4> 222 <h4>HgGpgSignaturesDialog.__procFinished</h4>
173 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 223 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
224
174 <p> 225 <p>
175 Private slot connected to the finished signal. 226 Private slot connected to the finished signal.
176 </p><dl> 227 </p>
228 <dl>
229
177 <dt><i>exitCode</i></dt> 230 <dt><i>exitCode</i></dt>
178 <dd> 231 <dd>
179 exit code of the process (integer) 232 exit code of the process (integer)
180 </dd><dt><i>exitStatus</i></dt> 233 </dd>
234 <dt><i>exitStatus</i></dt>
181 <dd> 235 <dd>
182 exit status of the process (QProcess.ExitStatus) 236 exit status of the process (QProcess.ExitStatus)
183 </dd> 237 </dd>
184 </dl><a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a> 238 </dl>
239 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a>
185 <h4>HgGpgSignaturesDialog.__processOutputLine</h4> 240 <h4>HgGpgSignaturesDialog.__processOutputLine</h4>
186 <b>__processOutputLine</b>(<i>line</i>) 241 <b>__processOutputLine</b>(<i>line</i>)
242
187 <p> 243 <p>
188 Private method to process the lines of output. 244 Private method to process the lines of output.
189 </p><dl> 245 </p>
246 <dl>
247
190 <dt><i>line</i></dt> 248 <dt><i>line</i></dt>
191 <dd> 249 <dd>
192 output line to be processed (string) 250 output line to be processed (string)
193 </dd> 251 </dd>
194 </dl><a NAME="HgGpgSignaturesDialog.__readStderr" ID="HgGpgSignaturesDialog.__readStderr"></a> 252 </dl>
253 <a NAME="HgGpgSignaturesDialog.__readStderr" ID="HgGpgSignaturesDialog.__readStderr"></a>
195 <h4>HgGpgSignaturesDialog.__readStderr</h4> 254 <h4>HgGpgSignaturesDialog.__readStderr</h4>
196 <b>__readStderr</b>(<i></i>) 255 <b>__readStderr</b>(<i></i>)
256
197 <p> 257 <p>
198 Private slot to handle the readyReadStderr signal. 258 Private slot to handle the readyReadStderr signal.
199 </p><p> 259 </p>
260 <p>
200 It reads the error output of the process and inserts it into the 261 It reads the error output of the process and inserts it into the
201 error pane. 262 error pane.
202 </p><a NAME="HgGpgSignaturesDialog.__readStdout" ID="HgGpgSignaturesDialog.__readStdout"></a> 263 </p>
264 <a NAME="HgGpgSignaturesDialog.__readStdout" ID="HgGpgSignaturesDialog.__readStdout"></a>
203 <h4>HgGpgSignaturesDialog.__readStdout</h4> 265 <h4>HgGpgSignaturesDialog.__readStdout</h4>
204 <b>__readStdout</b>(<i></i>) 266 <b>__readStdout</b>(<i></i>)
267
205 <p> 268 <p>
206 Private slot to handle the readyReadStdout signal. 269 Private slot to handle the readyReadStdout signal.
207 </p><p> 270 </p>
271 <p>
208 It reads the output of the process, formats it and inserts it into 272 It reads the output of the process, formats it and inserts it into
209 the contents pane. 273 the contents pane.
210 </p><a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a> 274 </p>
275 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a>
211 <h4>HgGpgSignaturesDialog.__resizeColumns</h4> 276 <h4>HgGpgSignaturesDialog.__resizeColumns</h4>
212 <b>__resizeColumns</b>(<i></i>) 277 <b>__resizeColumns</b>(<i></i>)
278
213 <p> 279 <p>
214 Private method to resize the list columns. 280 Private method to resize the list columns.
215 </p><a NAME="HgGpgSignaturesDialog.__resort" ID="HgGpgSignaturesDialog.__resort"></a> 281 </p>
282 <a NAME="HgGpgSignaturesDialog.__resort" ID="HgGpgSignaturesDialog.__resort"></a>
216 <h4>HgGpgSignaturesDialog.__resort</h4> 283 <h4>HgGpgSignaturesDialog.__resort</h4>
217 <b>__resort</b>(<i></i>) 284 <b>__resort</b>(<i></i>)
285
218 <p> 286 <p>
219 Private method to resort the tree. 287 Private method to resort the tree.
220 </p><a NAME="HgGpgSignaturesDialog.__showError" ID="HgGpgSignaturesDialog.__showError"></a> 288 </p>
289 <a NAME="HgGpgSignaturesDialog.__showError" ID="HgGpgSignaturesDialog.__showError"></a>
221 <h4>HgGpgSignaturesDialog.__showError</h4> 290 <h4>HgGpgSignaturesDialog.__showError</h4>
222 <b>__showError</b>(<i>out</i>) 291 <b>__showError</b>(<i>out</i>)
292
223 <p> 293 <p>
224 Private slot to show some error. 294 Private slot to show some error.
225 </p><dl> 295 </p>
296 <dl>
297
226 <dt><i>out</i></dt> 298 <dt><i>out</i></dt>
227 <dd> 299 <dd>
228 error to be shown (string) 300 error to be shown (string)
229 </dd> 301 </dd>
230 </dl><a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a> 302 </dl>
303 <a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a>
231 <h4>HgGpgSignaturesDialog.closeEvent</h4> 304 <h4>HgGpgSignaturesDialog.closeEvent</h4>
232 <b>closeEvent</b>(<i>e</i>) 305 <b>closeEvent</b>(<i>e</i>)
306
233 <p> 307 <p>
234 Protected slot implementing a close event handler. 308 Protected slot implementing a close event handler.
235 </p><dl> 309 </p>
310 <dl>
311
236 <dt><i>e</i></dt> 312 <dt><i>e</i></dt>
237 <dd> 313 <dd>
238 close event (QCloseEvent) 314 close event (QCloseEvent)
239 </dd> 315 </dd>
240 </dl><a NAME="HgGpgSignaturesDialog.keyPressEvent" ID="HgGpgSignaturesDialog.keyPressEvent"></a> 316 </dl>
317 <a NAME="HgGpgSignaturesDialog.keyPressEvent" ID="HgGpgSignaturesDialog.keyPressEvent"></a>
241 <h4>HgGpgSignaturesDialog.keyPressEvent</h4> 318 <h4>HgGpgSignaturesDialog.keyPressEvent</h4>
242 <b>keyPressEvent</b>(<i>evt</i>) 319 <b>keyPressEvent</b>(<i>evt</i>)
320
243 <p> 321 <p>
244 Protected slot to handle a key press event. 322 Protected slot to handle a key press event.
245 </p><dl> 323 </p>
324 <dl>
325
246 <dt><i>evt</i></dt> 326 <dt><i>evt</i></dt>
247 <dd> 327 <dd>
248 the key press event (QKeyEvent) 328 the key press event (QKeyEvent)
249 </dd> 329 </dd>
250 </dl><a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a> 330 </dl>
331 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a>
251 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4> 332 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4>
252 <b>on_buttonBox_clicked</b>(<i>button</i>) 333 <b>on_buttonBox_clicked</b>(<i>button</i>)
334
253 <p> 335 <p>
254 Private slot called by a button of the button box clicked. 336 Private slot called by a button of the button box clicked.
255 </p><dl> 337 </p>
338 <dl>
339
256 <dt><i>button</i></dt> 340 <dt><i>button</i></dt>
257 <dd> 341 <dd>
258 button that was clicked (QAbstractButton) 342 button that was clicked (QAbstractButton)
259 </dd> 343 </dd>
260 </dl><a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a> 344 </dl>
345 <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a>
261 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4> 346 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4>
262 <b>on_categoryCombo_activated</b>(<i>txt</i>) 347 <b>on_categoryCombo_activated</b>(<i>txt</i>)
348
263 <p> 349 <p>
264 Private slot called, when a new filter category is selected. 350 Private slot called, when a new filter category is selected.
265 </p><dl> 351 </p>
352 <dl>
353
266 <dt><i>txt</i></dt> 354 <dt><i>txt</i></dt>
267 <dd> 355 <dd>
268 text of the selected category (string) 356 text of the selected category (string)
269 </dd> 357 </dd>
270 </dl><a NAME="HgGpgSignaturesDialog.on_input_returnPressed" ID="HgGpgSignaturesDialog.on_input_returnPressed"></a> 358 </dl>
359 <a NAME="HgGpgSignaturesDialog.on_input_returnPressed" ID="HgGpgSignaturesDialog.on_input_returnPressed"></a>
271 <h4>HgGpgSignaturesDialog.on_input_returnPressed</h4> 360 <h4>HgGpgSignaturesDialog.on_input_returnPressed</h4>
272 <b>on_input_returnPressed</b>(<i></i>) 361 <b>on_input_returnPressed</b>(<i></i>)
362
273 <p> 363 <p>
274 Private slot to handle the press of the return key in the input field. 364 Private slot to handle the press of the return key in the input field.
275 </p><a NAME="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ID="HgGpgSignaturesDialog.on_passwordCheckBox_toggled"></a> 365 </p>
366 <a NAME="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ID="HgGpgSignaturesDialog.on_passwordCheckBox_toggled"></a>
276 <h4>HgGpgSignaturesDialog.on_passwordCheckBox_toggled</h4> 367 <h4>HgGpgSignaturesDialog.on_passwordCheckBox_toggled</h4>
277 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 368 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
369
278 <p> 370 <p>
279 Private slot to handle the password checkbox toggled. 371 Private slot to handle the password checkbox toggled.
280 </p><dl> 372 </p>
373 <dl>
374
281 <dt><i>isOn</i></dt> 375 <dt><i>isOn</i></dt>
282 <dd> 376 <dd>
283 flag indicating the status of the check box (boolean) 377 flag indicating the status of the check box (boolean)
284 </dd> 378 </dd>
285 </dl><a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a> 379 </dl>
380 <a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a>
286 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4> 381 <h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4>
287 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 382 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
383
288 <p> 384 <p>
289 Private slot called, when a filter expression is entered. 385 Private slot called, when a filter expression is entered.
290 </p><dl> 386 </p>
387 <dl>
388
291 <dt><i>txt</i></dt> 389 <dt><i>txt</i></dt>
292 <dd> 390 <dd>
293 filter expression (string) 391 filter expression (string)
294 </dd> 392 </dd>
295 </dl><a NAME="HgGpgSignaturesDialog.on_sendButton_clicked" ID="HgGpgSignaturesDialog.on_sendButton_clicked"></a> 393 </dl>
394 <a NAME="HgGpgSignaturesDialog.on_sendButton_clicked" ID="HgGpgSignaturesDialog.on_sendButton_clicked"></a>
296 <h4>HgGpgSignaturesDialog.on_sendButton_clicked</h4> 395 <h4>HgGpgSignaturesDialog.on_sendButton_clicked</h4>
297 <b>on_sendButton_clicked</b>(<i></i>) 396 <b>on_sendButton_clicked</b>(<i></i>)
397
298 <p> 398 <p>
299 Private slot to send the input to the subversion process. 399 Private slot to send the input to the subversion process.
300 </p><a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a> 400 </p>
401 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a>
301 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4> 402 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4>
302 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>) 403 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>)
404
303 <p> 405 <p>
304 Private slot handling changes of the selection. 406 Private slot handling changes of the selection.
305 </p><a NAME="HgGpgSignaturesDialog.on_verifyButton_clicked" ID="HgGpgSignaturesDialog.on_verifyButton_clicked"></a> 407 </p>
408 <a NAME="HgGpgSignaturesDialog.on_verifyButton_clicked" ID="HgGpgSignaturesDialog.on_verifyButton_clicked"></a>
306 <h4>HgGpgSignaturesDialog.on_verifyButton_clicked</h4> 409 <h4>HgGpgSignaturesDialog.on_verifyButton_clicked</h4>
307 <b>on_verifyButton_clicked</b>(<i></i>) 410 <b>on_verifyButton_clicked</b>(<i></i>)
411
308 <p> 412 <p>
309 Private slot to verify the signatures of the selected revision. 413 Private slot to verify the signatures of the selected revision.
310 </p><a NAME="HgGpgSignaturesDialog.start" ID="HgGpgSignaturesDialog.start"></a> 414 </p>
415 <a NAME="HgGpgSignaturesDialog.start" ID="HgGpgSignaturesDialog.start"></a>
311 <h4>HgGpgSignaturesDialog.start</h4> 416 <h4>HgGpgSignaturesDialog.start</h4>
312 <b>start</b>(<i>path</i>) 417 <b>start</b>(<i>path</i>)
418
313 <p> 419 <p>
314 Public slot to start the list command. 420 Public slot to start the list command.
315 </p><dl> 421 </p>
422 <dl>
423
316 <dt><i>path</i></dt> 424 <dt><i>path</i></dt>
317 <dd> 425 <dd>
318 name of directory (string) 426 name of directory (string)
319 </dd> 427 </dd>
320 </dl> 428 </dl>

eric ide

mercurial