src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBlameDialog.html

branch
eric7
changeset 9421
989ee2535d59
parent 9209
b99e7fd55fd3
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9420:92810aebc909 9421:989ee2535d59
143 Private slot called when the process finished or the user pressed 143 Private slot called when the process finished or the user pressed
144 the button. 144 the button.
145 </p> 145 </p>
146 <a NAME="GitBlameDialog.__generateItem" ID="GitBlameDialog.__generateItem"></a> 146 <a NAME="GitBlameDialog.__generateItem" ID="GitBlameDialog.__generateItem"></a>
147 <h4>GitBlameDialog.__generateItem</h4> 147 <h4>GitBlameDialog.__generateItem</h4>
148 <b>__generateItem</b>(<i>commitId, author, date, time, lineno, text</i>) 148 <b>__generateItem</b>(<i>mark, commitId, author, date, time, lineno, text</i>)
149 149
150 <p> 150 <p>
151 Private method to generate a blame item in the annotation list. 151 Private method to generate a blame item in the annotation list.
152 </p> 152 </p>
153 <dl> 153 <dl>
154 154
155 <dt><i>commitId</i></dt> 155 <dt><i>mark</i> (str)</dt>
156 <dd> 156 <dd>
157 commit identifier (string) 157 mark character
158 </dd> 158 </dd>
159 <dt><i>author</i></dt> 159 <dt><i>commitId</i> (str)</dt>
160 <dd> 160 <dd>
161 author of the change (string) 161 commit identifier
162 </dd> 162 </dd>
163 <dt><i>date</i></dt> 163 <dt><i>author</i> (str)</dt>
164 <dd> 164 <dd>
165 date of the change (string) 165 author of the change
166 </dd> 166 </dd>
167 <dt><i>time</i></dt> 167 <dt><i>date</i> (str)</dt>
168 <dd> 168 <dd>
169 time of the change (string) 169 date of the change
170 </dd> 170 </dd>
171 <dt><i>lineno</i></dt> 171 <dt><i>time</i> (str)</dt>
172 <dd> 172 <dd>
173 line number of the change (string) 173 time of the change
174 </dd> 174 </dd>
175 <dt><i>text</i></dt> 175 <dt><i>lineno</i> (str)</dt>
176 <dd> 176 <dd>
177 name (path) of the tag (string) 177 line number of the change
178 </dd>
179 <dt><i>text</i> (str)</dt>
180 <dd>
181 text line of the file
178 </dd> 182 </dd>
179 </dl> 183 </dl>
180 <a NAME="GitBlameDialog.__procFinished" ID="GitBlameDialog.__procFinished"></a> 184 <a NAME="GitBlameDialog.__procFinished" ID="GitBlameDialog.__procFinished"></a>
181 <h4>GitBlameDialog.__procFinished</h4> 185 <h4>GitBlameDialog.__procFinished</h4>
182 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 186 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
294 <p> 298 <p>
295 Private slot to send the input to the git process. 299 Private slot to send the input to the git process.
296 </p> 300 </p>
297 <a NAME="GitBlameDialog.start" ID="GitBlameDialog.start"></a> 301 <a NAME="GitBlameDialog.start" ID="GitBlameDialog.start"></a>
298 <h4>GitBlameDialog.start</h4> 302 <h4>GitBlameDialog.start</h4>
299 <b>start</b>(<i>fn</i>) 303 <b>start</b>(<i>fn, skiplist=""</i>)
300 304
301 <p> 305 <p>
302 Public slot to start the blame command. 306 Public slot to start the blame command.
303 </p> 307 </p>
304 <dl> 308 <dl>
305 309
306 <dt><i>fn</i></dt> 310 <dt><i>fn</i> (str)</dt>
307 <dd> 311 <dd>
308 filename to show the blame for (string) 312 filename to show the blame for
313 </dd>
314 <dt><i>skiplist</i> (str)</dt>
315 <dd>
316 name of a skip list file
309 </dd> 317 </dd>
310 </dl> 318 </dl>
311 <div align="right"><a href="#top">Up</a></div> 319 <div align="right"><a href="#top">Up</a></div>
312 <hr /> 320 <hr />
313 </body></html> 321 </body></html>

eric ide

mercurial