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

Update widgets with default values on attribute form #31167

Merged
merged 9 commits into from
Aug 16, 2019

Commits on Aug 8, 2019

  1. Update widget content when field contains default value that referenc…

    …ing to the currently changed widgets field.
    
    On init the dependencies are stored into mDefaultValueDependencies. On attribute change the default values are written into the other widgets according to the dependency map.
    
    To avoid recursions the widgets fields index is stored into mAlreadyUpdatedFields.
    signedav committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    ec20a52 View commit details
    Browse the repository at this point in the history
  2. updating default values

    signedav committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    a1bb806 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    1352b7e View commit details
    Browse the repository at this point in the history
  2. beautifications

    signedav committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    82ae686 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. handles two null values as equal, since they can be handled as not eq…

    …ual by == comparison.
    signedav committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    9b236a0 View commit details
    Browse the repository at this point in the history
  2. missing sip

    signedav committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    38e4bac View commit details
    Browse the repository at this point in the history
  3. using qgsVariantEqual

    signedav committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    6bbf5da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2073bd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Update src/core/qgis.cpp

    Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
    signedav and m-kuhn committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    556551b View commit details
    Browse the repository at this point in the history