238 Private method to filter the log entries. |
238 Private method to filter the log entries. |
239 </p><a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a> |
239 </p><a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a> |
240 <h4>HgLogBrowserDialog.__finish</h4> |
240 <h4>HgLogBrowserDialog.__finish</h4> |
241 <b>__finish</b>(<i></i>) |
241 <b>__finish</b>(<i></i>) |
242 <p> |
242 <p> |
243 Private slot called when the process finished or the user pressed the button. |
243 Private slot called when the process finished or the user pressed |
|
244 the button. |
244 </p><a NAME="HgLogBrowserDialog.__generateEdges" ID="HgLogBrowserDialog.__generateEdges"></a> |
245 </p><a NAME="HgLogBrowserDialog.__generateEdges" ID="HgLogBrowserDialog.__generateEdges"></a> |
245 <h4>HgLogBrowserDialog.__generateEdges</h4> |
246 <h4>HgLogBrowserDialog.__generateEdges</h4> |
246 <b>__generateEdges</b>(<i>rev, parents</i>) |
247 <b>__generateEdges</b>(<i>rev, parents</i>) |
247 <p> |
248 <p> |
248 Private method to generate edge info for the give data. |
249 Private method to generate edge info for the give data. |
283 <dd> |
284 <dd> |
284 reference to the generated item (QTreeWidgetItem) |
285 reference to the generated item (QTreeWidgetItem) |
285 </dd> |
286 </dd> |
286 </dl><a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> |
287 </dl><a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> |
287 <h4>HgLogBrowserDialog.__generateIcon</h4> |
288 <h4>HgLogBrowserDialog.__generateIcon</h4> |
288 <b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentRev</i>) |
289 <b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentRev, closed</i>) |
289 <p> |
290 <p> |
290 Private method to generate an icon containing the revision tree for the |
291 Private method to generate an icon containing the revision tree for the |
291 given data. |
292 given data. |
292 </p><dl> |
293 </p><dl> |
293 <dt><i>column</i></dt> |
294 <dt><i>column</i></dt> |
309 color to be used for the dot (QColor) |
310 color to be used for the dot (QColor) |
310 </dd><dt><i>currentRev</i></dt> |
311 </dd><dt><i>currentRev</i></dt> |
311 <dd> |
312 <dd> |
312 flag indicating to draw the icon for the |
313 flag indicating to draw the icon for the |
313 current revision (boolean) |
314 current revision (boolean) |
|
315 </dd><dt><i>closed</i></dt> |
|
316 <dd> |
|
317 flag indicating to draw an icon for a closed |
|
318 branch (boolean) |
314 </dd> |
319 </dd> |
315 </dl><dl> |
320 </dl><dl> |
316 <dt>Returns:</dt> |
321 <dt>Returns:</dt> |
317 <dd> |
322 <dd> |
318 icon for the node (QIcon) |
323 icon for the node (QIcon) |
386 </dd> |
391 </dd> |
387 </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> |
392 </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> |
388 <h4>HgLogBrowserDialog.__getParents</h4> |
393 <h4>HgLogBrowserDialog.__getParents</h4> |
389 <b>__getParents</b>(<i>rev</i>) |
394 <b>__getParents</b>(<i>rev</i>) |
390 <p> |
395 <p> |
391 Private method to get the parents of the currently viewed file/directory. |
396 Private method to get the parents of the currently viewed |
|
397 file/directory. |
392 </p><dl> |
398 </p><dl> |
393 <dt><i>rev</i></dt> |
399 <dt><i>rev</i></dt> |
394 <dd> |
400 <dd> |
395 revision number to get parents for (string) |
401 revision number to get parents for (string) |
396 </dd> |
402 </dd> |