5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to show the output of the svn blame command. |
11 Module implementing a dialog to show the output of the svn blame command. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> |
22 <td><a href="#SvnBlameDialog">SvnBlameDialog</a></td> |
25 <td>Class implementing a dialog to show the output of the svn blame command.</td> |
23 <td>Class implementing a dialog to show the output of the svn blame command.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> |
34 <a NAME="SvnBlameDialog" ID="SvnBlameDialog"></a> |
36 <h2>SvnBlameDialog</h2> |
35 <h2>SvnBlameDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to show the output of the svn blame command. |
37 Class implementing a dialog to show the output of the svn blame command. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, SvnDialogMixin, Ui_SvnBlameDialog |
41 QDialog, SvnDialogMixin, Ui_SvnBlameDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
43 <table> |
46 <tr><td>None</td></tr> |
44 <tr><td>None</td></tr> |
47 </table> |
45 </table> |
|
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
|
50 <table> |
48 <table> |
51 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
52 </table> |
50 </table> |
|
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
|
55 <table> |
53 <table> |
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
55 <td><a href="#SvnBlameDialog.__init__">SvnBlameDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
81 <tr> |
78 <tr> |
82 <td><a href="#SvnBlameDialog.start">start</a></td> |
79 <td><a href="#SvnBlameDialog.start">start</a></td> |
83 <td>Public slot to start the svn blame command.</td> |
80 <td>Public slot to start the svn blame command.</td> |
84 </tr> |
81 </tr> |
85 </table> |
82 </table> |
|
83 |
86 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
87 |
|
88 <table> |
85 <table> |
89 <tr><td>None</td></tr> |
86 <tr><td>None</td></tr> |
90 </table> |
87 </table> |
91 |
88 |
|
89 |
92 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
90 <a NAME="SvnBlameDialog.__init__" ID="SvnBlameDialog.__init__"></a> |
93 <h4>SvnBlameDialog (Constructor)</h4> |
91 <h4>SvnBlameDialog (Constructor)</h4> |
94 <b>SvnBlameDialog</b>(<i>vcs, parent=None</i>) |
92 <b>SvnBlameDialog</b>(<i>vcs, parent=None</i>) |
95 |
|
96 <p> |
93 <p> |
97 Constructor |
94 Constructor |
98 </p> |
95 </p> |
|
96 |
99 <dl> |
97 <dl> |
100 |
98 |
101 <dt><i>vcs</i> (Subversion)</dt> |
99 <dt><i>vcs</i> (Subversion)</dt> |
102 <dd> |
100 <dd> |
103 reference to the vcs object |
101 reference to the vcs object |
108 </dd> |
106 </dd> |
109 </dl> |
107 </dl> |
110 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
108 <a NAME="SvnBlameDialog.__finish" ID="SvnBlameDialog.__finish"></a> |
111 <h4>SvnBlameDialog.__finish</h4> |
109 <h4>SvnBlameDialog.__finish</h4> |
112 <b>__finish</b>(<i></i>) |
110 <b>__finish</b>(<i></i>) |
113 |
|
114 <p> |
111 <p> |
115 Private slot called when the process finished or the user pressed the |
112 Private slot called when the process finished or the user pressed the |
116 button. |
113 button. |
117 </p> |
114 </p> |
|
115 |
118 <a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
116 <a NAME="SvnBlameDialog.__generateItem" ID="SvnBlameDialog.__generateItem"></a> |
119 <h4>SvnBlameDialog.__generateItem</h4> |
117 <h4>SvnBlameDialog.__generateItem</h4> |
120 <b>__generateItem</b>(<i>revision, author, lineno, text</i>) |
118 <b>__generateItem</b>(<i>revision, author, lineno, text</i>) |
121 |
|
122 <p> |
119 <p> |
123 Private method to generate a blame item in the blame list. |
120 Private method to generate a blame item in the blame list. |
124 </p> |
121 </p> |
|
122 |
125 <dl> |
123 <dl> |
126 |
124 |
127 <dt><i>revision</i> (str)</dt> |
125 <dt><i>revision</i> (str)</dt> |
128 <dd> |
126 <dd> |
129 revision string |
127 revision string |
142 </dd> |
140 </dd> |
143 </dl> |
141 </dl> |
144 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
142 <a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a> |
145 <h4>SvnBlameDialog.__resizeColumns</h4> |
143 <h4>SvnBlameDialog.__resizeColumns</h4> |
146 <b>__resizeColumns</b>(<i></i>) |
144 <b>__resizeColumns</b>(<i></i>) |
147 |
|
148 <p> |
145 <p> |
149 Private method to resize the list columns. |
146 Private method to resize the list columns. |
150 </p> |
147 </p> |
|
148 |
151 <a NAME="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a> |
149 <a NAME="SvnBlameDialog.__showError" ID="SvnBlameDialog.__showError"></a> |
152 <h4>SvnBlameDialog.__showError</h4> |
150 <h4>SvnBlameDialog.__showError</h4> |
153 <b>__showError</b>(<i>msg</i>) |
151 <b>__showError</b>(<i>msg</i>) |
154 |
|
155 <p> |
152 <p> |
156 Private slot to show an error message. |
153 Private slot to show an error message. |
157 </p> |
154 </p> |
|
155 |
158 <dl> |
156 <dl> |
159 |
157 |
160 <dt><i>msg</i> (str)</dt> |
158 <dt><i>msg</i> (str)</dt> |
161 <dd> |
159 <dd> |
162 error message to show |
160 error message to show |
163 </dd> |
161 </dd> |
164 </dl> |
162 </dl> |
165 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
163 <a NAME="SvnBlameDialog.on_buttonBox_clicked" ID="SvnBlameDialog.on_buttonBox_clicked"></a> |
166 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
164 <h4>SvnBlameDialog.on_buttonBox_clicked</h4> |
167 <b>on_buttonBox_clicked</b>(<i>button</i>) |
165 <b>on_buttonBox_clicked</b>(<i>button</i>) |
168 |
|
169 <p> |
166 <p> |
170 Private slot called by a button of the button box clicked. |
167 Private slot called by a button of the button box clicked. |
171 </p> |
168 </p> |
|
169 |
172 <dl> |
170 <dl> |
173 |
171 |
174 <dt><i>button</i> (QAbstractButton)</dt> |
172 <dt><i>button</i> (QAbstractButton)</dt> |
175 <dd> |
173 <dd> |
176 button that was clicked |
174 button that was clicked |
177 </dd> |
175 </dd> |
178 </dl> |
176 </dl> |
179 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
177 <a NAME="SvnBlameDialog.start" ID="SvnBlameDialog.start"></a> |
180 <h4>SvnBlameDialog.start</h4> |
178 <h4>SvnBlameDialog.start</h4> |
181 <b>start</b>(<i>fn</i>) |
179 <b>start</b>(<i>fn</i>) |
182 |
|
183 <p> |
180 <p> |
184 Public slot to start the svn blame command. |
181 Public slot to start the svn blame command. |
185 </p> |
182 </p> |
|
183 |
186 <dl> |
184 <dl> |
187 |
185 |
188 <dt><i>fn</i> (str)</dt> |
186 <dt><i>fn</i> (str)</dt> |
189 <dd> |
187 <dd> |
190 filename to show the blame for |
188 filename to show the blame for |