-
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
Remove ignition #556
Remove ignition #556
Conversation
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[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.
I found a few more places:
-
https://github.com/gazebosim/gz-gui/blob/main/tutorials/01_install.md
-
gz-gui/include/gz/gui/qml/qmldir
Lines 9 to 11 in 5bbfc63
# Deprecated components, remove on tock IgnSnackBar 1.0 GzSnackBar.qml IgnSpinBox 1.0 GzSpinBox.qml -
gz-gui/examples/plugin/gz_components/GzComponents.qml
Lines 43 to 50 in 5bbfc63
// Deprecated spin box IgnSpinBox { minimumValue: -2 maximumValue: 19 decimals: 0 stepSize: 3 value: 5 -
Are we leaving this?
Lines 61 to 63 in 6851f04
/// \brief Deprecated environment variable which holds paths to look for /// plugins public: std::string pluginPathEnvDeprecated = "IGN_GUI_PLUGIN_PATH"; -
Line 75 in 6851f04
/// Accepts all QML Pane properties plus custom Igntiion GUI properties. -
std::string name = "__IGN_MARKER_VISUAL_" + ns + "_" +
Signed-off-by: Nate Koenig <[email protected]>
Remvoed in 5844641 |
I think there are still a few references to |
Codecov Report
@@ Coverage Diff @@
## main #556 +/- ##
==========================================
+ Coverage 68.05% 68.14% +0.08%
==========================================
Files 38 38
Lines 5394 5362 -32
==========================================
- Hits 3671 3654 -17
+ Misses 1723 1708 -15
|
Signed-off-by: Ian Chen <[email protected]>
I think 5fbbcf2 should do it |
Signed-off-by: Ian Chen <[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.
Thank you!
🎉 New feature
Remove ignition
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.