# # ChangeLog for src/Views/QT4 # # Generated by Trac 1.4.4 # Jan 17, 2025, 9:14:24 PM Tue, 26 Jan 2010 16:25:25 GMT Tillmann Crueger [cef1d7] * configure.ac (modified) * m4/acx_pthread.m4 (added) * m4/ax_check_gl.m4 (added) * m4/ax_check_glu.m4 (added) * src/Makefile.am (modified) * src/Menu/QT4/QTMenu.hpp (modified) * src/UIElements/QT4/QTDialog.hpp (modified) * src/UIElements/QT4/QTMainWindow.cpp (modified) * src/UIElements/QT4/QTMainWindow.hpp (modified) * src/Views/QT4/GLMoleculeView.cpp (added) * src/Views/QT4/GLMoleculeView.hpp (added) * src/Views/QT4/QTMoleculesView.hpp (modified) Added basic structure for a GL-Visualization of molecules. Thu, 21 Jan 2010 15:19:05 GMT Tillmann Crueger [90082e] * src/Views/QT4/QTMoleculesView.cpp (modified) * src/Views/QT4/QTMoleculesView.hpp (modified) Enabled editing of molecule names Thu, 21 Jan 2010 14:45:25 GMT Tillmann Crueger [6adb96] * src/Actions/small_actions.cpp (modified) * src/UIElements/QT4/QTDialog.cpp (modified) * src/Views/QT4/QTMoleculesView.cpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/moleculelist.cpp (modified) Added possibility for views to catch name changes of molecules Thu, 21 Jan 2010 14:01:16 GMT Tillmann Crueger [57ee0d] * src/Makefile.am (modified) * src/Patterns/Observer.hpp (modified) * src/UIElements/QT4/QTMainWindow.cpp (modified) * src/UIElements/QT4/QTMainWindow.hpp (modified) * src/Views/QT4/QTMoleculesView.cpp (added) * src/Views/QT4/QTMoleculesView.hpp (added) * src/molecule.hpp (modified) * src/moleculelist.cpp (modified) * src/unittests/ObserverTest.cpp (modified) * src/unittests/ObserverTest.hpp (modified) Added a view that displays all molecules using a QTableWidget