-
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
Merge ign-gui6 ➡️ main #446
Conversation
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
Override the org level issue templates in order to make the issue templates more specific to this repo. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
* allow SDF FOV tag Signed-off-by: youhy <haoyuan2019@outlook.com>
Signed-off-by: youhy <haoyuan2019@outlook.com>
* search bar text highlight * add search bar shortcut "/" Signed-off-by: youhy <haoyuan2019@outlook.com> Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: youhy <haoyuan2019@outlook.com>
* search bar text highlight * add search bar shortcut "/" Signed-off-by: youhy <haoyuan2019@outlook.com> Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
Signed-off-by: Mabel Zhang <mabel@openrobotics.org> Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
* common widget GzColor * implement Grid3D with the common widget Signed-off-by: youhy <haoyuan2019@outlook.com> Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
* Example running a dialog before the main window Signed-off-by: Louise Poubel <louise@openrobotics.org> * Revert FIXMEs Signed-off-by: Louise Poubel <louise@openrobotics.org>
* Add common widget pose GUI Signed-off-by: youhy <haoyuan2019@outlook.com> Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
* common widget variables fix * remove spacer * change show to expand Signed-off-by: youhy <haoyuan2019@outlook.com>
Signed-off-by: Mohamad <mohamad@openrobotics.org> Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: youhy <haoyuan2019@outlook.com> Co-authored-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: youhy <haoyuan2019@outlook.com>
Signed-off-by: youhy <haoyuan2019@outlook.com>
Signed-off-by: youhy <haoyuan2019@outlook.com>
Forward-port 3 to 6
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Nice catch, I'll look into that soon |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Ahh I forgot that those were duplicated. Fixed in 593ccb0. I'd like to revisit that eventually and see if we can get away without duplicated files. |
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.
Are these aliases still needed with 593ccb0?:
gz-gui/include/gz/gui/resources.qrc
Lines 30 to 39 in 593ccb0
<file alias="qml/IgnCard.qml">qml/GzCard.qml</file> | |
<file alias="qml/IgnCardSettings.qml">qml/GzCardSettings.qml</file> | |
<file alias="qml/IgnHelpers.qml">qml/GzHelpers.qml</file> | |
<file alias="qml/IgnRulers.qml">qml/GzRulers.qml</file> | |
<file alias="qml/IgnSnackBar.qml">qml/GzSnackBar.qml</file> | |
<file alias="qml/IgnSortFilterModel.qml">qml/GzSortFilterModel.qml</file> | |
<file alias="qml/IgnSpinBox.qml">qml/GzSpinBox.qml</file> | |
<file alias="qml/IgnSplit.qml">qml/GzSplit.qml</file> | |
<file alias="IgnSnackBar.qml">qml/GzSnackBar.qml</file> | |
<file alias="IgnSpinBox.qml">qml/GzSpinBox.qml</file> |
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
593ccb0
to
b64dc8c
Compare
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
cfe3390
to
07dd47c
Compare
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1f3c0e9
to
6059daa
Compare
I can reproduce the HFOV test failure locally, but I haven't figured out how to fix it:
It looks like the aspect ratio is changing in the middle of the test, so the HFOV changes. @AzulRadio @jennuine , any tips? |
Currently, I think there is a bug in
Looking at PS. This issue doesn't happen on fortress (after I set textureDirty = true to match |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Thanks for the lead, @jennuine ! I believe the issue is that we were setting the aspect ratio every time the texture is dirty, but now that we want to keep a constant FOV, we should be setting that instead. Also since gazebosim/gz-rendering#635 the aspect ratio is updated automatically with the See the fix in c7cac24 and let me know if you're ok with it. The test passes now, and I checked locally that resizing a window behaves correctly. |
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.
See the fix in c7cac24 and let me know if you're ok with it
LGTM!
Are we still deprecating |
Yup, that's being removed in |
➡️ Forward port
Port
ign-gui6
➡️main
Branch comparision: main...ign-gui6
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)