source: src/Actions@ 23b6cf

Name Size Rev Age Author Last Change
../
AnalysisAction f4b626a   11 years FrederikHeber Added AverageMoleculeForceAction for measuring average force acting on …
AtomAction bbf6dc   11 years FrederikHeber Added AtomMirrorAction. - also added regression tests.
BondAction 26b4d62   11 years FrederikHeber All Actions now give correct failure status via STATUS() macro.
CommandAction ced7f0   11 years FrederikHeber VersionAction also prints to log, not only to status.
FillAction aa55d0   11 years FrederikHeber Moved and renamed SuspendInWaterAction from Molecule.. to …
FragmentationAction 95cfac   11 years FrederikHeber Added FileSuffixValidator to all Actions where missing but …
GraphAction dc798d   11 years FrederikHeber FIX: Removed some misleading output of CorrectBondDegreeAction.
MoleculeAction 8cc22f   11 years FrederikHeber Changed how trajectories are stored, not as vecor but as map. - …
ParserAction 26b4d62   11 years FrederikHeber All Actions now give correct failure status via STATUS() macro.
PotentialAction e63edb   10 years FrederikHeber MEMFIX: PotentialTrainer::getFirstGraphwithSpecifiedElements() used …
RandomNumbersAction b5b01e   12 years FrederikHeber ActionState extracted into own header file, rename Action::state_ptr …
SelectionAction 054d47   11 years FrederikHeber FIX: (Not)AtomByIdAction would fail with assert if not atoms are …
ShapeAction 26b4d62   11 years FrederikHeber All Actions now give correct failure status via STATUS() macro.
TesselationAction 5f7b95   10 years FrederikHeber Convex-envelope has debug parameter DoOutputEveryStep. - this writes …
unittests 163110   11 years FrederikHeber In QTUI Dialog window now has a meaningful title. - Dialog cstor now …
WorldAction 7e1a88   11 years FrederikHeber MEMFIX: Thrown ParserException causes mem leak in LoadAction - also …
Action.cpp 4.8 KB 163110   11 years FrederikHeber In QTUI Dialog window now has a meaningful title. - Dialog cstor now …
Action.hpp 10.9 KB 26b4eb4   11 years FrederikHeber Added observable ActionStatusList to ActionQueue. - this allows to …
Action_impl_header.hpp 9.1 KB 975b83   11 years FrederikHeber Added ActionQueue::insertAction(). - this is preparatory for allowing …
Action_impl_pre.hpp 14.2 KB 152e5c   11 years FrederikHeber FIX: Querys now have own description as tooltip, not Action's.
Action_impl_python.hpp 5.0 KB 0c74aa   11 years FrederikHeber FIX: Fixes to Action_impl_python, lacked boost preprocessor includes.
Action_impl_undef.hpp 463 bytes 649aaa   13 years FrederikHeber All Actions' .def files now have a paramvalids that is used to for …
ActionExceptions.hpp 864 bytes e5c233   13 years FrederikHeber FIX: replaced boost/exception.hpp by boost/exception/all.hpp.
ActionHistory.cpp 2.8 KB 6367dd   12 years FrederikHeber ActionHistory now is part of ActionQueue. - TESTFIX: changes to …
ActionHistory.hpp 1.2 KB 6367dd   12 years FrederikHeber ActionHistory now is part of ActionQueue. - TESTFIX: changes to …
ActionParameters.hpp 622 bytes b5b01e   12 years FrederikHeber ActionState extracted into own header file, rename Action::state_ptr …
ActionQueue.cpp 10.5 KB 23b6cf   10 years FrederikHeber THREADFIX: Fixed ActionQueue with respect to mutex and threads. - …
ActionQueue.hpp 7.2 KB 23b6cf   10 years FrederikHeber THREADFIX: Fixed ActionQueue with respect to mutex and threads. - …
ActionRegistry.cpp 7.8 KB e5f61ba   11 years FrederikHeber Added MakroAction StructureOptimizationAction. - performs similarly …
ActionRegistry.hpp 1.6 KB 36053c   11 years FrederikHeber OptionRegistry is now filled by ActionRegistry() not by Action's …
ActionSequence.cpp 5.4 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
ActionSequence.hpp 1.4 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
ActionState.hpp 787 bytes b5b01e   12 years FrederikHeber ActionState extracted into own header file, rename Action::state_ptr …
ActionStatusList.cpp 2.1 KB 378f2d5   11 years FrederikHeber Updated all UI's StatusIndicator classes to use ActionStatusList. - …
ActionStatusList.hpp 1.9 KB 26b4eb4   11 years FrederikHeber Added observable ActionStatusList to ActionQueue. - this allows to …
ActionTrait.cpp 5.8 KB 94d5ac6   12 years FrederikHeber FIX: As we use GSL internally, we are as of now required to use GPL v2 …
ActionTrait.hpp 1.8 KB 3139b2   13 years FrederikHeber Renamed ActionTrait and ActionTraits. - the specialized Trait …
ActionTraits.hpp 798 bytes 3139b2   13 years FrederikHeber Renamed ActionTrait and ActionTraits. - the specialized Trait …
AtomsCalculation.hpp 795 bytes af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
AtomsCalculation_impl.hpp 1.5 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
Calculation.hpp 2.0 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
Calculation_impl.hpp 1.8 KB c09f94   11 years FrederikHeber Transformed FragmentationAutomationAction into a Process. - Removed …
ErrorAction.cpp 2.0 KB 477012   12 years FrederikHeber Added Action::outputAsPython() and ActionQueue::outputAsPython(). - …
ErrorAction.hpp 854 bytes 477012   12 years FrederikHeber Added Action::outputAsPython() and ActionQueue::outputAsPython(). - …
GlobalListOfActions.hpp 5.0 KB 0ea063   10 years FrederikHeber Extracted SavePotentialsAction. - PotentialTrainer::StorePotentials
Makefile.am 29.7 KB 0ea063   10 years FrederikHeber Extracted SavePotentialsAction. - PotentialTrainer::StorePotentials
MakroAction.cpp 4.2 KB 74459a   11 years FrederikHeber Added --disable-action-thread to allow disabling of extra run thread. …
MakroAction.hpp 2.2 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
MakroAction_impl_header.hpp 9.4 KB 975b83   11 years FrederikHeber Added ActionQueue::insertAction(). - this is preparatory for allowing …
MakroAction_impl_pre.hpp 13.8 KB 975b83   11 years FrederikHeber Added ActionQueue::insertAction(). - this is preparatory for allowing …
ManipulateAtomsProcess.cpp 2.8 KB c09f94   11 years FrederikHeber Transformed FragmentationAutomationAction into a Process. - Removed …
ManipulateAtomsProcess.hpp 1.4 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
MethodAction.cpp 2.4 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
MethodAction.hpp 1.1 KB af5384   11 years FrederikHeber Actions can now clone() and split off prepare() from call(). - …
OptionRegistry.cpp 4.6 KB 690741   12 years FrederikHeber Added getListOfActions() and getActionsTrait() to completely wrap …
OptionRegistry.hpp 956 bytes 126867   12 years FrederikHeber Actions no longer register themselves, ActionQueue::addAction() …
OptionTrait.cpp 4.9 KB 94d5ac6   12 years FrederikHeber FIX: As we use GSL internally, we are as of now required to use GPL v2 …
OptionTrait.hpp 1.4 KB d41313   13 years FrederikHeber Added output operators for both ActionTraits and OptionTrait.
Process.cpp 2.8 KB 8946a0   11 years FrederikHeber FIX: Process' dstor would always stop() even if not start()ed. - this …
Process.hpp 2.3 KB c09f94   11 years FrederikHeber Transformed FragmentationAutomationAction into a Process. - Removed …
RedoAction.cpp 1.9 KB 6367dd   12 years FrederikHeber ActionHistory now is part of ActionQueue. - TESTFIX: changes to …
RedoAction.def 865 bytes 6ba9ba   13 years FrederikHeber Default values are properly set by the Action into their …
RedoAction.hpp 327 bytes e4afb4   14 years FrederikHeber Huge refactoring: Introduction of Traits to Actions. This change is …
toCLIString.cpp 2.1 KB 27d0bc   12 years FrederikHeber Extended and fixed toCLIString for RealSpaceMatrix, element and vector<>.
toCLIString.hpp 1.6 KB 27d0bc   12 years FrederikHeber Extended and fixed toCLIString for RealSpaceMatrix, element and vector<>.
toPythonString.cpp 1.9 KB 992839   12 years FrederikHeber Added more complex python example to regression test of store session. …
toPythonString.hpp 1.6 KB 992839   12 years FrederikHeber Added more complex python example to regression test of store session. …
UndoAction.cpp 1.9 KB 6367dd   12 years FrederikHeber ActionHistory now is part of ActionQueue. - TESTFIX: changes to …
UndoAction.def 861 bytes 6ba9ba   13 years FrederikHeber Default values are properly set by the Action into their …
UndoAction.hpp 327 bytes e4afb4   14 years FrederikHeber Huge refactoring: Introduction of Traits to Actions. This change is …
UndoRedoHelpers.cpp 6.9 KB 8cc22f   11 years FrederikHeber Changed how trajectories are stored, not as vecor but as map. - …
UndoRedoHelpers.hpp 4.5 KB 8cc22f   11 years FrederikHeber Changed how trajectories are stored, not as vecor but as map. - …
Values.cpp 1.8 KB 94d5ac6   12 years FrederikHeber FIX: As we use GSL internally, we are as of now required to use GPL v2 …
Values.hpp 1.0 KB 7d9416   13 years FrederikHeber Turned query<Box> into query<RealSpaceMatrix> - CenterInBox and …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.