Bug 96759 - kst settings dialog needs to be persuaded to enable apply
Summary: kst settings dialog needs to be persuaded to enable apply
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 05:25 UTC by Matthew Truch
Modified: 2005-01-11 07: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 2005-01-11 05:25:53 UTC
Version:           1.1.0_dr1 (using KDE KDE 3.3.2)
Installed from:    Slackware Packages
OS:                Linux

When in the kst settings dialog, the apply button does not enable itself when you change some of the settings.  You must then change (and change back) some other setting to enable the apply button so you can apply your changes.  Examples include changing the plot update timer, or enabling/disabling the x-axis time interpretation.
Comment 1 George Staikos 2005-01-11 07:54:11 UTC
CVS commit by staikos: 

update the change state when clicking the X interpret checkbox.
cannot reproduce problems with the spinbox, and I'm sure I fixed that a while
ago.

BUG: 96759


  M +6 -6      kstsettingsdlg.ui   1.21


--- kdeextragear-2/kst/kst/kstsettingsdlg.ui  #1.20:1.21
@@ -979,10 +979,4 @@
     </connection>
     <connection>
-        <sender>_comboBoxXInterpret</sender>
-        <signal>activated(int)</signal>
-        <receiver>KstSettingsDlg</receiver>
-        <slot>setDirty()</slot>
-    </connection>
-    <connection>
         <sender>_comboBoxXDisplay</sender>
         <signal>activated(int)</signal>
@@ -1045,4 +1039,10 @@
     </connection>
     <connection>
+        <sender>_checkBoxXInterpret</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>KstSettingsDlg</receiver>
+        <slot>setDirty()</slot>
+    </connection>
+    <connection>
         <sender>_checkBoxAuthentication</sender>
         <signal>clicked()</signal>