summaryrefslogtreecommitdiffstats
path: root/parts/documentation/docglobalconfigwidgetbase.ui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-31 12:01:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-31 12:01:24 +0900
commitb9688b905acbb256fb56b18f8006e5bcbb8117f4 (patch)
treeb536b329e3075ce4fa8511d3774fd1acff9b6ff6 /parts/documentation/docglobalconfigwidgetbase.ui
parentd676f93b5f3a7481fc0588f087bef418879e6f78 (diff)
downloadtdevelop-b9688b905acbb256fb56b18f8006e5bcbb8117f4.tar.gz
tdevelop-b9688b905acbb256fb56b18f8006e5bcbb8117f4.zip
Added GUI for allowing the user to manually update the Documentation Plugin lists.
Added check + information message to inform the user that he/she should update the Documentation Plugin lists when TDevelop is being run for the first time under a new TDE version. This relates to bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/documentation/docglobalconfigwidgetbase.ui')
-rw-r--r--parts/documentation/docglobalconfigwidgetbase.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/parts/documentation/docglobalconfigwidgetbase.ui b/parts/documentation/docglobalconfigwidgetbase.ui
index 9c2678be..4de6dc2f 100644
--- a/parts/documentation/docglobalconfigwidgetbase.ui
+++ b/parts/documentation/docglobalconfigwidgetbase.ui
@@ -90,6 +90,14 @@
<string>&amp;Remove</string>
</property>
</widget>
+ <widget class="TQPushButton">
+ <property name="name">
+ <cstring>rescanCollectionButton</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Rescan</string>
+ </property>
+ </widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
@@ -525,12 +533,19 @@
<receiver>DocGlobalConfigWidgetBase</receiver>
<slot>removeCollectionButtonClicked()</slot>
</connection>
+ <connection>
+ <sender>rescanCollectionButton</sender>
+ <signal>clicked()</signal>
+ <receiver>DocGlobalConfigWidgetBase</receiver>
+ <slot>rescanCollectionButtonClicked()</slot>
+ </connection>
</connections>
<tabstops>
<tabstop>docTab</tabstop>
<tabstop>addCollectionButton</tabstop>
<tabstop>editCollectionButton</tabstop>
<tabstop>removeCollectionButton</tabstop>
+ <tabstop>rescanCollectionButton</tabstop>
<tabstop>databaseDirEdit</tabstop>
<tabstop>htdigbinEdit</tabstop>
<tabstop>htmergebinEdit</tabstop>
@@ -546,6 +561,7 @@
<slot>addCollectionButtonClicked()</slot>
<slot>editCollectionButtonClicked()</slot>
<slot>removeCollectionButtonClicked()</slot>
+ <slot>rescanCollectionButtonClicked()</slot>
<slot>collectionsBoxCurrentChanged( int )</slot>
<slot>updateConfig()</slot>
<slot>updateIndex()</slot>