-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Queued LTR backports #59225
Merged
Merged
Queued LTR backports #59225
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…en no atlas geometry available
… not supported The PDF driver only supports 'random' creation for vectors, not raster. For raster, it only supports CreateCopy() mode Refs #58891
Just reset the font size to a standard size when generating the preview, otherwise we end up with invisible text on the buttons if the font size is too big or too little.
While painting, it happens that other code can modify current item position, but this new position will be really used on the new draw, not the current one. So we have to backup it early enough (at the very beginning of paint) so we can translate to this new position at the end of the paint method. Fixes #37566 (Again)
…': it is go.Barplot in recent plotly versions
…ttribute table dialog breaks the current sort column and sort order due to the column and order being hard-coded to 0 and Qt::AscendingOrder respectively.
Always internally store the distance in canvas's CRS units, transform for display. Fix #58620 where the CRS units are US Feet.
…are not used to conduct bulk download of OSM tiles
…sed to conduct bulk download OSM tiles
…en exporting the layer to file (both via the browser panel as well as the layer tree)
With previous code, pixmap was never taken from cache
If not, saveEdits would be called when we fire widgetValueChanged signal and widgets containing non updated old values could potentially overwrite new ones, leading to discard user modifications.
Co-authored-by: Alessandro Pasotti <[email protected]>
When the aggregate uses variables, we need to ensure that the cache key correctly considers the current value of ALL those variables. Otherwise we'll return incorrect results when an expression is re-evaluated after changing the variable value for the context. Fixes use of aggregate function with @symbol_label in legends. Fixes #58221 (cherry picked from commit 7b88103)
(cherry picked from commit f618993)
This can happen when eg a broken item size causes a nan position, which breaks the layout size calculation and results in nan or massive x/y values. Restoring these leads to a broken layout which cannot be interacted with. Refs #55240
This causes the map item to have nan pos or size, which corrupts the layout
In multi edit mode feature is not updated (so attributeChanged is false) until user validate it but we need to update the value relation which could have an expression depending on another modified field
… explicit This will avoid implicit conversion to bool when comparing QList<QgsMapLayerRef>s in the future.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Queued LTR backports