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

QGIS Quick library [dockerdeps] #6490

Closed
wants to merge 31 commits into from

Commits on Feb 28, 2018

  1. [FEATURE] Introduction of QGIS Quick library

    This adds a new library for creation of applications based on Qt Quick
    framework.
    It contains reusable QML / Qt Quick components based on QGIS core
    library.
    The initial work introduces MapCanvas, FeatureForm, ScaleBar and various
    other components.
    
    To enable compilation of the library, use WITH_QUICK=TRUE
    
    Further documentation of the library is located in doc/qgsquick.dox
    
    For background information see the associated QEP:
    qgis/QGIS-Enhancement-Proposals#109
    
    The initial implementation is largely based on the work of Matthias Kuhn
    and Marco Bernasocchi on QField probject - kudos to them for the great
    job!
    PeterPetrik committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    2b67f5a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    4d1c12a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. spell check, add docs

    PeterPetrik committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    b099921 View commit details
    Browse the repository at this point in the history
  2. add to CI

    PeterPetrik committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    7784fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba4a717 View commit details
    Browse the repository at this point in the history
  4. fix spelling

    PeterPetrik authored and 3nids committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    438b2f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    643030b View commit details
    Browse the repository at this point in the history
  2. fix docker tag

    3nids authored and PeterPetrik committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    7432536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    715142b View commit details
    Browse the repository at this point in the history
  4. port fix opengisch/QField#87

    PeterPetrik committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    0c2e64d View commit details
    Browse the repository at this point in the history
  5. port opengisch/QField#173

    PeterPetrik committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    fa5b4e1 View commit details
    Browse the repository at this point in the history
  6. port opengisch/QField#118

    PeterPetrik committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    1521ebb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    592cd1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ef5f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    599eb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d386060 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    4eff7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d7573 View commit details
    Browse the repository at this point in the history
  3. move imports to cpp file

    PeterPetrik committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    99b52d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf9bd93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c907fd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c39a565 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a02950b View commit details
    Browse the repository at this point in the history
  8. fix docs and intent

    PeterPetrik committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ebabc4e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    c379c4e View commit details
    Browse the repository at this point in the history
  2. rename Btn to Button

    PeterPetrik committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    beae290 View commit details
    Browse the repository at this point in the history
  3. use parent fill

    PeterPetrik committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    bbbb5fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0263e2d View commit details
    Browse the repository at this point in the history
  5. some code cleaning

    PeterPetrik committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8ca9b08 View commit details
    Browse the repository at this point in the history
  6. code cleanups

    PeterPetrik committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    35bd7e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. use new qt signals

    PeterPetrik committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    5323dd6 View commit details
    Browse the repository at this point in the history