# # ChangeLog for src/Actions/FragmentationAction/FragmentationAutomationAction.def # # Generated by Trac 1.4.4 # Mar 13, 2025, 5:23:34 PM 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:48 GMT Frederik Heber [edecba] * 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/UIElements/Makefile.am (modified) * tests/Python/AllActions/options.dat (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-molecuilderrun.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added Action to use the JobMarket for FragmentationAutomation. - ...