| ../ | 
  | AnalysisAction |  | 99db9b | 10 years | FrederikHeber | Replaced all World::getSelected...() to const version where possible.
 … | 
  | AtomAction |  | 8ad68b | 10 years | FrederikHeber | AddAction and UndoRedoHelpers' AddAtomsFromAtomicInfo use recreate..(). | 
  | BondAction |  | 88afc9 | 11 years | FrederikHeber | Enhanced add-bonds and remove-bonds to multiply selected pairs of … | 
  | CommandAction |  | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | FillAction |  | df0c80 | 10 years | FrederikHeber | FIX: Filling actions did not use minimum distance for tesselated … | 
  | FragmentationAction |  | d93d2c | 10 years | FrederikHeber | FIX: Long-range forces were not added onto atom's forces.
- this was … | 
  | GraphAction |  | 2affd1 | 10 years | FrederikHeber | Removed molecules_deprecated from World and unnecessary includes of … | 
  | MoleculeAction |  | 2affd1 | 10 years | FrederikHeber | Removed molecules_deprecated from World and unnecessary includes of … | 
  | ParserAction |  | 99db9b | 10 years | FrederikHeber | Replaced all World::getSelected...() to const version where possible.
 … | 
  | PotentialAction |  | 50d49d | 10 years | FrederikHeber | FIX: Renamed FitParticleCharges -> FitPartialCharges.
- fitting … | 
  | RandomNumbersAction |  | 043598 | 10 years | FrederikHeber | Replaced all std::string by ParameterPair where used as ("key = … | 
  | SelectionAction |  | 99db9b | 10 years | FrederikHeber | Replaced all World::getSelected...() to const version where possible.
 … | 
  | ShapeAction |  | 26b4d62 | 11 years | FrederikHeber | All Actions now give correct failure status via STATUS() macro. | 
  | TesselationAction |  | f01769 | 10 years | FrederikHeber | Replaced World::getAtom() wherever possible by const version.
- some … | 
  | unittests |  | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | WorldAction |  | 2affd1 | 10 years | FrederikHeber | Removed molecules_deprecated from World and unnecessary includes of … | 
  | Action.cpp | 4.9 KB
     | 94232b | 10 years | FrederikHeber | Action::isActive() is now const member function.
- also changed … | 
  | Action.hpp | 11.3 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | Action_impl_header.hpp | 9.2 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | Action_impl_pre.hpp | 14.8 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | 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 | 14 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 | 11.2 KB
     | 574d377 | 10 years | FrederikHeber | Using static Observable::..NotificationsChannel() functions.
- … | 
  | ActionQueue.hpp | 8.8 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ActionRegistry.cpp | 7.9 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ActionRegistry.hpp | 1.7 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ActionSequence.cpp | 6.0 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ActionSequence.hpp | 1.6 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ActionState.hpp | 787 bytes
     | b5b01e | 12 years | FrederikHeber | ActionState extracted into own header file, rename Action::state_ptr … | 
  | ActionStatusList.cpp | 2.1 KB
     | 574d377 | 10 years | FrederikHeber | Using static Observable::..NotificationsChannel() functions.
- … | 
  | ActionStatusList.hpp | 1.9 KB
     | 26b4eb4 | 11 years | FrederikHeber | Added observable ActionStatusList to ActionQueue.
- this allows to … | 
  | ActionTrait.cpp | 5.8 KB
     | 94d5ac6 | 13 years | FrederikHeber | FIX: As we use GSL internally, we are as of now required to use GPL v2 … | 
  | ActionTrait.hpp | 1.8 KB
     | 3139b2 | 14 years | FrederikHeber | Renamed ActionTrait and ActionTraits.
- the specialized Trait … | 
  | ActionTraits.hpp | 798 bytes
     | 3139b2 | 14 years | FrederikHeber | Renamed ActionTrait and ActionTraits.
- the specialized Trait … | 
  | AtomsCalculation.hpp | 795 bytes
     | af5384 | 12 years | FrederikHeber | Actions can now clone() and split off prepare() from call().
- … | 
  | AtomsCalculation_impl.hpp | 1.5 KB
     | af5384 | 12 years | FrederikHeber | Actions can now clone() and split off prepare() from call().
- … | 
  | Calculation.hpp | 2.1 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | Calculation_impl.hpp | 2.0 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | DryRunAdvocate.hpp | 701 bytes
     | f3db60 | 10 years | FrederikHeber | Added DryRun and NoDryRun actions.
- actions (un)set a flag inside … | 
  | 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.2 KB
     | 50d49d | 10 years | FrederikHeber | FIX: Renamed FitParticleCharges -> FitPartialCharges.
- fitting … | 
  | Makefile.am | 31.0 KB
     | 50d49d | 10 years | FrederikHeber | FIX: Renamed FitParticleCharges -> FitPartialCharges.
- fitting … | 
  | MakroAction.cpp | 4.3 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | MakroAction.hpp | 2.5 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | MakroAction_impl_header.hpp | 9.5 KB
     | 329cf3 | 11 years | FrederikHeber | FIX: All MakroActions now have prototype_actions and copy from that.
 … | 
  | MakroAction_impl_pre.hpp | 13.8 KB
     | 10aee4 | 10 years | FrederikHeber | Cleaned up ActionQueue's interface: Actions are always cloned.
- … | 
  | ManipulateAtomsProcess.cpp | 2.9 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | ManipulateAtomsProcess.hpp | 1.5 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | MethodAction.cpp | 2.5 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | MethodAction.hpp | 1.2 KB
     | a82f61 | 10 years | FrederikHeber | Added Action::setOptionValue() which allows setting the option via a … | 
  | 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 | 13 years | FrederikHeber | FIX: As we use GSL internally, we are as of now required to use GPL v2 … | 
  | OptionTrait.hpp | 1.4 KB
     | d41313 | 14 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 | 12 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 | 15 years | FrederikHeber | Huge refactoring: Introduction of Traits to Actions.
This change is … | 
  | toCLIString.cpp | 2.3 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … | 
  | toCLIString.hpp | 1.7 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … | 
  | toPythonString.cpp | 2.4 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … | 
  | toPythonString.hpp | 1.7 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … | 
  | 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 | 15 years | FrederikHeber | Huge refactoring: Introduction of Traits to Actions.
This change is … | 
  | UndoRedoHelpers.cpp | 8.2 KB
     | 8ad68b | 10 years | FrederikHeber | AddAction and UndoRedoHelpers' AddAtomsFromAtomicInfo use recreate..(). | 
  | UndoRedoHelpers.hpp | 4.9 KB
     | 596cfa | 11 years | FrederikHeber | Extended UndoRedoHelpers by AddingMultipleMoleculesfromAtomicInfo. | 
  | Values.cpp | 1.8 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … | 
  | Values.hpp | 1.1 KB
     | 33e801 | 10 years | FrederikHeber | Added ParameterPair (i.e. "key = value;") to allow other string … |