Revision 798221

Go back to digest for 20th April 2008

Features in Office

Adam Pigg committed changes in /trunk/koffice/kexi/plugins/reportspgz:

Added the initial parts of a KSpreadRenderer (not functioning yet) and a chart component. The chart component is missing saving and rendering, but the designer does a live preview.

To use it you must create a data source query with atlast 2 columns, the first is used as the data labals, the others for the data.

In the sample database with 'persons' and 'cars' tables, the query 'select name, age from persons' would work.

File Changes

Added 4 files
  • /trunk/koffice/kexi/plugins/reportspgz/backend
  •   /common/krchartdata.cpp
  •   /common/krchartdata.h
  •   /renderer/krkspreadrender.cpp
  •   /renderer/krkspreadrender.h
Modified 14 files
  • /trunk/koffice/kexi/plugins/reportspgz
  •   /CMakeLists.txt
  •   /kexireportdesignview.cpp
  •   /kexireportpage.cpp
  •   /kexireportview.cpp
  •   /kexireportview.h
  •   /backend/common/krfielddata.cpp
  •   /backend/common/krfielddata.h
  •   /backend/common/krobjectdata.cpp
  •   /backend/common/krobjectdata.h
  •   /backend/renderer/orprerender.cpp
  •   /backend/wrtembed/reportdesigner.cpp
  •   /backend/wrtembed/reportdesigner.h
  •   /backend/wrtembed/reportentityimage.cpp
  •   /backend/renderer/scripting/krscripthandler.cpp
18 files changed in total