# # ChangeLog for src/Shapes/ShapeRegistry.cpp # # Generated by Trac 1.4.4 # Mar 16, 2025, 2:46:15 AM 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 Fri, 16 Nov 2012 11:10:56 GMT Frederik Heber [70e9eb] * src/Shapes/ShapeRegistry.cpp (modified) * src/UIElements/Views/Qt4/QtShapeController.cpp (modified) FIX: segfault when removing shapes * "delete" button called wrong ... 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