Review Request: Add support for 3D scenes to libs/odf
C. Boemann
cbr at boemann.dk
Tue Apr 24 10:18:57 BST 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104688/#review12860
-----------------------------------------------------------
I know we are being a bit pedantic about the coding style, but it's important, especially when it's a new file and all over like this
libs/odf/Ko3dScene.h
<http://git.reviewboard.kde.org/r/104688/#comment10028>
uhm these still don't follow the coding style of only one space, and implementation is still in the header file
libs/odf/Ko3dScene.cpp
<http://git.reviewboard.kde.org/r/104688/#comment10031>
spacing
plugins/chartshape/PlotArea.h
<http://git.reviewboard.kde.org/r/104688/#comment10029>
i think threeDScene is a bad choice for a name: scene3D would be much better.
Not going to raise an issue over it, but I think you should consider it.
plugins/chartshape/PlotArea.cpp
<http://git.reviewboard.kde.org/r/104688/#comment10030>
I know you havn't exactly changed this code but would still point out that the spacing is wrong between the ( )
- C. Boemann
On April 23, 2012, 6:40 p.m., Inge Wallin wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104688/
> -----------------------------------------------------------
>
> (Updated April 23, 2012, 6:40 p.m.)
>
>
> Review request for Calligra.
>
>
> Description
> -------
>
> This new code adds support for 3D scenes in libs/odf. It was ported from my threedscene branch when I found out that exactly the same attributes are used in 3D charts.
>
> The only tricky thing with this code is that the attributes are not stored in a style but in the actual elements (dr3d:scene and chart:plot-area respectively). This means that we have to save the attributes and the children separately since the saving code of these objects may want to add other attributes *and* children.
>
> You may note that I didn't d-pointer-ify the class. Right now the odf library is not binary compatibility frozen so I don't strictly need to but if there is a strong wish for it I can do it.
>
>
> Diffs
> -----
>
> libs/odf/CMakeLists.txt c411a8c
> libs/odf/Ko3dScene.h PRE-CREATION
> libs/odf/Ko3dScene.cpp PRE-CREATION
> plugins/chartshape/CMakeLists.txt a671908
> plugins/chartshape/PlotArea.h 90c4b91
> plugins/chartshape/PlotArea.cpp b0c108b
> plugins/chartshape/ThreeDScene.h b77c32d
> plugins/chartshape/ThreeDScene.cpp b1fec80
> plugins/chartshape/ThreeDTransformation.h f03163a
> plugins/chartshape/ThreeDTransformation.cpp 8f1e5ec
>
> Diff: http://git.reviewboard.kde.org/r/104688/diff/
>
>
> Testing
> -------
>
> I have tested this code while working on the 3D Scene shape.
>
>
> Thanks,
>
> Inge Wallin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20120424/865a69be/attachment.htm>
More information about the calligra-devel
mailing list