Home ⌂Doc Index ◂Up ▴

eric6.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog

Module implementing a dialog to enter the data for a merge operation.

Global Attributes

None

Classes

SvnMergeDialog Class implementing a dialog to enter the data for a merge operation.

Functions

None


SvnMergeDialog

Class implementing a dialog to enter the data for a merge operation.

Derived from

QDialog, Ui_SvnMergeDialog

Class Attributes

None

Class Methods

None

Methods

SvnMergeDialog Constructor
__enableOkButton Private method used to enable/disable the OK-button.
getParameters Public method to retrieve the merge data.
on_tag1Combo_editTextChanged Private slot to handle the tag1Combo editTextChanged signal.
on_tag2Combo_editTextChanged Private slot to handle the tag2Combo editTextChanged signal.

Static Methods

None

SvnMergeDialog (Constructor)

SvnMergeDialog(mergelist1, mergelist2, targetlist, force=False, parent=None)

Constructor

mergelist1
list of previously entered URLs/revisions (list of strings)
mergelist2
list of previously entered URLs/revisions (list of strings)
targetlist
list of previously entered targets (list of strings)
force
flag indicating a forced merge (boolean)
parent
parent widget (QWidget)

SvnMergeDialog.__enableOkButton

__enableOkButton()

Private method used to enable/disable the OK-button.

SvnMergeDialog.getParameters

getParameters()

Public method to retrieve the merge data.

Returns:
tuple naming two tag names or two revisions, a target and a flag indicating a forced merge (string, string, string, boolean)

SvnMergeDialog.on_tag1Combo_editTextChanged

on_tag1Combo_editTextChanged(text)

Private slot to handle the tag1Combo editTextChanged signal.

text
text of the combo (string)

SvnMergeDialog.on_tag2Combo_editTextChanged

on_tag2Combo_editTextChanged(text)

Private slot to handle the tag2Combo editTextChanged signal.

text
text of the combo (string)
Up



Home ⌂Doc Index ◂Up ▴