[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jun 25 05:49:15 CEST 2003


CVS commit by staikos: 

A whole bunch of refactoring.  DataObjects now have a showDialog() method
which if implemented will show the proper dialog for that object.  KstApp no
long needs to store eq/plugin/hs/psd/curve dialogs.  Others may follow.  There
is also no need to do type identification on the object to determine which
dialog to show it in.

Dialogs now may emit "modified" to update kstdoc.

Pointer to KstDoc in dialogs is now deprecated, and hopefully will be fully
eliminated in the future.


  M +33 -67    kst.cpp   1.30
  M +0 -20     kst.h   1.13
  M +24 -10    kstcurvedialog_i.cpp   1.18
  M +8 -5      kstcurvedialog_i.h   1.8
  M +19 -9     kstdatamanager_i.cpp   1.14
  M +2 -0      kstdataobject.h   1.13
  M +10 -2     kstdoc.cpp   1.30
  M +2 -1      kstdoc.h   1.17
  M +25 -15    ksteqdialog_i.cpp   1.20
  M +10 -6     ksteqdialog_i.h   1.8
  M +4 -0      kstequationcurve.cpp   1.25
  M +2 -0      kstequationcurve.h   1.16
  M +4 -0      ksthistogram.cpp   1.13
  M +2 -0      ksthistogram.h   1.11
  M +39 -38    ksthsdialog_i.cpp   1.19
  M +9 -4      ksthsdialog_i.h   1.9
  M +6 -0      kstplugin.cpp   1.32
  M +2 -0      kstplugin.h   1.17
  M +39 -28    kstplugindialog_i.cpp   1.36
  M +8 -4      kstplugindialog_i.h   1.9
  M +4 -0      kstpsdcurve.cpp   1.14
  M +2 -0      kstpsdcurve.h   1.12
  M +28 -21    kstpsddialog_i.cpp   1.14
  M +9 -6      kstpsddialog_i.h   1.6
  M +4 -0      kstvcurve.cpp   1.15
  M +2 -0      kstvcurve.h   1.12
  M +1 -1      plugindialog.ui   1.5





More information about the Kst mailing list