Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Oct 26, 2022
  3. Oct 21, 2022
  4. Sep 22, 2022
  5. Sep 01, 2022
  6. Aug 26, 2022
  7. Jul 29, 2022
  8. Jul 08, 2022
    • d.kilic's avatar
      Fix warnings on MSVC compiler · 3932b826
      d.kilic authored
      - Preparation on a switch to MSVC on windows
        - Reason: Support for vcpkg, while MinGW is only community supported
      3932b826
  9. Jun 09, 2022
  10. Jun 03, 2022
  11. Apr 29, 2022
  12. Mar 30, 2022
    • d.kilic's avatar
      Resolve "Create `AutoSave` class and mechanism" · 57069292
      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.
      57069292
  13. Mar 29, 2022
  14. Mar 23, 2022
  15. Mar 07, 2022
  16. Mar 02, 2022
  17. Mar 01, 2022
  18. Jan 21, 2022
  19. Jan 17, 2022
  20. Jan 10, 2022
  21. Dec 16, 2021
  22. Dec 08, 2021
  23. Dec 01, 2021
  24. Nov 19, 2021
  25. Nov 12, 2021
  26. Nov 03, 2021
    • d.kilic's avatar
      Factor management of trajectories out of Tracker · 3175d63a
      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
      3175d63a
  27. Oct 29, 2021
  28. Oct 15, 2021
  29. Sep 08, 2021
    • Schrödter, Tobias's avatar
      Reformat project with clang-format · f08f1a06
      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
      f08f1a06
  30. Sep 07, 2021
    • d.kilic's avatar
      - Add tests for CodeMarkerWidget · 50d44aa1
      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
      50d44aa1
  31. Sep 02, 2021
  32. Jul 06, 2021
    • d.kilic's avatar
      Resolve "Add Support for mutliple MoCap-Files" · 98e48a35
      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
      98e48a35
    • d.kilic's avatar
      Resolve "Add CodeMarkerOptions" · ec03b6c0
      d.kilic authored
      - Create CodeMarkerOptions-Class
      - Use CodeMarkerOptions-Class in findCodeMarker
      - Use CodeMarkerOptions-Class in CodeMarkerWidget
      ec03b6c0
  33. Jul 05, 2021
  34. Jun 14, 2021
    • d.kilic's avatar
      Visualisation of fusioned MoCap data · 1daf3db2
      d.kilic authored
      - Loading a C3D-File from XSens into an internal tree structure
      - Transforming the internal skeleton into lines and arrows to be drawn
      - Actual drawing
      - Settings for the visualisation (turning it on/off, changing thickness or color)
      - Saving the path to the C3D and other metadata in the project file
      - Loading the data from the project file
      1daf3db2
  35. May 31, 2021
  36. May 04, 2021
Loading