Version: 1.3.0 (using KDE KDE 3.5.1) Installed from: Fedora RPMs OS: Linux The datawizard doesn't let you use data from the web. How to reproduce: Start kst, open datawizard. Enter a URL to some data (for example, an ascii file http://www.cso.caltech.edu/doc_on_vax/html/tau.dat). The 'connect' button appears, and click it. Nothing happens, but you'd like the 'next' button to be enabled. I downloaded the data (with wget), generated a .kst file, and then by hand put the URL in the kst file where the datafile was, and it works as you would expect (downloading the data from the web) to verify that it isn't a problem with the data file etc.
This must be a regression. I used to do this all the time and it definitely used to work.
Regression introduced: r552095 | netterfield | 2006-06-16 11:35:00 -0400 (Fri, 16 Jun 2006) | 7 lines and improperly fixed: r552174 | arwalker | 2006-06-16 16:15:30 -0400 (Fri, 16 Jun 2006) | 1 line Use -caution- when editing this file.
SVN commit 589958 by staikos: fix regression: KIO/NAD support is broken BUG: 134565 M +6 -0 datawizard.ui --- trunk/extragear/graphics/kst/src/libkstapp/datawizard.ui #589957:589958 @@ -1464,6 +1464,12 @@ <receiver>DataWizard</receiver> <slot>updateVectorPageButtons()</slot> </connection> + <connection> + <sender>_testURL</sender> + <signal>clicked()</signal> + <receiver>DataWizard</receiver> + <slot>testURL()</slot> + </connection> </connections> <tabstops> <tabstop>_url</tabstop>