#
# ChangeLog for src/Actions/ShapeAction
#
# Generated by Trac 1.4.4
# Mar 26, 2025, 3:59:11 PM

Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [12098a]
	* src/Actions/ShapeAction/RemoveShapeAction.cpp (modified)
	* src/Actions/ShapeAction/RemoveShapeAction.def (modified)

	Refactoring: use vector<Shape> instead of vector<Shape*> in ...


Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [29ea65]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/StretchShapeAction.cpp (added)
	* src/Actions/ShapeAction/StretchShapeAction.def (added)
	* src/Actions/ShapeAction/StretchShapeAction.hpp (added)
	* src/UIElements/Views/Qt4/QtShapeController.cpp (modified)
	* tests/Python/AllActions/options.dat (modified)

	StretchShapeAction added


Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [3ce0f1]
	* src/Actions/ShapeAction/RotateShapeAction.cpp (modified)
	* src/Actions/ShapeAction/RotateShapeAction.def (modified)

	RotateShapeAction now handles center!=0


Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [7e19060]
	* src/Actions/ShapeAction/CreateShapeAction.cpp (modified)
	* src/Actions/ShapeAction/RotateShapeAction.cpp (modified)

	use degrees as angle input in shape actions


Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [a2bbb1]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/RotateShapeAction.cpp (added)
	* src/Actions/ShapeAction/RotateShapeAction.def (added)
	* src/Actions/ShapeAction/RotateShapeAction.hpp (added)

	RotateShapeAction added


Fri, 14 Dec 2012 17:40:13 GMT Frederik Heber <heber@…> [0b5057]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/TranslateShapeAction.cpp (added)
	* src/Actions/ShapeAction/TranslateShapeAction.def (added)
	* src/Actions/ShapeAction/TranslateShapeAction.hpp (added)
	* tests/Python/AllActions/options.dat (modified)

	TranslateShapeAction added


Fri, 16 Nov 2012 11:10:27 GMT Frederik Heber <heber@…> [f20da5]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/RemoveShapeAction.cpp (added)
	* src/Actions/ShapeAction/RemoveShapeAction.def (added)
	* src/Actions/ShapeAction/RemoveShapeAction.hpp (added)

	RemoveShapeAction added


Fri, 16 Nov 2012 11:10:27 GMT Frederik Heber <heber@…> [d893672]
	* src/Actions/ShapeAction/CreateShapeAction.cpp (modified)

	CreateShapeAction: redo() implemented


Fri, 16 Nov 2012 11:10:27 GMT Frederik Heber <heber@…> [842aac]
	* src/Actions/FillAction/FillSurfaceAction.cpp (modified)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/CreateShapeAction.cpp (modified)
	* src/Actions/ShapeAction/CreateShapeAction.def (modified)
	* src/Actions/ShapeAction/SetShapeAction.cpp (deleted)
	* src/Actions/ShapeAction/SetShapeAction.def (deleted)
	* src/Actions/ShapeAction/SetShapeAction.hpp (deleted)
	* src/Shapes/ShapeFactory.cpp (modified)
	* src/Shapes/ShapeFactory.hpp (modified)
	* src/Shapes/unittests/ShapeFactoryUnitTest.cpp (modified)
	* tests/regression/Analysis/DipoleCorrelation-DiscreteAngles/testsuite-analysis-dipole-correlation-discrete-angles.at (modified)
	* tests/regression/Atoms/RemoveCuboid/testsuite-atoms-remove-cuboid.at (modified)
	* tests/regression/Atoms/RemoveSphere/testsuite-atoms-remove-sphere.at (modified)
	* tests/regression/Filling/SphericalSurface/testsuite-molecules-fill-spherical-surface.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid-with-defaults.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideCuboid/testsuite-selection-unselect-atoms-inside-cuboid.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-select-atoms-inside-sphere.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-select-atoms-inside-tiny-sphere.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-unselect-atoms-inside-sphere.at (modified)
	* tests/regression/Selection/Atoms/AtomsInsideSphere/testsuite-selection-unselect-atoms-inside-tiny-sphere.at (modified)

	Refactoring: FillSurfaceAction uses ShapeRegistry


Thu, 15 Nov 2012 17:31:11 GMT Frederik Heber <heber@…> [d475a6]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/CombineShapesAction.cpp (added)
	* src/Actions/ShapeAction/CombineShapesAction.def (added)
	* src/Actions/ShapeAction/CombineShapesAction.hpp (added)
	* tests/Python/AllActions/options.dat (modified)

	CombineShapesAction added


Thu, 15 Nov 2012 17:31:09 GMT Frederik Heber <heber@…> [4cd00e]
	* src/Actions/ShapeAction/SetShapeAction.def (modified)
	* src/Parameters/Makefile.am (modified)
	* src/Parameters/Validators/Specific/ShapeNameValidator.cpp (modified)
	* src/Parameters/Validators/Specific/ShapeNameValidator.hpp (modified)
	* src/Parameters/Validators/Specific/ShapeTypeValidator.cpp (added)
	* src/Parameters/Validators/Specific/ShapeTypeValidator.hpp (added)

	ShapeName/TypeValidator implemented and renamed


Thu, 15 Nov 2012 17:31:08 GMT Frederik Heber <heber@…> [6131d8]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/CreateShapeAction.cpp (added)
	* src/Actions/ShapeAction/CreateShapeAction.def (added)
	* src/Actions/ShapeAction/CreateShapeAction.hpp (added)
	* tests/Python/AllActions/options.dat (modified)

	CreateShapeAction added


Thu, 15 Nov 2012 17:31:06 GMT Frederik Heber <heber@…> [98d03b]
	* src/Actions/ShapeAction/SetShapeAction.def (modified)
	* src/Parameters/Makefile.am (modified)
	* src/Parameters/Validators/Specific/ShapeNameValidator.cpp (added)
	* src/Parameters/Validators/Specific/ShapeNameValidator.hpp (added)
	* src/Shapes/ShapeFactory.cpp (modified)
	* src/Shapes/ShapeFactory.hpp (modified)

	ShapeNameValidator added


Thu, 15 Nov 2012 17:31:06 GMT Frederik Heber <heber@…> [4dc309]
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/ShapeAction/SetShapeAction.cpp (added)
	* src/Actions/ShapeAction/SetShapeAction.def (added)
	* src/Actions/ShapeAction/SetShapeAction.hpp (added)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.hpp (modified)
	* src/UIElements/Menu/MenuDescription.cpp (modified)
	* tests/Python/AllActions/options.dat (modified)

	SetShapeAction added