Revision 633214
Go back to digest for 18th February 2007Features in Educational
Vladimir Kuznetsov committed changes in /trunk/playground/edu/step:
Q_PROPERTY in StepCore is now replaced by hand-made reflections.
Now Items are not QObjects, it is possible to copy them. It is possible to implement Undo!
Added translatable descriptions for objects and properties.
File Changes
Added 8 files
- /trunk/playground/edu/step
- /stepcore_tests
- /stepcore/object.cc
- /stepcore/object.h
- /stepcore_tests/CMakeLists.txt
- /stepcore_tests/maintest.cc
- /stepcore_tests/maintest.h
- /stepcore_tests/metaobject.cc
- /stepcore_tests/metaobject.h
Modified 42 files
- /trunk/playground/edu/step
- /CMakeLists.txt
- /examples/first.step
- /step/itempalette.cc
- /step/mainwindow.cc
- /step/particlefactory.cc
- /step/particlefactory.h
- /step/propertiesbrowser.cc
- /step/springfactory.cc
- /step/springfactory.h
- /step/worldbrowser.cc
- /step/worldfactory.cc
- /step/worldfactory.h
- /step/worldgraphics.cc
- /step/worldgraphics.h
- /step/worldmodel.cc
- /step/worldmodel.h
- /step/worldscene.cc
- /step/worldscene.h
- /stepcore/CMakeLists.txt
- /stepcore/coulombforce.cc
- /stepcore/coulombforce.h
- /stepcore/eulersolver.cc
- /stepcore/eulersolver.h
- /stepcore/factory.cc
- /stepcore/factory.h
- /stepcore/gravitation.cc
- /stepcore/gravitation.h
- /stepcore/gslsolver.cc
- /stepcore/gslsolver.h
- /stepcore/particle.cc
- /stepcore/particle.h
- /stepcore/solver.cc
- /stepcore/solver.h
- /stepcore/spring.cc
- /stepcore/spring.h
- /stepcore/types.h
- /stepcore/util.h
- /stepcore/vector.h
- /stepcore/world.cc
- /stepcore/world.h
- /stepcore/xmlfile.cc
- /stepcore/xmlfile.h
50 files changed in total