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

OGR: add a download option to the protocol data source #8985

Merged
merged 6 commits into from
Jan 28, 2019

Commits on Jan 25, 2019

  1. OGR: add a download option to the protocol data source

    Fixes qgis#21091
    
    The issue was due to the /vsicurl/ not
    being able to open a streaming endpoint.
    
    “Things are not always what they seem; the first appearance
    deceives many; [...]”
    
    ― Phaedrus
    elpaso committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    cf0d45e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    45ef886 View commit details
    Browse the repository at this point in the history
  2. Add a message bar to the datasource manager dialog

    ... and forward all app's message bar messages to
    the dialog's message bar in case it is modal and
    visible.
    
    Also adds a question dialog when a /vsicurl/
    add layer operation failed and offers a chance
    to try the "normal" opening mode.
    elpaso committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    dd69421 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Code Layout

    elpaso committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    611eb70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bf2ce View commit details
    Browse the repository at this point in the history
  3. Better UX when loading remote layers in the main thread

    "loading ..." message and busy cursor
    elpaso committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    6be9f14 View commit details
    Browse the repository at this point in the history