Skip to content
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

Save last directory opened to load a bag file #40

Merged
merged 5 commits into from Aug 7, 2020
Merged

Save last directory opened to load a bag file #40

merged 5 commits into from Aug 7, 2020

Conversation

VictorLamoine
Copy link
Contributor

@VictorLamoine VictorLamoine commented Apr 4, 2019

When loading multiple bag files it's annoying to browse again the directory we were before.
This allows to save and re-use the last directory opened.

The value is not saved in a QSettings file so the value is reset after opening the application again; see

def save_settings(self, plugin_settings, instance_settings):
# TODO implement saving
# instance_settings.set_value(k, v)
pass

@VictorLamoine
Copy link
Contributor Author

Ping @mlautman @dirk-thomas

@dirk-thomas
Copy link
Contributor

Thanks for the improvement.

@dirk-thomas dirk-thomas merged commit 7d628a2 into ros-visualization:master Aug 7, 2020
@VictorLamoine VictorLamoine deleted the save_load_dir branch August 8, 2020 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants