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

[FEATURE] Flash features #5268

Merged
merged 7 commits into from
Oct 2, 2017
Merged

[FEATURE] Flash features #5268

merged 7 commits into from
Oct 2, 2017

Commits on Oct 1, 2017

  1. Fix incorrect draw stacking when drawing rubber bands with

    secondary lines enabled
    nyalldawson committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    4374c6e View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Flash features in canvas

    This adds:
    - API call to QgsMapCanvas to flash a set of features
    - A right click menu option in the attribute table to flash
    the clicked feature
    - An option in the Search by Form dialog to flash matching
    features
    
    When triggered, the features flash allowing easy identification
    without having to alter the current selection or map extent
    nyalldawson committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3e9fa72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54ea73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc844c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a874faf View commit details
    Browse the repository at this point in the history
  6. Use a clone of the renderer for attribute table model

    Fixes potential crash
    nyalldawson committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    dfe0cba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Refine flash features API

    Use a QgsCoordinateReferenceSystem object instead of
    QgsVectorLayer to make API more flexible
    nyalldawson committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    5b6f02e View commit details
    Browse the repository at this point in the history