- Jan 18, 2024
-
-
Tobias Arens authored
- Jan 02, 2024
-
-
ld3812s authored
-
- Sep 04, 2023
-
-
d.kilic authored
-
- Jun 21, 2023
-
-
d.kilic authored
- that means moving the widget and all its signal/slot connections - Create new interface `WorldImageCorrespondence` for all calculations between image/pixel coords and world coords (dispatches to `ExtrCalibration` when 3D, else uses old 2D coord sys) - Moves the methods for wold image correspondence from the `ImageItem` to the newly created `CoordinateSystemBox` - During this change: Make the 2D coord system not depend on `mapToItem`; its now using normal affine transformations (`QTransform`) instead, which incidentally should make #383 easier - `imageSizeChanged` is now a slot of `Control`, such that `ImageItem` can call it without having a reference to `Control` by sending a signal (Following that: image item is now now directly depending on control anymore) - Some include clean-up
-
- May 31, 2023
-
-
Schrödter, Tobias authored
Remove the inheritance from `TrackPerson` in favor of composition, this allows a better handling of interactions with the `TrackPerson` as changes now go through defined interfaces. Main changes: * `TrackPerson` no longer **is** a `QList<TrackPoints>` * `TrackPerson` now **has** a `QList<TrackPoints` * new function `deleteFrameRange` which will delete a range of frames, but leaving no gaps in the middle * `lastFrame` is now compute and not stored, hence no need to update it * `firstFrame` is set when creating a `TrackPerson` and will be updated when needed automatically
-
- Apr 18, 2023
-
-
Schrödter, Tobias authored
-
- Mar 27, 2023
-
-
d.kilic authored
- Introduces `ExtrinsicParameters`-Struct - Extract `ExtrinsicBox` from `Control`
-
- Feb 06, 2023
-
-
Schrödter, Tobias authored
-
- Feb 02, 2023
-
-
d.kilic authored
- Fixed boolean expression with inverted button - Refactored boolean expression for better readability
-
- Jan 19, 2023
-
-
Schrödter, Tobias authored
-
Schrödter, Tobias authored
-
- Nov 10, 2022
-
-
Schrödter, Tobias authored
-
- Nov 09, 2022
-
-
l.dressen authored
-
- Oct 21, 2022
-
-
d.kilic authored
This - enables editing the .ui-file without changing control.h; reducing recompile time - encapsulates the widgets themselves from everything outside of Control
-
- Jul 08, 2022
-
-
d.kilic authored
- Preparation on a switch to MSVC on windows - Reason: Support for vcpkg, while MinGW is only community supported
-
- Mar 30, 2022
-
-
d.kilic authored
Add AutoSave mechanism. The manual changes to the trajectories are counted. After 10 changes, the trajectories are exported to a hidden file. This hidden file can be loaded in the case of an crash of PeTrack. The project file is saved time based.
-
- Mar 14, 2022
-
-
Schrödter, Tobias authored
-
- Mar 07, 2022
-
-
Schrödter, Tobias authored
-
- Jan 10, 2022
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Dec 16, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Nov 03, 2021
-
-
d.kilic authored
- Stop Tracker inheriting from QVector, instead save TrackPerson in std::vector - Save TrackPerson's in another class (new class PersonStorage) - Move all functions directly accessing the trajectories in a writing/editing manner into this class - Some small refactorings and documentation-comments
-
- Oct 29, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Oct 15, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Sep 08, 2021
-
-
Schrödter, Tobias authored
- Add clang-format file - Add scripts and format check for CI - script for checking the format (bash) - script for formatting the code (bash) - Add format checking to CI - Reformat project with clang-format
-
- Sep 02, 2021
-
-
Schrödter, Tobias authored
-
- Jun 08, 2021
-
-
d.kilic authored
- resolve existing and new warnings on MSVC
-
- May 04, 2021
-
-
- May 03, 2021
-
-
Schrödter, Tobias authored
-
- Mar 10, 2021
-
-
Schrödter, Tobias authored
- remove unused includes - change deprecated includes - change to system include when needed Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Feb 15, 2021
-
-
d.kilic authored
+ some comments
-
- Jan 29, 2021
-
-
Schrödter, Tobias authored
- Removed spacer from messagebox which caused the segmentation fault - Corrected indentation of the function
-
- Dec 17, 2020
-
-
d.kilic authored
-
- Nov 19, 2020
-
-
Schrödter, Tobias authored
- changed LICENSE to match GPLv3 - add license header to project source files - add note to license to ReadMe.md Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Oct 21, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
Schrödter, Tobias <t.schroedter@fz-juelich.de>
-
- Sep 11, 2020
-
-
Ann Katrin authored
-
- Jun 25, 2020
-
-
- Migrate build system from qmake to cmake - Add catch2 and trompeloeil - Update to CI to execute unit tests - minor fixes of depreacation and warnings - Color can be selected by clicking on the specific hat
-
- Jan 13, 2020
-
- Dec 06, 2019
-
-
d.kilic authored
-