[Kst] kdeextragear-2/kst

George Staikos staikos at kde.org
Wed Jul 7 22:58:45 CEST 2004


CVS commit by staikos: 

a little less confusing - sufficient for 0.98 anyway


  M +1 -2      devel-docs/RELEASE_PLAN-0.98   1.18
  M +1 -1      kst/curveappearancewidget.ui   1.14
  M +6 -1      kst/curveappearancewidget.ui.h   1.13


--- kdeextragear-2/kst/devel-docs/RELEASE_PLAN-0.98  #1.17:1.18
@@ -8,6 +8,4 @@
 - Kst Settings don't work
 - do events work?
-- setMustUseLines is very confusing - having the checkbox disabled and then
-  having only a "Type: "[Combobox] field is not clear
 - deleting a piolib database crashes kst, deleting ascii file - doesn't update
         - reload makes ascii continue just fine 
@@ -17,4 +15,5 @@
 - using QWaitCondition in update thread is bad - it's broken in all but the
   most recent Qt releases
+- data display dialogs are unusable in realtime mode
 
 

--- kdeextragear-2/kst/kst/curveappearancewidget.ui  #1.13:1.14
@@ -208,5 +208,5 @@
                 <widget class="QLabel" row="2" column="1">
                     <property name="name">
-                        <cstring>textLabel2</cstring>
+                        <cstring>_textLabelLineStyle</cstring>
                     </property>
                     <property name="sizePolicy">

--- kdeextragear-2/kst/kst/curveappearancewidget.ui.h  #1.12:1.13
@@ -150,7 +150,12 @@ void CurveAppearanceWidget::setMustUseLi
 {
   _showLines->setEnabled(!bMustUseLines);
-  if (bMustUseLines && !_showLines->isChecked()) {
+  if (bMustUseLines) {
     _showLines->setChecked(true);
+    _showLines->hide();
+    _textLabelLineStyle->setText(i18n("Line type:"));
     drawLine();
+  } else {
+    _showLines->show();
+    _textLabelLineStyle->setText(i18n("Type:"));
   }
 }





More information about the Kst mailing list