eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog
Module implementing a dialog to enter cherry-pick data.
Global Attributes
Classes
Functions
GitCherryPickDialog
Class implementing a dialog to enter cherry-pick data.
Derived from
QDialog, Ui_GitCherryPickDialog
Class Attributes
Class Methods
Methods
Static Methods
GitCherryPickDialog (Constructor)
GitCherryPickDialog(commits=None, parent=None)
Constructor
- commits
-
list of commits to show in the commits pane (list of
strings)
- parent
-
reference to the parent widget (QWidget)
GitCherryPickDialog.getData
getData()
Public method to retrieve the entered data.
- Returns:
-
tuple with list of commits, a flag indicating to append
cherry-pick info to the commit message, a flag indicating to append
a signed-off-by line to the commit message and a flag indicating to
not commit the action (list of strings, boolean, boolean, boolean)
GitCherryPickDialog.on_commitsEdit_textChanged
on_commitsEdit_textChanged()
Private slot to react upon changes of commits.