Skip to content
Snippets Groups Projects
  1. Jul 26, 2023
  2. Jun 21, 2023
    • d.kilic's avatar
      moving the "Coordinate System" box out of control into its own cpp/h/ui file · ff18f57b
      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
      ff18f57b
  3. May 03, 2023
  4. Feb 28, 2023
  5. Feb 06, 2023
  6. Jan 19, 2023
  7. Nov 10, 2022
  8. Oct 21, 2022
  9. Jan 10, 2022
  10. Oct 29, 2021
  11. Oct 15, 2021
  12. 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
  13. Sep 06, 2021
  14. Jun 08, 2021
  15. May 25, 2021
  16. May 04, 2021
  17. Mar 23, 2021
  18. Mar 10, 2021
  19. Mar 05, 2021
  20. Dec 17, 2020
  21. Dec 07, 2020
  22. Nov 24, 2020
  23. Nov 23, 2020
  24. Nov 19, 2020
  25. Nov 18, 2020
  26. Oct 21, 2020
  27. Sep 30, 2020
  28. Jun 25, 2020
  29. Dec 06, 2019
Loading