-
Notifications
You must be signed in to change notification settings - Fork 276
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
Quick start dialog #1536
Quick start dialog #1536
Conversation
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
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.
Did a high-level initial review, with some suggestions
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
Signed-off-by: Mohamad <mohamad@openrobotics.org>
I can try again soon. Did you try deleting |
I see, I could reproduce it when the |
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>
Thanks for the quick fix!, I went through the changes and it lgtm |
did a quick test run and nothing seems to be broken |
Signed-off-by: Louise Poubel <louise@openrobotics.org>
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.
This is ready to go! 🚀 I added an automated test and also checked these scenarios manually:
- Loading
ign gazebo
afterrm -rf ~/.ignition/gazebo/
- Choosing not to show again updates
~/.ignition/gazebo/gui.config
and works the next time simulation is open - Choosing Fuel worlds (all 5 work)
- Choosing installed worlds
- Choosing the empty world
- Passing a custom
--gui-config
- Checked that its
show_again
value is read and updated correctly - That config is used instead of the one in the chosen file
- Checked that its
Ctrl+C
on the terminal with the quick start open doesn't load the main window- Closing the quick start dialog loads the blank world
- Searching for worlds
Signed-off-by: Louise Poubel <louise@openrobotics.org>
EXPECT_TRUE(handler->ShowAgain()); | ||
|
||
handler->SetStartingWorld("banana"); | ||
EXPECT_EQ("banana", handler->StartingWorld()); |
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.
🍌 🍌
test looks very good 👍
Signed-off-by: Louise Poubel <louise@openrobotics.org>
I made a change on bf32363 to improve the tests, and that actually broke usage 🤦🏽♀️ Looking into it. |
|
🎉 New feature
depends on ign-gui418
Closes #1252
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.