88 <p> |
88 <p> |
89 Constructor |
89 Constructor |
90 </p> |
90 </p> |
91 <dl> |
91 <dl> |
92 |
92 |
93 <dt><i>mergelist1</i></dt> |
93 <dt><i>mergelist1</i> (list of str)</dt> |
94 <dd> |
94 <dd> |
95 list of previously entered URLs/revisions |
95 list of previously entered URLs/revisions |
96 (list of strings) |
|
97 </dd> |
96 </dd> |
98 <dt><i>mergelist2</i></dt> |
97 <dt><i>mergelist2</i> (list of str)</dt> |
99 <dd> |
98 <dd> |
100 list of previously entered URLs/revisions |
99 list of previously entered URLs/revisions |
101 (list of strings) |
|
102 </dd> |
100 </dd> |
103 <dt><i>targetlist</i></dt> |
101 <dt><i>targetlist</i> (list of str)</dt> |
104 <dd> |
102 <dd> |
105 list of previously entered targets (list of strings) |
103 list of previously entered targets |
106 </dd> |
104 </dd> |
107 <dt><i>force</i></dt> |
105 <dt><i>force</i> (bool)</dt> |
108 <dd> |
106 <dd> |
109 flag indicating a forced merge (boolean) |
107 flag indicating a forced merge |
110 </dd> |
108 </dd> |
111 <dt><i>parent</i></dt> |
109 <dt><i>parent</i> (QWidget)</dt> |
112 <dd> |
110 <dd> |
113 parent widget (QWidget) |
111 parent widget |
114 </dd> |
112 </dd> |
115 </dl> |
113 </dl> |
116 <a NAME="SvnMergeDialog.__enableOkButton" ID="SvnMergeDialog.__enableOkButton"></a> |
114 <a NAME="SvnMergeDialog.__enableOkButton" ID="SvnMergeDialog.__enableOkButton"></a> |
117 <h4>SvnMergeDialog.__enableOkButton</h4> |
115 <h4>SvnMergeDialog.__enableOkButton</h4> |
118 <b>__enableOkButton</b>(<i></i>) |
116 <b>__enableOkButton</b>(<i></i>) |
129 </p> |
127 </p> |
130 <dl> |
128 <dl> |
131 <dt>Return:</dt> |
129 <dt>Return:</dt> |
132 <dd> |
130 <dd> |
133 tuple naming two tag names or two revisions, a target and |
131 tuple naming two tag names or two revisions, a target and |
134 a flag indicating a forced merge (string, string, string, boolean) |
132 a flag indicating a forced merge |
|
133 </dd> |
|
134 </dl> |
|
135 <dl> |
|
136 <dt>Return Type:</dt> |
|
137 <dd> |
|
138 tuple of (str, str, str, bool) |
135 </dd> |
139 </dd> |
136 </dl> |
140 </dl> |
137 <a NAME="SvnMergeDialog.on_tag1Combo_editTextChanged" ID="SvnMergeDialog.on_tag1Combo_editTextChanged"></a> |
141 <a NAME="SvnMergeDialog.on_tag1Combo_editTextChanged" ID="SvnMergeDialog.on_tag1Combo_editTextChanged"></a> |
138 <h4>SvnMergeDialog.on_tag1Combo_editTextChanged</h4> |
142 <h4>SvnMergeDialog.on_tag1Combo_editTextChanged</h4> |
139 <b>on_tag1Combo_editTextChanged</b>(<i>text</i>) |
143 <b>on_tag1Combo_editTextChanged</b>(<i>text</i>) |
141 <p> |
145 <p> |
142 Private slot to handle the tag1Combo editTextChanged signal. |
146 Private slot to handle the tag1Combo editTextChanged signal. |
143 </p> |
147 </p> |
144 <dl> |
148 <dl> |
145 |
149 |
146 <dt><i>text</i></dt> |
150 <dt><i>text</i> (str)</dt> |
147 <dd> |
151 <dd> |
148 text of the combo (string) |
152 text of the combo |
149 </dd> |
153 </dd> |
150 </dl> |
154 </dl> |
151 <a NAME="SvnMergeDialog.on_tag2Combo_editTextChanged" ID="SvnMergeDialog.on_tag2Combo_editTextChanged"></a> |
155 <a NAME="SvnMergeDialog.on_tag2Combo_editTextChanged" ID="SvnMergeDialog.on_tag2Combo_editTextChanged"></a> |
152 <h4>SvnMergeDialog.on_tag2Combo_editTextChanged</h4> |
156 <h4>SvnMergeDialog.on_tag2Combo_editTextChanged</h4> |
153 <b>on_tag2Combo_editTextChanged</b>(<i>text</i>) |
157 <b>on_tag2Combo_editTextChanged</b>(<i>text</i>) |