106 <td>Private slot to handle the Copy Changesets action.</td> |
106 <td>Private slot to handle the Copy Changesets action.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> |
108 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> |
109 <td>Private method to determine the revision of the project directory.</td> |
109 <td>Private method to determine the revision of the project directory.</td> |
110 </tr><tr> |
110 </tr><tr> |
|
111 <td><a href="#HgLogBrowserDialog.__initActionsMenu">__initActionsMenu</a></td> |
|
112 <td>Private method to initialize the actions menu.</td> |
|
113 </tr><tr> |
111 <td><a href="#HgLogBrowserDialog.__initData">__initData</a></td> |
114 <td><a href="#HgLogBrowserDialog.__initData">__initData</a></td> |
112 <td>Private method to (re-)initialize some data.</td> |
115 <td>Private method to (re-)initialize some data.</td> |
113 </tr><tr> |
116 </tr><tr> |
114 <td><a href="#HgLogBrowserDialog.__lfPullActTriggered">__lfPullActTriggered</a></td> |
117 <td><a href="#HgLogBrowserDialog.__lfPullActTriggered">__lfPullActTriggered</a></td> |
115 <td>Private slot to pull large files of selected revisions.</td> |
118 <td>Private slot to pull large files of selected revisions.</td> |
126 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
129 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
127 <td>Private slot connected to the finished signal.</td> |
130 <td>Private slot connected to the finished signal.</td> |
128 </tr><tr> |
131 </tr><tr> |
129 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
132 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
130 <td>Private method to process the buffered output of the hg log command.</td> |
133 <td>Private method to process the buffered output of the hg log command.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td> |
|
136 <td>Private slot to pull changes from a remote repository.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#HgLogBrowserDialog.__pushActTriggered">__pushActTriggered</a></td> |
|
139 <td>Private slot to push changes to a remote repository up to a selected changeset.</td> |
|
140 </tr><tr> |
|
141 <td><a href="#HgLogBrowserDialog.__pushAllActTriggered">__pushAllActTriggered</a></td> |
|
142 <td>Private slot to push all changes to a remote repository.</td> |
131 </tr><tr> |
143 </tr><tr> |
132 <td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td> |
144 <td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td> |
133 <td>Private slot to handle the readyReadStandardError signal.</td> |
145 <td>Private slot to handle the readyReadStandardError signal.</td> |
134 </tr><tr> |
146 </tr><tr> |
135 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> |
147 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> |
503 </p><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> |
515 </p><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> |
504 <h4>HgLogBrowserDialog.__identifyProject</h4> |
516 <h4>HgLogBrowserDialog.__identifyProject</h4> |
505 <b>__identifyProject</b>(<i></i>) |
517 <b>__identifyProject</b>(<i></i>) |
506 <p> |
518 <p> |
507 Private method to determine the revision of the project directory. |
519 Private method to determine the revision of the project directory. |
|
520 </p><a NAME="HgLogBrowserDialog.__initActionsMenu" ID="HgLogBrowserDialog.__initActionsMenu"></a> |
|
521 <h4>HgLogBrowserDialog.__initActionsMenu</h4> |
|
522 <b>__initActionsMenu</b>(<i></i>) |
|
523 <p> |
|
524 Private method to initialize the actions menu. |
508 </p><a NAME="HgLogBrowserDialog.__initData" ID="HgLogBrowserDialog.__initData"></a> |
525 </p><a NAME="HgLogBrowserDialog.__initData" ID="HgLogBrowserDialog.__initData"></a> |
509 <h4>HgLogBrowserDialog.__initData</h4> |
526 <h4>HgLogBrowserDialog.__initData</h4> |
510 <b>__initData</b>(<i></i>) |
527 <b>__initData</b>(<i></i>) |
511 <p> |
528 <p> |
512 Private method to (re-)initialize some data. |
529 Private method to (re-)initialize some data. |
562 </dl><a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> |
579 </dl><a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> |
563 <h4>HgLogBrowserDialog.__processBuffer</h4> |
580 <h4>HgLogBrowserDialog.__processBuffer</h4> |
564 <b>__processBuffer</b>(<i></i>) |
581 <b>__processBuffer</b>(<i></i>) |
565 <p> |
582 <p> |
566 Private method to process the buffered output of the hg log command. |
583 Private method to process the buffered output of the hg log command. |
|
584 </p><a NAME="HgLogBrowserDialog.__pullActTriggered" ID="HgLogBrowserDialog.__pullActTriggered"></a> |
|
585 <h4>HgLogBrowserDialog.__pullActTriggered</h4> |
|
586 <b>__pullActTriggered</b>(<i></i>) |
|
587 <p> |
|
588 Private slot to pull changes from a remote repository. |
|
589 </p><a NAME="HgLogBrowserDialog.__pushActTriggered" ID="HgLogBrowserDialog.__pushActTriggered"></a> |
|
590 <h4>HgLogBrowserDialog.__pushActTriggered</h4> |
|
591 <b>__pushActTriggered</b>(<i></i>) |
|
592 <p> |
|
593 Private slot to push changes to a remote repository up to a selected |
|
594 changeset. |
|
595 </p><a NAME="HgLogBrowserDialog.__pushAllActTriggered" ID="HgLogBrowserDialog.__pushAllActTriggered"></a> |
|
596 <h4>HgLogBrowserDialog.__pushAllActTriggered</h4> |
|
597 <b>__pushAllActTriggered</b>(<i></i>) |
|
598 <p> |
|
599 Private slot to push all changes to a remote repository. |
567 </p><a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a> |
600 </p><a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a> |
568 <h4>HgLogBrowserDialog.__readStderr</h4> |
601 <h4>HgLogBrowserDialog.__readStderr</h4> |
569 <b>__readStderr</b>(<i></i>) |
602 <b>__readStderr</b>(<i></i>) |
570 <p> |
603 <p> |
571 Private slot to handle the readyReadStandardError signal. |
604 Private slot to handle the readyReadStandardError signal. |