Ignore:
Timestamp:
Jan 29, 2015, 7:37:57 AM (11 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, Candidate_v1.7.0, Candidate_v1.7.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
27e464
Parents:
7b38d3 (diff), 4f2895 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'GUI_TesselatedLargeMolecules' into Candidate_v1.4.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Makefile.am

    r7b38d3 r0ac85c3  
    297297  Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp \
    298298  Actions/MoleculeAction/LoadAction.cpp \
     299  Actions/MoleculeAction/RemoveAction.cpp \
    299300  Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp \
    300301  Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp \
     
    304305  Actions/MoleculeAction/SaveTemperatureAction.cpp \
    305306  Actions/MoleculeAction/StretchBondAction.cpp \
     307  Actions/MoleculeAction/TranslateAction.cpp \
    306308  Actions/MoleculeAction/VerletIntegrationAction.cpp
    307309MOLECULEACTIONHEADER = \
     
    313315  Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp \
    314316  Actions/MoleculeAction/LoadAction.hpp \
     317  Actions/MoleculeAction/RemoveAction.hpp \
    315318  Actions/MoleculeAction/RotateAroundSelfByAngleAction.hpp \
    316319  Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.hpp \
     
    320323  Actions/MoleculeAction/SaveTemperatureAction.hpp \
    321324  Actions/MoleculeAction/StretchBondAction.hpp \
     325  Actions/MoleculeAction/TranslateAction.hpp \
    322326  Actions/MoleculeAction/VerletIntegrationAction.hpp
    323327MOLECULEACTIONDEFS = \
     
    329333  Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.def \
    330334  Actions/MoleculeAction/LoadAction.def \
     335  Actions/MoleculeAction/RemoveAction.def \
    331336  Actions/MoleculeAction/RotateAroundSelfByAngleAction.def \
    332337  Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def \
     
    336341  Actions/MoleculeAction/SaveTemperatureAction.def \
    337342  Actions/MoleculeAction/StretchBondAction.def \
     343  Actions/MoleculeAction/TranslateAction.def \
    338344  Actions/MoleculeAction/VerletIntegrationAction.def
    339345
     
    412418  Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp \
    413419  Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp \
    414   Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp
     420  Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp \
     421  Actions/SelectionAction/Atoms/PopAtomsAction.cpp \
     422  Actions/SelectionAction/Atoms/PushAtomsAction.cpp
    415423SELECTIONATOMACTIONHEADER = \
    416424  Actions/SelectionAction/Atoms/AllAtomsAction.hpp \
     
    427435  Actions/SelectionAction/Atoms/NotAtomByElementAction.hpp \
    428436  Actions/SelectionAction/Atoms/NotAtomByIdAction.hpp \
    429   Actions/SelectionAction/Atoms/NotAtomByOrderAction.hpp
     437  Actions/SelectionAction/Atoms/NotAtomByOrderAction.hpp \
     438  Actions/SelectionAction/Atoms/PopAtomsAction.hpp \
     439  Actions/SelectionAction/Atoms/PushAtomsAction.hpp
    430440SELECTIONATOMACTIONDEFS = \
    431441  Actions/SelectionAction/Atoms/AllAtomsAction.def \
     
    442452  Actions/SelectionAction/Atoms/NotAtomByElementAction.def \
    443453  Actions/SelectionAction/Atoms/NotAtomByIdAction.def \
    444   Actions/SelectionAction/Atoms/NotAtomByOrderAction.def
     454  Actions/SelectionAction/Atoms/NotAtomByOrderAction.def \
     455  Actions/SelectionAction/Atoms/PopAtomsAction.def \
     456  Actions/SelectionAction/Atoms/PushAtomsAction.def
    445457
    446458SELECTIONMOLECULEACTIONSOURCE = \
     
    458470  Actions/SelectionAction/Molecules/NotMoleculeByNameAction.cpp \
    459471  Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp \
    460   Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp
     472  Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp \
     473  Actions/SelectionAction/Molecules/PopMoleculesAction.cpp \
     474  Actions/SelectionAction/Molecules/PushMoleculesAction.cpp
    461475SELECTIONMOLECULEACTIONHEADER = \
    462476  Actions/SelectionAction/Molecules/AllMoleculesAction.hpp \
     
    473487  Actions/SelectionAction/Molecules/NotMoleculeByNameAction.hpp \
    474488  Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.hpp \
    475   Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp
     489  Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp \
     490  Actions/SelectionAction/Molecules/PopMoleculesAction.hpp \
     491  Actions/SelectionAction/Molecules/PushMoleculesAction.hpp
    476492SELECTIONMOLECULEACTIONDEFS = \
    477493  Actions/SelectionAction/Molecules/AllMoleculesAction.def \
     
    488504  Actions/SelectionAction/Molecules/NotMoleculeByNameAction.def \
    489505  Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.def \
    490   Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.def
     506  Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.def \
     507  Actions/SelectionAction/Molecules/PopMoleculesAction.def \
     508  Actions/SelectionAction/Molecules/PushMoleculesAction.def
    491509                 
    492510SELECTIONSHAPEACTIONSOURCE = \
Note: See TracChangeset for help on using the changeset viewer.