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

PR: Remember which water level and weather datasets were last opened when opening a new project #267

Merged
merged 10 commits into from
Feb 12, 2019

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    6108b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa4b39a View commit details
    Browse the repository at this point in the history
  3. ProjetReader: add get_last_opened_wldset method

    Return the name of the last opened water level dataset in the project if
    any.
    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0e33df1 View commit details
    Browse the repository at this point in the history
  4. ProjetReader: add get_last_opened_wxdset method

    Return the name of the last opened weather dataset in the project if
    any.
    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    b68ed2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf7667 View commit details
    Browse the repository at this point in the history
  6. Add the make_dsetname_valid method

    Replace all invalid characters in the name by an underscore.
    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ac456fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2501468 View commit details
    Browse the repository at this point in the history
  8. Add set_current_wldset method

    Set the current water level from its name.
    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a998d98 View commit details
    Browse the repository at this point in the history
  9. Add a missing docstring

    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    b2c66e0 View commit details
    Browse the repository at this point in the history
  10. Add test_last_opened_datasets

    Test that the data manager recall correctly the water level and weather
    datasets that were last opened when opening a new project.
    jnsebgosselin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f935a5c View commit details
    Browse the repository at this point in the history