eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
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.vcsGit.GitBisectLogBrowserDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to browse the bisect log history. 26 Module implementing a dialog to browse the bisect log history.
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="#GitBisectLogBrowserDialog">GitBisectLogBrowserDialog</a></td> 38 <td><a href="#GitBisectLogBrowserDialog">GitBisectLogBrowserDialog</a></td>
34 <td>Class implementing a dialog to browse the bisect log history.</td> 39 <td>Class implementing a dialog to browse the bisect log history.</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="GitBisectLogBrowserDialog" ID="GitBisectLogBrowserDialog"></a> 49 <a NAME="GitBisectLogBrowserDialog" ID="GitBisectLogBrowserDialog"></a>
43 <h2>GitBisectLogBrowserDialog</h2> 50 <h2>GitBisectLogBrowserDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to browse the bisect log history. 53 Class implementing a dialog to browse the bisect log history.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QWidget, Ui_GitBisectLogBrowserDialog 56 QWidget, Ui_GitBisectLogBrowserDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>CommitIdColumn</td></tr><tr><td>OperationColumn</td></tr><tr><td>SubjectColumn</td></tr> 60 <tr><td>CommitIdColumn</td></tr><tr><td>OperationColumn</td></tr><tr><td>SubjectColumn</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="#GitBisectLogBrowserDialog.__init__">GitBisectLogBrowserDialog</a></td> 72 <td><a href="#GitBisectLogBrowserDialog.__init__">GitBisectLogBrowserDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
63 <td><a href="#GitBisectLogBrowserDialog.__finish">__finish</a></td> 76 <td><a href="#GitBisectLogBrowserDialog.__finish">__finish</a></td>
64 <td>Private slot called when the process finished or the user pressed the button.</td> 77 <td>Private slot called when the process finished or the user pressed the button.</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#GitBisectLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> 80 <td><a href="#GitBisectLogBrowserDialog.__generateLogItem">__generateLogItem</a></td>
67 <td>Private method to generate a bisect log tree entry.</td> 81 <td>Private method to generate a bisect log tree entry.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#GitBisectLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> 84 <td><a href="#GitBisectLogBrowserDialog.__getLogEntries">__getLogEntries</a></td>
70 <td>Private method to retrieve bisect log entries from the repository.</td> 85 <td>Private method to retrieve bisect log entries from the repository.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#GitBisectLogBrowserDialog.__initData">__initData</a></td> 88 <td><a href="#GitBisectLogBrowserDialog.__initData">__initData</a></td>
73 <td>Private method to (re-)initialize some data.</td> 89 <td>Private method to (re-)initialize some data.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#GitBisectLogBrowserDialog.__procFinished">__procFinished</a></td> 92 <td><a href="#GitBisectLogBrowserDialog.__procFinished">__procFinished</a></td>
76 <td>Private slot connected to the finished signal.</td> 93 <td>Private slot connected to the finished signal.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#GitBisectLogBrowserDialog.__processBuffer">__processBuffer</a></td> 96 <td><a href="#GitBisectLogBrowserDialog.__processBuffer">__processBuffer</a></td>
79 <td>Private method to process the buffered output of the git log command.</td> 97 <td>Private method to process the buffered output of the git log command.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#GitBisectLogBrowserDialog.__readStderr">__readStderr</a></td> 100 <td><a href="#GitBisectLogBrowserDialog.__readStderr">__readStderr</a></td>
82 <td>Private slot to handle the readyReadStandardError signal.</td> 101 <td>Private slot to handle the readyReadStandardError signal.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#GitBisectLogBrowserDialog.__readStdout">__readStdout</a></td> 104 <td><a href="#GitBisectLogBrowserDialog.__readStdout">__readStdout</a></td>
85 <td>Private slot to handle the readyReadStandardOutput signal.</td> 105 <td>Private slot to handle the readyReadStandardOutput signal.</td>
86 </tr><tr> 106 </tr>
107 <tr>
87 <td><a href="#GitBisectLogBrowserDialog.__resetUI">__resetUI</a></td> 108 <td><a href="#GitBisectLogBrowserDialog.__resetUI">__resetUI</a></td>
88 <td>Private method to reset the user interface.</td> 109 <td>Private method to reset the user interface.</td>
89 </tr><tr> 110 </tr>
111 <tr>
90 <td><a href="#GitBisectLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> 112 <td><a href="#GitBisectLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td>
91 <td>Private method to resize the log tree columns.</td> 113 <td>Private method to resize the log tree columns.</td>
92 </tr><tr> 114 </tr>
115 <tr>
93 <td><a href="#GitBisectLogBrowserDialog.__showError">__showError</a></td> 116 <td><a href="#GitBisectLogBrowserDialog.__showError">__showError</a></td>
94 <td>Private slot to show some error.</td> 117 <td>Private slot to show some error.</td>
95 </tr><tr> 118 </tr>
119 <tr>
96 <td><a href="#GitBisectLogBrowserDialog.closeEvent">closeEvent</a></td> 120 <td><a href="#GitBisectLogBrowserDialog.closeEvent">closeEvent</a></td>
97 <td>Protected slot implementing a close event handler.</td> 121 <td>Protected slot implementing a close event handler.</td>
98 </tr><tr> 122 </tr>
123 <tr>
99 <td><a href="#GitBisectLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> 124 <td><a href="#GitBisectLogBrowserDialog.keyPressEvent">keyPressEvent</a></td>
100 <td>Protected slot to handle a key press event.</td> 125 <td>Protected slot to handle a key press event.</td>
101 </tr><tr> 126 </tr>
127 <tr>
102 <td><a href="#GitBisectLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 128 <td><a href="#GitBisectLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
103 <td>Private slot called by a button of the button box clicked.</td> 129 <td>Private slot called by a button of the button box clicked.</td>
104 </tr><tr> 130 </tr>
131 <tr>
105 <td><a href="#GitBisectLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> 132 <td><a href="#GitBisectLogBrowserDialog.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="#GitBisectLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 136 <td><a href="#GitBisectLogBrowserDialog.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="#GitBisectLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 140 <td><a href="#GitBisectLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
112 <td>Private slot to refresh the log.</td> 141 <td>Private slot to refresh the log.</td>
113 </tr><tr> 142 </tr>
143 <tr>
114 <td><a href="#GitBisectLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 144 <td><a href="#GitBisectLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
115 <td>Private slot to send the input to the git process.</td> 145 <td>Private slot to send the input to the git process.</td>
116 </tr><tr> 146 </tr>
147 <tr>
117 <td><a href="#GitBisectLogBrowserDialog.show">show</a></td> 148 <td><a href="#GitBisectLogBrowserDialog.show">show</a></td>
118 <td>Public slot to show the dialog.</td> 149 <td>Public slot to show the dialog.</td>
119 </tr><tr> 150 </tr>
151 <tr>
120 <td><a href="#GitBisectLogBrowserDialog.start">start</a></td> 152 <td><a href="#GitBisectLogBrowserDialog.start">start</a></td>
121 <td>Public slot to start the git bisect log command.</td> 153 <td>Public slot to start the git bisect log command.</td>
122 </tr> 154 </tr>
123 </table> 155 </table>
124 <h3>Static Methods</h3> 156 <h3>Static Methods</h3>
157
125 <table> 158 <table>
126 <tr><td>None</td></tr> 159 <tr><td>None</td></tr>
127 </table> 160 </table>
161
128 <a NAME="GitBisectLogBrowserDialog.__init__" ID="GitBisectLogBrowserDialog.__init__"></a> 162 <a NAME="GitBisectLogBrowserDialog.__init__" ID="GitBisectLogBrowserDialog.__init__"></a>
129 <h4>GitBisectLogBrowserDialog (Constructor)</h4> 163 <h4>GitBisectLogBrowserDialog (Constructor)</h4>
130 <b>GitBisectLogBrowserDialog</b>(<i>vcs, parent=None</i>) 164 <b>GitBisectLogBrowserDialog</b>(<i>vcs, parent=None</i>)
165
131 <p> 166 <p>
132 Constructor 167 Constructor
133 </p><dl> 168 </p>
169 <dl>
170
134 <dt><i>vcs</i></dt> 171 <dt><i>vcs</i></dt>
135 <dd> 172 <dd>
136 reference to the vcs object 173 reference to the vcs object
137 </dd><dt><i>parent</i></dt> 174 </dd>
175 <dt><i>parent</i></dt>
138 <dd> 176 <dd>
139 reference to the parent widget (QWidget) 177 reference to the parent widget (QWidget)
140 </dd> 178 </dd>
141 </dl><a NAME="GitBisectLogBrowserDialog.__finish" ID="GitBisectLogBrowserDialog.__finish"></a> 179 </dl>
180 <a NAME="GitBisectLogBrowserDialog.__finish" ID="GitBisectLogBrowserDialog.__finish"></a>
142 <h4>GitBisectLogBrowserDialog.__finish</h4> 181 <h4>GitBisectLogBrowserDialog.__finish</h4>
143 <b>__finish</b>(<i></i>) 182 <b>__finish</b>(<i></i>)
183
144 <p> 184 <p>
145 Private slot called when the process finished or the user pressed 185 Private slot called when the process finished or the user pressed
146 the button. 186 the button.
147 </p><a NAME="GitBisectLogBrowserDialog.__generateLogItem" ID="GitBisectLogBrowserDialog.__generateLogItem"></a> 187 </p>
188 <a NAME="GitBisectLogBrowserDialog.__generateLogItem" ID="GitBisectLogBrowserDialog.__generateLogItem"></a>
148 <h4>GitBisectLogBrowserDialog.__generateLogItem</h4> 189 <h4>GitBisectLogBrowserDialog.__generateLogItem</h4>
149 <b>__generateLogItem</b>(<i>commitId, operation, subject</i>) 190 <b>__generateLogItem</b>(<i>commitId, operation, subject</i>)
191
150 <p> 192 <p>
151 Private method to generate a bisect log tree entry. 193 Private method to generate a bisect log tree entry.
152 </p><dl> 194 </p>
195 <dl>
196
153 <dt><i>commitId</i></dt> 197 <dt><i>commitId</i></dt>
154 <dd> 198 <dd>
155 commit id info (string) 199 commit id info (string)
156 </dd><dt><i>operation</i></dt> 200 </dd>
201 <dt><i>operation</i></dt>
157 <dd> 202 <dd>
158 bisect operation (string) 203 bisect operation (string)
159 </dd><dt><i>subject</i></dt> 204 </dd>
205 <dt><i>subject</i></dt>
160 <dd> 206 <dd>
161 subject of the bisect log entry (string) 207 subject of the bisect log entry (string)
162 </dd> 208 </dd>
163 </dl><dl> 209 </dl>
210 <dl>
164 <dt>Returns:</dt> 211 <dt>Returns:</dt>
165 <dd> 212 <dd>
166 reference to the generated item (QTreeWidgetItem) 213 reference to the generated item (QTreeWidgetItem)
167 </dd> 214 </dd>
168 </dl><a NAME="GitBisectLogBrowserDialog.__getLogEntries" ID="GitBisectLogBrowserDialog.__getLogEntries"></a> 215 </dl>
216 <a NAME="GitBisectLogBrowserDialog.__getLogEntries" ID="GitBisectLogBrowserDialog.__getLogEntries"></a>
169 <h4>GitBisectLogBrowserDialog.__getLogEntries</h4> 217 <h4>GitBisectLogBrowserDialog.__getLogEntries</h4>
170 <b>__getLogEntries</b>(<i></i>) 218 <b>__getLogEntries</b>(<i></i>)
219
171 <p> 220 <p>
172 Private method to retrieve bisect log entries from the repository. 221 Private method to retrieve bisect log entries from the repository.
173 </p><a NAME="GitBisectLogBrowserDialog.__initData" ID="GitBisectLogBrowserDialog.__initData"></a> 222 </p>
223 <a NAME="GitBisectLogBrowserDialog.__initData" ID="GitBisectLogBrowserDialog.__initData"></a>
174 <h4>GitBisectLogBrowserDialog.__initData</h4> 224 <h4>GitBisectLogBrowserDialog.__initData</h4>
175 <b>__initData</b>(<i></i>) 225 <b>__initData</b>(<i></i>)
226
176 <p> 227 <p>
177 Private method to (re-)initialize some data. 228 Private method to (re-)initialize some data.
178 </p><a NAME="GitBisectLogBrowserDialog.__procFinished" ID="GitBisectLogBrowserDialog.__procFinished"></a> 229 </p>
230 <a NAME="GitBisectLogBrowserDialog.__procFinished" ID="GitBisectLogBrowserDialog.__procFinished"></a>
179 <h4>GitBisectLogBrowserDialog.__procFinished</h4> 231 <h4>GitBisectLogBrowserDialog.__procFinished</h4>
180 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 232 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
233
181 <p> 234 <p>
182 Private slot connected to the finished signal. 235 Private slot connected to the finished signal.
183 </p><dl> 236 </p>
237 <dl>
238
184 <dt><i>exitCode</i></dt> 239 <dt><i>exitCode</i></dt>
185 <dd> 240 <dd>
186 exit code of the process (integer) 241 exit code of the process (integer)
187 </dd><dt><i>exitStatus</i></dt> 242 </dd>
243 <dt><i>exitStatus</i></dt>
188 <dd> 244 <dd>
189 exit status of the process (QProcess.ExitStatus) 245 exit status of the process (QProcess.ExitStatus)
190 </dd> 246 </dd>
191 </dl><a NAME="GitBisectLogBrowserDialog.__processBuffer" ID="GitBisectLogBrowserDialog.__processBuffer"></a> 247 </dl>
248 <a NAME="GitBisectLogBrowserDialog.__processBuffer" ID="GitBisectLogBrowserDialog.__processBuffer"></a>
192 <h4>GitBisectLogBrowserDialog.__processBuffer</h4> 249 <h4>GitBisectLogBrowserDialog.__processBuffer</h4>
193 <b>__processBuffer</b>(<i></i>) 250 <b>__processBuffer</b>(<i></i>)
251
194 <p> 252 <p>
195 Private method to process the buffered output of the git log command. 253 Private method to process the buffered output of the git log command.
196 </p><a NAME="GitBisectLogBrowserDialog.__readStderr" ID="GitBisectLogBrowserDialog.__readStderr"></a> 254 </p>
255 <a NAME="GitBisectLogBrowserDialog.__readStderr" ID="GitBisectLogBrowserDialog.__readStderr"></a>
197 <h4>GitBisectLogBrowserDialog.__readStderr</h4> 256 <h4>GitBisectLogBrowserDialog.__readStderr</h4>
198 <b>__readStderr</b>(<i></i>) 257 <b>__readStderr</b>(<i></i>)
258
199 <p> 259 <p>
200 Private slot to handle the readyReadStandardError signal. 260 Private slot to handle the readyReadStandardError signal.
201 </p><p> 261 </p>
262 <p>
202 It reads the error output of the process and inserts it into the 263 It reads the error output of the process and inserts it into the
203 error pane. 264 error pane.
204 </p><a NAME="GitBisectLogBrowserDialog.__readStdout" ID="GitBisectLogBrowserDialog.__readStdout"></a> 265 </p>
266 <a NAME="GitBisectLogBrowserDialog.__readStdout" ID="GitBisectLogBrowserDialog.__readStdout"></a>
205 <h4>GitBisectLogBrowserDialog.__readStdout</h4> 267 <h4>GitBisectLogBrowserDialog.__readStdout</h4>
206 <b>__readStdout</b>(<i></i>) 268 <b>__readStdout</b>(<i></i>)
269
207 <p> 270 <p>
208 Private slot to handle the readyReadStandardOutput signal. 271 Private slot to handle the readyReadStandardOutput signal.
209 </p><p> 272 </p>
273 <p>
210 It reads the output of the process and inserts it into a buffer. 274 It reads the output of the process and inserts it into a buffer.
211 </p><a NAME="GitBisectLogBrowserDialog.__resetUI" ID="GitBisectLogBrowserDialog.__resetUI"></a> 275 </p>
276 <a NAME="GitBisectLogBrowserDialog.__resetUI" ID="GitBisectLogBrowserDialog.__resetUI"></a>
212 <h4>GitBisectLogBrowserDialog.__resetUI</h4> 277 <h4>GitBisectLogBrowserDialog.__resetUI</h4>
213 <b>__resetUI</b>(<i></i>) 278 <b>__resetUI</b>(<i></i>)
279
214 <p> 280 <p>
215 Private method to reset the user interface. 281 Private method to reset the user interface.
216 </p><a NAME="GitBisectLogBrowserDialog.__resizeColumnsLog" ID="GitBisectLogBrowserDialog.__resizeColumnsLog"></a> 282 </p>
283 <a NAME="GitBisectLogBrowserDialog.__resizeColumnsLog" ID="GitBisectLogBrowserDialog.__resizeColumnsLog"></a>
217 <h4>GitBisectLogBrowserDialog.__resizeColumnsLog</h4> 284 <h4>GitBisectLogBrowserDialog.__resizeColumnsLog</h4>
218 <b>__resizeColumnsLog</b>(<i></i>) 285 <b>__resizeColumnsLog</b>(<i></i>)
286
219 <p> 287 <p>
220 Private method to resize the log tree columns. 288 Private method to resize the log tree columns.
221 </p><a NAME="GitBisectLogBrowserDialog.__showError" ID="GitBisectLogBrowserDialog.__showError"></a> 289 </p>
290 <a NAME="GitBisectLogBrowserDialog.__showError" ID="GitBisectLogBrowserDialog.__showError"></a>
222 <h4>GitBisectLogBrowserDialog.__showError</h4> 291 <h4>GitBisectLogBrowserDialog.__showError</h4>
223 <b>__showError</b>(<i>out</i>) 292 <b>__showError</b>(<i>out</i>)
293
224 <p> 294 <p>
225 Private slot to show some error. 295 Private slot to show some error.
226 </p><dl> 296 </p>
297 <dl>
298
227 <dt><i>out</i></dt> 299 <dt><i>out</i></dt>
228 <dd> 300 <dd>
229 error to be shown (string) 301 error to be shown (string)
230 </dd> 302 </dd>
231 </dl><a NAME="GitBisectLogBrowserDialog.closeEvent" ID="GitBisectLogBrowserDialog.closeEvent"></a> 303 </dl>
304 <a NAME="GitBisectLogBrowserDialog.closeEvent" ID="GitBisectLogBrowserDialog.closeEvent"></a>
232 <h4>GitBisectLogBrowserDialog.closeEvent</h4> 305 <h4>GitBisectLogBrowserDialog.closeEvent</h4>
233 <b>closeEvent</b>(<i>e</i>) 306 <b>closeEvent</b>(<i>e</i>)
307
234 <p> 308 <p>
235 Protected slot implementing a close event handler. 309 Protected slot implementing a close event handler.
236 </p><dl> 310 </p>
311 <dl>
312
237 <dt><i>e</i></dt> 313 <dt><i>e</i></dt>
238 <dd> 314 <dd>
239 close event (QCloseEvent) 315 close event (QCloseEvent)
240 </dd> 316 </dd>
241 </dl><a NAME="GitBisectLogBrowserDialog.keyPressEvent" ID="GitBisectLogBrowserDialog.keyPressEvent"></a> 317 </dl>
318 <a NAME="GitBisectLogBrowserDialog.keyPressEvent" ID="GitBisectLogBrowserDialog.keyPressEvent"></a>
242 <h4>GitBisectLogBrowserDialog.keyPressEvent</h4> 319 <h4>GitBisectLogBrowserDialog.keyPressEvent</h4>
243 <b>keyPressEvent</b>(<i>evt</i>) 320 <b>keyPressEvent</b>(<i>evt</i>)
321
244 <p> 322 <p>
245 Protected slot to handle a key press event. 323 Protected slot to handle a key press event.
246 </p><dl> 324 </p>
325 <dl>
326
247 <dt><i>evt</i></dt> 327 <dt><i>evt</i></dt>
248 <dd> 328 <dd>
249 the key press event (QKeyEvent) 329 the key press event (QKeyEvent)
250 </dd> 330 </dd>
251 </dl><a NAME="GitBisectLogBrowserDialog.on_buttonBox_clicked" ID="GitBisectLogBrowserDialog.on_buttonBox_clicked"></a> 331 </dl>
332 <a NAME="GitBisectLogBrowserDialog.on_buttonBox_clicked" ID="GitBisectLogBrowserDialog.on_buttonBox_clicked"></a>
252 <h4>GitBisectLogBrowserDialog.on_buttonBox_clicked</h4> 333 <h4>GitBisectLogBrowserDialog.on_buttonBox_clicked</h4>
253 <b>on_buttonBox_clicked</b>(<i>button</i>) 334 <b>on_buttonBox_clicked</b>(<i>button</i>)
335
254 <p> 336 <p>
255 Private slot called by a button of the button box clicked. 337 Private slot called by a button of the button box clicked.
256 </p><dl> 338 </p>
339 <dl>
340
257 <dt><i>button</i></dt> 341 <dt><i>button</i></dt>
258 <dd> 342 <dd>
259 button that was clicked (QAbstractButton) 343 button that was clicked (QAbstractButton)
260 </dd> 344 </dd>
261 </dl><a NAME="GitBisectLogBrowserDialog.on_input_returnPressed" ID="GitBisectLogBrowserDialog.on_input_returnPressed"></a> 345 </dl>
346 <a NAME="GitBisectLogBrowserDialog.on_input_returnPressed" ID="GitBisectLogBrowserDialog.on_input_returnPressed"></a>
262 <h4>GitBisectLogBrowserDialog.on_input_returnPressed</h4> 347 <h4>GitBisectLogBrowserDialog.on_input_returnPressed</h4>
263 <b>on_input_returnPressed</b>(<i></i>) 348 <b>on_input_returnPressed</b>(<i></i>)
349
264 <p> 350 <p>
265 Private slot to handle the press of the return key in the input field. 351 Private slot to handle the press of the return key in the input field.
266 </p><a NAME="GitBisectLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitBisectLogBrowserDialog.on_passwordCheckBox_toggled"></a> 352 </p>
353 <a NAME="GitBisectLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitBisectLogBrowserDialog.on_passwordCheckBox_toggled"></a>
267 <h4>GitBisectLogBrowserDialog.on_passwordCheckBox_toggled</h4> 354 <h4>GitBisectLogBrowserDialog.on_passwordCheckBox_toggled</h4>
268 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 355 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
356
269 <p> 357 <p>
270 Private slot to handle the password checkbox toggled. 358 Private slot to handle the password checkbox toggled.
271 </p><dl> 359 </p>
360 <dl>
361
272 <dt><i>isOn</i></dt> 362 <dt><i>isOn</i></dt>
273 <dd> 363 <dd>
274 flag indicating the status of the check box (boolean) 364 flag indicating the status of the check box (boolean)
275 </dd> 365 </dd>
276 </dl><a NAME="GitBisectLogBrowserDialog.on_refreshButton_clicked" ID="GitBisectLogBrowserDialog.on_refreshButton_clicked"></a> 366 </dl>
367 <a NAME="GitBisectLogBrowserDialog.on_refreshButton_clicked" ID="GitBisectLogBrowserDialog.on_refreshButton_clicked"></a>
277 <h4>GitBisectLogBrowserDialog.on_refreshButton_clicked</h4> 368 <h4>GitBisectLogBrowserDialog.on_refreshButton_clicked</h4>
278 <b>on_refreshButton_clicked</b>(<i></i>) 369 <b>on_refreshButton_clicked</b>(<i></i>)
370
279 <p> 371 <p>
280 Private slot to refresh the log. 372 Private slot to refresh the log.
281 </p><a NAME="GitBisectLogBrowserDialog.on_sendButton_clicked" ID="GitBisectLogBrowserDialog.on_sendButton_clicked"></a> 373 </p>
374 <a NAME="GitBisectLogBrowserDialog.on_sendButton_clicked" ID="GitBisectLogBrowserDialog.on_sendButton_clicked"></a>
282 <h4>GitBisectLogBrowserDialog.on_sendButton_clicked</h4> 375 <h4>GitBisectLogBrowserDialog.on_sendButton_clicked</h4>
283 <b>on_sendButton_clicked</b>(<i></i>) 376 <b>on_sendButton_clicked</b>(<i></i>)
377
284 <p> 378 <p>
285 Private slot to send the input to the git process. 379 Private slot to send the input to the git process.
286 </p><a NAME="GitBisectLogBrowserDialog.show" ID="GitBisectLogBrowserDialog.show"></a> 380 </p>
381 <a NAME="GitBisectLogBrowserDialog.show" ID="GitBisectLogBrowserDialog.show"></a>
287 <h4>GitBisectLogBrowserDialog.show</h4> 382 <h4>GitBisectLogBrowserDialog.show</h4>
288 <b>show</b>(<i></i>) 383 <b>show</b>(<i></i>)
384
289 <p> 385 <p>
290 Public slot to show the dialog. 386 Public slot to show the dialog.
291 </p><a NAME="GitBisectLogBrowserDialog.start" ID="GitBisectLogBrowserDialog.start"></a> 387 </p>
388 <a NAME="GitBisectLogBrowserDialog.start" ID="GitBisectLogBrowserDialog.start"></a>
292 <h4>GitBisectLogBrowserDialog.start</h4> 389 <h4>GitBisectLogBrowserDialog.start</h4>
293 <b>start</b>(<i>projectdir</i>) 390 <b>start</b>(<i>projectdir</i>)
391
294 <p> 392 <p>
295 Public slot to start the git bisect log command. 393 Public slot to start the git bisect log command.
296 </p><dl> 394 </p>
395 <dl>
396
297 <dt><i>projectdir</i></dt> 397 <dt><i>projectdir</i></dt>
298 <dd> 398 <dd>
299 directory name of the project (string) 399 directory name of the project (string)
300 </dd> 400 </dd>
301 </dl> 401 </dl>

eric ide

mercurial