#
# ChangeLog for src/UIElements/Views/Qt4/Plotting
#
# Generated by Trac 1.4.4
# Mar 22, 2025, 10:22:34 AM

Tue, 29 Apr 2014 12:42:43 GMT Frederik Heber <heber@…> [a2a2f7]
	* src/Actions/ActionSequence.cpp (modified)
	* src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp (modified)
	* src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp (modified)
	* src/Actions/ShapeAction/RemoveShapeAction.cpp (modified)
	* src/Actions/ShapeAction/StretchShapeAction.cpp (modified)
	* src/Analysis/analysis_correlation.cpp (modified)
	* src/Box.cpp (modified)
	* src/Filling/Mesh/CubeMesh.cpp (modified)
	* src/Fragmentation/AdaptivityMap.cpp (modified)
	* src/Fragmentation/BondsPerShortestPath.cpp (modified)
	* src/Fragmentation/Exporters/ExportGraph.cpp (modified)
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Homology/FragmentEdge.cpp (modified)
	* src/Fragmentation/Homology/FragmentNode.cpp (modified)
	* src/Fragmentation/Homology/HomologyContainer.hpp (modified)
	* src/Fragmentation/Homology/HomologyGraph.cpp (modified)
	* src/Fragmentation/Homology/unittests/stubs/FragmentStub.cpp (modified)
	* src/Fragmentation/Summation/Containers/FragmentationResultContainer.hpp (modified)
	* src/Fragmentation/Summation/Containers/MPQCData.hpp (modified)
	* src/Fragmentation/Summation/IndexSetContainer.cpp (modified)
	* src/Fragmentation/Summation/SetValues/Fragment.cpp (modified)
	* src/Fragmentation/Summation/SetValues/unittests/EigenvaluesUnitTest.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/FunctionApproximation/Extractors.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/Jobs/MPQCJob.cpp (modified)
	* src/Jobs/WindowGrid_converter.cpp (modified)
	* src/Parameters/Validators/Specific/TimeStepPresentValidator.cpp (modified)
	* src/Potentials/Specifics/FourBodyPotential_Torsion.cpp (modified)
	* src/Potentials/Specifics/ThreeBodyPotential_Angle.cpp (modified)
	* src/Shapes/BaseShapes.cpp (modified)
	* src/Tesselation/boundary.cpp (modified)
	* src/Tesselation/tesselation.cpp (modified)
	* src/Tesselation/tesselationhelpers.cpp (modified)
	* src/UIElements/Qt4/Query/QtQueryList.hpp (modified)
	* src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlotPage.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp (modified)
	* src/UIElements/Views/Qt4/QtTimeLine.cpp (modified)

	Huge warning fix.

	- fixed unused variables.
	- fixed set but unused ...


Tue, 04 Mar 2014 23:24:56 GMT Frederik Heber <heber@…> [6497a3]
	* src/UIElements/Views/Qt4/Plotting/Makefile.am (modified)

	DISTFIX: QwtPlotting had extra _ in QWTHEADER declaration.

	- this ...


Mon, 14 Oct 2013 23:41:38 GMT Frederik Heber <heber@…> [b677ab]
	* src/UIElements/Views/Qt4/Plotting/QSeisPageRegistry.hpp (modified)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (modified)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlot.hpp (modified)
	* src/UIElements/Views/Qt4/QtFragmentList.cpp (modified)
	* src/UIElements/Views/Qt4/QtHomologyList.cpp (modified)
	* src/UIElements/Views/Qt4/QtHomologyList.hpp (modified)

	Added QSeisPlotPage to QtHomologyList.

	- spawning QSeisPlotCurves ...


Mon, 14 Oct 2013 23:41:35 GMT Frederik Heber <heber@…> [35302b]
	* m4/qwt.m4 (modified)
	* src/UIElements/Makefile.am (modified)
	* src/UIElements/Views/Qt4/Plotting/Makefile.am (added)
	* src/UIElements/Views/Qt4/Plotting/QListWidgetCurveItem.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QListWidgetCurveItem.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QScrollZoomer/ScrollBar.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QScrollZoomer/ScrollBar.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QScrollZoomer/ScrollZoomer.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QScrollZoomer/ScrollZoomer.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisCurveRegistry.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisCurveRegistry.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisData.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisData.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPageRegistry.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPageRegistry.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlot.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlotCurve.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlotCurve.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlotPage.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlotPage.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser_plotcurve.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser_plotcurve.hpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser_plottype.cpp (added)
	* src/UIElements/Views/Qt4/Plotting/XMLParser/QSeisXMLParser_plottype.hpp (added)
	* tests/CodeChecks/testsuite-project-disclaimer.at (modified)

	Added many files from project Seismolo.

	- we either had the choice ...