gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
74 stars 43 forks source link

port: 8 to main #593

Closed mjcarroll closed 10 months ago

mjcarroll commented 11 months ago

➡️ Forward port

Port gz-gui8 to main

Branch comparison: https://github.com/gazebosim/gz-gui/compare/main...gz-gui8

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

codecov[bot] commented 11 months ago

Codecov Report

Merging #593 (a0d9f80) into gz-gui7 (8dae037) will decrease coverage by 2.92%. The diff coverage is 30.56%.

:exclamation: Current head a0d9f80 differs from pull request most recent head 838f6bc. Consider uploading reports for the commit 838f6bc to get more accurate results

@@             Coverage Diff             @@
##           gz-gui7     #593      +/-   ##
===========================================
- Coverage    72.98%   70.06%   -2.92%     
===========================================
  Files           55       39      -16     
  Lines         4927     5359     +432     
===========================================
+ Hits          3596     3755     +159     
- Misses        1331     1604     +273     
Files Coverage Δ
include/gz/gui/Helpers.hh 77.77% <ø> (ø)
include/gz/gui/Plugin.hh 100.00% <ø> (ø)
src/InstallationDirectories.cc 100.00% <100.00%> (ø)
src/MainWindow.cc 95.68% <100.00%> (+0.46%) :arrow_up:
src/Plugin.cc 83.19% <ø> (+1.68%) :arrow_up:
src/gz.cc 42.00% <ø> (-0.86%) :arrow_down:
src/plugins/camera_tracking/CameraTracking.cc 70.39% <ø> (+1.71%) :arrow_up:
src/plugins/image_display/ImageDisplay.cc 93.16% <100.00%> (+0.36%) :arrow_up:
src/plugins/marker_manager/MarkerManager.cc 58.69% <100.00%> (-0.46%) :arrow_down:
src/plugins/world_control/WorldControl.cc 72.48% <ø> (+0.26%) :arrow_up:
... and 8 more

... and 38 files with indirect coverage changes

mjcarroll commented 11 months ago

@osrf-jenkins retest this please

mjcarroll commented 10 months ago

Windows CI is broken pending https://github.com/gazebosim/gz-common/pull/550