|
|
@eb129c
|
15 years |
Till Crueger |
Merge branch 'StructureRefactoring' into MenuRefactoring
|
|
|
@c3294f
|
15 years |
Till Crueger |
Repaired broken unittest
|
|
|
@fe3540
|
15 years |
Till Crueger |
Merge branch 'StructureRefactoring' into MenuRefactoring
|
|
|
@8d9984
|
15 years |
Till Crueger |
Added full undo functioniality
|
|
|
@521e29
|
15 years |
Till Crueger |
Switched type of pointer used for ActionStates
|
|
|
@0012e6
|
15 years |
Till Crueger |
Added methods that allow bookkeeping of actions for undo/redo methods
|
|
|
@91379c
|
15 years |
Till Crueger |
Added detailed instruction on how to use ASSERT()
|
|
|
@c8d1952
|
15 years |
Till Crueger |
Made the cacheable always recalculate when the owner is in the process …
|
|
|
@239987d
|
15 years |
Till Crueger |
Improved Observer Framework to include methods to report the state
- …
|
|
|
@9f3025
|
15 years |
Till Crueger |
Rebuilt Cacheables using the state pattern
|
|
|
@36b8d8
|
15 years |
Till Crueger |
Added more functionality to custom asserts.
- Asserts allow now …
|
|
|
@43ed42
|
15 years |
Till Crueger |
Added custom Assert makro that allows ignoring asserts
|
|
|
@5738177
|
15 years |
Till Crueger |
Added a generic Iterator that can be used to iterate only over certain …
|
|
|
@d639c7
|
15 years |
Till Crueger |
Fixed memory leak in periodentafel
|
|
|
@5dba7a
|
15 years |
Till Crueger |
Made the periodentafel use STL-containers instead of custom llists
|
|
|
@1e0785
|
15 years |
Till Crueger |
Improved documentation for Singleton
|
|
|
@97f035
|
15 years |
Till Crueger |
Small improvements to singleton pattern
|
|
|
@e9f2e1
|
15 years |
Till Crueger |
Made the errorLogger use the new Singleton framework
SingletonTicket62
|
|
|
@c3f8c4
|
15 years |
Till Crueger |
Made logger class use the new Singleton framework
|
|
|
@8a4f12
|
15 years |
Till Crueger |
Changed ActionRegistry to use the new Singleton Mechanism
|
|
|
@abab7e
|
15 years |
Till Crueger |
Changed the mutex type used in the Singleton pattern to allow multiple …
|
|
|
@ff1812
|
15 years |
Till Crueger |
Added Unittest for Singleton pattern
|
|
|
@4fc41a
|
15 years |
Till Crueger |
Made the UIFactory an instance of the Singleton Pattern
|
|
|
@4c60ef
|
15 years |
Till Crueger |
Added generic singleton Pattern that can be inherited to any class …
|
|
|
@025ca2
|
15 years |
Till Crueger |
Made the World Iterators conform to STL-Structure
|
|
|
@db6b872
|
15 years |
Till Crueger |
Merge branch 'StructureRefactoring' into MenuRefactoring
|
|
|
@f058ef
|
15 years |
Till Crueger |
Added methods to query Molecules by ID
|
|
|
@3746aeb
|
15 years |
Till Crueger |
Added mechanisms that allow reuse of IDs and changing Ids of Atoms
|
|
|
@14d898
|
15 years |
Till Crueger |
Added methods for querying molecules using descriptors
|
|
|
@78b9d9
|
15 years |
Till Crueger |
Improved Doxygen documentation
|
|
|
@d50264
|
15 years |
Till Crueger |
Merge branch 'StructureRefactoring' into MenuRefactoring
Conflicts:
…
|
|
|
@dc5413
|
15 years |
Till Crueger |
Merge branch 'FreddiesRefactoring' into StructureRefactoring
…
|
|
|
@e65cc0
|
15 years |
Till Crueger |
Small fixes
|
|
|
@98a2987
|
15 years |
Till Crueger |
Added -Wall flag and fixed several small hickups
|
|
|
@33bc66
|
15 years |
Till Crueger |
Changed the type of AtomIds and MoleculeIds to an opaque type
|
|
|
@45cc89
|
15 years |
FrederikHeber |
MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
|
|
|
@031ec24
|
15 years |
FrederikHeber |
FIX: Values have been used uninitialized.
|
|
|
@ececad
|
15 years |
FrederikHeber |
MEMLEAK: TesselPoints and Vectors created during …
|
|
|
@edbe74
|
15 years |
FrederikHeber |
MEMLEAK: Lots of Free() have been forgotten after Malloc's at start of …
|
|
|
@06e3ff
|
15 years |
FrederikHeber |
FIX: operator implementation of Vector algebra was wrong and caused …
|
|
|
@81c129
|
15 years |
FrederikHeber |
FIX: Values in FindNonConvexBorder() and …
|
|
|
@7a9881
|
15 years |
FrederikHeber |
FIX: Replaced memoryusageobserverunittest.hpp include by correct …
|
|
|
@3db67e
|
15 years |
Till Crueger |
FIX: repaired some access violation of STL-iterators in Observer and …
|
|
|
@8d9d38
|
15 years |
Till Crueger |
Made the world solely responsible for creating and erasing molecules.
|
|
|
@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 …
|
|
|
@f467c6
|
15 years |
Till Crueger |
Added a method to query Elements using the Dialog structure
|
|
|
@1614a17
|
15 years |
Till Crueger |
Merge branch 'StructureRefactoring' into MenuRefactoring
|
|
|
@2e6496
|
15 years |
Till Crueger |
Removed unittest files from the documentation
|
|
|
@a1a532
|
15 years |
Till Crueger |
moved Iterators for the World to a seperate file
|
|
|
@bb89b9
|
15 years |
Till Crueger |
Added overloaded methods for all methods in the world taking an …
|
|
|
@e7e088
|
15 years |
Till Crueger |
Added Descriptor that allows querying of atoms by their type
|
|
|
@5bf941
|
15 years |
Till Crueger |
Improved documentation of the World-class
|
|
|
@7bfc19
|
15 years |
Till Crueger |
Made the world solely responsible for creating and destroying atoms.
|
|
|
@01d28a
|
15 years |
Till Crueger |
Added templates that allow arbitrary calculations on atoms to be …
|
|
|
@9ef76a
|
15 years |
Till Crueger |
Added a mechanism that allows the world to track changes done by the …
|
|
|
@5d4edf
|
15 years |
Till Crueger |
Added a class that allows constructing Processes that have a result
|
|
|
@cbc27f
|
16 years |
Till Crueger |
Added a method that allows manipulation of selected atoms
|
|
|
@a5471c
|
16 years |
Till Crueger |
Added iterator structure that allows iterating over selected atoms 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 …
|
|
|