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

[Backport queued_ltr_backports] Fix merge features with hidden fields #57376

Closed

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    c678a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8576dd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [Bugfix] Server GetPrint set HTML content of QgsLayoutItemHtml and no…

    …t only URL
    
    Since QGIS 3.32, when QGIS and QGIS Server loading Project with old HTML-enabled label items, it was automatically into html items. #53192
    
    QGIS Server GetPrint request provides the ability to update label and html items, but for html items, it only accept URL.
    
    QGIS Server was not taken into account the html item content mode, so the automotically migrate old HTML-enabled label items into html items can no longer be modifiable. They were only clear if the value provided is not an URL.
    
    Funded by 3Liz
    rldhont committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d2c9503 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge pull request #57185 from rldhont/backport-56777-to-queued_ltr_b…

    …ackports
    
    [Backport queued_ltr_backports] [Bugfix] Server GetPrint set HTML content of QgsLayoutItemHtml and not only URL
    rldhont committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    98d9205 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix(Oracle): Properly store credentials in cache

    Before this modification, user was added to realm before storing
    credentials, so we failed at retrieving from cache when no username
    was provided.
    
    Fixes #56535
    troopa81 authored and nyalldawson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5386e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. macos-build.yml: select macos-13 to get x64 build

    GHA has recently switched the macos-latest alias to be macos-14 which is OSX Arm64.  macos-13 is x64 architecture instead
    rouault authored and nyalldawson committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    177ebb3 View commit details
    Browse the repository at this point in the history
  2. Fix non-responsive Qt3D overlay

    Qt3D overlay is drawn using imgui which is imperative, so Qt3D needs
    to cache events until they are needed for the actual rendering of the
    overlay, especially since this happens in a different thread.
    
    When render policy is set to OnDemand though, Qt3D does not cache
    the entire history of events since the previous update and events can
    go missing or come out of sequence, which confuses imgui.
    
    This patch changes the render policy to Always while the overlay is
    visible, so it now responds to events. It will also provide more accurate
    display of performance data in that mode.
    mkrus authored and lbartoletti committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0c747e5 View commit details
    Browse the repository at this point in the history
  3. QgsProject: The flag to read extent from xml was set too late

    The `QgsProject::addLayer` method which add a layer from DOM layer element uses the method `projectFlagsToLayerReadFlags` to get layer read flags from project flags.
    The generated layer read flags is used into the `QgsMapLayer::readLayerFromXml` method. This method read the extent from XML only if the `QgsMapLayer::FlagReadExtentFromXml`
    flag is set. If it is not set, the layer extent (provided by the provider) and layer extent from xml are empty. So even if the read extent from xml is set to true for vector
    layer, the extent will be always provided by the provider if the flag `QgsMapLayer::FlagReadExtentFromXml` is not provided to `QgsMapLayer::readLayerFromXml` method.
    
    To fix it, we proposed to update `QgsProject::projectFlagsToLayerReadFlags` method to provide `QgsMapLayer::FlagReadExtentFromXml` from project flags.
    
    Funded by Tenergie
    rldhont authored and github-actions[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2a610d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2680afc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. [OGR] Fix load of stored styles

    Fix #57251
    elpaso authored and nyalldawson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    500a2d1 View commit details
    Browse the repository at this point in the history
  2. Update testqgsogrutils.cpp

    elpaso authored and nyalldawson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    66ceac7 View commit details
    Browse the repository at this point in the history
  3. Update RMC NMEA 4.1

    new item: navstatus
    bettellam authored and nyalldawson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5444700 View commit details
    Browse the repository at this point in the history
  4. Update parse.c

    Update RMC sentence for NMEA v4.1
    bettellam authored and nyalldawson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c0bf777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fda8a3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #57296 from qgis/backport-57219-to-queued_ltr_back…

    …ports
    
    [Backport queued_ltr_backports] QgsProject: The flag to read extent from xml was set too late
    troopa81 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    44b32bb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    f89c013 View commit details
    Browse the repository at this point in the history
  2. Fix merge features with hidden fields

    Instead of ignoring always hidden fields, use field default value or value
    from one of merged features. Fixes #28253
    
    Co-authored-by: Joonalai <joona.laine@cofactor.fi>
    2 people authored and github-actions[bot] committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8e8ebc0 View commit details
    Browse the repository at this point in the history