88 <td>Private method to retrieve log entries from the repository.</td> |
88 <td>Private method to retrieve log entries from the repository.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> |
90 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> |
91 <td>Private method to get the parents of the currently viewed file/directory.</td> |
91 <td>Private method to get the parents of the currently viewed file/directory.</td> |
92 </tr><tr> |
92 </tr><tr> |
|
93 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> |
|
94 <td>Private method to determine the revision of the project directory.</td> |
|
95 </tr><tr> |
93 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
96 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
94 <td>Private slot connected to the finished signal.</td> |
97 <td>Private slot connected to the finished signal.</td> |
95 </tr><tr> |
98 </tr><tr> |
96 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
99 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
97 <td>Private method to process the buffered output of the hg log command.</td> |
100 <td>Private method to process the buffered output of the hg log command.</td> |
274 <dd> |
277 <dd> |
275 reference to the generated item (QTreeWidgetItem) |
278 reference to the generated item (QTreeWidgetItem) |
276 </dd> |
279 </dd> |
277 </dl><a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> |
280 </dl><a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> |
278 <h4>HgLogBrowserDialog.__generateIcon</h4> |
281 <h4>HgLogBrowserDialog.__generateIcon</h4> |
279 <b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor</i>) |
282 <b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentRev</i>) |
280 <p> |
283 <p> |
281 Private method to generate an icon containing the revision tree for the |
284 Private method to generate an icon containing the revision tree for the |
282 given data. |
285 given data. |
283 </p><dl> |
286 </p><dl> |
284 <dt><i>column</i></dt> |
287 <dt><i>column</i></dt> |
296 list of edges for the top of the node |
299 list of edges for the top of the node |
297 (list of tuples of three integers) |
300 (list of tuples of three integers) |
298 </dd><dt><i>dotColor</i></dt> |
301 </dd><dt><i>dotColor</i></dt> |
299 <dd> |
302 <dd> |
300 color to be used for the dot (QColor) |
303 color to be used for the dot (QColor) |
|
304 </dd><dt><i>currentRev</i></dt> |
|
305 <dd> |
|
306 flag indicating to draw the icon for the |
|
307 current revision (boolean) |
301 </dd> |
308 </dd> |
302 </dl><dl> |
309 </dl><dl> |
303 <dt>Returns:</dt> |
310 <dt>Returns:</dt> |
304 <dd> |
311 <dd> |
305 icon for the node (QIcon) |
312 icon for the node (QIcon) |
379 </dl><dl> |
386 </dl><dl> |
380 <dt>Returns:</dt> |
387 <dt>Returns:</dt> |
381 <dd> |
388 <dd> |
382 list of parent revisions (list of integers) |
389 list of parent revisions (list of integers) |
383 </dd> |
390 </dd> |
384 </dl><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
391 </dl><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> |
|
392 <h4>HgLogBrowserDialog.__identifyProject</h4> |
|
393 <b>__identifyProject</b>(<i></i>) |
|
394 <p> |
|
395 Private method to determine the revision of the project directory. |
|
396 </p><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
385 <h4>HgLogBrowserDialog.__procFinished</h4> |
397 <h4>HgLogBrowserDialog.__procFinished</h4> |
386 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
398 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
387 <p> |
399 <p> |
388 Private slot connected to the finished signal. |
400 Private slot connected to the finished signal. |
389 </p><dl> |
401 </p><dl> |