# # ChangeLog for src/UIElements/Views/Qt4/Qt3D # # Generated by Trac 1.4.4 # Apr 19, 2025, 6:52:55 AM Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [7188b1] * configure.ac (modified) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (deleted) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (deleted) * 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/World.cpp (modified) * src/World.hpp (modified) * src/atom_atominfo.cpp (modified) * src/atom_atominfo.hpp (modified) * src/atom_bondedparticleinfo.cpp (modified) * src/atom_bondedparticleinfo.hpp (modified) * src/atom_observable.cpp (added) * src/atom_observable.hpp (added) * src/atom_particleinfo.cpp (modified) * src/atom_particleinfo.hpp (modified) Introduced atom_observables and GLWorldView observes World, ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [029bb4] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) Hovering is now working too. - signal chain installed from ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [06ebf5] * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) Clicking on atoms works. - GLMoleculeObject_atom, GLMoleculeScene, ... Thu, 06 Oct 2011 15:06:16 GMT Frederik Heber [907636] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeScene.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/element.cpp (modified) * src/periodentafel.cpp (modified) First working version of GLWorldView that show atoms and molecules. ... Thu, 06 Oct 2011 15:06:13 GMT Frederik Heber [04f017] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified) * src/UIElements/Views/Qt4/teapotview.cpp (deleted) * src/UIElements/Views/Qt4/teapotview.hpp (deleted) Removed teapotview.?pp again. - Functionality is contained in ... Thu, 06 Oct 2011 12:08:31 GMT Frederik Heber [d238e7] * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Views/Qt4/GLMoleculeView.cpp (deleted) * src/UIElements/Views/Qt4/GLMoleculeView.hpp (deleted) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (added) * src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (added) Replaced GLMoleculeView by Qt3D/GLWorldView, which is as of now a ...