[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Oct 20 23:06:26 CEST 2004


CVS commit by staikos: 

major datasource work:
- create datasource config object in kstapp
- create initialization functions in kstapp and kstdatasource
- pass kconfig around in datasource operations (source, binary incompatible)
- port all sources to the new interface (hopefully they all compile)
- normalize formatting according to our guidelines


All external datasource plugins need to be ported and recompiled.  Existing
ones will just crash Kst.


  M +38 -17    kst.cpp   1.247
  M +7 -2      kst.h   1.111
  M +49 -26    kstdatasource.cpp   1.39
  M +14 -6     kstdatasource.h   1.23
  M +7 -5      main.cpp   1.84
  M +2 -2      stdinsource.cpp   1.10
  M +15 -15    stdinsource.h   1.5
  M +7 -7      datasources/ascii/ascii.cpp   1.24
  M +1 -1      datasources/ascii/ascii.h   1.9
  M +7 -5      datasources/cdf/cdf.cpp   1.11
  M +15 -16    datasources/cdf/cdf.h   1.6
  M +6 -6      datasources/dirfile/dirfile.cpp   1.14
  M +14 -14    datasources/dirfile/dirfile.h   1.7
  M +7 -8      datasources/frame/frame.cpp   1.10
  M +20 -20    datasources/frame/frame.h   1.7
  M +9 -7      datasources/indirect/indirect.cpp   1.9
  M +14 -14    datasources/indirect/indirect.h   1.5
  M +5 -5      datasources/lfiio/lfiio.cpp   1.12
  M +16 -16    datasources/lfiio/lfiio.h   1.7
  M +10 -6     datasources/planck/planck.cpp   1.24
  M +1 -1      datasources/planck/planck.h   1.10
  M +18 -6     datasources/template/template.cpp   1.9
  M +1 -1      datasources/template/template.h   1.7






More information about the Kst mailing list