Skip to content
Snippets Groups Projects
  1. Feb 27, 2023
  2. Feb 06, 2023
  3. Feb 03, 2023
    • d.kilic's avatar
      Restructure GUI: `FilterBeforeBox` and `IntrinsicBox` · de55ad08
      d.kilic authored
      - Move "filter before" GroupBox into own widget
      - Move "intrinsic" GroupBox into own widget
      - Save intrinsic calibration in struct
      - Use said struct as parameter for `CalibFilter`
      - Add `setValue`-helper function for loading values into UI respecting min/max
      - Move PeTrack-Version from Setter to Constructor of Petrack-object
      - Add Unit-Tests
      de55ad08
  4. Jan 27, 2023
  5. Jan 19, 2023
  6. Dec 01, 2022
  7. Nov 16, 2022
  8. Nov 11, 2022
  9. Nov 10, 2022
  10. Oct 26, 2022
  11. Oct 21, 2022
  12. Sep 22, 2022
  13. Sep 01, 2022
  14. Aug 26, 2022
  15. Jul 29, 2022
  16. 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
  17. Jun 09, 2022
  18. Jun 03, 2022
  19. Apr 29, 2022
  20. 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
  21. Mar 29, 2022
  22. Mar 23, 2022
  23. Mar 07, 2022
  24. Mar 02, 2022
  25. Mar 01, 2022
  26. Jan 21, 2022
  27. Jan 17, 2022
  28. Jan 10, 2022
  29. Dec 16, 2021
  30. Dec 08, 2021
  31. Dec 01, 2021
  32. Nov 19, 2021
  33. Nov 12, 2021
  34. 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
  35. Oct 29, 2021
  36. Oct 15, 2021
  37. 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
Loading