-
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 <[email protected]>
Override the org level issue templates in order to make the issue templates more specific to this repo. Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]>
* allow SDF FOV tag Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
* search bar text highlight * add search bar shortcut "/" Signed-off-by: youhy <[email protected]> Co-authored-by: Jenn Nguyen <[email protected]>
Signed-off-by: youhy <[email protected]>
* search bar text highlight * add search bar shortcut "/" Signed-off-by: youhy <[email protected]> Co-authored-by: Jenn Nguyen <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Jorge Perez <[email protected]>
Signed-off-by: Mabel Zhang <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Jorge Perez <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* common widget GzColor * implement Grid3D with the common widget Signed-off-by: youhy <[email protected]> Co-authored-by: Jenn Nguyen <[email protected]>
* Example running a dialog before the main window Signed-off-by: Louise Poubel <[email protected]> * Revert FIXMEs Signed-off-by: Louise Poubel <[email protected]>
* Add common widget pose GUI Signed-off-by: youhy <[email protected]> Co-authored-by: Jenn Nguyen <[email protected]>
* common widget variables fix * remove spacer * change show to expand Signed-off-by: youhy <[email protected]>
Signed-off-by: Mohamad <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: youhy <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Signed-off-by: youhy <[email protected]>
Forward-port 3 to 6
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Jenn Nguyen <[email protected]>
Signed-off-by: Nate Koenig <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Nice catch, I'll look into that soon |
Signed-off-by: Louise Poubel <[email protected]>
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 <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
593ccb0
to
b64dc8c
Compare
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
cfe3390
to
07dd47c
Compare
Signed-off-by: Louise Poubel <[email protected]>
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 <[email protected]>
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)