53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
57 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnBlameDialog.__finish">__finish</a></td> |
60 <td><a href="#SvnBlameDialog.__finish">__finish</a></td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td> |
63 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SvnBlameDialog.__procFinished">__procFinished</a></td> |
66 <td><a href="#SvnBlameDialog.__procFinished">__procFinished</a></td> |
67 <td>Private slot connected to the finished signal.</td> |
67 <td>Private slot connected to the finished signal.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnBlameDialog.__readStderr">__readStderr</a></td> |
69 <td><a href="#SvnBlameDialog.__readStderr">__readStderr</a></td> |
70 <td>Private slot to handle the readyReadStderr signal.</td> |
70 <td>Private slot to handle the readyReadStderr signal.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnBlameDialog.__readStdout">__readStdout</a></td> |
72 <td><a href="#SvnBlameDialog.__readStdout">__readStdout</a></td> |
73 <td>Private slot to handle the readyReadStdout signal.</td> |
73 <td>Private slot to handle the readyReadStdout signal.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td> |
75 <td><a href="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td> |
76 <td>Private method to resize the list columns.</td> |
76 <td>Private method to resize the list columns.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnBlameDialog.closeEvent">closeEvent</a></td> |
78 <td><a href="#SvnBlameDialog.closeEvent">closeEvent</a></td> |
79 <td>Private slot implementing a close event handler.</td> |
79 <td>Private slot implementing a close event handler.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SvnBlameDialog.keyPressEvent">keyPressEvent</a></td> |
81 <td><a href="#SvnBlameDialog.keyPressEvent">keyPressEvent</a></td> |
82 <td>Protected slot to handle a key press event.</td> |
82 <td>Protected slot to handle a key press event.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
84 <td><a href="#SvnBlameDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SvnBlameDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
87 <td><a href="#SvnBlameDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
88 <td>Private slot to handle the press of the return key in the input field.</td> |
88 <td>Private slot to handle the press of the return key in the input field.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#SvnBlameDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
90 <td><a href="#SvnBlameDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
91 <td>Private slot to handle the password checkbox toggled.</td> |
91 <td>Private slot to handle the password checkbox toggled.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#SvnBlameDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
93 <td><a href="#SvnBlameDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
94 <td>Private slot to send the input to the subversion process.</td> |
94 <td>Private slot to send the input to the subversion process.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#SvnBlameDialog.start">start</a></td> |
96 <td><a href="#SvnBlameDialog.start">start</a></td> |
97 <td>Public slot to start the svn status command.</td> |
97 <td>Public slot to start the svn status command.</td> |
98 </tr> |
98 </tr> |
99 </table> |
99 </table> |
100 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
100 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
101 <h4>SvnBlameDialog (Constructor)</h4> |
101 <h4>SvnBlameDialog (Constructor)</h4> |
102 <b>SvnBlameDialog</b>(<i>vcs, parent = None</i>) |
102 <b>SvnBlameDialog</b>(<i>vcs, parent = None</i>) |
103 <p> |
103 <p> |
104 Constructor |
104 Constructor |
105 </p><dl> |
105 </p><dl> |
106 <dt><i>vcs</i></dt> |
106 <dt><i>vcs</i></dt> |
107 <dd> |
107 <dd> |
108 reference to the vcs object |
108 reference to the vcs object |
109 </dd><dt><i>parent</i></dt> |
109 </dd><dt><i>parent</i></dt> |
110 <dd> |
110 <dd> |
111 parent widget (QWidget) |
111 parent widget (QWidget) |
112 </dd> |
112 </dd> |
113 </dl><a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
113 </dl><a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
114 <h4>SvnBlameDialog.__finish</h4> |
114 <h4>SvnBlameDialog.__finish</h4> |
115 <b>__finish</b>(<i></i>) |
115 <b>__finish</b>(<i></i>) |
116 <p> |
116 <p> |
117 Private slot called when the process finished or the user pressed the button. |
117 Private slot called when the process finished or the user pressed the button. |
118 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
118 </p><a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
119 <h4>SvnBlameDialog.__generateItem</h4> |
119 <h4>SvnBlameDialog.__generateItem</h4> |
120 <b>__generateItem</b>(<i>revision, author, text</i>) |
120 <b>__generateItem</b>(<i>revision, author, text</i>) |
121 <p> |
121 <p> |
122 Private method to generate a tag item in the taglist. |
122 Private method to generate a tag item in the taglist. |
123 </p><dl> |
123 </p><dl> |
124 <dt><i>revision</i></dt> |
124 <dt><i>revision</i></dt> |
125 <dd> |
125 <dd> |
126 revision string (string) |
126 revision string (string) |
127 </dd><dt><i>author</i></dt> |
127 </dd><dt><i>author</i></dt> |
128 <dd> |
128 <dd> |
129 author of the tag (string) |
129 author of the tag (string) |
130 </dd><dt><i>date</i></dt> |
130 </dd><dt><i>date</i></dt> |
131 <dd> |
131 <dd> |
132 date of the tag (string) |
132 date of the tag (string) |
133 </dd><dt><i>name</i></dt> |
133 </dd><dt><i>name</i></dt> |
134 <dd> |
134 <dd> |
135 name (path) of the tag (string) |
135 name (path) of the tag (string) |
136 </dd> |
136 </dd> |
137 </dl><a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a> |
137 </dl><a NAME="SvnBlameDialog.__procFinished" ID="SvnBlameDialog.__procFinished"></a> |
138 <h4>SvnBlameDialog.__procFinished</h4> |
138 <h4>SvnBlameDialog.__procFinished</h4> |
139 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
139 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
140 <p> |
140 <p> |
141 Private slot connected to the finished signal. |
141 Private slot connected to the finished signal. |
142 </p><dl> |
142 </p><dl> |
143 <dt><i>exitCode</i></dt> |
143 <dt><i>exitCode</i></dt> |
144 <dd> |
144 <dd> |
145 exit code of the process (integer) |
145 exit code of the process (integer) |
146 </dd><dt><i>exitStatus</i></dt> |
146 </dd><dt><i>exitStatus</i></dt> |
147 <dd> |
147 <dd> |
148 exit status of the process (QProcess.ExitStatus) |
148 exit status of the process (QProcess.ExitStatus) |
149 </dd> |
149 </dd> |
150 </dl><a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a> |
150 </dl><a NAME="SvnBlameDialog.__readStderr" ID="SvnBlameDialog.__readStderr"></a> |
151 <h4>SvnBlameDialog.__readStderr</h4> |
151 <h4>SvnBlameDialog.__readStderr</h4> |
152 <b>__readStderr</b>(<i></i>) |
152 <b>__readStderr</b>(<i></i>) |
153 <p> |
153 <p> |
154 Private slot to handle the readyReadStderr signal. |
154 Private slot to handle the readyReadStderr signal. |
155 </p><p> |
155 </p><p> |
156 It reads the error output of the process and inserts it into the |
156 It reads the error output of the process and inserts it into the |
157 error pane. |
157 error pane. |
158 </p><a NAME="SvnBlameDialog.__readStdout" ID="SvnBlameDialog.__readStdout"></a> |
158 </p><a NAME="SvnBlameDialog.__readStdout" ID="SvnBlameDialog.__readStdout"></a> |
159 <h4>SvnBlameDialog.__readStdout</h4> |
159 <h4>SvnBlameDialog.__readStdout</h4> |
160 <b>__readStdout</b>(<i></i>) |
160 <b>__readStdout</b>(<i></i>) |
161 <p> |
161 <p> |
162 Private slot to handle the readyReadStdout signal. |
162 Private slot to handle the readyReadStdout signal. |
163 </p><p> |
163 </p><p> |
164 It reads the output of the process, formats it and inserts it into |
164 It reads the output of the process, formats it and inserts it into |
165 the contents pane. |
165 the contents pane. |
166 </p><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
166 </p><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
167 <h4>SvnBlameDialog.__resizeColumns</h4> |
167 <h4>SvnBlameDialog.__resizeColumns</h4> |
168 <b>__resizeColumns</b>(<i></i>) |
168 <b>__resizeColumns</b>(<i></i>) |
169 <p> |
169 <p> |
170 Private method to resize the list columns. |
170 Private method to resize the list columns. |
171 </p><a NAME="SvnBlameDialog.closeEvent" ID="SvnBlameDialog.closeEvent"></a> |
171 </p><a NAME="SvnBlameDialog.closeEvent" ID="SvnBlameDialog.closeEvent"></a> |
172 <h4>SvnBlameDialog.closeEvent</h4> |
172 <h4>SvnBlameDialog.closeEvent</h4> |
173 <b>closeEvent</b>(<i>e</i>) |
173 <b>closeEvent</b>(<i>e</i>) |
174 <p> |
174 <p> |
175 Private slot implementing a close event handler. |
175 Private slot implementing a close event handler. |
176 </p><dl> |
176 </p><dl> |
177 <dt><i>e</i></dt> |
177 <dt><i>e</i></dt> |
178 <dd> |
178 <dd> |
179 close event (QCloseEvent) |
179 close event (QCloseEvent) |
180 </dd> |
180 </dd> |
181 </dl><a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a> |
181 </dl><a NAME="SvnBlameDialog.keyPressEvent" ID="SvnBlameDialog.keyPressEvent"></a> |
182 <h4>SvnBlameDialog.keyPressEvent</h4> |
182 <h4>SvnBlameDialog.keyPressEvent</h4> |
183 <b>keyPressEvent</b>(<i>evt</i>) |
183 <b>keyPressEvent</b>(<i>evt</i>) |
184 <p> |
184 <p> |
185 Protected slot to handle a key press event. |
185 Protected slot to handle a key press event. |
186 </p><dl> |
186 </p><dl> |
187 <dt><i>evt</i></dt> |
187 <dt><i>evt</i></dt> |
188 <dd> |
188 <dd> |
189 the key press event (QKeyEvent) |
189 the key press event (QKeyEvent) |
190 </dd> |
190 </dd> |
191 </dl><a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
191 </dl><a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
192 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
192 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
193 <b>on_buttonBox_clicked</b>(<i>button</i>) |
193 <b>on_buttonBox_clicked</b>(<i>button</i>) |
194 <p> |
194 <p> |
195 Private slot called by a button of the button box clicked. |
195 Private slot called by a button of the button box clicked. |
196 </p><dl> |
196 </p><dl> |
197 <dt><i>button</i></dt> |
197 <dt><i>button</i></dt> |
198 <dd> |
198 <dd> |
199 button that was clicked (QAbstractButton) |
199 button that was clicked (QAbstractButton) |
200 </dd> |
200 </dd> |
201 </dl><a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a> |
201 </dl><a NAME="SvnBlameDialog.on_input_returnPressed" ID="SvnBlameDialog.on_input_returnPressed"></a> |
202 <h4>SvnBlameDialog.on_input_returnPressed</h4> |
202 <h4>SvnBlameDialog.on_input_returnPressed</h4> |
203 <b>on_input_returnPressed</b>(<i></i>) |
203 <b>on_input_returnPressed</b>(<i></i>) |
204 <p> |
204 <p> |
205 Private slot to handle the press of the return key in the input field. |
205 Private slot to handle the press of the return key in the input field. |
206 </p><a NAME="SvnBlameDialog.on_passwordCheckBox_toggled" ID="SvnBlameDialog.on_passwordCheckBox_toggled"></a> |
206 </p><a NAME="SvnBlameDialog.on_passwordCheckBox_toggled" ID="SvnBlameDialog.on_passwordCheckBox_toggled"></a> |
207 <h4>SvnBlameDialog.on_passwordCheckBox_toggled</h4> |
207 <h4>SvnBlameDialog.on_passwordCheckBox_toggled</h4> |
208 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
208 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
209 <p> |
209 <p> |
210 Private slot to handle the password checkbox toggled. |
210 Private slot to handle the password checkbox toggled. |
211 </p><dl> |
211 </p><dl> |
212 <dt><i>isOn</i></dt> |
212 <dt><i>isOn</i></dt> |
213 <dd> |
213 <dd> |
214 flag indicating the status of the check box (boolean) |
214 flag indicating the status of the check box (boolean) |
215 </dd> |
215 </dd> |
216 </dl><a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a> |
216 </dl><a NAME="SvnBlameDialog.on_sendButton_clicked" ID="SvnBlameDialog.on_sendButton_clicked"></a> |
217 <h4>SvnBlameDialog.on_sendButton_clicked</h4> |
217 <h4>SvnBlameDialog.on_sendButton_clicked</h4> |
218 <b>on_sendButton_clicked</b>(<i></i>) |
218 <b>on_sendButton_clicked</b>(<i></i>) |
219 <p> |
219 <p> |
220 Private slot to send the input to the subversion process. |
220 Private slot to send the input to the subversion process. |
221 </p><a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
221 </p><a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
222 <h4>SvnBlameDialog.start</h4> |
222 <h4>SvnBlameDialog.start</h4> |
223 <b>start</b>(<i>fn</i>) |
223 <b>start</b>(<i>fn</i>) |
224 <p> |
224 <p> |
225 Public slot to start the svn status command. |
225 Public slot to start the svn status command. |
226 </p><dl> |
226 </p><dl> |
227 <dt><i>fn</i></dt> |
227 <dt><i>fn</i></dt> |
228 <dd> |
228 <dd> |
229 filename to show the log for (string) |
229 filename to show the log for (string) |
230 </dd> |
230 </dd> |
231 </dl> |
231 </dl> |
232 <div align="right"><a href="#top">Up</a></div> |
232 <div align="right"><a href="#top">Up</a></div> |
233 <hr /> |
233 <hr /> |
234 </body></html> |
234 </body></html> |