Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jun 13, 2023
  3. Jun 07, 2023
  4. May 31, 2023
    • Schrödter, Tobias's avatar
      Merge branch '85-composition-over-inheritance-2' into 'master' · d9e8c7e2
      Schrödter, Tobias authored
      Replace TrackPerson inheritance with composition
      
      See merge request !281
      d9e8c7e2
    • Schrödter, Tobias's avatar
      Replace TrackPerson inheritance with composition · 191a6c1e
      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
      191a6c1e
  5. May 16, 2023
  6. May 09, 2023
  7. May 03, 2023
  8. May 02, 2023
  9. Apr 25, 2023
  10. Apr 19, 2023
  11. Apr 18, 2023
  12. Apr 14, 2023
  13. Apr 11, 2023
  14. Mar 28, 2023
  15. Mar 27, 2023
Loading