|
|
@7a9881
|
15 years |
FrederikHeber |
FIX: Replaced memoryusageobserverunittest.hpp include by correct …
|
|
|
@a7917d
|
15 years |
FrederikHeber |
MEMLEAK: mismatched delete/free, matrix in GSLMatrix::Transpose() was …
|
|
|
@828556
|
15 years |
FrederikHeber |
FIX: constructor of element now is shortened and all its member …
|
|
|
@5c9ba2
|
15 years |
FrederikHeber |
MEMLEAK: Tesselation::CorrectAllDegeneratedPolygons() forgot to remove …
|
|
|
@a0fcfb
|
15 years |
FrederikHeber |
MEMLEAK: World class did not neither signOff() nor remove its …
|
|
|
@39fef2
|
15 years |
FrederikHeber |
MEMLEAK: ActOnAllTest forgot to delete the copied VectorList Ref and …
|
|
|
@d06198
|
15 years |
FrederikHeber |
MEMLEAK: created ActionSequence was not deleted at the end of some tests.
|
|
|
@36c5cf
|
15 years |
FrederikHeber |
MEMLEAK: Observable::signOff() erases its own iterator, some more …
|
|
|
@44becc
|
15 years |
FrederikHeber |
Tests now work with Eclipse ECUT's TestRunner.
- new switch in …
|
|
|
@536380
|
16 years |
Till Crueger |
Added a progress indicator for the text menu
|
|
|
@b53a7e
|
16 years |
Till Crueger |
Added a special class of Actions that take some time.
|
|
|
@120f8b
|
16 years |
Till Crueger |
Moved control of molecules and periode to World.
|
|
|
@323177
|
16 years |
Till Crueger |
Rebuilt AtomDescriptors using PIMPL-Idiom and added unittest for …
|
|
|
@973c03
|
16 years |
Till Crueger |
Improved Descriptor mechanism to allow calculations using descriptors.
|
|
|
@86b917
|
16 years |
Till Crueger |
Added descriptors that allow multiple kinds of access to atoms
|
|
|
@d2d8f5
|
16 years |
Till Crueger |
Made all atoms register themselves with the world upon creation
|
|
|
@42918b
|
16 years |
Till Crueger |
Fixed some problems with the usage of Boost::threads
|
|
|
@181488
|
16 years |
Till Crueger |
Added a directory to quarantine files that should be completely …
|
|
|
@b9f422
|
16 years |
Till Crueger |
Made the Observer RAII-Pattern more secure.
|
|
|
@8501eb
|
16 years |
Till Crueger |
Changed all observed places to new observer structure
|
|
|
@bc1fbf
|
16 years |
Till Crueger |
Changed Observer to use RAII-style for locking changes.
|
|
|
@2e8296
|
16 years |
Till Crueger |
Started development of World Class
|
|
|
@ef4966
|
16 years |
Till Crueger |
Assigned best priority to cached values.
|
|
|
@bb9503
|
16 years |
Till Crueger |
Added mechanism that allows for assign priorities to observers
|
|
|
@4272f0
|
16 years |
Till Crueger |
Added possibility to disable caching mechanism at compile time
|
|
|
@8fc9b6
|
16 years |
Till Crueger |
Made more methods of the molecule observable
|
|
|
@f1ef9cc
|
16 years |
Till Crueger |
Added simple way to retrieve formula of a molecule using caching
|
|
|
@d0c7ec
|
16 years |
Till Crueger |
Added data structure to allow caching of derived values
|
|
|
@4bb871a
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
|
|
|
@adcdf8
|
16 years |
Till Crueger |
Moved method to rename molecules to a seperate Action
|
|
|
@795b4d
|
16 years |
Till Crueger |
Moved method to rename molecules to a seperate Action
|
|
|
@6997fa
|
16 years |
Till Crueger |
Added a view that displays all molecules using a QTableWidget
|
|
|
@03d7ac
|
16 years |
Till Crueger |
Added generic observer pattern framework.
(cherry picked from commit …
|
|
|
@6d0fcaa
|
16 years |
FrederikHeber |
Possibility to store all bonds to file added.
So far we only could …
|
|
|
@1c7aed
|
16 years |
FrederikHeber |
Output....Correlation() don't prepend header line with '#', BinData() …
|
|
|
@14c0f0
|
16 years |
FrederikHeber |
FIX: FillBoxWithMolecule() - seed of random number generator was not …
|
|
|
@8d0b25
|
16 years |
FrederikHeber |
Added output of surfacemap in ParseCommandLineOptions(), case 'C' again.
|
|
|
@dbd19f
|
16 years |
Till Crueger |
Added possibility to query doubles and vectors using dialogs.
|
|
|
@d34341
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
…
|
|
|
@478683
|
16 years |
FrederikHeber |
GetDistanceToSurface() separated, filling now with water instead of …
|
|
|
@41182a
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
…
|
|
|
@551a58
|
16 years |
FrederikHeber |
Merge branch 'FixVersioning3' into Analysis_PairCorrelation
Tesselation-DistanceToSurface_WORKING
|
|
|
@0af58f
|
16 years |
FrederikHeber |
Fixed versioning.
- FIX: version.h was falsely excluded in .gitignore …
|
|
|
@591f15
|
16 years |
FrederikHeber |
BUGFIX: Tesselation::IsInnerPoint() returned wrong result.
- We …
|
|
|
@a922f3
|
16 years |
FrederikHeber |
Merge branch 'FixTemplatedMinMax' into FixFillingWithMolecule
|
|
|
@1ec554
|
16 years |
FrederikHeber |
Rather use parameter passing by value instead of reference.
- We …
|
|
|
@a34fab
|
16 years |
FrederikHeber |
Unit test for BoundaryTriangleSet member functions added.
- for now …
|
|
|
@1aa2a5
|
16 years |
FrederikHeber |
FillBoxWithMolecule now allows boundary between filler molecules and …
|
|
|
@252790
|
16 years |
FrederikHeber |
Changed verbosity for Vector::GetIntersectionWithPlane().
- when line …
|
|
|
@931903
|
16 years |
Till Crueger |
Made embeddMolecules menu-point use the new dialog framework
|
|
|
@249522
|
16 years |
FrederikHeber |
FillWithMolecule() is now working correctly.
- FillWithMolecule() …
|
|
|
@3dea05
|
16 years |
FrederikHeber |
Templated Min and Max functions added.
Signed-off-by: Frederik Heber …
|
|
|
@8a34e69
|
16 years |
FrederikHeber |
Boolean return value of Tesselation::IsInnerPoint in …
|
|
|
@49d3e1e
|
16 years |
FrederikHeber |
Small fixes to make checks working again.
- Tesselations tests 13 and …
|
|
|
@1630ce
|
16 years |
Till Crueger |
Used new Query Infrastructure for SimpleAdd menupoint
|
|
|
@3896fc
|
16 years |
Till Crueger |
Added infrastructure to query molecules from MoleculeList
|
|
|
@f89c1c
|
16 years |
Till Crueger |
Changed dialog structure to use objects for queries.
|
|
|
@c489d9
|
16 years |
Till Crueger |
Removed some unessecary methods from oldMenu
|
|
|
@afa056
|
16 years |
FrederikHeber |
Removed unnecessary epsilon parameter.
- epsilon before was used as a …
|
|
|
@91b1e79
|
16 years |
FrederikHeber |
Fixed Tesselation::IsInnerPoint()
- Both unit tests …
|
|
|
@d403a1
|
16 years |
FrederikHeber |
InsideOutside unit test of tesselation is working correctly.
- FIX: …
|
|
|
@23f6ec
|
16 years |
FrederikHeber |
BUGFIX - Test was wrong in upper bounds of inside area.
- upper …
|
|
|
@9291f85
|
16 years |
FrederikHeber |
Added Determinant() function to class GSLMatrix.
- new function …
|
|
|
@7b991d
|
16 years |
FrederikHeber |
FIX - GSLVector::Set() return value was double instead of void.
…
|
|
|
@ac6b65
|
16 years |
FrederikHeber |
Vector::GetIntersectionOfTwoLinesOnPlane() rewritten.
Use routine …
|
|
|
@901774
|
16 years |
FrederikHeber |
libgslwrapper.a added to LDADD of most tests.
Since Vector class uses …
|
|
|
@51a8a1
|
16 years |
FrederikHeber |
BUGFIX - GetCenterOfSphere(): condition were not put correctly in …
|
|
|
@00b5802
|
16 years |
FrederikHeber |
BUGFIX - molecule::MinimiseConstrainedPotential() OldPotential was …
|
|
|
@70e11d
|
16 years |
FrederikHeber |
Inclusion of config.h was missing.
This caused a bug with GSL's …
|
|
|
@2c69a9
|
16 years |
FrederikHeber |
cstdlib header was missing, necessary for free, malloc and calloc
…
|
|
|
@e6fe8a
|
16 years |
FrederikHeber |
cstring header was missing in files, supplying definition of strlen, …
|
|
|
@d97af9
|
16 years |
Till Crueger |
Seperated building of mainWindow and contained Menus
- Moved code to …
|
|
|
@247d49
|
16 years |
FrederikHeber |
Wrapper class for gsl_linalg along with working Unit test.
- new …
|
|
|
@e651e7
|
16 years |
FrederikHeber |
Wrapper class for gsl_matrix along with working Unit test.
- new …
|
|
|
@22b47e
|
16 years |
FrederikHeber |
Wrapper class for gsl_vector along with working Unit test.
- new …
|
|
|
@a1acc5
|
16 years |
FrederikHeber |
Attempt to fix the tesselation::IsInnerPoint().
We try the …
|
|
|
@3e8325
|
16 years |
Till Crueger |
Added a central registry that allows access to actions by name.
|
|
|
@34ff5e6
|
16 years |
Till Crueger |
Added support for creating a main window using the UIFactory.
|
|
|
@6d21bd
|
16 years |
Till Crueger |
Added Basis for creating globally accessible and compatible UIElements …
|
|
|
@53f5e6
|
16 years |
Till Crueger |
Transitioned MergeMolecule Menu to new menu structure
|
|
|
@70c4aa6
|
16 years |
Till Crueger |
Extracted all methods from MergeMolecules Menu
- Added new action …
|
|
|
@538744
|
16 years |
Till Crueger |
Moved saveConfig method from oldmenu to a method inside config class
|
|
|
@16f86d
|
16 years |
Till Crueger |
Removed unecessary method stubs from oldmenu class
|
|
|
@f48622
|
16 years |
Till Crueger |
Moved several Methods from Menu to MoleculeListClass
|
|
|
@c7dcff
|
16 years |
Till Crueger |
Made EditMoleculesMenu a Submenu inside the MainMenu
|
|
|
@1f137d
|
16 years |
Till Crueger |
Transitioned EditMoleculesMenu to new menu structure
|
|
|
@eda56a
|
16 years |
FrederikHeber |
Changes to FindClosest...ToVector() and use of ..Map,..Set,..List …
|
|
|
@077f6e
|
16 years |
Till Crueger |
Extracted several methods from the EditMolecules Submenu.
|
|
|
@aa117c
|
16 years |
Till Crueger |
Added possibility to add default Items to textMenus
|
|
|
@fab853
|
16 years |
Till Crueger |
Moved flipChosen method from oldmenu to MoleculeListClass
|
|
|
@8d24e2
|
16 years |
Till Crueger |
Added more tests for Actionsequence
- Test if every included object …
|
|
|
@ff4611
|
16 years |
FrederikHeber |
Attempt to fix the embedding.
Basically it would be working, but …
|
|
|
@f78203
|
16 years |
FrederikHeber |
Smaller fixes.
- analysis_correlation.cpp: Info objects created at …
|
|
|
@0310b8
|
16 years |
FrederikHeber |
Non-convex tesselation seems to be working.
Seems like it has been …
|
|
|
@93df03f
|
16 years |
Till Crueger |
Added unittest for ActionSequence.
|
|
|
@f3dd95
|
16 years |
Till Crueger |
Removed legacy code from old menu structure.
|
|
|
@32df34
|
16 years |
Till Crueger |
Added an action that allows grouping and grouped execution of several …
|
|
|
@425da9
|
16 years |
Till Crueger |
Added mechanism that allow to store and later execute sequences of Actions.
|
|
|
@281324
|
16 years |
FrederikHeber |
Merge branch 'FixTestSuite' into FixDegeneratedTesselation
|
|
|
@230b16
|
16 years |
FrederikHeber |
Merge branch 'FixVersioning2' into FixDegeneratedTesselation
|
|
|