- Jul 26, 2023
-
- 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 03, 2023
-
-
d.kilic authored
-
- Feb 28, 2023
-
-
Schrödter, Tobias authored
-
- Feb 06, 2023
-
-
Schrödter, Tobias authored
-
- Jan 19, 2023
-
-
Schrödter, Tobias authored
-
- Nov 10, 2022
-
-
Schrödter, Tobias 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
-
- Jan 10, 2022
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- 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 06, 2021
-
-
Schrödter, Tobias authored
-
- Jun 08, 2021
-
-
d.kilic authored
- resolve existing and new warnings on MSVC
-
- May 25, 2021
-
-
d.kilic authored
-
- May 04, 2021
-
-
- Mar 23, 2021
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- 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>
-
- Mar 05, 2021
-
-
d.kilic authored
feat: Adds a custom MessageBox which does not break PeTrack when running with -platform offscreen (mostly CI) Resolve "Custom MessageBox with logging capabilities and offscreen/scripting support"
-
- Dec 17, 2020
-
-
d.kilic authored
-
- Dec 07, 2020
-
-
d.kilic authored
Fixed occurence of warning "Looping and tracking can't be used together" when looping isn't activated
-
- Nov 24, 2020
-
-
d.kilic authored
fix: Video now always ends with last frame, even when fixing framerate
-
- Nov 23, 2020
-
-
d.kilic authored
- Changed UI accordingly - Fixing framerate and enforcing it via frame dropping
-
- 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>
-
- Nov 18, 2020
-
-
d.kilic authored
Playback now is controlled via a loop, not semi-recursive function calls.
-
- Oct 21, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
Schrödter, Tobias <t.schroedter@fz-juelich.de>
-
- Sep 30, 2020
-
-
d.kilic authored
queue instead of a signal from QSingleShot This performs better when used on a system under high load, like a weak laptop or a PC doing other stuff like compiling as well.
-
- 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
-
- Dec 06, 2019
-
-
d.kilic authored
-