[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Oct 26 03:40:35 CEST 2004


CVS commit by staikos: 

- Add string support to Kst, with support for using them from plugins, as
requested by IAS.  They work just like other parameters except they are
optional right now.  Docs will follow.
- Add widgets for creating and selecting strings, but nothing beyond that yet
because I'm not sure what the proper interfaces will be.  Strings can be
embedded in labels (they share the vector/scalar namespace), but they don't
appear in any dialog lists yet.
- Fit and filter dialogs need updates to deal with this.  They will probably
assert() if the asserts are still in the code.
- Equations can't deal with plugins that use strings
- Some DCOP interfaces were added to view and edit strings


  A            stringeditor.ui   1.1
  A            stringselector.ui   1.1
  A            stringselector.ui.h   1.1 [no copyright]
  M +4 -1      .cvsignore   1.32
  M +5 -2      Makefile.am   1.153
  M +7 -4      enodes.cpp   1.29
  M +3 -1      enodes.h   1.18
  M +53 -2     kstdataobject.cpp   1.35
  M +10 -0     kstdataobject.h   1.32
  M +15 -0     kstdoc.cpp   1.131
  M +4 -0      kstiface.h   1.28
  M +33 -0     kstiface_impl.cpp   1.55
  M +3 -0      kstiface_impl.h   1.27
  M +8 -0      kstlabel.cpp   1.46
  M +2 -1      kstlabel.h   1.31
  M +83 -27    kstplugin.cpp   1.72
  M +1 -1      kstplugin.h   1.31
  M +113 -2    kstplugindialog_i.cpp   1.92
  M +50 -50    kstplugindialog_i.h   1.21
  M +1 -1      kststring.cpp   1.2
  M +35 -1     plugin.cpp   1.25
  M +12 -1     plugin.h   1.31
  M +1 -0      scalarselector.ui.h   1.9
  R            kststringiface.h   1.1






More information about the Kst mailing list