# # ChangeLog for src/UIElements/Qt4/QtDialog.hpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 5:57:52 AM Thu, 11 Jun 2015 23:21:41 GMT Frederik Heber [37a67f] * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Dialog_impl_pre.hpp (added) * src/UIElements/Dialog_impl_undef.hpp (added) * src/UIElements/GlobalListOfParameterQueries.hpp (added) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Replaced Query.. class and query..() function declarations in ... Thu, 11 Jun 2015 23:21:41 GMT Frederik Heber [33e801] * src/Actions/Values.cpp (modified) * src/Actions/Values.hpp (modified) * src/Actions/toCLIString.cpp (modified) * src/Actions/toCLIString.hpp (modified) * src/Actions/toPythonString.cpp (modified) * src/Actions/toPythonString.hpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/Specifics/KeyValuePair.hpp (added) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp (added) * src/UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp (added) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/TextUI/Query/KeyValuePairTextQuery.cpp (added) * src/UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added ParameterPair (i.e. "key = value;") to allow other string ... Sun, 17 May 2015 12:06:12 GMT Frederik Heber [3a4be0] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (deleted) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (deleted) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (deleted) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) FIX: Removed specific queries for ... Mon, 02 Feb 2015 21:52:28 GMT Frederik Heber [835770] * src/UIElements/Qt4/QtDialog.hpp (modified) FIX: Qt and boost crash together in boost::Q_FOREACH. - added ... Tue, 09 Sep 2014 22:27:26 GMT Frederik Heber [163110] * src/Actions/Action.cpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/QtUIFactory.cpp (modified) * src/UIElements/Qt4/QtUIFactory.hpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/UIElements/TextUI/TextUIFactory.cpp (modified) * src/UIElements/TextUI/TextUIFactory.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/UIElements/Views/Qt4/QtToolBar.cpp (modified) In QTUI Dialog window now has a meaningful title. - Dialog cstor ... Sat, 05 Oct 2013 09:31:54 GMT Frederik Heber [f130d4] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (modified) * src/UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Qt's labels now show description as tool text. - had to streamline ... Wed, 18 Jul 2012 14:02:13 GMT Michael Ankele [9d5531] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/RealSpaceMatrixQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/RealSpaceMatrixQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (modified) * src/UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/Query/AtomQuery.cpp (modified) * src/UIElements/Query/AtomsQuery.cpp (modified) * src/UIElements/Query/BooleanQuery.cpp (modified) * src/UIElements/Query/DoubleQuery.cpp (modified) * src/UIElements/Query/DoublesQuery.cpp (modified) * src/UIElements/Query/ElementQuery.cpp (modified) * src/UIElements/Query/ElementsQuery.cpp (modified) * src/UIElements/Query/FileQuery.cpp (modified) * src/UIElements/Query/FilesQuery.cpp (modified) * src/UIElements/Query/IntQuery.cpp (modified) * src/UIElements/Query/IntsQuery.cpp (modified) * src/UIElements/Query/MoleculeQuery.cpp (modified) * src/UIElements/Query/MoleculesQuery.cpp (modified) * src/UIElements/Query/RandomNumberDistribution_ParametersQuery.cpp (modified) * src/UIElements/Query/RealSpaceMatrixQuery.cpp (modified) * src/UIElements/Query/StringQuery.cpp (modified) * src/UIElements/Query/StringsQuery.cpp (modified) * src/UIElements/Query/UnsignedIntQuery.cpp (modified) * src/UIElements/Query/UnsignedIntsQuery.cpp (modified) * src/UIElements/Query/VectorQuery.cpp (modified) * src/UIElements/Query/VectorsQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) VectorQuery: removed obsolete _check parameter Wed, 11 Jul 2012 13:02:17 GMT Frederik Heber [bd81f9] * configure.ac (modified) * m4/ax_jobmarket.m4 (added) * src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (added) * src/Actions/FragmentationAction/FragmentationAutomationAction.def (added) * src/Actions/FragmentationAction/FragmentationAutomationAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/Atom/atom_observable.cpp (modified) * src/ControllerOptions_MPQCCommandJob.cpp (added) * src/ControllerOptions_MPQCCommandJob.hpp (added) * src/Fragmentation/MatrixContainer.cpp (modified) * src/Fragmentation/MatrixContainer.hpp (modified) * src/Jobs/MPQCCommandJob.cpp (added) * src/Jobs/MPQCCommandJob.hpp (added) * src/Jobs/MPQCCommandJob_MPQCData.cpp (added) * src/Jobs/MPQCCommandJob_MPQCData.hpp (added) * src/Jobs/Makefile.am (added) * src/Jobs/unittests/MPQCCommandJobUnitTest.cpp (added) * src/Jobs/unittests/MPQCCommandJobUnitTest.hpp (added) * src/Jobs/unittests/MPQCDataUnitTest.cpp (added) * src/Jobs/unittests/MPQCDataUnitTest.hpp (added) * src/Jobs/unittests/Makefile.am (added) * src/Makefile.am (modified) * src/Server.cpp (added) * src/Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.cpp (modified) * src/Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (added) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Query/FilesQuery.cpp (added) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/controller.cpp (added) * src/controller_AddOn_MPQCCommandJob.cpp (added) * src/controller_MPQCCommandJob.cpp (added) * src/controller_MPQCCommandJob.hpp (added) * src/poolworker.cpp (added) * src/unittests/Makefile.am (modified) * tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/testsuite-globallistofactions_hpp.at (modified) * tests/Fragmentations/Makefile.am (modified) * tests/JobMarket/Makefile.am (added) * tests/JobMarket/atlocal.in (added) * tests/JobMarket/molecuilder.in (added) * tests/JobMarket/mpqc.cpp (added) * tests/JobMarket/pre/BondFragment00.in (added) * tests/JobMarket/pre/BondFragment00.out (added) * tests/JobMarket/pre/BondFragment01.out (added) * tests/JobMarket/pre/BondFragment02.out (added) * tests/JobMarket/pre/BondFragment03.out (added) * tests/JobMarket/pre/BondFragment04.out (added) * tests/JobMarket/pre/BondFragment05.out (added) * tests/JobMarket/pre/BondFragment06.out (added) * tests/JobMarket/pre/BondFragmentAdjacency.dat (added) * tests/JobMarket/pre/BondFragmentForces-Factors.dat (added) * tests/JobMarket/pre/BondFragmentKeySets.dat (added) * tests/JobMarket/testsuite-jobmarket-molecuilderrun.at (added) * tests/JobMarket/testsuite-jobmarket-mpqc-jobs.at (added) * tests/JobMarket/testsuite-jobmarket-stand-in-mpqc.at (added) * tests/JobMarket/testsuite-jobmarket.at (added) * tests/JobMarket/testsuite.at (added) * tests/Makefile.am (modified) * tests/Python/AllActions/options.dat (modified) * tests/Python/Makefile.am (modified) * tests/Tesselations/Makefile.am (modified) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Merge branch 'Candidate_v1.3.0' into stable Conflicts: ... Fri, 06 Jul 2012 10:18:42 GMT Frederik Heber [2c5765] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (added) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Query/FilesQuery.cpp (added) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added Query for File_s_, i.e. vector of boost::filesystem::path. Wed, 13 Jun 2012 17:39:06 GMT Frederik Heber [7d9416] * src/Actions/Values.cpp (modified) * src/Actions/Values.hpp (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.def (modified) * src/Actions/WorldAction/ChangeBoxAction.cpp (modified) * src/Actions/WorldAction/ChangeBoxAction.def (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp (moved) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/RealSpaceMatrixQtQueryPipe.cpp (moved) * src/UIElements/Qt4/Pipe/RealSpaceMatrixQtQueryPipe.hpp (moved) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp (moved) * src/UIElements/Query/RealSpaceMatrixQuery.cpp (moved) * src/UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp (moved) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Turned query into query - CenterInBox and ... Mon, 11 Jun 2012 09:53:19 GMT Frederik Heber [f10b0c] * src/Actions/Action.cpp (modified) * src/Actions/Action.hpp (modified) * src/Actions/Action_impl_header.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/DipoleCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/AtomAction/AddAction.cpp (modified) * src/Actions/AtomAction/AddAction.def (modified) * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.cpp (modified) * src/Actions/AtomAction/SaveSelectedAtomsAction.cpp (modified) * src/Actions/AtomAction/TranslateAction.cpp (modified) * src/Actions/CommandAction/BondLengthTableAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/CommandAction/FastParsingAction.cpp (modified) * src/Actions/CommandAction/HelpAction.cpp (modified) * src/Actions/CommandAction/VerboseAction.cpp (modified) * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Actions/FillAction/FillSphericalSurfaceAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/GraphAction/DepthFirstSearchAction.cpp (modified) * src/Actions/MoleculeAction/BondFileAction.cpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp (modified) * src/Actions/MoleculeAction/LoadAction.cpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/Actions/MoleculeAction/SaveSelectedMoleculesAction.cpp (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.cpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/ParserAction/ParseTremoloPotentialsAction.cpp (modified) * src/Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.cpp (modified) * src/Actions/ParserAction/SetOutputFormatsAction.cpp (modified) * src/Actions/ParserAction/SetParserParametersAction.cpp (modified) * src/Actions/ParserAction/SetTremoloAtomdataAction.cpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.cpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersEngineAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByElementAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/AtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByNameAction.cpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByNameAction.cpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Actions/WorldAction/ChangeBoxAction.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Actions/WorldAction/OutputAction.cpp (modified) * src/Actions/WorldAction/RepeatBoxAction.cpp (modified) * src/Actions/WorldAction/ScaleBoxAction.cpp (modified) * src/Actions/WorldAction/SetBoundaryConditionsAction.cpp (modified) * src/Actions/WorldAction/SetDefaultNameAction.cpp (modified) * src/Actions/WorldAction/SetWorldTimeAction.cpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/Parameters/Parameter.hpp (modified) * src/Parameters/Parameter_impl.hpp (modified) * src/Parameters/StreamOperators.hpp (added) * src/Parameters/Value.hpp (modified) * src/Parameters/Value_impl.hpp (modified) * src/Parameters/VectorFromString.hpp (deleted) * src/Parameters/unittests/Makefile.am (modified) * src/Parser/Parameters/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/Query/AtomQuery.cpp (modified) * src/UIElements/Query/AtomsQuery.cpp (modified) * src/UIElements/Query/BooleanQuery.cpp (modified) * src/UIElements/Query/BoxQuery.cpp (modified) * src/UIElements/Query/DoubleQuery.cpp (modified) * src/UIElements/Query/DoublesQuery.cpp (modified) * src/UIElements/Query/ElementQuery.cpp (modified) * src/UIElements/Query/ElementsQuery.cpp (modified) * src/UIElements/Query/FileQuery.cpp (modified) * src/UIElements/Query/IntQuery.cpp (modified) * src/UIElements/Query/IntsQuery.cpp (modified) * src/UIElements/Query/MoleculeQuery.cpp (modified) * src/UIElements/Query/MoleculesQuery.cpp (modified) * src/UIElements/Query/RandomNumberDistribution_ParametersQuery.cpp (modified) * src/UIElements/Query/StringQuery.cpp (modified) * src/UIElements/Query/StringsQuery.cpp (modified) * src/UIElements/Query/UnsignedIntQuery.cpp (modified) * src/UIElements/Query/UnsignedIntsQuery.cpp (modified) * src/UIElements/Query/VectorQuery.cpp (modified) * src/UIElements/Query/VectorsQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BoxTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * tests/regression/Atoms/Add/testsuite-atoms-add.at (modified) disastrously big and ugly commit - using new Parameter classes: ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [12948c] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntsQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for std::vector of unsigned int. - this is ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [838cd0] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for unsigned int. - this is preparatory to switch ... Thu, 03 Feb 2011 09:59:57 GMT Frederik Heber [0275ad] * configure.ac (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.cpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.def (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersEngineAction.cpp (modified) * src/Actions/RandomNumbersAction/SetRandomNumbersEngineAction.def (modified) * src/Actions/ValueStorage.cpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/RandomNumberDistribution.hpp (modified) * src/RandomNumbers/RandomNumberDistributionFactory.cpp (modified) * src/RandomNumbers/RandomNumberDistributionFactory.def (modified) * src/RandomNumbers/RandomNumberDistributionFactory.hpp (modified) * src/RandomNumbers/RandomNumberDistributionFactory.undef (modified) * src/RandomNumbers/RandomNumberDistribution_Encapsulation.cpp (modified) * src/RandomNumbers/RandomNumberDistribution_Encapsulation.hpp (modified) * src/RandomNumbers/RandomNumberDistribution_Parameters.cpp (added) * src/RandomNumbers/RandomNumberDistribution_Parameters.hpp (added) * src/RandomNumbers/RandomNumberEngine.hpp (modified) * src/RandomNumbers/RandomNumberEngineFactory.cpp (modified) * src/RandomNumbers/RandomNumberEngineFactory.def (modified) * src/RandomNumbers/RandomNumberEngineFactory.hpp (modified) * src/RandomNumbers/RandomNumberEngineFactory.undef (modified) * src/RandomNumbers/RandomNumberEngine_Encapsulation.hpp (modified) * src/RandomNumbers/RandomNumberEngine_Parameters.cpp (added) * src/RandomNumbers/RandomNumberEngine_Parameters.hpp (added) * src/RandomNumbers/RandomNumberGeneratorFactory.def (modified) * src/RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.cpp (modified) * src/RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.hpp (modified) * src/RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.cpp (modified) * src/RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (added) * src/UIElements/Query/RandomNumberDistribution_ParametersQuery.cpp (added) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/unittests/DummyUI.hpp (modified) * tests/regression/RandomNumbers/Distribution/testsuite-set-random-number-distribution.at (modified) * tests/regression/RandomNumbers/Engine/testsuite-set-random-number-engine.at (modified) Final step in Random numbers is done ... - requires CodePatterns ... Thu, 23 Dec 2010 17:40:13 GMT Frederik Heber [56f73b] * src/Actions/Action.hpp (modified) * src/Actions/ActionHistory.hpp (modified) * src/Actions/ActionRegistry.hpp (modified) * src/Actions/ActionSequence.hpp (modified) * src/Actions/Action_impl_header.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/AnalysisAction/PrincipalAxisSystemAction.hpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.hpp (modified) * src/Actions/AtomAction/AddAction.hpp (modified) * src/Actions/AtomAction/ChangeElementAction.hpp (modified) * src/Actions/AtomAction/RemoveAction.hpp (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.hpp (modified) * src/Actions/AtomAction/TranslateAction.hpp (modified) * src/Actions/AtomsCalculation.hpp (modified) * src/Actions/AtomsCalculation_impl.hpp (modified) * src/Actions/Calculation.hpp (modified) * src/Actions/Calculation_impl.hpp (modified) * src/Actions/CommandAction/BondLengthTableAction.hpp (modified) * src/Actions/CommandAction/ElementDbAction.hpp (modified) * src/Actions/CommandAction/FastParsingAction.hpp (modified) * src/Actions/CommandAction/HelpAction.hpp (modified) * src/Actions/CommandAction/VerboseAction.hpp (modified) * src/Actions/CommandAction/VersionAction.hpp (modified) * src/Actions/CommandAction/WarrantyAction.hpp (modified) * src/Actions/ErrorAction.hpp (modified) * src/Actions/FragmentationAction/ConstructBondGraphAction.hpp (modified) * src/Actions/FragmentationAction/DepthFirstSearchAction.hpp (modified) * src/Actions/FragmentationAction/FragmentationAction.hpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.hpp (modified) * src/Actions/MakroAction.hpp (modified) * src/Actions/ManipulateAtomsProcess.hpp (modified) * src/Actions/MethodAction.hpp (modified) * src/Actions/MoleculeAction/BondFileAction.hpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.hpp (modified) * src/Actions/MoleculeAction/CopyAction.hpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.hpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.hpp (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp (modified) * src/Actions/MoleculeAction/LoadAction.hpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.hpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.hpp (modified) * src/Actions/MoleculeAction/SaveAction.hpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.hpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.hpp (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.hpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.hpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.hpp (modified) * src/Actions/OptionRegistry.hpp (modified) * src/Actions/OptionTrait.hpp (modified) * src/Actions/Process.hpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsAction.hpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideCuboidAction.hpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsInsideSphereAction.hpp (modified) * src/Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp (modified) * src/Actions/SelectionAction/Atoms/AtomByElementAction.hpp (modified) * src/Actions/SelectionAction/Atoms/AtomByIdAction.hpp (modified) * src/Actions/SelectionAction/Atoms/ClearAllAtomsAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsInsideSphereAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByElementAction.hpp (modified) * src/Actions/SelectionAction/Atoms/NotAtomByIdAction.hpp (modified) * src/Actions/SelectionAction/Molecules/AllMoleculesAction.hpp (modified) * src/Actions/SelectionAction/Molecules/ClearAllMoleculesAction.hpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByFormulaAction.hpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByIdAction.hpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByNameAction.hpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeByOrderAction.hpp (modified) * src/Actions/SelectionAction/Molecules/MoleculeOfAtomAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotAllMoleculesAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByIdAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByNameAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.hpp (modified) * src/Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.hpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.hpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/Actions/Values.hpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.hpp (modified) * src/Actions/WorldAction/BoundInBoxAction.hpp (modified) * src/Actions/WorldAction/CenterInBoxAction.hpp (modified) * src/Actions/WorldAction/CenterOnEdgeAction.hpp (modified) * src/Actions/WorldAction/ChangeBoxAction.hpp (modified) * src/Actions/WorldAction/InputAction.hpp (modified) * src/Actions/WorldAction/OutputAction.hpp (modified) * src/Actions/WorldAction/RepeatBoxAction.hpp (modified) * src/Actions/WorldAction/ScaleBoxAction.hpp (modified) * src/Actions/WorldAction/SetDefaultNameAction.hpp (modified) * src/Actions/WorldAction/SetGaussianBasisAction.hpp (modified) * src/Actions/WorldAction/SetOutputFormatsAction.hpp (modified) * src/Actions/unittests/ActionRegistryUnitTest.hpp (modified) * src/Actions/unittests/ActionSequenceUnitTest.hpp (modified) * src/Actions/unittests/AtomsCalculationUnitTest.hpp (modified) * src/Actions/unittests/ManipulateAtomsUnitTest.hpp (modified) * src/AtomSet.hpp (modified) * src/AtomicInfo.hpp (modified) * src/BoundaryLineSet.hpp (modified) * src/BoundaryMaps.hpp (modified) * src/BoundaryPointSet.hpp (modified) * src/BoundaryPolygonSet.hpp (modified) * src/BoundaryTriangleSet.hpp (modified) * src/Box.hpp (modified) * src/CandidateForTesselation.hpp (modified) * src/Descriptors/AtomDescriptor.hpp (modified) * src/Descriptors/AtomDescriptor_impl.hpp (modified) * src/Descriptors/AtomIdDescriptor.hpp (modified) * src/Descriptors/AtomIdDescriptor_impl.hpp (modified) * src/Descriptors/AtomOfMoleculeSelectionDescriptor.hpp (modified) * src/Descriptors/AtomOfMoleculeSelectionDescriptor_impl.hpp (modified) * src/Descriptors/AtomSelectionDescriptor.hpp (modified) * src/Descriptors/AtomSelectionDescriptor_impl.hpp (modified) * src/Descriptors/AtomShapeDescriptor.hpp (modified) * src/Descriptors/AtomShapeDescriptor_impl.hpp (modified) * src/Descriptors/AtomTypeDescriptor.hpp (modified) * src/Descriptors/AtomTypeDescriptor_impl.hpp (modified) * src/Descriptors/DescriptorBase.hpp (modified) * src/Descriptors/DescriptorBase_impl.hpp (modified) * src/Descriptors/MoleculeDescriptor.hpp (modified) * src/Descriptors/MoleculeDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeFormulaDescriptor.hpp (modified) * src/Descriptors/MoleculeFormulaDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeIdDescriptor.hpp (modified) * src/Descriptors/MoleculeIdDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeNameDescriptor.hpp (modified) * src/Descriptors/MoleculeNameDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeOfAtomSelectionDescriptor.hpp (modified) * src/Descriptors/MoleculeOfAtomSelectionDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeOrderDescriptor.hpp (modified) * src/Descriptors/MoleculeOrderDescriptor_impl.hpp (modified) * src/Descriptors/MoleculePtrDescriptor.hpp (modified) * src/Descriptors/MoleculePtrDescriptor_impl.hpp (modified) * src/Descriptors/MoleculeSelectionDescriptor.hpp (modified) * src/Descriptors/MoleculeSelectionDescriptor_impl.hpp (modified) * src/Descriptors/SelectiveIterator.hpp (modified) * src/Descriptors/SelectiveIterator_impl.hpp (modified) * src/Descriptors/unittests/AtomDescriptorUnitTest.hpp (modified) * src/Descriptors/unittests/MoleculeDescriptorUnitTest.hpp (modified) * src/Exceptions/CustomException.hpp (modified) * src/Exceptions/IllegalTypeException.hpp (modified) * src/Exceptions/LinearDependenceException.hpp (modified) * src/Exceptions/MathException.hpp (modified) * src/Exceptions/MissingValueException.hpp (modified) * src/Exceptions/MultipleSolutionsException.hpp (modified) * src/Exceptions/NotInvertibleException.hpp (modified) * src/Exceptions/NotOnSurfaceException.hpp (modified) * src/Exceptions/ParseError.hpp (modified) * src/Exceptions/ShapeException.hpp (modified) * src/Exceptions/SkewException.hpp (modified) * src/Exceptions/ZeroVectorException.hpp (modified) * src/Formula.hpp (modified) * src/Helpers/defs.hpp (modified) * src/Helpers/fast_functions.hpp (modified) * src/LinearAlgebra/BoxVector.hpp (modified) * src/LinearAlgebra/Eigenspace.hpp (modified) * src/LinearAlgebra/Line.hpp (modified) * src/LinearAlgebra/LineSegment.hpp (modified) * src/LinearAlgebra/LineSegmentSet.hpp (modified) * src/LinearAlgebra/MatrixContent.hpp (modified) * src/LinearAlgebra/MatrixVector_ops.hpp (modified) * src/LinearAlgebra/Plane.hpp (modified) * src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * src/LinearAlgebra/Space.hpp (modified) * src/LinearAlgebra/Subspace.hpp (modified) * src/LinearAlgebra/VectorContent.hpp (modified) * src/LinearAlgebra/VectorInterface.hpp (modified) * src/LinearAlgebra/VectorSet.hpp (modified) * src/LinearAlgebra/unittests/LineUnitTest.hpp (modified) * src/LinearAlgebra/unittests/LinearSystemOfEquationsUnitTest.hpp (modified) * src/LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp (modified) * src/LinearAlgebra/unittests/MatrixContentUnitTest.hpp (modified) * src/LinearAlgebra/unittests/MatrixUnitTest.hpp (modified) * src/LinearAlgebra/unittests/PlaneUnitTest.hpp (modified) * src/LinearAlgebra/unittests/VectorContentUnitTest.hpp (modified) * src/LinearAlgebra/unittests/VectorUnitTest.hpp (modified) * src/LinearAlgebra/vector_ops.hpp (modified) * src/Parser/ChangeTracker.hpp (modified) * src/Parser/FormatParser.hpp (modified) * src/Parser/MpqcParser.hpp (modified) * src/Parser/PcpParser.hpp (modified) * src/Parser/PdbAtomInfoContainer.hpp (modified) * src/Parser/PdbKey.hpp (modified) * src/Parser/PdbParser.hpp (modified) * src/Parser/TremoloAtomInfoContainer.hpp (modified) * src/Parser/TremoloKey.hpp (modified) * src/Parser/TremoloParser.hpp (modified) * src/Parser/XyzParser.hpp (modified) * src/Parser/unittests/ParserCommonUnitTest.hpp (modified) * src/Parser/unittests/ParserTremoloUnitTest.hpp (modified) * src/PointCloud.hpp (modified) * src/Shapes/BaseShapes.hpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.hpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) * src/Shapes/unittests/ShapeUnitTest.hpp (modified) * src/SubspaceFactorizer.cpp (modified) * src/TesselPoint.hpp (modified) * src/Thermostats/Berendsen.hpp (modified) * src/Thermostats/GaussianThermostat.hpp (modified) * src/Thermostats/Langevin.hpp (modified) * src/Thermostats/NoThermostat.hpp (modified) * src/Thermostats/NoseHoover.hpp (modified) * src/Thermostats/Thermostat.hpp (modified) * src/Thermostats/Woodcock.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.hpp (modified) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.hpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/CommandLineUI/CommandLineWindow.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/MainWindow.hpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/MenuDescription.hpp (modified) * src/UIElements/Menu/MenuInterface.hpp (modified) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Menu/Qt4/QtMenuPipe.hpp (modified) * src/UIElements/Menu/TextMenu/ActionMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/DisplayMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/MenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/SeparatorMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/SubMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/TextMenu.hpp (modified) * src/UIElements/Menu/TextMenu/TxMenu.hpp (modified) * src/UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp (modified) * src/UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/Qt4/QtUIFactory.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/UIElements/TextUI/TextStatusIndicator.hpp (modified) * src/UIElements/TextUI/TextUIFactory.hpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/UIElements/Views/MethodStringView.hpp (modified) * src/UIElements/Views/Qt4/GLMoleculeView.hpp (modified) * src/UIElements/Views/Qt4/QtMoleculeView.hpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.hpp (modified) * src/UIElements/Views/Qt4/QtWorldView.hpp (modified) * src/UIElements/Views/StreamStringView.hpp (modified) * src/UIElements/Views/StringView.hpp (modified) * src/UIElements/Views/View.hpp (modified) * src/World_calculations.hpp (modified) * src/builder_init.hpp (modified) * src/datacreator.hpp (modified) * src/elements_db.hpp (modified) * src/lists.hpp (modified) * src/types.hpp (modified) * src/unittests/AnalysisBondsUnitTest.hpp (modified) * src/unittests/AnalysisCorrelationToPointUnitTest.hpp (modified) * src/unittests/AnalysisCorrelationToSurfaceUnitTest.hpp (modified) * src/unittests/AnalysisPairCorrelationUnitTest.hpp (modified) * src/unittests/BondGraphUnitTest.hpp (modified) * src/unittests/BoxUnitTest.hpp (modified) * src/unittests/CountBondsUnitTest.hpp (modified) * src/unittests/DummyUI.hpp (modified) * src/unittests/FormulaUnitTest.hpp (modified) * src/unittests/LinkedCellUnitTest.hpp (modified) * src/unittests/ListOfBondsUnitTest.hpp (modified) * src/unittests/PeriodentafelUnitTest.hpp (modified) * src/unittests/SubspaceFactorizerUnitTest.hpp (modified) * src/unittests/TesselationUnitTest.hpp (modified) * src/unittests/Tesselation_BoundaryTriangleUnitTest.hpp (modified) * src/unittests/Tesselation_InsideOutsideUnitTest.hpp (modified) * tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/testsuite-config_h.at (added) * tests/CodeChecks/testsuite-memdebug.at (added) * tests/CodeChecks/testsuite.at (modified) Added config.h also to all header files, code check test ascertain ... Sat, 04 Dec 2010 23:44:19 GMT Frederik Heber [a5ddf0] * src/Makefile.am (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (modified) * src/UIElements/Qt4/Pipe/QtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp (added) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp (added) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) All Qt...QueryPipe now have their own header file. - Query just ... Sat, 04 Dec 2010 23:42:39 GMT Frederik Heber [308aa4] * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (added) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) Moved declaration for all QtQuery.. into own header file. - Query ... Sat, 30 Oct 2010 20:42:44 GMT Frederik Heber [e4afb4] * src/Actions/Action.cpp (modified) * src/Actions/Action.hpp (modified) * src/Actions/ActionHistory.cpp (modified) * src/Actions/ActionHistory.hpp (modified) * src/Actions/ActionRegistry.cpp (modified) * src/Actions/ActionRegistry.hpp (modified) * src/Actions/ActionTraits.cpp (modified) * src/Actions/ActionTraits.hpp (modified) * src/Actions/Action_impl_header.hpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/AnalysisAction/MolecularVolumeAction.cpp (modified) * src/Actions/AnalysisAction/MolecularVolumeAction.def (modified) * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.def (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.def (modified) * src/Actions/AnalysisAction/PrincipalAxisSystemAction.cpp (modified) * src/Actions/AnalysisAction/PrincipalAxisSystemAction.def (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/SurfaceCorrelationAction.def (modified) * src/Actions/AtomAction/AddAction.cpp (modified) * src/Actions/AtomAction/AddAction.def (modified) * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/AtomAction/ChangeElementAction.def (modified) * src/Actions/AtomAction/RemoveAction.cpp (modified) * src/Actions/AtomAction/RemoveAction.def (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.cpp (modified) * src/Actions/AtomAction/RotateAroundOriginByAngleAction.def (modified) * src/Actions/AtomAction/TranslateAction.cpp (modified) * src/Actions/AtomAction/TranslateAction.def (modified) * src/Actions/AtomsCalculation.hpp (modified) * src/Actions/AtomsCalculation_impl.hpp (modified) * src/Actions/Calculation.hpp (modified) * src/Actions/Calculation_impl.hpp (modified) * src/Actions/CommandAction/BondLengthTableAction.cpp (modified) * src/Actions/CommandAction/BondLengthTableAction.def (modified) * src/Actions/CommandAction/ElementDbAction.cpp (modified) * src/Actions/CommandAction/ElementDbAction.def (modified) * src/Actions/CommandAction/FastParsingAction.cpp (modified) * src/Actions/CommandAction/FastParsingAction.def (modified) * src/Actions/CommandAction/HelpAction.cpp (modified) * src/Actions/CommandAction/HelpAction.def (modified) * src/Actions/CommandAction/VerboseAction.cpp (modified) * src/Actions/CommandAction/VerboseAction.def (modified) * src/Actions/CommandAction/VersionAction.cpp (modified) * src/Actions/CommandAction/VersionAction.def (modified) * src/Actions/CommandAction/WarrantyAction.cpp (modified) * src/Actions/CommandAction/WarrantyAction.def (modified) * src/Actions/ErrorAction.cpp (modified) * src/Actions/ErrorAction.hpp (modified) * src/Actions/FragmentationAction/ConstructBondGraphAction.cpp (modified) * src/Actions/FragmentationAction/ConstructBondGraphAction.def (modified) * src/Actions/FragmentationAction/DepthFirstSearchAction.cpp (modified) * src/Actions/FragmentationAction/DepthFirstSearchAction.def (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.def (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.cpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.def (modified) * src/Actions/Makefile.am (modified) * src/Actions/MakroAction.cpp (modified) * src/Actions/MakroAction.hpp (modified) * src/Actions/ManipulateAtomsProcess.cpp (modified) * src/Actions/ManipulateAtomsProcess.hpp (modified) * src/Actions/MapOfActions.cpp (deleted) * src/Actions/MapOfActions.hpp (deleted) * src/Actions/MethodAction.cpp (modified) * src/Actions/MethodAction.hpp (modified) * src/Actions/MoleculeAction/BondFileAction.cpp (modified) * src/Actions/MoleculeAction/BondFileAction.def (modified) * src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.def (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.def (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.def (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.def (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp (modified) * src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.def (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp (modified) * src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.def (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp (modified) * src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.def (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.def (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.cpp (modified) * src/Actions/MoleculeAction/SaveTemperatureAction.def (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.cpp (modified) * src/Actions/MoleculeAction/SuspendInWaterAction.def (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.def (modified) * src/Actions/OptionRegistry.cpp (added) * src/Actions/OptionRegistry.hpp (added) * src/Actions/OptionTrait.cpp (added) * src/Actions/OptionTrait.hpp (added) * src/Actions/ParserAction/LoadXyzAction.cpp (modified) * src/Actions/ParserAction/LoadXyzAction.def (modified) * src/Actions/ParserAction/SaveXyzAction.cpp (modified) * src/Actions/ParserAction/SaveXyzAction.def (modified) * src/Actions/Process.cpp (modified) * src/Actions/Process.hpp (modified) * src/Actions/RedoAction.cpp (added) * src/Actions/RedoAction.def (added) * src/Actions/RedoAction.hpp (added) * src/Actions/SelectionAction/AllAtomsAction.cpp (modified) * src/Actions/SelectionAction/AllAtomsAction.def (modified) * src/Actions/SelectionAction/AllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/AllAtomsInsideCuboidAction.def (modified) * src/Actions/SelectionAction/AllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/AllAtomsInsideSphereAction.def (modified) * src/Actions/SelectionAction/AllAtomsOfMoleculeAction.cpp (modified) * src/Actions/SelectionAction/AllAtomsOfMoleculeAction.def (modified) * src/Actions/SelectionAction/AllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/AllMoleculesAction.def (modified) * src/Actions/SelectionAction/AtomByElementAction.cpp (modified) * src/Actions/SelectionAction/AtomByElementAction.def (modified) * src/Actions/SelectionAction/AtomByIdAction.cpp (modified) * src/Actions/SelectionAction/AtomByIdAction.def (modified) * src/Actions/SelectionAction/ClearAllAtomsAction.cpp (modified) * src/Actions/SelectionAction/ClearAllAtomsAction.def (modified) * src/Actions/SelectionAction/ClearAllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/ClearAllMoleculesAction.def (modified) * src/Actions/SelectionAction/MoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/MoleculeByFormulaAction.def (modified) * src/Actions/SelectionAction/MoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/MoleculeByIdAction.def (modified) * src/Actions/SelectionAction/MoleculeOfAtomAction.cpp (modified) * src/Actions/SelectionAction/MoleculeOfAtomAction.def (modified) * src/Actions/SelectionAction/NotAllAtomsAction.cpp (modified) * src/Actions/SelectionAction/NotAllAtomsAction.def (modified) * src/Actions/SelectionAction/NotAllAtomsInsideCuboidAction.cpp (modified) * src/Actions/SelectionAction/NotAllAtomsInsideCuboidAction.def (modified) * src/Actions/SelectionAction/NotAllAtomsInsideSphereAction.cpp (modified) * src/Actions/SelectionAction/NotAllAtomsInsideSphereAction.def (modified) * src/Actions/SelectionAction/NotAllAtomsOfMoleculeAction.cpp (modified) * src/Actions/SelectionAction/NotAllAtomsOfMoleculeAction.def (modified) * src/Actions/SelectionAction/NotAllMoleculesAction.cpp (modified) * src/Actions/SelectionAction/NotAllMoleculesAction.def (modified) * src/Actions/SelectionAction/NotAtomByElementAction.cpp (modified) * src/Actions/SelectionAction/NotAtomByElementAction.def (modified) * src/Actions/SelectionAction/NotAtomByIdAction.cpp (modified) * src/Actions/SelectionAction/NotAtomByIdAction.def (modified) * src/Actions/SelectionAction/NotMoleculeByFormulaAction.cpp (modified) * src/Actions/SelectionAction/NotMoleculeByFormulaAction.def (modified) * src/Actions/SelectionAction/NotMoleculeByIdAction.cpp (modified) * src/Actions/SelectionAction/NotMoleculeByIdAction.def (modified) * src/Actions/SelectionAction/NotMoleculeOfAtomAction.cpp (modified) * src/Actions/SelectionAction/NotMoleculeOfAtomAction.def (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/ConvexEnvelopeAction.def (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp (modified) * src/Actions/TesselationAction/NonConvexEnvelopeAction.def (modified) * src/Actions/UndoAction.cpp (added) * src/Actions/UndoAction.def (moved) * src/Actions/UndoAction.hpp (added) * src/Actions/ValueStorage.cpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.cpp (modified) * src/Actions/WorldAction/AddEmptyBoundaryAction.def (modified) * src/Actions/WorldAction/BoundInBoxAction.cpp (modified) * src/Actions/WorldAction/BoundInBoxAction.def (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.def (modified) * src/Actions/WorldAction/CenterOnEdgeAction.cpp (modified) * src/Actions/WorldAction/CenterOnEdgeAction.def (modified) * src/Actions/WorldAction/ChangeBoxAction.cpp (modified) * src/Actions/WorldAction/ChangeBoxAction.def (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Actions/WorldAction/InputAction.def (modified) * src/Actions/WorldAction/OutputAction.cpp (modified) * src/Actions/WorldAction/OutputAction.def (modified) * src/Actions/WorldAction/RepeatBoxAction.cpp (modified) * src/Actions/WorldAction/RepeatBoxAction.def (modified) * src/Actions/WorldAction/ScaleBoxAction.cpp (modified) * src/Actions/WorldAction/ScaleBoxAction.def (modified) * src/Actions/WorldAction/SetDefaultNameAction.cpp (modified) * src/Actions/WorldAction/SetDefaultNameAction.def (modified) * src/Actions/WorldAction/SetGaussianBasisAction.cpp (modified) * src/Actions/WorldAction/SetGaussianBasisAction.def (modified) * src/Actions/WorldAction/SetOutputFormatsAction.cpp (modified) * src/Actions/WorldAction/SetOutputFormatsAction.def (modified) * src/Actions/convert5.sh (added) * src/CommandLineParser.cpp (deleted) * src/Makefile.am (modified) * src/Patterns/Registry.hpp (modified) * src/Patterns/Registry_impl.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (added) * src/UIElements/CommandLineUI/CommandLineParser.hpp (moved) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * src/UIElements/Menu/MenuDescription.hpp (modified) * src/UIElements/Menu/TextMenu.cpp (modified) * src/UIElements/Menu/TextMenu.hpp (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) * src/World_calculations.hpp (modified) * src/builder.cpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/molecule_dynamics.cpp (modified) * src/molecule_graph.cpp (modified) * src/unittests/ActionSequenceTest.cpp (modified) * src/unittests/Makefile.am (modified) * src/unittests/MenuDescriptionUnitTest.cpp (modified) * src/unittests/MenuDescriptionUnitTest.hpp (modified) * src/unittests/RegistryUnitTest.cpp (added) * src/unittests/RegistryUnitTest.hpp (added) * src/unittests/atomsCalculationTest.cpp (modified) * tests/regression/testsuite-simple_configuration.at (modified) Huge refactoring: Introduction of Traits to Actions. This change is ... Mon, 25 Oct 2010 17:16:19 GMT Frederik Heber [8df74d] * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (added) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (added) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (added) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (added) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (added) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (added) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (added) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (added) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (added) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (added) * src/UIElements/Qt4/Query/FileQtQuery.cpp (added) * src/UIElements/Qt4/Query/IntQtQuery.cpp (added) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (added) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (added) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (added) * src/UIElements/Qt4/Query/StringQtQuery.cpp (added) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (added) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (added) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (added) * src/UIElements/Query/AtomQuery.cpp (added) * src/UIElements/Query/AtomsQuery.cpp (added) * src/UIElements/Query/BooleanQuery.cpp (added) * src/UIElements/Query/BoxQuery.cpp (added) * src/UIElements/Query/DoubleQuery.cpp (added) * src/UIElements/Query/DoublesQuery.cpp (added) * src/UIElements/Query/ElementQuery.cpp (added) * src/UIElements/Query/ElementsQuery.cpp (added) * src/UIElements/Query/EmptyQuery.cpp (added) * src/UIElements/Query/FileQuery.cpp (added) * src/UIElements/Query/IntQuery.cpp (added) * src/UIElements/Query/IntsQuery.cpp (added) * src/UIElements/Query/MoleculeQuery.cpp (added) * src/UIElements/Query/MoleculesQuery.cpp (added) * src/UIElements/Query/Query.cpp (added) * src/UIElements/Query/StringQuery.cpp (added) * src/UIElements/Query/StringsQuery.cpp (added) * src/UIElements/Query/VectorQuery.cpp (added) * src/UIElements/Query/VectorsQuery.cpp (added) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (added) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (added) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (added) * src/UIElements/TextUI/Query/BoxTextQuery.cpp (added) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (added) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (added) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (added) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (added) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (added) * src/UIElements/TextUI/Query/FileTextQuery.cpp (added) * src/UIElements/TextUI/Query/IntTextQuery.cpp (added) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (added) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (added) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (added) * src/UIElements/TextUI/Query/StringTextQuery.cpp (added) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (added) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (added) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) Split off all ...Query and ...Pipe boilerplate classes. - each ... Mon, 25 Oct 2010 12:08:39 GMT Frederik Heber [4cf323d] * src/Makefile.am (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Menu/Qt4/QtMenu.cpp (moved) * src/UIElements/Menu/Qt4/QtMenu.hpp (moved) * src/UIElements/Qt4/IntQtQuery.ui (moved) * src/UIElements/Qt4/IntsQtQuery.ui (moved) * src/UIElements/Qt4/QtDialog.cpp (moved) * src/UIElements/Qt4/QtDialog.hpp (moved) * src/UIElements/Qt4/QtMainWindow.cpp (moved) * src/UIElements/Qt4/QtMainWindow.hpp (moved) * src/UIElements/Qt4/QtUIFactory.cpp (moved) * src/UIElements/Qt4/QtUIFactory.hpp (moved) * src/UIElements/Views/Qt4/GLMoleculeView.cpp (moved) * src/UIElements/Views/Qt4/GLMoleculeView.hpp (moved) * src/UIElements/Views/Qt4/QtMoleculeView.cpp (moved) * src/UIElements/Views/Qt4/QtMoleculeView.hpp (moved) * src/UIElements/Views/Qt4/QtStatusBar.cpp (moved) * src/UIElements/Views/Qt4/QtStatusBar.hpp (moved) * src/UIElements/Views/Qt4/QtWorldView.cpp (moved) * src/UIElements/Views/Qt4/QtWorldView.hpp (moved) * src/builder.cpp (modified) Renamed QT -> Qt in files, dirs, and class names.