Revision 1187624
Go back to digest for 24th October 2010Bug Fixes in Office
Johannes Simon committed changes in /trunk/koffice/plugins/chartshape:
Fix two things:
o categories not appearing correctly on x axis
o changing properties of x grid didn't work
The fix is fairly complex because it involved making the dimension of an axis const, so that it has to be known at construction time of the axis, and also to move management of coordinate planes to the plot area (where it much rather belongs than in the axis).
File Changes
Modified 20 files
- /trunk/koffice/plugins/chartshape
- /Axis.cpp
- /Axis.h
- /ChartConfigWidget.cpp
- /ChartConfigWidget.h
- /ChartProxyModel.cpp
- /ChartProxyModel.h
- /ChartShape.cpp
- /ChartShape.h
- /ChartTool.cpp
- /ChartTool.h
- /kchart_global.h
- /KDChartConvertions.cpp
- /KDChartConvertions.h
- /OdfLoadingHelper.cpp
- /OdfLoadingHelper.h
- /PlotArea.cpp
- /PlotArea.h
- /Surface.cpp
- /dialogs/NewAxisDialog.cpp
- /dialogs/NewAxisDialog.ui
20 files changed in total