eric7/Documentation/Source/eric7.VCS.StatusWidget.html

branch
eric7
changeset 8652
8cacde11f4fd
parent 8623
fced5aa98d41
child 8752
3c1ea4dfb691
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
65 <tr> 65 <tr>
66 <td><a href="#StatusWidget.__addUntracked">__addUntracked</a></td> 66 <td><a href="#StatusWidget.__addUntracked">__addUntracked</a></td>
67 <td>Private slot to add the selected untracked entries.</td> 67 <td>Private slot to add the selected untracked entries.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#StatusWidget.__clearCommitMessages">__clearCommitMessages</a></td>
71 <td>Private slot to clear the list of saved commit messages.</td>
72 </tr>
73 <tr>
70 <td><a href="#StatusWidget.__commit">__commit</a></td> 74 <td><a href="#StatusWidget.__commit">__commit</a></td>
71 <td>Private slot to handle the commit button.</td> 75 <td>Private slot to handle the commit button.</td>
72 </tr> 76 </tr>
73 <tr> 77 <tr>
74 <td><a href="#StatusWidget.__commitDeselectAll">__commitDeselectAll</a></td> 78 <td><a href="#StatusWidget.__commitDeselectAll">__commitDeselectAll</a></td>
153 <tr> 157 <tr>
154 <td><a href="#StatusWidget.__projectOpened">__projectOpened</a></td> 158 <td><a href="#StatusWidget.__projectOpened">__projectOpened</a></td>
155 <td>Private slot to handle the opening of a project.</td> 159 <td>Private slot to handle the opening of a project.</td>
156 </tr> 160 </tr>
157 <tr> 161 <tr>
162 <td><a href="#StatusWidget.__quickCommit">__quickCommit</a></td>
163 <td>Private slot to commit all marked entries with the entered commit message.</td>
164 </tr>
165 <tr>
166 <td><a href="#StatusWidget.__quickCommitEditTextChanged">__quickCommitEditTextChanged</a></td>
167 <td>Private slot to react upon changes of the quick commit text.</td>
168 </tr>
169 <tr>
158 <td><a href="#StatusWidget.__reload">__reload</a></td> 170 <td><a href="#StatusWidget.__reload">__reload</a></td>
159 <td>Private slot to reload the status list.</td> 171 <td>Private slot to reload the status list.</td>
160 </tr> 172 </tr>
161 <tr> 173 <tr>
162 <td><a href="#StatusWidget.__reset">__reset</a></td> 174 <td><a href="#StatusWidget.__reset">__reset</a></td>
173 <tr> 185 <tr>
174 <td><a href="#StatusWidget.__sbsDiff">__sbsDiff</a></td> 186 <td><a href="#StatusWidget.__sbsDiff">__sbsDiff</a></td>
175 <td>Private slot to handle the Side-By-Side Differences action menu entry.</td> 187 <td>Private slot to handle the Side-By-Side Differences action menu entry.</td>
176 </tr> 188 </tr>
177 <tr> 189 <tr>
190 <td><a href="#StatusWidget.__selectQuickCommitMessage">__selectQuickCommitMessage</a></td>
191 <td>Private slot to select a commit message from the list of saved messages.</td>
192 </tr>
193 <tr>
178 <td><a href="#StatusWidget.__setCheckMark">__setCheckMark</a></td> 194 <td><a href="#StatusWidget.__setCheckMark">__setCheckMark</a></td>
179 <td>Private method to set or unset all check marks.</td> 195 <td>Private method to set or unset all check marks.</td>
180 </tr> 196 </tr>
181 <tr> 197 <tr>
182 <td><a href="#StatusWidget.__setInfoText">__setInfoText</a></td> 198 <td><a href="#StatusWidget.__setInfoText">__setInfoText</a></td>
183 <td>Private slot to set the info label text.</td> 199 <td>Private slot to set the info label text.</td>
184 </tr> 200 </tr>
185 <tr> 201 <tr>
202 <td><a href="#StatusWidget.__setProjectSpellCheckData">__setProjectSpellCheckData</a></td>
203 <td>Private slot to set the spell check properties of the quick commit area.</td>
204 </tr>
205 <tr>
186 <td><a href="#StatusWidget.__showActionsMenu">__showActionsMenu</a></td> 206 <td><a href="#StatusWidget.__showActionsMenu">__showActionsMenu</a></td>
187 <td>Private slot to prepare the actions button menu before it is shown.</td> 207 <td>Private slot to prepare the actions button menu before it is shown.</td>
188 </tr> 208 </tr>
189 <tr> 209 <tr>
190 <td><a href="#StatusWidget.__toggleCheckMark">__toggleCheckMark</a></td> 210 <td><a href="#StatusWidget.__toggleCheckMark">__toggleCheckMark</a></td>
191 <td>Private slot to toggle the check marks.</td> 211 <td>Private slot to toggle the check marks.</td>
192 </tr> 212 </tr>
193 <tr> 213 <tr>
194 <td><a href="#StatusWidget.__updateButtonStates">__updateButtonStates</a></td> 214 <td><a href="#StatusWidget.__updateEnabledStates">__updateEnabledStates</a></td>
195 <td>Private method to set the button states depending on the list state.</td> 215 <td>Private method to set the enabled states depending on the list state.</td>
196 </tr> 216 </tr>
197 </table> 217 </table>
198 <h3>Static Methods</h3> 218 <h3>Static Methods</h3>
199 219
200 <table> 220 <table>
243 <dd> 263 <dd>
244 flag indicating to show the differences of all files 264 flag indicating to show the differences of all files
245 (defaults to False) 265 (defaults to False)
246 </dd> 266 </dd>
247 </dl> 267 </dl>
268 <a NAME="StatusWidget.__clearCommitMessages" ID="StatusWidget.__clearCommitMessages"></a>
269 <h4>StatusWidget.__clearCommitMessages</h4>
270 <b>__clearCommitMessages</b>(<i></i>)
271
272 <p>
273 Private slot to clear the list of saved commit messages.
274 </p>
248 <a NAME="StatusWidget.__commit" ID="StatusWidget.__commit"></a> 275 <a NAME="StatusWidget.__commit" ID="StatusWidget.__commit"></a>
249 <h4>StatusWidget.__commit</h4> 276 <h4>StatusWidget.__commit</h4>
250 <b>__commit</b>(<i></i>) 277 <b>__commit</b>(<i></i>)
251 278
252 <p> 279 <p>
536 <b>__projectOpened</b>(<i></i>) 563 <b>__projectOpened</b>(<i></i>)
537 564
538 <p> 565 <p>
539 Private slot to handle the opening of a project. 566 Private slot to handle the opening of a project.
540 </p> 567 </p>
568 <a NAME="StatusWidget.__quickCommit" ID="StatusWidget.__quickCommit"></a>
569 <h4>StatusWidget.__quickCommit</h4>
570 <b>__quickCommit</b>(<i></i>)
571
572 <p>
573 Private slot to commit all marked entries with the entered
574 commit message.
575 </p>
576 <a NAME="StatusWidget.__quickCommitEditTextChanged" ID="StatusWidget.__quickCommitEditTextChanged"></a>
577 <h4>StatusWidget.__quickCommitEditTextChanged</h4>
578 <b>__quickCommitEditTextChanged</b>(<i></i>)
579
580 <p>
581 Private slot to react upon changes of the quick commit text.
582 </p>
541 <a NAME="StatusWidget.__reload" ID="StatusWidget.__reload"></a> 583 <a NAME="StatusWidget.__reload" ID="StatusWidget.__reload"></a>
542 <h4>StatusWidget.__reload</h4> 584 <h4>StatusWidget.__reload</h4>
543 <b>__reload</b>(<i></i>) 585 <b>__reload</b>(<i></i>)
544 586
545 <p> 587 <p>
571 <b>__sbsDiff</b>(<i></i>) 613 <b>__sbsDiff</b>(<i></i>)
572 614
573 <p> 615 <p>
574 Private slot to handle the Side-By-Side Differences action menu entry. 616 Private slot to handle the Side-By-Side Differences action menu entry.
575 </p> 617 </p>
618 <a NAME="StatusWidget.__selectQuickCommitMessage" ID="StatusWidget.__selectQuickCommitMessage"></a>
619 <h4>StatusWidget.__selectQuickCommitMessage</h4>
620 <b>__selectQuickCommitMessage</b>(<i></i>)
621
622 <p>
623 Private slot to select a commit message from the list of
624 saved messages.
625 </p>
576 <a NAME="StatusWidget.__setCheckMark" ID="StatusWidget.__setCheckMark"></a> 626 <a NAME="StatusWidget.__setCheckMark" ID="StatusWidget.__setCheckMark"></a>
577 <h4>StatusWidget.__setCheckMark</h4> 627 <h4>StatusWidget.__setCheckMark</h4>
578 <b>__setCheckMark</b>(<i>checked</i>) 628 <b>__setCheckMark</b>(<i>checked</i>)
579 629
580 <p> 630 <p>
599 <dt><i>info</i> (str)</dt> 649 <dt><i>info</i> (str)</dt>
600 <dd> 650 <dd>
601 text to be shown 651 text to be shown
602 </dd> 652 </dd>
603 </dl> 653 </dl>
654 <a NAME="StatusWidget.__setProjectSpellCheckData" ID="StatusWidget.__setProjectSpellCheckData"></a>
655 <h4>StatusWidget.__setProjectSpellCheckData</h4>
656 <b>__setProjectSpellCheckData</b>(<i></i>)
657
658 <p>
659 Private slot to set the spell check properties of the
660 quick commit area.
661 </p>
604 <a NAME="StatusWidget.__showActionsMenu" ID="StatusWidget.__showActionsMenu"></a> 662 <a NAME="StatusWidget.__showActionsMenu" ID="StatusWidget.__showActionsMenu"></a>
605 <h4>StatusWidget.__showActionsMenu</h4> 663 <h4>StatusWidget.__showActionsMenu</h4>
606 <b>__showActionsMenu</b>(<i></i>) 664 <b>__showActionsMenu</b>(<i></i>)
607 665
608 <p> 666 <p>
613 <b>__toggleCheckMark</b>(<i></i>) 671 <b>__toggleCheckMark</b>(<i></i>)
614 672
615 <p> 673 <p>
616 Private slot to toggle the check marks. 674 Private slot to toggle the check marks.
617 </p> 675 </p>
618 <a NAME="StatusWidget.__updateButtonStates" ID="StatusWidget.__updateButtonStates"></a> 676 <a NAME="StatusWidget.__updateEnabledStates" ID="StatusWidget.__updateEnabledStates"></a>
619 <h4>StatusWidget.__updateButtonStates</h4> 677 <h4>StatusWidget.__updateEnabledStates</h4>
620 <b>__updateButtonStates</b>(<i></i>) 678 <b>__updateEnabledStates</b>(<i></i>)
621 679
622 <p> 680 <p>
623 Private method to set the button states depending on the list state. 681 Private method to set the enabled states depending on the list state.
624 </p> 682 </p>
625 <div align="right"><a href="#top">Up</a></div> 683 <div align="right"><a href="#top">Up</a></div>
626 <hr /> 684 <hr />
627 </body></html> 685 </body></html>

eric ide

mercurial