This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MoleCuilder". The branch, GUI_TesselatedLargeMolecules has been updated via 9152f55e9acb1ec1bcddd08248af17fe193f3d5c (commit) via 975cd086d8fb7bebc6f153ed2929294c650ca974 (commit) via 6c1a9867afae698c9960d65a071636ad8750cb70 (commit) via 16de4ab3a020c943a28442b0f393209522e02e81 (commit) via 5fb01183e168093637148acd51d1a44b9cf4ae54 (commit) from a6663c4c6a601e59af979e8f8b82299069ccf653 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9152f55e9acb1ec1bcddd08248af17fe193f3d5c Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Wed Nov 12 23:35:35 2014 +0100 Molecules can be (un)selected by clicking on the tesselation hull. commit 975cd086d8fb7bebc6f153ed2929294c650ca974 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Wed Nov 12 23:26:05 2014 +0100 Hovering over molecules is working including update of QtInfoBox. commit 6c1a9867afae698c9960d65a071636ad8750cb70 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Wed Nov 12 20:01:33 2014 +0100 GLMoleculeObject_molecule listens to AtomMoved signal to update hull only when necessary. commit 16de4ab3a020c943a28442b0f393209522e02e81 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Wed Nov 12 19:59:51 2014 +0100 tempcommit: Set TesselationHull radius to 2., independent of mol's bounding sphere. commit 5fb01183e168093637148acd51d1a44b9cf4ae54 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Wed Nov 12 19:14:17 2014 +0100 Molecule relays atom's PositionChanged as AtomMoved signal. - this allows to update tesselation hull only when something changed. ----------------------------------------------------------------------- Summary of changes: src/Atom/atom.cpp | 10 ++- src/UIElements/Qt4/QtMainWindow.cpp | 3 +- .../Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp | 84 +++++++++++++++++--- .../Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp | 9 ++- src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp | 17 ++++- src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp | 4 +- src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp | 10 ++- src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp | 6 +- src/UIElements/Views/Qt4/QtInfoBox.cpp | 37 ++++++++- src/UIElements/Views/Qt4/QtInfoBox.hpp | 6 +- src/molecule.cpp | 38 +++++++++ src/molecule.hpp | 5 + 12 files changed, 202 insertions(+), 27 deletions(-) hooks/post-receive -- MoleCuilder