Module implementing a dialog to offer the worktree management functionality.
None |
GitWorktreeDialog | Class implementing a dialog to offer the worktree management functionality. |
None |
Class implementing a dialog to offer the worktree management functionality.
StatusRole |
None |
GitWorktreeDialog | Constructor |
__finish | Private slot called when the process finished or the user pressed the button. |
__generateItem | Private method to generate a worktree entry with the given data. |
__initActionsMenu | Private method to initialize the actions menu. |
__procFinished | Private slot connected to the finished signal. |
__readStderr | Private slot to handle the readyReadStandardError signal. |
__readStdout | Private slot to handle the readyReadStandardOutput signal. |
__refreshButtonClicked | Private slot to refresh the worktree display. |
__resizeColumns | Private method to resize the list columns. |
__resort | Private method to resort the tree. |
__showActionsMenu | Private slot to prepare the actions button menu before it is shown. |
__worktreeAdd | Private slot to add a linked worktree. |
__worktreeLock | Private slot to lock a worktree. |
__worktreeMove | Private slot to move a worktree to a new location. |
__worktreePrune | Private slot to prune worktree information. |
__worktreeRemove | Private slot to remove a linked worktree. |
__worktreeRemoveForced | Private slot to remove a linked worktree forcefully. |
__worktreeRepair | Private slot to repair worktree administrative files. |
__worktreeRepairMultiple | Private slot to repair worktree administrative files for multiple worktree paths. |
__worktreeUnlock | Private slot to unlock a worktree. |
closeEvent | Protected slot implementing a close event handler. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_expireCheckBox_toggled | Private slot to handle a change of the expire checkbox. |
on_expireDateTimeEdit_dateTimeChanged | Private slot to handle a change of the expire date and time. |
show | Public slot to show the dialog. |
start | Public slot to start the git worktree list command. |
None |
Constructor
Private slot called when the process finished or the user pressed the button.
Private method to generate a worktree entry with the given data.
Private method to initialize the actions menu.
Private slot connected to the finished signal.
Private slot to handle the readyReadStandardError signal.
It reads the error output of the process and inserts it into the error pane.
Private slot to handle the readyReadStandardOutput signal.
It reads the output of the process, formats it and inserts it into the contents pane.
Private slot to refresh the worktree display.
Private method to resize the list columns.
Private method to resort the tree.
Private slot to prepare the actions button menu before it is shown.
Private slot to add a linked worktree.
Private slot to lock a worktree.
Private slot to move a worktree to a new location.
Private slot to prune worktree information.
Private slot to remove a linked worktree.
Private slot to remove a linked worktree forcefully.
Private slot to repair worktree administrative files.
Private slot to repair worktree administrative files for multiple worktree paths.
Private slot to unlock a worktree.
Protected slot implementing a close event handler.
Private slot called by a button of the button box clicked.
Private slot to handle a change of the expire checkbox.
Private slot to handle a change of the expire date and time.
Public slot to show the dialog.
Public slot to start the git worktree list command.