96 <p> |
96 <p> |
97 Constructor |
97 Constructor |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>vcs</i></dt> |
101 <dt><i>vcs</i> (Subversion)</dt> |
102 <dd> |
102 <dd> |
103 reference to the vcs object |
103 reference to the vcs object |
104 </dd> |
104 </dd> |
105 <dt><i>parent</i></dt> |
105 <dt><i>parent</i> (QWidget)</dt> |
106 <dd> |
106 <dd> |
107 parent widget (QWidget) |
107 parent widget |
108 </dd> |
108 </dd> |
109 </dl> |
109 </dl> |
110 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
110 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
111 <h4>SvnBlameDialog.__finish</h4> |
111 <h4>SvnBlameDialog.__finish</h4> |
112 <b>__finish</b>(<i></i>) |
112 <b>__finish</b>(<i></i>) |
122 <p> |
122 <p> |
123 Private method to generate a blame item in the blame list. |
123 Private method to generate a blame item in the blame list. |
124 </p> |
124 </p> |
125 <dl> |
125 <dl> |
126 |
126 |
127 <dt><i>revision</i></dt> |
127 <dt><i>revision</i> (str)</dt> |
128 <dd> |
128 <dd> |
129 revision string (string) |
129 revision string |
130 </dd> |
130 </dd> |
131 <dt><i>author</i></dt> |
131 <dt><i>author</i> (str)</dt> |
132 <dd> |
132 <dd> |
133 author of the change (string) |
133 author of the change |
134 </dd> |
134 </dd> |
135 <dt><i>lineno</i></dt> |
135 <dt><i>lineno</i> (str)</dt> |
136 <dd> |
136 <dd> |
137 linenumber (string) |
137 linenumber |
138 </dd> |
138 </dd> |
139 <dt><i>text</i></dt> |
139 <dt><i>text</i> (str)</dt> |
140 <dd> |
140 <dd> |
141 line of text from the annotated file (string) |
141 line of text from the annotated file |
142 </dd> |
142 </dd> |
143 </dl> |
143 </dl> |
144 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
144 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
145 <h4>SvnBlameDialog.__resizeColumns</h4> |
145 <h4>SvnBlameDialog.__resizeColumns</h4> |
146 <b>__resizeColumns</b>(<i></i>) |
146 <b>__resizeColumns</b>(<i></i>) |
155 <p> |
155 <p> |
156 Private slot to show an error message. |
156 Private slot to show an error message. |
157 </p> |
157 </p> |
158 <dl> |
158 <dl> |
159 |
159 |
160 <dt><i>msg</i></dt> |
160 <dt><i>msg</i> (str)</dt> |
161 <dd> |
161 <dd> |
162 error message to show (string) |
162 error message to show |
163 </dd> |
163 </dd> |
164 </dl> |
164 </dl> |
165 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
165 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
166 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
166 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
167 <b>on_buttonBox_clicked</b>(<i>button</i>) |
167 <b>on_buttonBox_clicked</b>(<i>button</i>) |
169 <p> |
169 <p> |
170 Private slot called by a button of the button box clicked. |
170 Private slot called by a button of the button box clicked. |
171 </p> |
171 </p> |
172 <dl> |
172 <dl> |
173 |
173 |
174 <dt><i>button</i></dt> |
174 <dt><i>button</i> (QAbstractButton)</dt> |
175 <dd> |
175 <dd> |
176 button that was clicked (QAbstractButton) |
176 button that was clicked |
177 </dd> |
177 </dd> |
178 </dl> |
178 </dl> |
179 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
179 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
180 <h4>SvnBlameDialog.start</h4> |
180 <h4>SvnBlameDialog.start</h4> |
181 <b>start</b>(<i>fn</i>) |
181 <b>start</b>(<i>fn</i>) |