diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-31 12:01:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-31 12:01:24 +0900 |
commit | b9688b905acbb256fb56b18f8006e5bcbb8117f4 (patch) | |
tree | b536b329e3075ce4fa8511d3774fd1acff9b6ff6 /parts/documentation/docglobalconfigwidgetbase.ui | |
parent | d676f93b5f3a7481fc0588f087bef418879e6f78 (diff) | |
download | tdevelop-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.ui | 16 |
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>&Remove</string> </property> </widget> + <widget class="TQPushButton"> + <property name="name"> + <cstring>rescanCollectionButton</cstring> + </property> + <property name="text"> + <string>&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> |