- Jan 19, 2023
-
-
Schrödter, Tobias authored
-
- Dec 01, 2022
-
-
Schrödter, Tobias authored
-
- Nov 16, 2022
-
-
Schrödter, Tobias authored
-
- Nov 11, 2022
-
-
Schrödter, Tobias authored
-
Schrödter, Tobias authored
-
- Nov 10, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
- Changes shortcut for jumping to frame
-
- Oct 26, 2022
-
-
Tobias Arens 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
-
- Sep 22, 2022
-
-
Schrödter, Tobias authored
-
- Sep 01, 2022
-
-
d.kilic authored
-
- Aug 26, 2022
-
-
d.kilic authored
- Remove Ctrl+E Shortcut for video view export - Make Shortcut Shift+T usable no matter which tab is selected
-
- Jul 29, 2022
-
-
- Jul 08, 2022
-
-
d.kilic authored
- Preparation on a switch to MSVC on windows - Reason: Support for vcpkg, while MinGW is only community supported
-
- Jun 09, 2022
-
-
Schrödter, Tobias authored
-
- Jun 03, 2022
-
-
d.kilic authored
- Alt + holding left mouse-button enables to move the point under the cursor by dragging it with the mouse - Point isn't moved anymore as soon as either the mouse button or alt are not pressed anymore - Added documentation in "Key Bindings" Window for this and for !188 (Jumping to frame of trackpoint under cursor; Alt + dbl-Click)
-
- Apr 29, 2022
-
-
l.dressen authored
-
- 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 29, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
Enables to move to a frame by clicking on a trajectory via Alt + Dbl-LClick
-
- Mar 23, 2022
-
-
Schrödter, Tobias authored
-
- Mar 07, 2022
-
-
Schrödter, Tobias authored
-
- Mar 02, 2022
-
-
Schrödter, Tobias authored
-
- Mar 01, 2022
-
-
Schrödter, Tobias authored
-
- Jan 21, 2022
-
-
d.kilic authored
- Move last used export file from static var to member var - Reset member var on opening a new project
-
- Jan 17, 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>
-
- Dec 08, 2021
-
-
l.dressen authored
-
- Dec 01, 2021
-
- Nov 19, 2021
-
-
d.kilic authored
-
- Nov 12, 2021
-
-
d.kilic authored
-
- 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 07, 2021
-
-
d.kilic authored
- Restrict access to parameters and force usage of setters and getters to ensure signals are being sent, when a parameter changes - Some small changes for testability - Some small fixes for bugs discovered during testing
-
- Sep 02, 2021
-
-
Schrödter, Tobias authored
-
- Jul 06, 2021
-
-
d.kilic authored
- changed dialogue "Open MoCap" to "Manage MoCap" - enable loading multiple MoCap-Files (or same with different offset) - enable unloading MoCap-Files - save all files in pet and load when opening project
-
d.kilic authored
- Create CodeMarkerOptions-Class - Use CodeMarkerOptions-Class in findCodeMarker - Use CodeMarkerOptions-Class in CodeMarkerWidget
-