96 <p> |
96 <p> |
97 Constructor |
97 Constructor |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>vcs</i></dt> |
101 <dt><i>vcs</i> (Git)</dt> |
102 <dd> |
102 <dd> |
103 reference to the git object |
103 reference to the git object |
104 </dd> |
104 </dd> |
105 <dt><i>repodir</i></dt> |
105 <dt><i>repodir</i> (str)</dt> |
106 <dd> |
106 <dd> |
107 directory name of the local repository (string) |
107 directory name of the local repository |
108 </dd> |
108 </dd> |
109 <dt><i>parent</i></dt> |
109 <dt><i>parent</i> (QWidget)</dt> |
110 <dd> |
110 <dd> |
111 reference to the parent widget (QWidget) |
111 reference to the parent widget |
112 </dd> |
112 </dd> |
113 </dl> |
113 </dl> |
114 <a NAME="GitPullDialog.__okButtonEnable" ID="GitPullDialog.__okButtonEnable"></a> |
114 <a NAME="GitPullDialog.__okButtonEnable" ID="GitPullDialog.__okButtonEnable"></a> |
115 <h4>GitPullDialog.__okButtonEnable</h4> |
115 <h4>GitPullDialog.__okButtonEnable</h4> |
116 <b>__okButtonEnable</b>(<i></i>) |
116 <b>__okButtonEnable</b>(<i></i>) |
136 <dt>Return:</dt> |
136 <dt>Return:</dt> |
137 <dd> |
137 <dd> |
138 tuple of remote name, remote url (for custom remotes), |
138 tuple of remote name, remote url (for custom remotes), |
139 remote branches, a flag indicating to pull from all repositories |
139 remote branches, a flag indicating to pull from all repositories |
140 and a flag indicating to remove obsolete tracking references |
140 and a flag indicating to remove obsolete tracking references |
141 (string, string, list of strings, boolean, boolean) |
141 </dd> |
|
142 </dl> |
|
143 <dl> |
|
144 <dt>Return Type:</dt> |
|
145 <dd> |
|
146 tuple of (str, str, list of str, bool, bool) |
142 </dd> |
147 </dd> |
143 </dl> |
148 </dl> |
144 <a NAME="GitPullDialog.on_remoteEdit_textChanged" ID="GitPullDialog.on_remoteEdit_textChanged"></a> |
149 <a NAME="GitPullDialog.on_remoteEdit_textChanged" ID="GitPullDialog.on_remoteEdit_textChanged"></a> |
145 <h4>GitPullDialog.on_remoteEdit_textChanged</h4> |
150 <h4>GitPullDialog.on_remoteEdit_textChanged</h4> |
146 <b>on_remoteEdit_textChanged</b>(<i>txt</i>) |
151 <b>on_remoteEdit_textChanged</b>(<i>txt</i>) |
148 <p> |
153 <p> |
149 Private slot to handle changes of the URL edit. |
154 Private slot to handle changes of the URL edit. |
150 </p> |
155 </p> |
151 <dl> |
156 <dl> |
152 |
157 |
153 <dt><i>txt</i></dt> |
158 <dt><i>txt</i> (str)</dt> |
154 <dd> |
159 <dd> |
155 current text of the URL edit (string) |
160 current text of the URL edit |
156 </dd> |
161 </dd> |
157 </dl> |
162 </dl> |
158 <a NAME="GitPullDialog.on_remotesComboBox_currentTextChanged" ID="GitPullDialog.on_remotesComboBox_currentTextChanged"></a> |
163 <a NAME="GitPullDialog.on_remotesComboBox_currentTextChanged" ID="GitPullDialog.on_remotesComboBox_currentTextChanged"></a> |
159 <h4>GitPullDialog.on_remotesComboBox_currentTextChanged</h4> |
164 <h4>GitPullDialog.on_remotesComboBox_currentTextChanged</h4> |
160 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) |
165 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) |
162 <p> |
167 <p> |
163 Private slot to handle changes of the selected repository. |
168 Private slot to handle changes of the selected repository. |
164 </p> |
169 </p> |
165 <dl> |
170 <dl> |
166 |
171 |
167 <dt><i>txt</i></dt> |
172 <dt><i>txt</i> (str)</dt> |
168 <dd> |
173 <dd> |
169 current text of the combo box (string) |
174 current text of the combo box |
170 </dd> |
175 </dd> |
171 </dl> |
176 </dl> |
172 <a NAME="GitPullDialog.on_updateButton_clicked" ID="GitPullDialog.on_updateButton_clicked"></a> |
177 <a NAME="GitPullDialog.on_updateButton_clicked" ID="GitPullDialog.on_updateButton_clicked"></a> |
173 <h4>GitPullDialog.on_updateButton_clicked</h4> |
178 <h4>GitPullDialog.on_updateButton_clicked</h4> |
174 <b>on_updateButton_clicked</b>(<i></i>) |
179 <b>on_updateButton_clicked</b>(<i></i>) |