Slicer: 2145-support-for-installing-extension-from-file c02b85ef

Author Committer Branch Timestamp Parent
jcfr jcfr 2145-support-for-installing-extension-from-file 2013-08-28 15:58:36 2145-support-for-installing-extension-from-file ecc3cde9
Changeset

BUG: Fix opening of link in extension manager

Opening of links different from slicer.kitware.com host into regular
browser has been initially introduced by r21897. Then, when commit r22220
introduced qSlicerWebWidget, the management of external links has been
broken.

This commit fixes the issue by ensuring the qSlicerWebWidget always open
link within its associated webview. The slot "onLinkClicked" from
"qSlicerExtensionsInstallWidget" will check what is the host and open
into a regular browser if needed.

See 0003045

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22347 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/QTGUI/qSlicerExtensionsInstallWidget.cxx Diff File
mod - Base/QTGUI/qSlicerWebWidget.cxx Diff File