-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 ➡️ 4 #328
3 ➡️ 4 #328
Conversation
Signed-off-by: Nikhil Nair <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
- Change binding of width property in delegate (see: https://stackoverflow.com/questions/63767669/parent-is-null-in-listview-delegate-after-upgrade-to-qt-5-15) - Use scoped reference to model.display (see: https://forum.qt.io/topic/92085/using-qstringlistmodel-as-model-in-listview) Signed-off-by: Rhys Mainwaring <[email protected]>
Signed-off-by: William Wedler <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are code check errors, not sure why they only appear in Bionic CI but not Focal 🤔
Ah my bad, see #329
Codecheck is only enabled on Bionic, because it's hard to satisfy multiple versions of cppcheck at the same time. We've recently added an option to enable it for Focal though: gazebo-tooling/action-gz-ci#43 |
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
be6ddae
to
c2bdfff
Compare
Codecov Report
@@ Coverage Diff @@
## ign-gui4 #328 +/- ##
============================================
+ Coverage 66.37% 66.71% +0.34%
============================================
Files 26 26
Lines 3206 3221 +15
============================================
+ Hits 2128 2149 +21
+ Misses 1078 1072 -6
Continue to review full report at Codecov.
|
➡️ Forward port
Port
ign-gui3
toign-gui4
Branch comparison: ign-gui4...ign-gui3
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)