# # ChangeLog for src/Shapes/ShapeRegistry.hpp # # Generated by Trac 1.4.4 # Jan 19, 2025, 1:39:19 AM Thu, 19 Sep 2013 20:24:28 GMT Frederik Heber [87ec81] * src/Actions/ShapeAction/CombineShapesAction.cpp (modified) * src/Actions/ShapeAction/CreateShapeAction.cpp (modified) * src/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/ShapeRegistry.cpp (modified) * src/Shapes/ShapeRegistry.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/stubs/WorldSelectedMoleculesStub.cpp (added) * src/Shapes/unittests/stubs/moleculeStub.cpp (added) ShapeFactory removed from libMolecuilderShapes. - Factory is right ... Fri, 16 Nov 2012 11:10:57 GMT Frederik Heber [85c36d] * src/Shapes/ShapeRegistry.cpp (modified) * src/Shapes/ShapeRegistry.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/UIElements/Views/Qt4/QtShapeList.cpp (modified) * src/UIElements/Views/Qt4/QtShapeList.hpp (modified) cached shapes in GLWorldScene + cleaner ShapeRegistry notifications Thu, 15 Nov 2012 17:31:09 GMT Frederik Heber [8f12de] * src/Shapes/ShapeRegistry.cpp (modified) * src/Shapes/ShapeRegistry.hpp (modified) Shapes now selectable in ShapeRegistry Thu, 15 Nov 2012 17:31:08 GMT Frederik Heber [1c9588] * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeFactory.cpp (modified) * src/Shapes/ShapeFactory.hpp (modified) * src/Shapes/ShapeRegistry.cpp (modified) * src/Shapes/ShapeRegistry.hpp (modified) * src/Shapes/ShapeType.hpp (modified) * src/Shapes/unittests/ShapeFactoryUnitTest.cpp (modified) Refactoring: ShapeFactory now uses global ShapeType Thu, 15 Nov 2012 17:31:08 GMT Frederik Heber [8f6a27] * src/Shapes/ShapeRegistry.cpp (modified) * src/Shapes/ShapeRegistry.hpp (modified) made ShapeRegistry an Observable Thu, 15 Nov 2012 17:31:07 GMT Frederik Heber [145498] * src/Shapes/Makefile.am (modified) * src/Shapes/ShapeRegistry.cpp (added) * src/Shapes/ShapeRegistry.hpp (added) ShapeRegistry added