Bug 134565 - datawizard doesn't let you use data from the web
Summary: datawizard doesn't let you use data from the web
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 23:59 UTC by Matthew Truch
Modified: 2006-09-29 04:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>