88 <p> |
88 <p> |
89 Constructor |
89 Constructor |
90 </p> |
90 </p> |
91 <dl> |
91 <dl> |
92 |
92 |
93 <dt><i>vcs</i></dt> |
93 <dt><i>vcs</i> (Subversion)</dt> |
94 <dd> |
94 <dd> |
95 reference to the vcs object |
95 reference to the vcs object |
96 </dd> |
96 </dd> |
97 <dt><i>tagsList</i></dt> |
97 <dt><i>tagsList</i> (list of str)</dt> |
98 <dd> |
98 <dd> |
99 list of tags (list of strings) |
99 list of tags |
100 </dd> |
100 </dd> |
101 <dt><i>branchesList</i></dt> |
101 <dt><i>branchesList</i> (list of str)</dt> |
102 <dd> |
102 <dd> |
103 list of branches (list of strings) |
103 list of branches |
104 </dd> |
104 </dd> |
105 <dt><i>path</i></dt> |
105 <dt><i>path</i> (str)</dt> |
106 <dd> |
106 <dd> |
107 pathname to determine the repository URL from (string) |
107 pathname to determine the repository URL from |
108 </dd> |
108 </dd> |
109 <dt><i>parent</i></dt> |
109 <dt><i>parent</i> (QWidget)</dt> |
110 <dd> |
110 <dd> |
111 parent widget of the dialog (QWidget) |
111 parent widget of the dialog |
112 </dd> |
112 </dd> |
113 </dl> |
113 </dl> |
114 <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a> |
114 <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a> |
115 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4> |
115 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4> |
116 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>) |
116 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>) |
119 Private method used to change the label combo depending on the |
119 Private method used to change the label combo depending on the |
120 selected type. |
120 selected type. |
121 </p> |
121 </p> |
122 <dl> |
122 <dl> |
123 |
123 |
124 <dt><i>labelCombo</i></dt> |
124 <dt><i>labelCombo</i> (QComboBox)</dt> |
125 <dd> |
125 <dd> |
126 reference to the labelCombo object (QComboBox) |
126 reference to the labelCombo object |
127 </dd> |
127 </dd> |
128 <dt><i>type_</i></dt> |
128 <dt><i>type_</i> (str)</dt> |
129 <dd> |
129 <dd> |
130 type string (string) |
130 type string |
131 </dd> |
131 </dd> |
132 </dl> |
132 </dl> |
133 <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a> |
133 <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a> |
134 <h4>SvnUrlSelectionDialog.getURLs</h4> |
134 <h4>SvnUrlSelectionDialog.getURLs</h4> |
135 <b>getURLs</b>(<i></i>) |
135 <b>getURLs</b>(<i></i>) |
138 Public method to get the entered URLs. |
138 Public method to get the entered URLs. |
139 </p> |
139 </p> |
140 <dl> |
140 <dl> |
141 <dt>Return:</dt> |
141 <dt>Return:</dt> |
142 <dd> |
142 <dd> |
143 tuple of list of two URL strings (list of strings) and |
143 tuple of list of two URL strings and a flag indicating a diff summary |
144 a flag indicating a diff summary (boolean) |
144 </dd> |
|
145 </dl> |
|
146 <dl> |
|
147 <dt>Return Type:</dt> |
|
148 <dd> |
|
149 tuple of (list of [str, str], bool) |
145 </dd> |
150 </dd> |
146 </dl> |
151 </dl> |
147 <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a> |
152 <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a> |
148 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4> |
153 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4> |
149 <b>on_typeCombo1_currentIndexChanged</b>(<i>index</i>) |
154 <b>on_typeCombo1_currentIndexChanged</b>(<i>index</i>) |