1259 <p> |
1259 <p> |
1260 Private slot to move the current item down one entry. |
1260 Private slot to move the current item down one entry. |
1261 </p> |
1261 </p> |
1262 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a> |
1262 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a> |
1263 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4> |
1263 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4> |
1264 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
1264 <b>on_fieldCombo_activated</b>(<i>index</i>) |
1265 |
1265 |
1266 <p> |
1266 <p> |
1267 Private slot called, when a new filter field is selected. |
1267 Private slot called, when a new filter field is selected. |
1268 </p> |
1268 </p> |
1269 <dl> |
1269 <dl> |
1270 |
1270 |
1271 <dt><i>txt</i></dt> |
1271 <dt><i>index</i> (int)</dt> |
1272 <dd> |
1272 <dd> |
1273 text of the selected field (string) |
1273 index of the selected entry |
1274 </dd> |
1274 </dd> |
1275 </dl> |
1275 </dl> |
1276 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a> |
1276 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a> |
1277 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4> |
1277 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4> |
1278 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>) |
1278 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>) |