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