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
78 stars 44 forks source link

Native QFileDialogs in Ubuntu Bionic don't have a QLineEdit #28

Closed osrf-migration closed 4 years ago

osrf-migration commented 6 years ago

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


And tests that relied on that fail.

bionicfiledialog.png

/mnt/TERA/code/ign-gui/src/GeometryWidget_TEST.cc:144: Failure
Expected: (edits.size()) > (0), actual: 0 vs 0
osrf-migration commented 6 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Tests have been changed now that we're using QML and we're not directly accessing the line edit anymore

osrf-migration commented 6 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Disabling tests on default as well for now, see pull request #151

osrf-migration commented 6 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


chapulina commented 4 years ago

This refers to ign-gui0, which is no longer under development. Closing.