Bug 134565

Summary: datawizard doesn't let you use data from the web
Product: [Applications] kst Reporter: Matthew Truch <matt>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthew Truch 2006-09-23 23:59:03 UTC
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.
Comment 1 George Staikos 2006-09-24 18:11:58 UTC
  This must be a regression.  I used to do this all the time and it definitely 
used to work.
Comment 2 George Staikos 2006-09-29 04:30:47 UTC
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.
Comment 3 George Staikos 2006-09-29 04:54:48 UTC
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>