Activity
From 2019-10-26 to 2019-11-24
2019-11-24
- 10:43 PM Revision 23fc25b0 (qgis): MetaSearch plugin: update CSW catalog url from the portuguese mapping a...
- 09:20 PM Revision e8ec0042 (qgis): [FEATURE][diagrams] Paint effect support for diagram renderer
- Allows for diagrams to use paint effects, including drop shadows,
outer glows, etc...
Sponsored by SLYR - 10:11 AM Revision 204bd47b (qgis): [FEATURE][diagrams] New diagram type "stacked bars"
- Stacks bars of varying colors for each attribute on top of each other
vertically or horizontally.
Sponsored by SLYR - 09:06 AM Revision 0fe849a1 (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
- 09:06 AM Revision b8bc9fad (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
2019-11-23
- 12:14 AM Revision 79430b54 (qgis): Fix signature of qgsattributeform.cpp
- 11:57 PM Revision 9c9b5ca0 (qgis): Fix sip and formatting issues
- 10:54 PM Revision 08b7ecab (qgis): Fix docstrings and respond to feedback
- 08:18 PM Revision 51c12891 (qgis): Merge branch 'master' into pg_json
- 09:48 AM Revision e483229e (qgis): [diagrams] Better default size for diagrams
- (cherry picked from commit b78784be4f60342dfb96ec1f9b344a6678eaba16)
- 09:48 AM Revision 19649058 (qgis): [diagrams] When an unknown diagram type is encountered, don't crash, bu...
- Avoids projects from a new qgis using a new diagram type crashing when opened in earlier
qgis versions
(cherry picke... - 09:48 AM Revision 2d888519 (qgis): [diagrams] Fix bars drawn outside of registered diagram extent for some...
- (cherry picked from commit 993d90a456ccc72ab2114368656ab75e3a6ccc1e)
- 09:48 AM Revision ad260fff (qgis): [diagrams] Diagram size widget should allow non-integer values
- There's no reason we should limit diagram sizes to round number of
mm, so adapt widget to follow same behavior as oth... - 09:45 AM Revision ec9e5986 (qgis): Fix QGIS crashing when loading a recent project after saving dirty project
- 09:06 AM Revision 5ee9b20b (qgis): QgsCoordinateTransform::transformCoords(): with PROJ 6, do no raise on ...
- Fixes #32973 or at least improve it significantly
Currently with PROJ 6 transformCoords() will raise an exception as... - 09:06 AM Revision 1c0a9918 (qgis): [diagrams] Default bar spacing should be 0
- 09:06 AM Revision ee260893 (qgis): [diagrams] Fix incorrectly calculated size of diagrams when bar spacing...
- 09:06 AM Revision 249d38a5 (qgis): Add read/write context to diagram serialization
- 09:06 AM Revision a72f42b6 (qgis): [diagrams] Better default size for diagrams
- 09:06 AM Revision abb64382 (qgis): [diagrams] Fix bars drawn outside of registered diagram extent for some...
- 09:06 AM Revision bfd925dc (qgis): [diagrams] Fix placement of histogram diagrams with bar spacing set
- 09:06 AM Revision 6b0c9b83 (qgis): Spelling
- 09:06 AM Revision 9a23e1b2 (qgis): [FEATURE][diagrams] Add option to show diagram axis for histogram diagr...
- Where the axis line symbol can be set using a standard QGIS line symbol.
Sponsored by SLYR - 09:06 AM Revision 6db6ede3 (qgis): [diagrams] When an unknown diagram type is encountered, don't crash, bu...
- Avoids projects from a new qgis using a new diagram type crashing when opened in earlier
qgis versions - 09:06 AM Revision a784fbe6 (qgis): [diagrams] Diagram size widget should allow non-integer values
- There's no reason we should limit diagram sizes to round number of
mm, so adapt widget to follow same behavior as oth... - 07:20 AM Revision 036f032b (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 07:20 AM Revision 9c782e82 (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 05:06 AM Revision c7d4892c (qgis): [canvas] Fix zoom to selection for single point selection when layer is...
- 05:02 AM Revision ed7d13da (qgis): QgsCoordinateTransform::transformCoords(): with PROJ 6, do no raise on ...
- Fixes #32973 or at least improve it significantly
Currently with PROJ 6 transformCoords() will raise an exception as...
2019-11-22
- 12:22 AM Revision f2f40b13 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 10:27 PM Revision bd170fa7 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 09:44 PM Revision 831780bb (qgis): Merge pull request #33018 from troopa81/backport-32811-to-release-3_10
- backport fix wfs cache request
- 09:00 PM Revision a485b476 (qgis): Merge pull request #33021 from rouault/fx_writing_to_kml_with_gdal_3
- QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 08:18 PM Revision e75ff1b5 (qgis): QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
- 06:17 PM Revision df1b2734 (qgis): backport fix wfs cache request
- 05:04 PM Revision 22a72bef (qgis): Merge pull request #33012 from elpaso/bugfix-gh-33000-time-support
- Fix time (and date) fields editing in forms
- 04:00 PM Revision 2c61eb39 (qgis): Address comments
- 12:56 PM Revision c452bed2 (qgis): Put all chunked entity load tile events into one group
- 12:56 PM Revision adad95ee (qgis): Make it possible to load multiple terrain tiles at the same time
- Also adds some event tracing support to better understand what
is going on under the hood - 12:56 PM Revision e86d283a (qgis): Add recording of async events to the event tracer
- 12:56 PM Revision ae92395d (qgis): Basic event tracing for 3D and a shortcut to toggle tracing: ctrl+shift+.
- 12:56 PM Revision 5706a9f7 (qgis): Make event tracing disabled by default
- It needs qgis/enableEventTracing to be set to true in Options > Advanced.
- 11:33 AM Revision 17a700b3 (qgis): Fix time (and date) fields editing in forms
- Fixes #33000
- 11:09 AM Revision 63911c1d (qgis): Merge pull request #32551 from rduivenvoorde/from_epoch
- [FEATURE] Add datetime_from_epoch (MSec from epoch) expression function
- 09:55 AM Revision 4ebd23e7 (qgis): Merge pull request #33003 from rldhont/backport-32800-to-release-3_4
- [Backport release-3_4][Bugfix][Server] Correctly round extent coordinates in services capabilities
- 09:55 AM Revision 588a0961 (qgis): Merge pull request #33002 from rldhont/backport-32800-to-release-3_10
- [Backport release-3_10][Bugfix][Server] Correctly round extent coordinates in services capabilities
- 04:17 AM Revision 71dd0df4 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 04:17 AM Revision 5d924cf7 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 01:07 AM Revision b4769c57 (qgis): Prevent saving invalid json
2019-11-21
- 12:01 AM Revision baf38199 (qgis): [FEATURE][diagrams] Add option to control pie diagram angular direction
- I.e. control whether the sections are rendered in a clockwise or
anticlockwise direction
Sponsored by SLYR - 10:30 PM Revision 59b83def (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 10:30 PM Revision bd96f8b7 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 10:30 PM Revision 588324a1 (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 10:30 PM Revision ec8912ed (qgis): [Server] Test WCS Access Control: update comment
- 08:48 PM Revision 97e06028 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 08:48 PM Revision a4a48ccc (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 08:48 PM Revision e9251a5f (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 08:48 PM Revision 86f57f03 (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 08:48 PM Revision 60d49a7e (qgis): [Server] tests: Add masks
- 08:45 PM Revision 723c51b3 (qgis): [Server] tests: Add masks
- 08:45 PM Revision 41b97b4c (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 08:45 PM Revision ac846d36 (qgis): [Server] Test WCS Access Control: update comment
- 08:45 PM Revision 3198ce54 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 08:45 PM Revision c99ae2a0 (qgis): [Server] Update WMS Dimension tests for round extent in GetCapabilities
- 08:45 PM Revision e1c4f145 (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 08:45 PM Revision 983da1d3 (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 08:45 PM Revision e5f93ebb (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 08:45 PM Revision 1b08bbef (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 08:45 PM Revision f986fa10 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 07:14 PM Revision 6f171fdc (qgis): Update connections-default.xml
- (cherry picked from commit 69ba08eae9ef8d7af3035ef813dddb1c87719dfe)
- 07:14 PM Revision e6eaf7ba (qgis): Add FlatGeobuf as an exportable format
- (cherry picked from commit 315c9bbea633f09824875aef51a5129a5f974b27)
- 07:14 PM Revision 3aa99e1a (qgis): Remove sort order tweaks
- (cherry picked from commit 8159783afed47061e18e62c17b678d10135e47b1)
- 07:14 PM Revision b39bd70e (qgis): Add GDAL 3.1.0 version ifdef
- (cherry picked from commit a875befb0c2ffb308c42cccb7afb655873dba845)
- 07:14 PM Revision be91de99 (qgis): Add FlatGeobuf as known input format
- (cherry picked from commit 150709cb5f661001c1271fc67e96ed2f98554136)
- 07:14 PM Revision 32c9b306 (qgis): Add topological points on background layers for qgsmaptooladdfeature
- (cherry picked from commit 47bc117795579ea0b27b016a68c3e6cc6f071a91)
- 07:14 PM Revision 11bcbc0c (qgis): Tiles XYZ fixed scale-dependant styles
- (cherry picked from commit 742c7b95d7817c9e3d881e5b3cec12fbccf544df)
- 07:14 PM Revision 9bfd06a8 (qgis): Update TilesXYZ.py
- Solve issue #30524. Now tiles are drawn correctly if there are layers with scale-dependant styles
(cherry picked fro... - 07:14 PM Revision a4c2129a (qgis): Fix alg description
- PostGIS DB -> PostgreSQL DB
(cherry picked from commit d28da131c4b6acfa53d63c7af7cc1fe6e2b372e0) - 07:14 PM Revision f5692125 (qgis): Fix alg description
- PostGIS DB - PostgreSQL DB
(cherry picked from commit 60ed888277a83bcd2ff40d91f626dd09f5c6161c) - 07:14 PM Revision 4cfd354b (qgis): Resolve cpu spikes when options dialog is shown
- Disable auto-update of the advanced settings tree widget. This is causing
CPU spikes every 2 seconds while the dialog... - 07:14 PM Revision fb374357 (qgis): fix crash when gps source is not available (e.g. missing QT plugins)
- (cherry picked from commit 90cbcc92b110144a0eb9498248c12fb82af8a60f)
- 07:14 PM Revision 55ea8e7d (qgis): Fix fid regenerate on GPKG vector layer exported
- Fixes #32927
(cherry picked from commit f9f00d3388ea5df0001ec967e5cbf4daf3903e24) - 07:14 PM Revision 074afdf7 (qgis): Optimise some trivial point/rectangle intersection tests
- (cherry picked from commit 19d0b118a59f8456cdf9a89f61fafe547973db85)
- 07:14 PM Revision 4e18d911 (qgis): [labeling] Fix evalution of letter/word spacing when font size is map u...
- Fixes #32825
(cherry picked from commit 0d6599a7b6dfeff1a4113ea1922820d6c7c894d3) - 07:14 PM Revision ff972079 (qgis): Lower precision of grass centrality test
- Refs #32562
(cherry picked from commit 2b9921ac2cebbe2362af3ebc08769bd325c359ed) - 07:14 PM Revision 9f39fea4 (qgis): Add unit test for qgslayerdefinition
- (cherry picked from commit 0aea46bb2808c56fd455c095684c65e7ced0d022)
- 07:14 PM Revision 9bfed01b (qgis): Add unit tests for qgsproject
- (cherry picked from commit 0770ca9121698b286bff018b7b8fa15c21c97147)
- 07:14 PM Revision 1fb741a0 (qgis): Load embedded group from qgz project
- (cherry picked from commit 35c2a9a6f3e28c4a2e37c0576524e464b60cf2fb)
- 07:14 PM Revision 83a35e38 (qgis): Fix reloading project with embedded layers from qgz
- (cherry picked from commit 9a9778af418f2a5783cbda7217823b150db883b7)
- 07:14 PM Revision 71f2dd47 (qgis): Read qgz project when embedding layers. Fixes #28280
- (cherry picked from commit e5eb23e30ce7ead00ffa8cc3fedf2637ecbbd61b)
- 07:14 PM Revision 941a20ad (qgis): Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names ha...
- (cherry picked from commit ffb38e8a320082791c3251ee386e9a899d0a5d33)
- 07:14 PM Revision 6bc027b8 (qgis): Disable flaky test
- See https://travis-ci.org/qgis/QGIS/jobs/606030466#L6726
(cherry picked from commit 39741e549e525a11e07ffc3594e8b4a8... - 07:14 PM Revision 39082474 (qgis): Attribute table pass fid on ctx menu signals
- instead of passing an index that could belong to
one of the (three) models that live in the dual
view.
This hopefull... - 07:14 PM Revision d5543b6c (qgis): Attribute table: please don't delete randomly!
- Fixes #32933
Pretty big fat bug isn't it ?
(cherry picked from commit ea38fcec06c5fbaa832a2ae7b229a5fc7a727df7) - 07:14 PM Revision 360e7622 (qgis): fix build
- (cherry picked from commit c42789d71b304828dbb2fb160a58dff9d1d62615)
- 07:09 PM Revision 701ea057 (qgis): Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
- comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKe... - 07:02 PM Revision b14d7a8d (qgis): Merge pull request #32800 from rldhont/fix-server-round-precision-extent
- [Bugfix][Server] Correctly round extent coordinates in services capabilities
- 06:21 PM Revision 8913fb34 (qgis): Merge pull request #32114 from troopa81/fix_feature_count_estimated_met...
- Fix featureCount on postgres view when flag estimatedmetadata is set
- 06:08 PM Revision 0808c2ba (qgis): [Server] Update WCS tests for round extent in GetCapabilities
- 06:08 PM Revision e5431a88 (qgis): [Server] Update WMS Dimension tests for round extent in GetCapabilities
- 06:08 PM Revision 90f325a8 (qgis): [Server] Update WMS tests for round extent in GetCapabilities
- 06:08 PM Revision a60ea5d7 (qgis): [Server] Update WMS GetProjectSettings tests for round extent in GetCap...
- 06:08 PM Revision 9743e306 (qgis): [Server] Test WCS Access Control: update comment
- 05:45 PM Revision 726dcd11 (qgis): Remove rasterize from help file
- 05:45 PM Revision 10e6822d (qgis): Keeps a bit less memory
- 05:33 PM Revision 24307f9e (qgis): Merge pull request #32992 from elpaso/rasterize-c-plus-plus
- Port Processing Rasterize to C++
- 05:28 PM Revision c1917476 (qgis): Rasterize: QtConcurrent version
- 04:28 PM Revision e21c0481 (qgis): Typo
- 11:51 AM Revision 63956785 (qgis): Merge pull request #30297 from roya0045/handler_v2
- Bad Layer Handler Improvements
- 11:29 AM Revision 3456bc01 (qgis): Merge pull request #32990 from m-kuhn/dxf_fix_dd
- Fix data defined symbology in dxf export
- 09:58 AM Revision 797af951 (qgis): Processing rasterize: add extent buffer
- 09:10 AM Revision 2ff4bd54 (qgis): Test masks
- 09:10 AM Revision 6222207c (qgis): Fix some warnings, forced truncation to int while rendering histogram d...
- 09:10 AM Revision 8a7bf147 (qgis): [diagrams] Fix diagram attribute order is reversed when using left or r...
- 09:03 AM Revision 22e1bfa5 (qgis): Add data based orientation text dxf test
- 09:03 AM Revision c70baa26 (qgis): Fix layer/field based symbology
- Was broken since https://github.com/qgis/QGIS/pull/32770
- 06:21 AM Revision 49dcc2c2 (qgis): [FEATURE] Add spacing option for vector layer bar chart diagrams
- Allows for user-controlled spacing between each bar in the chart.
Sponsored by SLYR - 02:22 AM Revision c42789d7 (qgis): fix build
2019-11-20
- 11:24 PM Revision 20736b9a (qgis): Update TilesXYZ.py
- Solve issue #30524. Now tiles are drawn correctly if there are layers with scale-dependant styles
- 11:24 PM Revision 742c7b95 (qgis): Tiles XYZ fixed scale-dependant styles
- 11:23 PM Revision fb85e652 (qgis): Fix typos
- 09:46 PM Revision 656f9e04 (qgis): [Bugfix][Server] Use floor and ceil for round extent coordinates in ser...
- 09:46 PM Revision 1d3b90bb (qgis): [Server] Update WMTS tests for round extent in GetCapabilities
- 09:46 PM Revision 9b731edb (qgis): [Server] tests: Add masks
- 09:46 PM Revision 747f785e (qgis): [Bugfix][Server] Correctly round extent coordinates in services capabil...
- QString::number does not correctly round double. It can truncate double so the extent display explains in services ca...
- 09:46 PM Revision 2599eb53 (qgis): [Server] Update WFS tests for round extent in GetCapabilities
- 09:41 PM Revision 150709cb (qgis): Add FlatGeobuf as known input format
- 09:23 PM Revision c25f2745 (qgis): Port processing rasterize to C++
- roughly 20% faster than Python
- 08:52 PM Revision 90c83011 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 08:52 PM Revision 0558a5c3 (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 08:52 PM Revision 94913ead (qgis): Improve debug messages about geos/topology support
- 08:52 PM Revision 6def175f (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 08:52 PM Revision 460c1080 (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 08:52 PM Revision 111fbace (qgis): mhkun style
- 08:52 PM Revision 714d1f49 (qgis): Unify list of supported spatial types
- 08:50 PM Revision 315c9bbe (qgis): Add FlatGeobuf as an exportable format
- 08:50 PM Revision 8159783a (qgis): Remove sort order tweaks
- 08:50 PM Revision a875befb (qgis): Add GDAL 3.1.0 version ifdef
- 08:49 PM Revision 69ba08ea (qgis): Update connections-default.xml
- 08:04 PM Revision b848b0a9 (qgis): add test
- 08:04 PM Revision 47bc1177 (qgis): Add topological points on background layers for qgsmaptooladdfeature
- 08:00 PM Revision bcdbc3a8 (qgis): Attribute table pass fid on ctx menu signals
- instead of passing an index that could belong to
one of the (three) models that live in the dual
view.
This hopefull... - 08:00 PM Revision ea38fcec (qgis): Attribute table: please don't delete randomly!
- Fixes #32933
Pretty big fat bug isn't it ? - 07:55 PM Revision 39741e54 (qgis): Disable flaky test
- See https://travis-ci.org/qgis/QGIS/jobs/606030466#L6726
- 07:54 PM Revision ffb38e8a (qgis): Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names ha...
- 03:05 PM Revision e8b38c36 (qgis): Merge pull request #32666 from pblottiere/fix_emblayer_qgz
- Read qgz project when embedding layers/groups. Fixes #28280
- 02:12 PM Revision 91563b8b (qgis): auto layer finder
- 11:46 AM Revision 99bf9687 (qgis): [FEATURE][labels] allow to delete custom label position
- by pressing DEL key when moving the label
- 11:46 AM Revision 0e110cf0 (qgis): [FEATURE][labels] allow to delete custom label rotation
- by pressing DEL key when moving the label
- 11:36 AM Revision 0aea46bb (qgis): Add unit test for qgslayerdefinition
- 10:56 AM Revision 08d5b83f (qgis): Merge pull request #32811 from troopa81/fix_wfs_cache
- fix cache read on wfs request
- 10:27 AM Revision 59a766e2 (qgis): Merge pull request #32807 from lbartoletti/patch-1
- Fix compilation with llvm > 6 (and arch=i386)
- 09:43 AM Revision 2b9921ac (qgis): Lower precision of grass centrality test
- Refs #32562
- 08:38 AM Revision 1ca926d7 (qgis): [FEATURE][layouts] Add search box to layout manager
- Allows filtering the list of layouts in a project by name, handy
when a project has many layouts - 08:07 AM Revision f1e6745f (qgis): [quick] add utility method to select feature using their IDs from QML (...
- * [quick] add utility method to select feature using their IDs from QML
* Update qgsquickutils.cpp - 03:18 AM Revision 657a8e0f (qgis): [processing] Fix wrong label description for the centroid alg's all par...
- (fixes #32940)
- 03:18 AM Revision 48ab44c5 (qgis): [processing] Fix missing icon for polygon to lines algoritghm
- The icon went missing when porting the algorithm from
python to a native - 01:08 AM Revision 214bbe9e (qgis): Fix clazy fully-qualified-moc-types warnings
- 01:08 AM Revision 85227322 (qgis): Clear clazy unused variable warning on proj < 6 builds
- 01:08 AM Revision c8bf6a9b (qgis): Another unused string:
- 01:08 AM Revision 9fc5d86d (qgis): Add missing Q_OBJECT macro
- 01:08 AM Revision fe9e6c69 (qgis): Fix typos
- 01:08 AM Revision a882ece4 (qgis): Remove unused QString
- 01:08 AM Revision 6ce88567 (qgis): Fix clazy warnings
- 01:08 AM Revision 8f1cf97f (qgis): Remove unused QString
- 01:08 AM Revision 4b8f37da (qgis): Enable some more safe clazy checks
- 01:08 AM Revision 3b03b878 (qgis): Add missing Q_OBJECT macro
- 01:08 AM Revision 942b74fa (qgis): Remove unused QString
- 01:08 AM Revision 129165a1 (qgis): Fix warning
- 01:08 AM Revision 0b688348 (qgis): Fix build
- 01:08 AM Revision 9a2e0151 (qgis): Move QObject declaration to header
- 01:08 AM Revision 986aa713 (qgis): Identation
- 01:08 AM Revision 1c128f9d (qgis): Line based exclusion doesn't seem to work with lambdas...
- 01:08 AM Revision fd68d8ee (qgis): Use QHash instead of QMap with pointer key
2019-11-19
- 12:31 AM Revision 664223c5 (qgis): Add backport bot workflow yml
- 08:13 PM Revision 9f026272 (qgis): Wrong label in UI for "Create point for each part" on "Centroids" proce...
- #32940
- 05:54 PM Revision c2a3a855 (qgis): Test cache read
- 05:50 PM Revision 0770ca91 (qgis): Add unit tests for qgsproject
- 12:09 PM Revision e109dc6a (qgis): [processing] Fix wrong label description for the centroid alg's all par...
- (fixes #32940)
- 10:52 AM Revision 8fedf7c7 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:51 AM Revision 3a71bc26 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:39 AM Revision e0ffc654 (qgis): debian packaging: python-gdal still needed for gdal python scripts
- 10:35 AM Revision f63c747c (qgis): [processing] Fix missing icon for polygon to lines algoritghm
- The icon went missing when porting the algorithm from
python to a native - 07:46 AM Revision 0d6599a7 (qgis): [labeling] Fix evalution of letter/word spacing when font size is map u...
- Fixes #32825
- 07:41 AM Revision 19d0b118 (qgis): Optimise some trivial point/rectangle intersection tests
- 05:05 AM Revision 752925f7 (qgis): [expression] Language support for format_date() and to_{date,datetime,t...
- By default, those expression use the application's locale. The addition of an optional
language parameter allows hand...
2019-11-18
- 09:21 PM Revision 68701e2e (qgis): Remove unused code
- 09:21 PM Revision 47f806ca (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 09:21 PM Revision 13518ff4 (qgis): Also lazy load numpy
- 09:20 PM Revision f9f00d33 (qgis): Fix fid regenerate on GPKG vector layer exported
- Fixes #32927
- 06:21 PM Revision d401c840 (qgis): another translation string fix
- 05:35 PM Revision 079bd548 (qgis): Merge pull request #32749 from qgis/backport-32743-to-release-3_4
- [Backport release-3_4] Fix PG 12 constraints check (provider side)
- 01:19 PM Revision 74a6871d (qgis): translation string fixes
- 12:30 PM Revision 35c2a9a6 (qgis): Load embedded group from qgz project
- 12:30 PM Revision e5eb23e3 (qgis): Read qgz project when embedding layers. Fixes #28280
- 12:30 PM Revision 9a9778af (qgis): Fix reloading project with embedded layers from qgz
- 10:20 AM Revision 90cbcc92 (qgis): fix crash when gps source is not available (e.g. missing QT plugins)
- 10:20 AM Revision 65182a27 (qgis): fix compilation of qgsquick plugin on win
- 09:29 AM Revision 3b29dbaf (qgis): Resolve cpu spikes when options dialog is shown
- Disable auto-update of the advanced settings tree widget. This is causing
CPU spikes every 2 seconds while the dialog... - 09:08 AM Revision 2801180b (qgis): database style manager: translatable & title case
- (cherry picked from commit 9b32c0be3b4c0d1c98d2e86fb6e66c13c363eea4)
- 09:04 AM Revision ac4401ba (qgis): custom widgets: fix designer crash (fixes #32860)
- (cherry picked from commit 7fdac2fc6b902a4d4e621fde55abb91e277deccf)
- 09:04 AM Revision bc59bb87 (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
(cherry picked from commit f67369cc2639f513c77ef3e3c606f96294d9fa47) - 09:04 AM Revision 5b04f26d (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- (cherry picked from commit b830a4a448d31c51ea5e5a4e73d0b3a4ad518fb0)
- 09:03 AM Revision e1584e65 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- (cherry picked from commit 3cf70589dcbbfe234a118a9b5f38352666bbd926)
- 09:03 AM Revision 90af8f45 (qgis): also track newer CIFS
- (cherry picked from commit 375b3907376c54b42728d1e69ef2ad70a22143a2)
- 09:02 AM Revision d88023f5 (qgis): translation string fix
- (cherry picked from commit 002d3986d505b58e1d3152df038dbff90938e118)
- 08:55 AM Revision 07378a71 (qgis): database style manager: translatable & title case
- (cherry picked from commit 9b32c0be3b4c0d1c98d2e86fb6e66c13c363eea4)
- 08:55 AM Revision 8d5bbb76 (qgis): custom widgets: fix designer crash (fixes #32860)
- (cherry picked from commit 7fdac2fc6b902a4d4e621fde55abb91e277deccf)
- 08:55 AM Revision b9611ee6 (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
(cherry picked from commit f67369cc2639f513c77ef3e3c606f96294d9fa47) - 08:54 AM Revision 354c5917 (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- (cherry picked from commit b830a4a448d31c51ea5e5a4e73d0b3a4ad518fb0)
- 08:54 AM Revision a48f4c42 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- (cherry picked from commit 3cf70589dcbbfe234a118a9b5f38352666bbd926)
- 08:52 AM Revision 54a2e798 (qgis): also track newer CIFS
- (cherry picked from commit 375b3907376c54b42728d1e69ef2ad70a22143a2)
- 08:52 AM Revision 4eb78ea8 (qgis): translation string fix
- (cherry picked from commit 002d3986d505b58e1d3152df038dbff90938e118)
- 06:13 AM Revision 617955ac (qgis): [expression] Language support for format_date() and to_{date,datetime,t...
- By default, those expression use the application's locale. The addition of an optional
language parameter allows hand...
2019-11-17
- 05:31 PM Revision 0e7edd55 (qgis): [feature] is_valid expression
- Returns true if a geometry is considered valid according to the OGC validity rules
- 11:30 AM Revision aa7af8fa (qgis): Merge pull request #32460 from alexbruy/backport-32455-to-release-3_4
- [Backport release-3_4] [processing] allow to select files without suffix in the Processing options dialog
- 08:08 AM Revision 4f602c40 (qgis): Merge a5b7db58ca264d39e7f6fcb888569cbab0955f9d into cherry-pick-backpor...
- skip-checks: true
- 08:08 AM Revision a27db353 (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 08:08 AM Revision 3b856511 (qgis): Also lazy load numpy
- 08:08 AM Revision 2d83fb2e (qgis): Remove unused code
- 06:29 AM Revision 8ced952f (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 06:29 AM Revision 8096b0b9 (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 06:29 AM Revision 6eb59878 (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 03:49 AM Revision 6337ed6a (qgis): Also lazy load numpy
- 03:49 AM Revision ddfc32ba (qgis): Sibling of 8248e2b2b620922b7baae67d1a72f09509ac2630 [skip ci]
- skip-checks: true
- 03:39 AM Revision a4052f90 (qgis): Remove unused code
- 03:39 AM Revision a5b7db58 (qgis): Remove unused code
- 03:39 AM Revision 12cff6b6 (qgis): Sibling of a5b7db58ca264d39e7f6fcb888569cbab0955f9d [skip ci]
- skip-checks: true
- 03:33 AM Revision 7c193a3d (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 03:33 AM Revision 04120945 (qgis): Sibling of c8e2c4c322445462f59fab5658e11cda866e4bb5 [skip ci]
- skip-checks: true
- 03:33 AM Revision c8e2c4c3 (qgis): [processing] Only load plotly library on demand (i.e. at time of algorithm
- execution)
Because:
1. It's nicer to show all algorithms on all installs, and give a descriptive
error message to us... - 02:55 AM Revision d28da131 (qgis): Fix alg description
- PostGIS DB -> PostgreSQL DB
- 02:55 AM Revision 60ed8882 (qgis): Fix alg description
- PostGIS DB - PostgreSQL DB
2019-11-16
- 07:54 PM Revision 37044b0a (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 07:54 PM Revision 2a5ee9b5 (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 07:54 PM Revision fe32fdfe (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 02:42 PM Revision c7aa590b (qgis): Merge pull request #32659 from qgis/backport-32645-to-release-3_10
- [Backport release-3_10] Server OAPIF fix limits/offset links
- 10:41 AM Revision 40091939 (qgis): osgeo4w: fix nightlies (followup 766149b1b6)
- 08:19 AM Revision 29824c17 (qgis): Merge pull request #32890 from elpaso/processing-raster-calc-expression...
- [feature] Processing raster calc: add missing btns and validate
2019-11-15
- 08:48 PM Revision 1ffa8295 (qgis): Fix crash when resetting a project-less snapping config
- 05:35 PM Revision 81e64590 (qgis): travis: avoid pr_has_label.py error
- 03:49 PM Revision 25edd83b (qgis): Processing raster calc: add missing btns and validate
- Validate expression
- 03:37 PM Revision 9b32c0be (qgis): database style manager: translatable & title case
- 02:21 PM Revision 2eb41084 (qgis): Merge pull request #32694 from elpaso/server-wfs3-transaction-simple-2
- [feature] Server OAPIF simple transactions
- 01:14 PM Revision f543a9ab (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 01:14 PM Revision 9c4f77f7 (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 01:14 PM Revision 2ba9d3c4 (qgis): Improve debug messages about geos/topology support
- 01:14 PM Revision ebc9888f (qgis): mhkun style
- 01:14 PM Revision e6cc12fc (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 01:14 PM Revision 797a43e3 (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 01:14 PM Revision 6b6509fa (qgis): Unify list of supported spatial types
- 12:18 PM Revision 2cb1e6c2 (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 12:18 PM Revision 59543c21 (qgis): Sibling of 103f07e2783f4b80ae7458716ab7a0d3be673b27 [skip ci]
- skip-checks: true
- 12:18 PM Revision c013d2d3 (qgis): Sibling of 1d9f46e7533e6c573336d1f2a2de53c236cef2ce [skip ci]
- skip-checks: true
- 12:18 PM Revision 103f07e2 (qgis): Improve debug messages about geos/topology support
- 12:18 PM Revision dc49f39f (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 12:18 PM Revision 31e3a003 (qgis): mhkun style
- 12:18 PM Revision cc5db6fa (qgis): Make capabilities methods const, drop unused ones
- Uses mutable members to retain the lazy capability queries
- 12:18 PM Revision 3c25e29d (qgis): Improve debug messages about geos/topology support
- 12:18 PM Revision 638aec45 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 12:18 PM Revision d1ac2fbb (qgis): Simplify calls to has_*_privilege to avoid name resolution
- ... when oid is already known...
- 12:18 PM Revision 308aebb8 (qgis): Sibling of 9dce2e1087b6a58f34e4b11e036e93aac1f83c64 [skip ci]
- skip-checks: true
- 12:18 PM Revision b1811724 (qgis): Sibling of dc49f39f353bdb84b6f670a1c9ef662bc5726307 [skip ci]
- skip-checks: true
- 12:18 PM Revision 5c55c682 (qgis): Add test for TopoGeometry layers visibility with and w/out permissions
- Adds a "qgis_test_user" database users with the db setup script,
using an hard-coded password for connection.
This w... - 12:18 PM Revision a3fa3f5a (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 12:18 PM Revision 9dce2e10 (qgis): Unify list of supported spatial types
- 12:18 PM Revision 22e63bfa (qgis): Topology is unavailable when user cannot read topology tables
- Fixes determination of tables from metadata when user has no
privileges on topology. The bug was introduced by
commit... - 12:18 PM Revision 936feac9 (qgis): Sibling of 638aec4546e18caf38df0eeb81657e007b3db0e0 [skip ci]
- skip-checks: true
- 12:18 PM Revision c52d7677 (qgis): Unify list of supported spatial types
- 07:11 AM Revision 380ebe22 (qgis): Minor optimisation to QgsFields::allAttributesList()
- 07:11 AM Revision b7ae1454 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 07:11 AM Revision 2e01041e (qgis): Also account for oversampling along tile edges
- 06:21 AM Revision 674ae6ff (qgis): Minor optimisation to QgsFields::allAttributesList()
- 05:52 AM Revision 73023e84 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:50 AM Revision 28572a88 (qgis): Fix crash when resetting a project-less snapping config
- 04:48 AM Revision 41fa4b19 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 04:48 AM Revision 874577f4 (qgis): Also account for oversampling along tile edges
- 02:53 AM Revision 90f37cfc (qgis): Sibling of 89dd1cf7d57ba842b9de4ac7a1daf2d9a8faf50d [skip ci]
- skip-checks: true
- 02:53 AM Revision 38204a68 (qgis): Fix crash when resetting a project-less snapping config
- 02:53 AM Revision 4bfca0d9 (qgis): Sibling of 89dd1cf7d57ba842b9de4ac7a1daf2d9a8faf50d [skip ci]
- skip-checks: true
2019-11-14
- 12:39 AM Revision 7fdac2fc (qgis): custom widgets: fix designer crash (fixes #32860)
- 12:35 AM Revision 0bf62ed6 (qgis): show message before running crssync. so we know what failed, if it cou...
- 12:35 AM Revision 044090da (qgis): fix windows build
- 11:50 PM Revision d273c522 (qgis): Sibling of 2faa6a96f8d2d507830476a5da3eca0b6cd62f2a [skip ci]
- skip-checks: true
- 11:50 PM Revision b32ee9fa (qgis): [processing] Warn when we know for certain that no spatial index
- exists on a source used for the Join by Location algorithm
Advise users that performance will be severely degraded a... - 11:49 PM Revision de258037 (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 11:49 PM Revision fee2e2fc (qgis): If we know for certain a spatial index already exists on a vector layer,
- adjust the "Create Spatial Index" button in the vector layer properties
dialog to reflect this. - 11:48 PM Revision d1de339b (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 11:48 PM Revision c9058ef6 (qgis): Add API to QgsFeatureSource to determine whether a spatial index
- exists on the source (or not, or unknown presence)
- 11:15 PM Revision d5585b63 (qgis): Sibling of c0706e4386fd25b8cfa422febd4e0e31444b2dce [skip ci]
- skip-checks: true
- 11:15 PM Revision 66219d81 (qgis): Minor optimisation to QgsFields::allAttributesList()
- 09:40 PM Revision 68d70587 (qgis): Cleanup duplicate code and add tests for graduated range resolving
- (cherry picked from commit 63cd570e4f229400ad7a0a4e382baf5be13f35b7)
- 09:40 PM Revision 4033bd47 (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 09:40 PM Revision f53e1374 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 09:40 PM Revision ac66b07a (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 08:11 PM Revision ac4e14ab (qgis): In case it is needed: Update Rasterize.py for 3.4 (backport of master c...
- Backport of #32830 to 3.4 (if needed).
To be removed if automatic backporting works. - 07:54 PM Revision 7baaffb7 (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 07:53 PM Revision e277cdae (qgis): Sibling of f43e2956a8cf628485fdf2ce0ae50c5410d704b7 [skip ci]
- skip-checks: true
- 07:53 PM Revision 1d3b3fcc (qgis): Also account for oversampling along tile edges
- 07:23 PM Revision aeeb11b0 (qgis): Merge pull request #31986 from roya0045/patch-6
- [Bugfix] enabling spatialite gpkg amphibious mode
- 07:12 PM Revision 8ce3191e (qgis): Fix DB manager PG rename table
- Fixes #32808
- 05:53 PM Revision 87e3516f (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 05:51 PM Revision 2321b7db (qgis): Update CreateConstantRaster.py
- Backport of #32828.
- 05:51 PM Revision 46525045 (qgis): add back the point locator tests
- 05:51 PM Revision 9887827b (qgis): fix waitforfinished when task is not started
- 05:51 PM Revision d3a7f086 (qgis): add test for waitforfinished before task is started
- 04:41 PM Revision eda36d47 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:41 PM Revision b8b67c1d (qgis): Sibling of eda36d47966aacc1520208b7a36de323e5765acb [skip ci]
- skip-checks: true
- 04:41 PM Revision 240243b1 (qgis): Allow using spatialite function on geopackge in dbmanager
- Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the ...
- 04:01 PM Revision 00181904 (qgis): Merge pull request #32865 from elpaso/followup-32487
- Fix wrong check validity when fixing broken deps
- 03:05 PM Revision 61fdbf74 (qgis): Renamed API definition -> description
- 02:35 PM Revision ca74d47f (qgis): Fix wrong check validity when fixing broken deps
- Just cleaning my own mess :)
- 02:31 PM Revision a059c367 (qgis): Merge pull request #32854 from nirvn/loadstylefix
- Followup 64949d : fix failure to load provider-provided style
- 02:30 PM Revision a2f00d18 (qgis): Merge 7f6b3cf877a2a40d8ce3e2499ca02edf630a53dc into cherry-pick-backpor...
- skip-checks: true
- 02:30 PM Revision 852d6cdc (qgis): Merge pull request #32862 from elpaso/bugfix-gh32808-db-manager-pg-rena...
- Fix DB manager PG rename table
- 02:08 PM Revision d350f44f (qgis): Merge pull request #32793 from rldhont/fix-server-wfs-add-primary-keys-...
- [Backport release-3_4][Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 01:51 PM Revision bd01f66f (qgis): Merge pull request #32857 from strk/consistent-pg-test-connstring
- Use service=qgis_test for referencing test database
- 01:44 PM Revision 90b0bf12 (qgis): Fix default defaultValue in algfactory
- According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingpara...
- 01:44 PM Revision 79b7709e (qgis): Sibling of d526bf532551d58ea7da32a8cd37ebd8336bc1dc [skip ci]
- skip-checks: true
- 01:42 PM Revision 9b0cd8f2 (qgis): Sibling of 7f6b3cf877a2a40d8ce3e2499ca02edf630a53dc [skip ci]
- skip-checks: true
- 01:42 PM Revision e8ba81b1 (qgis): Fix DB manager PG rename table
- Fixes #32808
- 01:42 PM Revision 7f6b3cf8 (qgis): Fix DB manager PG rename table
- Fixes #32808
- 01:05 PM Revision 635f4c86 (qgis): Update comment about setting up test db
- 01:05 PM Revision 20114fc9 (qgis): Use service=qgis_test in test project files as well
- 01:05 PM Revision c20ba1e5 (qgis): Have db setup script check for pg_service.conf functionality
- ... and hint about how to set it up
- 11:37 AM Revision dea253b9 (qgis): More consistent use of service file for test db connection
- 11:30 AM Revision 46a05727 (qgis): Use service=qgis_test for referencing test database
- Makes PostgreSQL testing setup consistent.
Updates README accordingly - 09:47 AM Revision cbe61503 (qgis): Merge pull request #32770 from m-kuhn/dxf-symbol-fixes
- Make the DXF renderer ready for background threading and fix symbology
- 09:25 AM Revision 7cb9e047 (qgis): Followup 64949d : fix failure to load provider-provided style
- 07:57 AM Revision 45908e07 (qgis): Merge pull request #32802 from qgis/backport-32784-to-release-3_10
- [Backport release-3_10] Do not assume tests are run from under source tree
- 05:12 AM Revision 9ee929a2 (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 04:52 AM Revision dca9968b (qgis): Add missing file
- 04:23 AM Revision 6180c59f (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 04:08 AM Revision 1eee798f (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 04:08 AM Revision d70fa675 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 04:00 AM Revision 4294f5e5 (qgis): Add missing file
- 03:37 AM Revision 68a7502c (qgis): Fix tiny sizes of icons in layout legend settings widget on hi-dpi disp...
- Fixes #32845
- 03:37 AM Revision 1b5f563f (qgis): Sibling of c677dfa211de357f7282926fd822e4e799a5ac65 [skip ci]
- skip-checks: true
- 03:36 AM Revision b0c1827b (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 03:36 AM Revision 904d1d6c (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 03:06 AM Revision ad0d44ba (qgis): Add missing file
- 03:06 AM Revision 7883927e (qgis): Sibling of dd1e90eccceea321d236d38149e9d9b24bf5e1d7 [skip ci]
- skip-checks: true
- 03:00 AM Revision 6d0e8d6c (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 03:00 AM Revision a19cdf28 (qgis): Fix rendering artifacts on the edges of resampled raster tiles
- We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampl... - 03:00 AM Revision 870f591a (qgis): Sibling of 6d0e8d6c4c0740c6d18f686dac2d51aa5ed10f3f [skip ci]
- skip-checks: true
- 01:25 AM Revision a6aea873 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827
2019-11-13
- 06:21 PM Revision 319ee306 (qgis): Add missing dep
- Fix #32764
- 06:07 PM Revision 59292b47 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 05:09 PM Revision f67369cc (qgis): debian packaging: drop python-gdal dependency (closes #32835)
- [ci skip]
- 04:09 PM Revision a63501a5 (qgis): Implement TODO
- 03:51 PM Revision 9e833d5e (qgis): Merge pull request #32824 from m-kuhn/fixUiDeps
- Add missing dep
- 03:26 PM Revision d69837d8 (qgis): Sibling of b4132a4d11cf1ff6fbd6c5ac9a25c4386b7901ac [skip ci]
- skip-checks: true
- 03:26 PM Revision 1b2fb34e (qgis): Update python/plugins/processing/algs/qgis/Rasterize.py
- Don't know how the A ended up here - sorry.
- 03:26 PM Revision 46c5c29d (qgis): Sibling of b4132a4d11cf1ff6fbd6c5ac9a25c4386b7901ac [skip ci]
- skip-checks: true
- 01:17 PM Revision cf0c9e83 (qgis): Sibling of acc97b2e303087091462907d87eb5a97d51bf79c [skip ci]
- skip-checks: true
- 12:54 PM Revision 0ef0a669 (qgis): Sibling of 423f7ea3d2ca1dbba8bc5006d1bb050fdd800a13 [skip ci]
- skip-checks: true
- 12:54 PM Revision 745ae19a (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 12:54 PM Revision 423f7ea3 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 12:54 PM Revision 09a393f8 (qgis): Sibling of 423f7ea3d2ca1dbba8bc5006d1bb050fdd800a13 [skip ci]
- skip-checks: true
- 12:54 PM Revision 13b50ed6 (qgis): The "Convert map to raster" algorithm does not handle extent CRS correctly
- Fixes: #32829
- 11:52 AM Revision 5d7ceab3 (qgis): add test for waitforfinished before task is started
- 11:52 AM Revision 6748b7f6 (qgis): fix waitforfinished when task is not started
- 11:47 AM Revision f8a059f1 (qgis): Sibling of a07cb8a62682729fe8df18aed763c846f8e37a31 [skip ci]
- skip-checks: true
- 11:47 AM Revision a07cb8a6 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 11:47 AM Revision 31151d5b (qgis): Sibling of a07cb8a62682729fe8df18aed763c846f8e37a31 [skip ci]
- skip-checks: true
- 11:47 AM Revision 58cac3c7 (qgis): Update CreateConstantRaster.py
- Cast cols (and rows) to int to fix the error.
Fixes: #32827 - 11:39 AM Revision b9a5b826 (qgis): Merge pull request #32813 from elpaso/bugfix-gh32809-delete-pg-raster-f...
- [feature] Delete PG rasters from browser
- 10:27 AM Revision cd7a5458 (qgis): Sibling of a07d915d7bf9c7c54b2047f8819ba2aae6669f35 [skip ci]
- skip-checks: true
- 10:27 AM Revision a07d915d (qgis): Add missing dep
- Fix #32764
- 10:27 AM Revision 67773485 (qgis): Add missing dep
- Fix #32764
- 08:50 AM Revision 91ee3b40 (qgis): Don't leak the connection, please
2019-11-12
- 11:13 PM Revision 766149b1 (qgis): osgeo4w: build with proj 6 and gdal 3
- 06:16 PM Revision 215e3ecb (qgis): [feature] Delete PG rasters from browser
- I also fixed a bunch of small issues while I was there (parent item didn't
refresh), misnames table/file (wrong assum... - 03:45 PM Revision 3b416773 (qgis): fix cache read on wfs request
- 03:20 PM Revision 5ad7f649 (qgis): [TEST] Fix compilation with llvm > 6 (and arch=i386)
- Follow up https://www.mail-archive.com/[email protected]/msg47062.html discussion
I will test (for buil... - 12:22 PM Revision fc9ba85e (qgis): Sipify
- 12:21 PM Revision e818fc6a (qgis): Fix QT 5.13 issue with url sanitizer
- 12:21 PM Revision b1ac605e (qgis): Address PR comments + test assets to temp dir
- 08:27 AM Revision 051f8c5a (qgis): Merge pull request #32596 from elpaso/server-oapif-fix-items-crs-3_10
- Fix server OAPIF crs transformation on items
- 08:26 AM Revision db83675a (qgis): Update src/server/qgsserverrequest.h
- Co-Authored-By: Blottiere Paul <[email protected]>
- 07:01 AM Revision 461d2eda (qgis): Merge pull request #32784 from strk/test-outside-sourcetree
- Do not assume tests are run from under source tree
- 04:18 AM Revision e3ef306f (qgis): fix missing play/stop buttons on MacOS for mesh layer playback
- 04:18 AM Revision 7ac0a98b (qgis): use svgomg to optimize playback svg files
- 04:16 AM Revision e61d9859 (qgis): [processing] Support grass version 7.8
2019-11-11
- 08:50 PM Revision 8e064869 (qgis): Fix crash with more than one layer and labeling enabled
- 07:01 PM Revision a4c246a4 (qgis): Fix test
- 06:11 PM Revision d8cbabe2 (qgis): Update contributors.json
- 06:11 PM Revision 0b22133c (qgis): Update CONTRIBUTORS
- 06:11 PM Revision 6d12fb41 (qgis): Update CONTRIBUTORS
- 05:51 PM Revision 88bb33e2 (qgis): Merge pull request #32778 from nyalldawson/grass78
- [processing] Support grass version 7.8
- 05:17 PM Revision 7d97ebec (qgis): Fix const
- 05:17 PM Revision 4244c9e9 (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 03:46 PM Revision b38e1910 (qgis): Merge pull request #32789 from m-kuhn/hardenRuleBasedRendererTest
- Harden rule based renderer test
- 02:50 PM Revision 0b9f04d1 (qgis): Harden rule based renderer test
- or shall I say desperately hack around issues in the hope it helps?
- 02:49 PM Revision daf6446b (qgis): Harden rule based renderer test
- or shall I say desperately hack around issues in the hope it helps?
- 02:03 PM Revision 003c8e4a (qgis): Use ground proofed example as test result
- 01:54 PM Revision 121463f1 (qgis): Server OAPIF: handle DELETE transactions
- 01:54 PM Revision 2771045c (qgis): Json utils: encode blobs in base64
- 01:54 PM Revision 7ab8f730 (qgis): Server OAPIF transactions: POST
- Fix attributes and geometry transformation.
- 01:54 PM Revision 3295da61 (qgis): Server OAPIF: handle PUT transactions
- 01:54 PM Revision 7879ae0e (qgis): Server OAPIF: handle PATCH transactions
- 01:54 PM Revision 20652c89 (qgis): Server OAPIF: add PATCH to api description
- 01:54 PM Revision f5e4a7c5 (qgis): Removed unused and unuseful method + typo
- 01:54 PM Revision b2d0fd18 (qgis): Fix typo
- 01:53 PM Revision 814d5be0 (qgis): Server WFS3 simple transactions
- Preliminary specs:
https://github.com/opengeospatial/ogcapi-features/blob/master/extensions/transactions/TX_Notes.adoc - 01:53 PM Revision 9188d4b5 (qgis): Server OAPIF template enhancements: links and buttons
- 01:31 PM Revision ccccafff (qgis): Merge pull request #32739 from elpaso/server-wfs3-conformance-update
- Server OAPIF: update conformance classes
- 01:14 PM Revision 189b723e (qgis): Sibling of d6828297133b5511a20b09a6729e81d36e9ad595 [skip ci]
- skip-checks: true
- 01:14 PM Revision 12e2491d (qgis): Use $() instead of backticks
- 01:14 PM Revision d6828297 (qgis): Use $() instead of backticks
- 12:32 PM Revision 6a384941 (qgis): Fix tes
- 12:24 PM Revision 8e077ba1 (qgis): Do not assume tests are run from under source tree
- Fixes #32783
- 12:24 PM Revision 3331b105 (qgis): Do not assume tests are run from under source tree
- Fixes #32783
- 11:25 AM Revision 956c4689 (qgis): Merge pull request #32628 from elpaso/save-multiple-styles
- [feature] Add save multiple styles action to style menu
- 10:01 AM Revision b490f864 (qgis): Merge pull request #32766 from elpaso/bugfix-gh32740-ascii-user-agent
- Urlencode non ascii chars in User-Agent
- 09:36 AM Revision c8d352bd (qgis): Update test reference files
- 09:30 AM Revision ce50f110 (qgis): Dox and fixes
- 09:20 AM Revision 1e773050 (qgis): Avoid QgsDxfExport copy in wms service
- 09:12 AM Revision 87fee0de (qgis): Update credentials button text
- 09:11 AM Revision 47d93bd3 (qgis): Sibling of 8d6101cdc7c67e912bff95f776bf4ca33582a828 [skip ci]
- skip-checks: true
- 09:11 AM Revision 8d6101cd (qgis): [processing] Support grass version 7.8
- 09:11 AM Revision 57ed2420 (qgis): [processing] Support grass version 7.8
- 09:05 AM Revision 103a84d7 (qgis): Sibling of 8f9019aef368931f134967712b57dc6a33b32808 [skip ci]
- skip-checks: true
- 09:00 AM Revision ab80e6d2 (qgis): Add QgsMapLayer::isTemporary to test whether a map layer is temporary
- These include memory layer provider layers, or layers physically
stored inside a user's temporary folder (e.g. /tmp)
... - 09:00 AM Revision fcf78fbf (qgis): Extend temporary layer warning to include layers stored inside
- a user's temporary folder, e.g. the "/tmp" folder on Linux
This can lead to irretrievable data loss.
Fixes #32582
... - 09:00 AM Revision c48ee4df (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 08:59 AM Revision 102911c5 (qgis): Code cleanup + highlight current style
- 08:58 AM Revision ebf239b3 (qgis): Update sip, fix use of old style enum
- 08:52 AM Revision b2a9a993 (qgis): Merge 42a83c5891e1ea564a8674894ea4c3cb943a76d5 into cherry-pick-backpor...
- skip-checks: true
- 08:51 AM Revision 900a4913 (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 08:51 AM Revision f95bf854 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 08:51 AM Revision 06f36ddb (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 08:51 AM Revision e5ba779d (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 08:45 AM Revision df7d05e4 (qgis): Ignore connections: from 5 seconds to 60
- 08:45 AM Revision 0dc9fdec (qgis): PG: Skip broken connections (for a while)
- 08:45 AM Revision 48b336d0 (qgis): Move connections ignore cache to credentials dialog
- this way it is available for all providers
- 08:45 AM Revision fb5d4484 (qgis): Update credentials button text
- 08:45 AM Revision ca0b7f60 (qgis): Option to ignore the connection temporarily of for the session
- 08:45 AM Revision 14ef483d (qgis): Capitalize actions
- 08:44 AM Revision 00efcbf9 (qgis): QgsDxfExport should not be copied
- 08:44 AM Revision 9d4da346 (qgis): Improve loops
- 08:44 AM Revision 6374f02e (qgis): Decouple DXF rendering from the layers
- This makes it possible to run dxf exports in a thread.
- 08:44 AM Revision 632aca54 (qgis): One single renderer job for dxf export
- Because if we do multiple renderer runs, the symbol lookup no longer works as symbollayers are cloned.
- 08:44 AM Revision 0c4d1f7e (qgis): Reenable test and fix compiler warnings
- 08:44 AM Revision 8611a375 (qgis): Restore scale and context
- 08:44 AM Revision 1aaa676a (qgis): Fix variable name
- 08:44 AM Revision 9cd9bb96 (qgis): Fix potential test crash
- 08:44 AM Revision 24f92280 (qgis): Add dxf test for dashed line and actual usage of symbol definitions
- 08:44 AM Revision a208ea9e (qgis): Improve error reporting in tests
- 08:44 AM Revision 874eb35f (qgis): More test cleanup
- 08:17 AM Revision 6cb16660 (qgis): Merge 3da89b52d05cbcc504da178567576cb6c3848c40 into cherry-pick-backpor...
- skip-checks: true
- 08:17 AM Revision 5eeba903 (qgis): Update sip, fix use of old style enum
- 07:36 AM Revision c40aaccb (qgis): Sibling of 3da89b52d05cbcc504da178567576cb6c3848c40 [skip ci]
- skip-checks: true
- 07:36 AM Revision fa7e66ae (qgis): Update sip, fix use of old style enum
- 07:36 AM Revision 3da89b52 (qgis): Update sip, fix use of old style enum
- 07:21 AM Revision 959f5a51 (qgis): Update credentials button text
- 07:20 AM Revision a62ae589 (qgis): Update credentials button text
- 07:20 AM Revision 45d475c5 (qgis): Sibling of 0e8853ff7a60a85351099d4e6985b4da1b3e842c [skip ci]
- skip-checks: true
- 07:06 AM Revision 8bd57ca1 (qgis): Use QGIS version int in user agent header
2019-11-10
- 10:46 PM Revision 075459b5 (qgis): address review and performance improvement
- 10:46 PM Revision b45d93a5 (qgis): [geonode] a generic way to consume geonode api. fixes #31376
- 10:45 PM Revision fb81d40b (qgis): set current view mode to attribute editor
- 08:26 PM Revision a6e8fb68 (qgis): optimize fuzzify() by moving loops into virtual functions
- 08:26 PM Revision 43236b3d (qgis): compress svg icons
- 08:26 PM Revision ba630985 (qgis): format code
- 08:26 PM Revision a418941c (qgis): add myself to contributors
- 08:26 PM Revision 512ad54b (qgis): fix typos in helpstrings
- 08:26 PM Revision d3d00930 (qgis): [feature][processing] add first version of fuzzy logic raster algorithm...
- 08:26 PM Revision 18ff2195 (qgis): [feature][processing] add function pictograms for fuzzy logic functions...
- 08:26 PM Revision d1590141 (qgis): fix bugs in fuzzify() methods and create processing tests
- 08:14 PM Revision f157807d (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 07:30 PM Revision 79e4d6e1 (qgis): Merge fce2ab3e1fab3186e941405ace69aebf45475486 into cherry-pick-backpor...
- skip-checks: true
- 07:30 PM Revision 8e08909a (qgis): set current view mode to attribute editor
- 07:28 PM Revision 102444b8 (qgis): address review and performance improvement
- 07:28 PM Revision 0ae511f1 (qgis): [geonode] a generic way to consume geonode api. fixes #31376
- 07:26 PM Revision 08d3ac6c (qgis): [ui] Fix horizontal margin not cleared to 0 for center aligned decoration
- 07:24 PM Revision 7a2b6c51 (qgis): fix zoom/pan to current feature when in relation editor widget
- 07:13 PM Revision 2d7e94b0 (qgis): Merge b648a641d4fb787b7a011739d85fcce7bf3cf0c3 into cherry-pick-backpor...
- skip-checks: true
- 07:12 PM Revision cb688cbb (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 07:12 PM Revision be121984 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 07:11 PM Revision 27cd7f28 (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it - 07:11 PM Revision 2b344964 (qgis): Add test for extracting candidate primary keys from geometryless view
- 02:50 PM Revision 23e59c36 (qgis): fix windows build
- 02:21 PM Revision 7c722e28 (qgis): Urlencode non ascii chars in User-Agent
- Fixes #32740
- 02:21 PM Revision fa9d5286 (qgis): Sibling of 7c722e28a5ad6b5d82f527b452e2899027a2fdfd [skip ci]
- skip-checks: true
- 11:48 AM Revision ea970d9e (qgis): Add test for extracting candidate primary keys from geometryless view
- 11:48 AM Revision dda57715 (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it
2019-11-09
- 09:15 PM Revision e94fcab9 (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 04:37 PM Revision bc9dd531 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 04:37 PM Revision b648a641 (qgis): Apparently sip doesn't like double QObject inheritance
- If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit...
- 04:37 PM Revision 0082180e (qgis): Sibling of b648a641d4fb787b7a011739d85fcce7bf3cf0c3 [skip ci]
- skip-checks: true
- 04:35 PM Revision 7fd0e333 (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 04:35 PM Revision 547f8fb9 (qgis): Sibling of 7fd0e3331021ff4bad1e495e79eb7779dc9363e7 [skip ci]
- skip-checks: true
- 04:35 PM Revision a8c3c452 (qgis): Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVe...
- This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
- 11:43 AM Revision 3dce96a6 (qgis): Sibling of da1869019dc7ee06f07a1bfebe8a2ae6779d23be [skip ci]
- skip-checks: true
- 11:43 AM Revision cf15a6fb (qgis): Add test for extracting candidate primary keys from geometryless view
- 11:43 AM Revision a563a556 (qgis): Add test for extracting candidate primary keys from geometryless view
- 11:43 AM Revision 53b6282b (qgis): Fix loading of PostgreSQL geometry-less views
- Closes #32523
Bug was introduced with commit bbdbca4
Thanks @elpaso for finding the root cause of it - 11:08 AM Revision 504b2337 (qgis): Merge bace2577a77650537744c886bcf108704ccec4b4 into cherry-pick-backpor...
- skip-checks: true
- 11:07 AM Revision 6b829177 (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 09:16 AM Revision 208cb81e (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 09:16 AM Revision f524f78c (qgis): Sibling of bace2577a77650537744c886bcf108704ccec4b4 [skip ci]
- skip-checks: true
- 09:16 AM Revision bace2577 (qgis): [processing] Refine behavior of "Use filename as layer name" option to
- always avoid using temporary file names, and then set this option as
enabled by default.
Also change the setting key... - 07:48 AM Revision 8edfcf1d (qgis): Merge pull request #32736 from elpaso/server-wfs3-schema
- Server OAPIF: expose XML schema for collections
- 07:47 AM Revision 0bf60da5 (qgis): Merge pull request #32741 from rldhont/fix-server-wfs-add-primary-keys-...
- [Backport release-3_10][Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 07:46 AM Revision 8d9fd78c (qgis): Merge pull request #32743 from elpaso/bugfix-gh32716-pg-12-consrc
- Fix PG 12 constraints check (provider side)
- 07:25 AM Revision 9ab06a24 (qgis): Merge pull request #32626 from alexbruy/service-area
- [processing] port service area algorithms to C++
- 04:43 AM Revision 4b014e6e (qgis): Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker
- These conversions just crash sip (woo. sip. yay. good times.). I can't find
any alternative approach which avoids thi... - 04:43 AM Revision 377848e2 (qgis): Add QgsMapLayer::isTemporary to test whether a map layer is temporary
- These include memory layer provider layers, or layers physically
stored inside a user's temporary folder (e.g. /tmp) - 04:43 AM Revision cc80bb4a (qgis): Extend temporary layer warning to include layers stored inside
- a user's temporary folder, e.g. the "/tmp" folder on Linux
This can lead to irretrievable data loss.
Fixes #32582 - 04:35 AM Revision 8577e110 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 04:35 AM Revision 9e30319b (qgis): [BUGFIX] Fix an hardcoded 'gpkg' extension in ProcessingConfig.py
2019-11-08
- 06:59 PM Revision 3004afd1 (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 06:59 PM Revision 700a030e (qgis): Sibling of eb1f940cae8991ce33a78d7c8aad0102c9b6c996 [skip ci]
- skip-checks: true
- 06:59 PM Revision 1769a0be (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 06:59 PM Revision eb1f940c (qgis): Fix PG 12 constraints check (provider side)
- Fixes #32716 in PG provider
- 05:32 PM Revision 060d1995 (qgis): Fix const
- 05:32 PM Revision 9ae638ca (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 05:32 PM Revision 1020329e (qgis): Sibling of 9ae638ca8dcca991761ace8b6ca0d32773300e3e [skip ci]
- skip-checks: true
- 05:22 PM Revision ebd4bb76 (qgis): Merge pull request #32730 from rldhont/fix-server-wfs-add-primary-keys-...
- [Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
- 04:54 PM Revision ce48a1a3 (qgis): Server OAPIF: update conformance classes
- 02:40 PM Revision cadb7916 (qgis): Server OAPIF: expose XML schema for collections
- Also make sure links to parent paths end with /
- 02:40 PM Revision 888cdff7 (qgis): Sibling of cadb7916b51a7f95b10ff9effb30b20eb685e202 [skip ci]
- skip-checks: true
- 11:47 AM Revision 9dbfb6a0 (qgis): remove relative include (#32728)
- 11:13 AM Revision 0799e3b5 (qgis): cleanup Python remainings
- 10:40 AM Revision 2a227fd2 (qgis): Fix const
- 10:34 AM Revision 49c0524e (qgis): [Bugfix][Server] WFS: Add primary keys to request to build Server Featu...
- 10:34 AM Revision dbe82b78 (qgis): Sibling of 49c0524e5bf2b25686c324411ae7db115aee89d3 [skip ci]
- skip-checks: true
- 10:04 AM Revision 020980d3 (qgis): address comments
- 09:13 AM Revision 520fe74e (qgis): Fix includes
- 08:24 AM Revision 7fc2fef7 (qgis): fix master build (missing include directory)
- 08:19 AM Revision 9ebe7c0f (qgis): remove relative include
- 07:28 AM Revision ef80acef (qgis): add more text to the help strings
- 04:27 AM Revision 2c98d188 (qgis): Sibling of af2bf4ff1ff974e273d490f4d72bd8a51d181adc [skip ci]
- skip-checks: true
- 04:27 AM Revision cacc362a (qgis): Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker
- These conversions just crash sip (woo. sip. yay. good times.). I can't find
any alternative approach which avoids thi... - 01:07 AM Revision 25e3a170 (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl... - 01:07 AM Revision 5391b20c (qgis): Add point pattern fill 0 space test
2019-11-07
- 12:29 AM Revision 841f8b7b (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 11:28 PM Revision 3b5f3e54 (qgis): fix windows build
- 10:47 PM Revision b830a4a4 (qgis): qgsfunction: replace deprecated inspect.getargspec() to inspect.getfull...
- 10:09 PM Revision 5ec6a988 (qgis): Merge pull request #32705 from 3nids/fix_include
- remove relative include
- 09:10 PM Revision 4960a5b8 (qgis): Merge pull request #32580 from jgrocha/geopackage-primary-key
- Geopackage primary key available from PyQGIS
- 08:37 PM Revision e214ea7b (qgis): Missing include
- 06:59 PM Revision 31b2c32f (qgis): Improve use of qgis_editor_widget_styles and layer_style tables
- This is a 3.10 backport of https://github.com/qgis/QGIS/pull/31858
* Use CREATE IF NOT EXISTS for layer_styles
Th... - 05:29 PM Revision 706c3364 (qgis): Merge pull request #32706 from m-kuhn/qgis_point_pattern_fill_fix
- Fix freeze when loading point pattern fill with distance 0
- 04:42 PM Revision 1ecdeebc (qgis): missing include libs
- 04:37 PM Revision e5df8633 (qgis): Merge pull request #32629 from m-kuhn/dxf_hali_vali
- [dxf] HAlign/VAlign support for TEXT
- 04:36 PM Revision fa88bccb (qgis): Merge pull request #32664 from m-kuhn/fix_ccache
- [travis] Fix ccache
- 03:22 PM Revision 72e701f3 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 03:21 PM Revision 7ebdad57 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 02:41 PM Revision 5f43b3f1 (qgis): Add pg version guard and test on estimated count for view
- 02:21 PM Revision be4c4d3f (qgis): Fix featureCount on postgres view when flag estimatedmetadata is set
- 01:53 PM Revision 8f83e63c (qgis): Move qgsbrowserdockwidget_p.h to private hdrs (#32711)
- 01:06 PM Revision 35173c53 (qgis): Restore clang
- 12:08 PM Revision 67043b69 (qgis): Merge 15214550412d39b110b18ea4ea016ed8a1cd94fb into cherry-pick-backpor...
- skip-checks: true
- 12:08 PM Revision e6a932bb (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 10:47 AM Revision 3cf70589 (qgis): oracle provider: log when ROWID is used for a missing primary key (clos...
- 10:41 AM Revision c587a4f2 (qgis): Add point pattern fill 0 space test
- 10:41 AM Revision bca724f6 (qgis): Add point pattern fill 0 space test
- 10:41 AM Revision 69b04a2c (qgis): Sibling of bca724f6e214258b08cf58c9dfbacad61bf5f622 [skip ci]
- skip-checks: true
- 10:20 AM Revision a84823f3 (qgis): Merge pull request #32688 from m-kuhn/fix_priv_hdrs
- Move private headers where they belong
- 10:01 AM Revision 16ca39ce (qgis): fix sip
- 09:39 AM Revision 455984b6 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
- This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ... - 09:21 AM Revision 038a8519 (qgis): Merge pull request #32656 from elpaso/bugfix-gh32641-server-oapif-items...
- Server OAPIF fix items link in html
- 09:13 AM Revision f214b2cc (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl... - 09:13 AM Revision a8d55819 (qgis): Fix freeze when loading point pattern fill with distance 0
- This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in pl... - 09:07 AM Revision 855b03b9 (qgis): follow up relative include
- 09:06 AM Revision 6101eac2 (qgis): add missing header in CMakeLists
- 09:00 AM Revision 160c347c (qgis): remove relative include
- 08:17 AM Revision 845894b3 (qgis): [FEATURE] Selective masking (#30747)
- * [FEATURE] Selective masking
Advanced rendering feature that allows the definition of 'masks' areas around labels o... - 07:51 AM Revision b823d30b (qgis): Fix lockup when using rotate feature tool
- And add unit tests
Fixes #32123
(cherry picked from commit 4af494a32a5c0d181a34d579286baf9ecfe2c77e) - 07:51 AM Revision 5cc6a282 (qgis): Fix potential lockup in layout map grid generation
- (cherry picked from commit 0e34bd421a10c9422350ece0d0c95f206e5454c5)
- 07:51 AM Revision 394de6e2 (qgis): Fix memory leaks, inconsistent transferral of ownership
- 07:12 AM Revision 8cd30348 (qgis): Sibling of 15214550412d39b110b18ea4ea016ed8a1cd94fb [skip ci]
- skip-checks: true
- 07:12 AM Revision 9cb6740a (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 07:12 AM Revision 0b7149c1 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 07:12 AM Revision 15214550 (qgis): Fix crash when deactivating vertex editor (fixes #32685)
- 07:12 AM Revision 2f491d63 (qgis): Sibling of 15214550412d39b110b18ea4ea016ed8a1cd94fb [skip ci]
- skip-checks: true
2019-11-06
- 12:50 AM Revision c7c0899e (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 12:50 AM Revision bfea17e5 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:38 AM Revision 3744f1f3 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 12:38 AM Revision 27d50da3 (qgis): Sibling of 42a83c5891e1ea564a8674894ea4c3cb943a76d5 [skip ci]
- skip-checks: true
- 12:38 AM Revision 42a83c58 (qgis): [ogr] When calculating min/max value for date/datetime fields, we have
- to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, rega... - 11:29 PM Revision 63cd570e (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 11:29 PM Revision e9d51e54 (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 11:29 PM Revision d65f2188 (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 11:29 PM Revision 9d05d9ed (qgis): Add a bit of tolerance to graduated symbol range resolving
- If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double... - 11:29 PM Revision 1e7f72de (qgis): Use real field type instead of a forced conversion through string
- for OGR provider minimum/maximum/unique value retrieval
Avoids precision loss due to this string conversion, notably... - 11:29 PM Revision 1fe04929 (qgis): Sibling of 9aca5d4a605967feda38724d65bb3c371e3a36c8 [skip ci]
- skip-checks: true
- 11:29 PM Revision 9aca5d4a (qgis): Cleanup duplicate code and add tests for graduated range resolving
- 07:09 PM Revision 2efc6167 (qgis): Merge pull request #32684 from elpaso/dbmanager-postgis12-consrc-conbin...
- Fix postgis 12 adscr -> adbin consrc -> conbin
- 06:51 PM Revision 23470085 (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 05:40 PM Revision 7d0f1166 (qgis): Move private headers where they belong
- 04:40 PM Revision c1f2d439 (qgis): Merge pull request #32665 from m-kuhn/fix_qgsfield_private_header
- Fix various private header
- 01:57 PM Revision 614af730 (qgis): install required private headers
- 01:44 PM Revision cbcc9c59 (qgis): Merge pull request #32673 from rouault/oapif_provider_query_button
- [OAPIF provider] Do not grey out 'Build query' button for OAPIF connections
- 12:53 PM Revision 472f1b9d (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:53 PM Revision 6c9f01e2 (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:53 PM Revision a0196960 (qgis): Sibling of 6c9f01e28d9745255e5c2272d2c17313138506c3 [skip ci]
- skip-checks: true
- 12:53 PM Revision 1b83d3bf (qgis): Fix postgis 12 adscr -> adbin consrc -> conbin
- 12:08 PM Revision 28759b1f (qgis): Add missing include
- 10:48 AM Revision 6adfdc4c (qgis): Merge pull request #32655 from elpaso/server-wfs3-properties
- [feature] Server OAPIF properties
- 10:37 AM Revision ff342fd2 (qgis): Use the new backported API for exporter
- Use exporter.setTransformGeometries( false )
- 10:35 AM Revision bd5eb925 (qgis): Fix server OAPIF crs transformation on items
- fixes an unreported issue when serving items not in
4326.
Cherry-picked from master 7d2000bc30. - 10:35 AM Revision 50aa7e9a (qgis): Trick the json exporter to not transform geoms
- This is required because of a missing API
that was added with
https://github.com/qgis/QGIS/pull/32386 - 09:56 AM Revision d571189d (qgis): Merge pull request #32660 from pblottiere/fix_crs_json_3_10
- [backport] Use CRS in WMS GetFeatureInfo when info_format is in json Fixes #32326
- 08:48 AM Revision c34cbb50 (qgis): Proposed fix for PostgreSQL 12
- See #32321
If accepted it should be backported to LTR and 3.10 - 07:36 AM Revision 5910a7b9 (qgis): Be more QML friendly (#32652)
- * add Q_ENUM for QgsGeometry::OperationResult
* QgsVectorLayer::startEditing, commitChanges and editBuffer Q_INVOKAB... - 07:30 AM Revision edc70b52 (qgis): drop obsolete entries from the yaml
- 07:30 AM Revision 9995e07e (qgis): remove Python versions of algorithms
- 07:28 AM Revision 6b3af0f8 (qgis): update tests for service area algorithms
- 07:12 AM Revision 26c90c8e (qgis): [processing] port service area (from layer) alg to c++
- 07:12 AM Revision 5970d1c2 (qgis): [processing] port service area (from point) alg to c++
- 05:42 AM Revision a39d3cf8 (qgis): Sibling of de5012a5de435d4e278e1b18f2a5003d677cf81e [skip ci]
- skip-checks: true
- 05:42 AM Revision 27bdda55 (qgis): Fix crash if a vector layer is removed while the property assistant panel
- is opened
- 04:40 AM Revision 1c1ceb11 (qgis): add note about height parameters for users who don't want to read docs
- 04:40 AM Revision e11e635a (qgis): use distance parameter
- 04:40 AM Revision 02fbe42a (qgis): [FEATURE][needs-docs][processing] add gdal_viewshed algorithm
- 04:39 AM Revision 1bb38f11 (qgis): fix default output type for GRASS algorithms (fix #32560)
- (cherry picked from commit 75bc01bf58469c05d459d457fdfa220801c0ee60)
- 04:38 AM Revision e5c41b49 (qgis): Fix compilation issues related to automoc'ification
- Not sure why they trigger on my end and not on CI... Perhaps
because I didn't make clean. The symptoms are the linker... - 04:10 AM Revision 01b67bfa (qgis): Do not delete a symbol we don't own
- Fix #32661
- 03:30 AM Revision 4ad2502f (qgis): Fix memory leaks, inconsistent transferral of ownership
- 03:29 AM Revision ec5af34b (qgis): Do not delete a symbol we don't own
- Fix #32661
2019-11-05
- 12:49 AM Revision 5ee5e37a (qgis): fix windows build including some warnings
- 12:35 AM Revision e1cacc41 (qgis): Add test project
- 12:32 AM Revision 03bf60e6 (qgis): Sipify
- 12:26 AM Revision f6603343 (qgis): [OAPIF provider] Do not grey out 'Build query' button for OAPIF connect...
- 12:01 AM Revision 624e3849 (qgis): Fix memory leaks, inconsistent transferral of ownership
- 12:01 AM Revision 38ce3d50 (qgis): Sibling of 999b1b08020add0946499b167386db7b2b95f1a8 [skip ci]
- skip-checks: true
- 11:27 PM Revision 3b218b4a (qgis): Do not delete a symbol we don't own
- Fix #32661
- 10:41 PM Revision 98d98fa6 (qgis): Include private header
- 10:40 PM Revision cb804b23 (qgis): More forward declare fixes
- 09:51 PM Revision c7f83b4b (qgis): Make QgsPropertyTransformer forward forward declared std::unique_ptr ready
- 09:41 PM Revision 42e9b137 (qgis): Fixes here and there and everywhere
- 09:34 PM Revision da207c98 (qgis): Revert "install qgsfield_p.h"
- This reverts commit e2ccd837fb7fa3a5549ed4b8659aae926390c049.
- 09:30 PM Revision db838a32 (qgis): Fix qgsfield private header
- 09:30 PM Revision 0ce25283 (qgis): Fix more private includes
- 08:51 PM Revision 74a79311 (qgis): avoid to unembed rules, if it's the layer itself
- because otherwise it's not possible to deactivate LAYERTITLE but keep RULELABEL
- 08:35 PM Revision 027e1bb7 (qgis): Merge pull request #32658 from m-kuhn/clazy_unique_connection_backport
- Fix Qt::UniqueConnection with lambda
- 08:33 PM Revision 1e20a655 (qgis): [travis] Fix ccache
- 07:39 PM Revision d631a771 (qgis): Keep order of value map items when importing CSV
- 07:13 PM Revision 375b3907 (qgis): also track newer CIFS
- 07:13 PM Revision bf9cc224 (qgis): Add tests
- 07:09 PM Revision 15fb6723 (qgis): Do not transform geometries when exporting in json
- 04:56 PM Revision 2343fd63 (qgis): Merge pull request #32645 from elpaso/server-wfs3-fix-url-limits-offset
- Server OAPIF fix limits/offset links
- 04:49 PM Revision 94291313 (qgis): Fix Qt::UniqueConnection with lambda
- 04:28 PM Revision 3789c7d3 (qgis): Merge pull request #32643 from m-kuhn/clazy_unique_connection_lambda
- Fix Qt::UniqueConnection with lambda
- 03:52 PM Revision 28b551e9 (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 03:52 PM Revision 28019387 (qgis): Sibling of 62f67ba667922df7a320318800356d800a340d63 [skip ci]
- skip-checks: true
- 03:52 PM Revision 62f67ba6 (qgis): Server OAPIF fix items link in html
- Fixes #32641
- 03:04 PM Revision 5f9405bc (qgis): Server OAPIF properties parameter
- Makes it possible to specify a comma separate list
of attributes to be returned by items call
This is apparently not... - 03:03 PM Revision 459c1058 (qgis): Takes description from parameter
- makes this method reusable and not only for field filters
- 02:30 PM Revision cc423a7a (qgis): Merge pull request #32649 from 3nids/fix_android_build
- fix android build
- 01:55 PM Revision 8931d725 (qgis): Server OAPIF nl2br template function
- Introduce a new template function to replace nl with <br>
- 01:28 PM Revision d7cc1630 (qgis): Rename internal method's name
- 01:25 PM Revision e2ccd837 (qgis): install qgsfield_p.h
- 01:25 PM Revision 7c4a9bec (qgis): more invokable methods in QgsVectorLayer
- 01:25 PM Revision 1d1d06db (qgis): fix build
- 01:25 PM Revision 8e40df8e (qgis): add Q_ENUM macro to QgsVectorLayer::EditResult and SelectBehavior
- 01:25 PM Revision 5a703d95 (qgis): make vector layer geometry editing methods invokable
- 11:56 AM Revision 8508dc0b (qgis): Use Q_GLOBAL_STATIC
- 11:56 AM Revision d507d34f (qgis): sip no file
- 11:56 AM Revision 08d4b734 (qgis): fix order in doxygen docs
- 11:56 AM Revision a192268f (qgis): [feature] Add API for event tracing
- This is more developer oriented feature to help with profiling, debugging
and optimization - especially when dealing ... - 11:13 AM Revision bd8dcd94 (qgis): Update src/core/qgsapplication.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 10:56 AM Revision 2ac19335 (qgis): fix android build [ci-skip]
- 10:53 AM Revision 9346dba3 (qgis): Fix Qt::UniqueConnection with lambda
- 10:08 AM Revision 18656756 (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 10:08 AM Revision da853cc4 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 10:03 AM Revision 60ee76bc (qgis): Followup 1f3b039: fix wrong monkey patched var name
- 09:58 AM Revision a2f02d06 (qgis): Server OAPIF fix limits/offset links
- See PR #32639
- 09:58 AM Revision b4d9c1c8 (qgis): Server OAPIF fix limits/offset links
- See PR #32639
- 09:02 AM Revision 8f52da7f (qgis): Merge pull request #32631 from elpaso/bugfix-gh32615-datasourcemanager-...
- Resize source select dialogs according to container
- 08:39 AM Revision 989afa5b (qgis): Anchor "cap" to "top"
- 08:26 AM Revision e4550783 (qgis): [processing] Allow enum input values to be used in expressions for model
- inputs
Fixes #32452
(cherry picked from commit c8255a99ea49cce7c3d497e430934e8bf981f221) - 08:25 AM Revision c1cfae22 (qgis): Fix lockup when using rotate feature tool
- And add unit tests
Fixes #32123 - 08:25 AM Revision 390c482c (qgis): Fix potential lockup in layout map grid generation
- 08:24 AM Revision 9d61bf83 (qgis): Merge pull request #32633 from NaturalGIS/fix_grass_out_default
- [processing] fixes default GRASS output geometry type (fix #32560)
- 08:01 AM Revision 7951feba (qgis): Merge pull request #32607 from m-kuhn/clazy
- Enable clazy on travis
- 07:57 AM Revision 8fe6d6fd (qgis): Merge 16aa92660c9a6e31ff325bde9bc59a13aa1c5016 into cherry-pick-backpor...
- skip-checks: true
- 07:57 AM Revision 7bfac70c (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 07:57 AM Revision 64b52bf3 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 07:16 AM Revision 75bc01bf (qgis): Fix default value
- 06:34 AM Revision 5bbd19b9 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 06:34 AM Revision a2a66bcc (qgis): [processing] Raise an exception when interpolation break/structure lines
- are set without an attribute source set
Refs #27048 - 06:34 AM Revision bbd76705 (qgis): Sibling of 99bdfab9358efe97fc5ac6d7247268c1f532c993 [skip ci]
- skip-checks: true
- 06:34 AM Revision 615922f9 (qgis): Sibling of 16aa92660c9a6e31ff325bde9bc59a13aa1c5016 [skip ci]
- skip-checks: true
- 06:34 AM Revision 16aa9266 (qgis): Fix handling of interpolation layers with differing input coordinate re...
- Fixes #27048
- 05:03 AM Revision 5ce4dc48 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 05:03 AM Revision 68cc94f3 (qgis): implement few suggested changes
- 05:03 AM Revision 9af729ea (qgis): tests for rasterize_over_fixed
- 05:03 AM Revision d7960b7f (qgis): tests for rasterize_over
- 05:03 AM Revision 618a02ff (qgis): add 'burn' parameter
- 05:03 AM Revision 88972d35 (qgis): better strings
- 05:03 AM Revision 44c159b9 (qgis): split the tool
- 05:03 AM Revision 21e15aaf (qgis): ensure that input raster is set
- 05:03 AM Revision acae3126 (qgis): add missed outputs to algorithms
- 03:44 AM Revision f4843f16 (qgis): ensure that input raster is set
- 03:44 AM Revision db2b38d0 (qgis): tests for rasterize_over_fixed
- 03:44 AM Revision 302dc668 (qgis): tests for rasterize_over
- 03:44 AM Revision 2a3e9cb4 (qgis): add missed outputs to algorithms
- 03:44 AM Revision 463d3680 (qgis): better strings
- 03:44 AM Revision 4260ed2f (qgis): split the tool
- 03:44 AM Revision 7aa0a4f3 (qgis): add 'burn' parameter
- 03:44 AM Revision b31c4124 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 03:44 AM Revision 75a1ad1e (qgis): implement few suggested changes
- 03:43 AM Revision 22765cb6 (qgis): "fix" gdal_calc creation options
- 03:02 AM Revision 10e90f63 (qgis): Sibling of 4af494a32a5c0d181a34d579286baf9ecfe2c77e [skip ci]
- skip-checks: true
- 02:17 AM Revision 02046a88 (qgis): Update readme with guide to build from source (#32634)
- 01:26 AM Revision 4730f4c4 (qgis): Update readme with guide to build from source
2019-11-04
- 12:44 AM Revision 0c4dbf9f (qgis): fixes default GRASS output geometry type
- 09:56 PM Revision 924b4eda (qgis): Fully qualify enum default parameters
- 09:52 PM Revision a6386038 (qgis): Fix all 3 arg lambda problems
- 06:35 PM Revision cffea8b2 (qgis): Enable more clazy checks and disable warnings as errors (boom)
- 06:27 PM Revision f1e20f23 (qgis): Resize source select dialogs according to container
- Fixes #32615
This was tricky and I don't really know what was causing the issue,
but looks like the patch doesn't br... - 05:50 PM Revision afdd6730 (qgis): Fix another 3 arg lambda warning
- 05:35 PM Revision bdf023fe (qgis): Merge pull request #32627 from m-kuhn/no_constexpr_latin1string
- No constexpr QLatin1String on Windows
- 04:57 PM Revision fb138579 (qgis): Fix clazy warning
- 04:47 PM Revision 0f5a4f7d (qgis): [dxf] HAli/VAli support for TEXT
- 03:30 PM Revision b41b9386 (qgis): Add save multiple styles action to style menu
- Adds the possibility to save/export multiple styles
at once in QML/SLD and in the DB, in case of file system
export a... - 03:29 PM Revision 148febdc (qgis): No constexpr QLatin1String on Windows
- 03:27 PM Revision 9e614143 (qgis): More connect fun
- 03:27 PM Revision 1caa6292 (qgis): Fix clazy non-pod-static
- 01:20 PM Revision 7da2e0ee (qgis): ensure that input raster is set
- 12:03 PM Revision 696c4075 (qgis): Merge pull request #32487 from elpaso/value-relation-restore
- [feature] Value relation restore missing layers from DBs
- 09:56 AM Revision 17daa484 (qgis): tests for rasterize_over
- 09:56 AM Revision 5d172ccf (qgis): tests for rasterize_over_fixed
- 09:56 AM Revision c25261dd (qgis): Sibling of f87d5562b5ff9fd1b641316ad5a338d3aac09c55 [skip ci]
- skip-checks: true
- 09:56 AM Revision 1226a170 (qgis): tests for rasterize_over
- 09:56 AM Revision b3c030b8 (qgis): Sibling of ee8151a7d7fda3cf7cf1199e161046770e0aa89a [skip ci]
- skip-checks: true
- 09:56 AM Revision 7b4062f0 (qgis): split the tool
- 09:56 AM Revision 330c3720 (qgis): implement few suggested changes
- 09:56 AM Revision 98586cef (qgis): add 'burn' parameter
- 09:56 AM Revision 9b5d3d63 (qgis): split the tool
- 09:56 AM Revision c7457957 (qgis): better strings
- 09:56 AM Revision c4226b0f (qgis): add missed outputs to algorithms
- 09:56 AM Revision 916af79e (qgis): better strings
- 09:56 AM Revision fe514287 (qgis): Sibling of 20e542cc5e7eac78ac848216962089481a854b47 [skip ci]
- skip-checks: true
- 09:56 AM Revision fbf0ee55 (qgis): implement few suggested changes
- 09:56 AM Revision 127ccae0 (qgis): Sibling of afa570d9660a955b22e6d5b2ad23618d8fcbe76b [skip ci]
- skip-checks: true
- 09:56 AM Revision 20e542cc (qgis): add missed outputs to algorithms
- 09:56 AM Revision 7b0ff4e1 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 09:56 AM Revision afa570d9 (qgis): add 'burn' parameter
- 09:56 AM Revision bd748003 (qgis): Sibling of 7b4062f0ea0d0809545fe29e07a69b062b5d2325 [skip ci]
- skip-checks: true
- 09:56 AM Revision ee8151a7 (qgis): revive the GDAL 'rasterize over' tool that was available in the old ltr...
- 09:38 AM Revision e0e96faf (qgis): Changes dependency message: removed 'Form'
- 09:37 AM Revision 250361b5 (qgis): set current view mode to attribute editor
- 09:37 AM Revision fce2ab3e (qgis): set current view mode to attribute editor
- 09:37 AM Revision b829a748 (qgis): Sibling of fce2ab3e1fab3186e941405ace69aebf45475486 [skip ci]
- skip-checks: true
- 09:05 AM Revision 144f6a8d (qgis): Merge pull request #32553 from elpaso/uniform-field-display-alias
- field displayNameWithAlias
- 08:46 AM Revision 377e38f3 (qgis): Another connect without context
- 08:46 AM Revision 6ffa89eb (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 07:44 AM Revision 1046f6f1 (qgis): Fix some more connect 3arg warnings
- 07:42 AM Revision 31e74e13 (qgis): Merge pull request #32602 from m-kuhn/automoc
- Widespread use of AUTOMOC
- 07:36 AM Revision 4da06102 (qgis): Fix some more connect 3arg warnings
- 07:35 AM Revision 03bf765a (qgis): No intermediate link
- 07:35 AM Revision 47c86dc4 (qgis): Use clazy
- 07:35 AM Revision b7a33591 (qgis): Enable clazy on travis
- 07:35 AM Revision 6dc576bc (qgis): Only do connect-3arg-lambda check on travis
- 07:09 AM Revision 8df101a8 (qgis): Sibling of 6dcb33508a217c1cad59b03d5a6bf0bbcf8dbfe7 [skip ci]
- skip-checks: true
- 04:28 AM Revision aa913454 (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 04:28 AM Revision b71713a6 (qgis): Another connect without context
- 04:05 AM Revision 56317c48 (qgis): Add method to create multi-band gdal memory dataset
- 04:05 AM Revision 079c9463 (qgis): Add method to convert a QImage to a gdal memory dataset
- 04:05 AM Revision f48e12ef (qgis): Add method to resample QImage using gdal resample to a gdal memory dataset
- 04:05 AM Revision 209130c9 (qgis): Heavily optimise GDAL based image resampling
- 04:05 AM Revision 2ce646b9 (qgis): Dox++
- 04:05 AM Revision 663ee12a (qgis): Minor fixes
- 04:05 AM Revision 7f987df3 (qgis): Remove unused define
- 04:05 AM Revision 2a6370e5 (qgis): Sipify
- 04:05 AM Revision 36072a61 (qgis): Add method to resample a QImage using gdal library resampling, and
- use this instead of the inbuilt QGIS resampling
The QGIS methods are slooooow, unoptimized, and buggy. And gdal expo... - 04:00 AM Revision fed75afa (qgis): [FEATURE] Add expression functions for converting to/from wkb
- Adds geom_from_wkb and geom_to_wkb, which mirror the existing
geom_from_wkt/geom_to_wkt functions but for WKB represe... - 03:56 AM Revision 13ead42f (qgis): [processing] Allow enum input values to be used in expressions for model
- inputs
Fixes #32452 - 03:49 AM Revision 38fb55e7 (qgis): optional fids counting
- 03:48 AM Revision 78afeea5 (qgis): Fixes #32545 Revert qgstaskmanager waitforfinished fix
- 03:43 AM Revision d8341b87 (qgis): Improved lambda capture
- Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog a... - 03:43 AM Revision 1b9e0923 (qgis): Sibling of 53a1c15b2904e7bffa3244f0deea6a7a38818bf0 [skip ci]
- skip-checks: true
- 03:23 AM Revision cdc03e15 (qgis): Another connect without context
- 03:23 AM Revision ef1b23ae (qgis): Sibling of 885dd0d34dcc0f8988699d763228a4368d56e4cb [skip ci]
- skip-checks: true
- 03:23 AM Revision 885dd0d3 (qgis): Another connect without context
- 02:53 AM Revision 0579ef30 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 02:21 AM Revision fec2dc19 (qgis): Merge 238f251034e466d0a2ead830839abc4705503f8b into cherry-pick-backpor...
- skip-checks: true
- 02:21 AM Revision 8dadbed1 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 01:37 AM Revision 9b27a0ac (qgis): Sibling of 238f251034e466d0a2ead830839abc4705503f8b [skip ci]
- skip-checks: true
- 01:37 AM Revision 238f2510 (qgis): Fix some lambda connects without context arguments (these cause crashes...
- 01:37 AM Revision ef57e34d (qgis): Fix some lambda connects without context arguments (these cause crashes...
2019-11-03
- 12:12 AM Revision f14301d7 (qgis): Add separate section for private headers
- 11:33 PM Revision bf651e99 (qgis): Also moc private 3d headers
- 11:11 PM Revision 1f3b039f (qgis): Merge pull request #32552 from m-kuhn/q_global_static
- non POD static
- 10:40 PM Revision 9033891a (qgis): AUTOMOC auth
- 10:36 PM Revision 1a1fb194 (qgis): Cleanup 3d
- 10:22 PM Revision 260196f0 (qgis): Fix building core and pycore
- 09:51 PM Revision e32f4dca (qgis): No reason to set AUTOMOC on individual targets, it's global
- 09:46 PM Revision 1c850f63 (qgis): Remove leftover
- 09:33 PM Revision 80c0b944 (qgis): Fixup
- 09:20 PM Revision b08a7d71 (qgis): Fix sip file for sip and automoc
- 09:05 PM Revision 4294dda0 (qgis): Resipify
- 08:33 PM Revision 6f43c98d (qgis): Fix range widget wrapper test
- 08:28 PM Revision fc2ed3d6 (qgis): fix gdal calc compression options
- 08:28 PM Revision 4581d89f (qgis): remove unused variable
- fix tests
- 07:00 PM Revision 002d3986 (qgis): translation string fix
- 06:02 PM Revision 277a8483 (qgis): Widespread use of AUTOMOC
- For many people it's unclear where to put headers in CMakeFiles.txt
If they should be duplicated in both moc and non ... - 05:17 PM Revision ecdf6753 (qgis): Merge pull request #32572 from qgis/backport-32527-to-release-3_4
- [Backport release-3_4] Fix copy items from value map configuration
- 05:16 PM Revision e6a94aa4 (qgis): Merge pull request #32571 from qgis/backport-32527-to-release-3_10
- [Backport release-3_10] Fix copy items from value map configuration
- 04:46 PM Revision 87a8a16b (qgis): include saga strings in translations
- 12:49 PM Revision b5349c2f (qgis): Add match type to resolveWeakly
- This way can define exactly how the weak resolution
will consider a layer a postivie match. - 12:26 PM Revision c154b2f3 (qgis): invokable return types need to be fully-qualified
- Idenfied by clazy
- 12:26 PM Revision 3dd2e84e (qgis): add test for exporting model with advanced parameter
- 12:26 PM Revision 3bc57dd9 (qgis): [processing] correctly handle advanced parameters when exporting model
- to Python (fix #32579)
- 12:26 PM Revision 8a7bb828 (qgis): Merge 753ad72a7ee7dc716225e49df6f5960fb8a10231 into cherry-pick-backpor...
- skip-checks: true
- 12:25 PM Revision 74d6e099 (qgis): fix gdal calc compression options
- 12:25 PM Revision 3701d360 (qgis): remove unused variable
- fix tests
- 10:54 AM Revision 7d2deb4b (qgis): non-POD global statics
- Identified by clazy
- 10:38 AM Revision e17f99c5 (qgis): non-POD static ([class name goes here]) [-Wclazy-non-pod-global-static]
- 10:38 AM Revision 29c2af9a (qgis): Fix crs test
- 10:23 AM Revision 7ad66192 (qgis): Merge pull request #32593 from m-kuhn/qwt_find_usr_include
- Find QWT headers also in /usr/include/qt5
- 10:04 AM Revision 3aa927cc (qgis): sipify
- 09:56 AM Revision 2bf1ccbe (qgis): Sibling of 90877e457eea21fc816b1e51ea25b79831606ec5 [skip ci]
- skip-checks: true
- 09:56 AM Revision 90877e45 (qgis): fix gdal calc compression options
- 09:56 AM Revision 5f560e06 (qgis): Sibling of 753ad72a7ee7dc716225e49df6f5960fb8a10231 [skip ci]
- skip-checks: true
- 09:56 AM Revision 454f7d70 (qgis): fix gdal calc compression options
- 09:56 AM Revision ea740294 (qgis): Sibling of 753ad72a7ee7dc716225e49df6f5960fb8a10231 [skip ci]
- skip-checks: true
- 09:56 AM Revision 4e34bb56 (qgis): Sibling of 90877e457eea21fc816b1e51ea25b79831606ec5 [skip ci]
- skip-checks: true
- 09:56 AM Revision 753ad72a (qgis): remove unused variable
- fix tests
- 09:56 AM Revision 26b332c1 (qgis): remove unused variable
- fix tests
- 09:55 AM Revision 38b270e3 (qgis): Merge pull request #32583 from alexbruy/fix-32579
- [processing] handle advanced flag when exporting model to Python (fix #32579)
- 09:54 AM Revision a6213d6d (qgis): Merge pull request #32586 from elpaso/server-oapif-fix-items-crs
- Fix server OAPIF crs transformation on items
- 09:20 AM Revision b4225d70 (qgis): Merge pull request #32559 from troopa81/revert_waitforfinished
- Fixes #32545 Revert qgstaskmanager waitforfinished fix
- 09:16 AM Revision 5eac1355 (qgis): Find QWT headers also in /usr/include/qt5
- That is where Fedora puts them
- 09:16 AM Revision ca115961 (qgis): Find QWT headers also in /usr/include/qt5
- That is where Fedora puts them
- 08:47 AM Revision 0f0714ed (qgis): Update tests
- 08:35 AM Revision 9ce55dbe (qgis): Merge pull request #32585 from m-kuhn/dxf_private
- Move internals to private header
- 08:34 AM Revision 0b581471 (qgis): Merge pull request #32587 from m-kuhn/dxf_loops
- Modernize loops in dxf exporter
2019-11-02
- 11:18 PM Revision eb719683 (qgis): Fixes #32545 Revert qgstaskmanager waitforfinished fix
- This reverts commit 42e22b7a6894f84a155d0c9330414f88413ece2b.
- 11:18 PM Revision bfdf6417 (qgis): Sibling of eb719683d89c1b6f88cced00a185c68e51b0cc82 [skip ci]
- skip-checks: true
- 11:18 PM Revision cddc10a9 (qgis): comment these tests while waitforfinished is not fixed
- 11:18 PM Revision 680ff82d (qgis): Sibling of cddc10a92982a000cad835129e77befd2357d376 [skip ci]
- skip-checks: true
- 08:37 PM Revision 564f9fb9 (qgis): Update tests/src/core/testqgsexpression.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 08:36 PM Revision 0d2c2563 (qgis): Update src/core/expression/qgsexpressionfunction.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 07:47 PM Revision c796b2d5 (qgis): Workaround sip issues
- 07:08 PM Revision 614fda35 (qgis): Fixup
- 04:51 PM Revision 66854715 (qgis): Use nondeprecated api
- 04:48 PM Revision 04fd7f6a (qgis): License header
- 04:05 PM Revision 5c439ab6 (qgis): More efficient loops
- 04:00 PM Revision 7d2000bc (qgis): Fix server OAPIF crs tranformation on items
- fixes an unreported issue when serving items not in
4326. - 04:00 PM Revision 607ba369 (qgis): Sibling of 7d2000bc30b2160692baf43c22d7ef4b47e52cff [skip ci]
- skip-checks: true
- 03:54 PM Revision 20f04364 (qgis): Move internals to private header
- 03:12 PM Revision 81b49ce1 (qgis): Fixup
- 03:12 PM Revision 4ee24bbb (qgis): Merge back into master
- 03:12 PM Revision d99d829e (qgis): Dox
- 03:02 PM Revision fd407484 (qgis): Fixup
- 03:02 PM Revision f9804eb6 (qgis): Python fixes
- 03:02 PM Revision f07bc52f (qgis): Many followup fixes
- 03:01 PM Revision bf32f326 (qgis): Remove unused global static
- 03:01 PM Revision 4ea4b67b (qgis): Remove unused variable
- 03:01 PM Revision 179fcf33 (qgis): Use Q_GLOBAL_STATIC
- 03:01 PM Revision f8f9de8f (qgis): QgsSettings Q_GLOBAL_STATIC
- 03:01 PM Revision e585a287 (qgis): Q_GLOBAL_STATIC for QgsEllipsoidUtils
- 03:01 PM Revision 65fe231e (qgis): Q_GLOBAL_STATIC for expressions
- 03:01 PM Revision 179ef42b (qgis): Q_GLOBAL_STATIC for statistical summary dock widget
- 03:01 PM Revision a5028751 (qgis): Q_GLOBAL_STATIC for QgsDataProvider
- 03:01 PM Revision fadfdfc5 (qgis): A bit of Q_GLOBAL_STATIC for the ogr provider too
- 03:01 PM Revision 5fe67a07 (qgis): And even more Q_GLOBAL_STATIC for the friends over at pal
- 03:01 PM Revision ebf56e95 (qgis): Fix QgsApplication
- 03:01 PM Revision 327cea99 (qgis): More Q_GLOBAL_STATIC for QgsExpression
- 03:01 PM Revision e693c435 (qgis): Q_GLOBAL_STATIC for QgsCoordinateReferenceSystem
- 03:01 PM Revision 5c9416b2 (qgis): Q_GLOBAL_STATIC for QgsPathResolver
- 03:01 PM Revision ce8f25a8 (qgis): Q_GLOBAL_STATIC for QgsCustomization
- 03:01 PM Revision ad22e638 (qgis): Less global statics in expressions
- 03:01 PM Revision 2b20c61e (qgis): Less global statics in expressions
- 03:01 PM Revision 52f0994b (qgis): Various fixes
- 03:01 PM Revision b6282440 (qgis): Improve code
- 03:01 PM Revision d26375ab (qgis): Fix this and that
- 03:01 PM Revision abf98801 (qgis): Cleanup python code
- 03:01 PM Revision 8797798b (qgis): Improve docs
- 03:01 PM Revision 5e73b9a5 (qgis): Remove obsolete file
- 03:01 PM Revision 3e10767f (qgis): Move private header to standard naming scheme
- 03:01 PM Revision 208ea9b0 (qgis): More Q_GLOBAL_STATIC
- Because it's pure fun
- 03:01 PM Revision ab18dd3c (qgis): constexpr instead of static
- 03:01 PM Revision 9847c3c0 (qgis): Q_GLOBAL_STATIC for QgsLayoutDesignerDialog
- 02:43 PM Revision 4e225e16 (qgis): add test for exporting model with advanced parameter
- 02:43 PM Revision da1b013a (qgis): add test for exporting model with advanced parameter
- 11:43 AM Revision 60e567f5 (qgis): Fix tests
- 10:51 AM Revision 7fa054c1 (qgis): [processing] correctly handle advanced parameters when exporting model
- to Python (fix #32579)
- 10:51 AM Revision 1b18b135 (qgis): [processing] correctly handle advanced parameters when exporting model
- to Python (fix #32579)
- 10:06 AM Revision 198b048b (qgis): osgeo4w: detect grass78
- 10:05 AM Revision 77699838 (qgis): osgeo4w: detect grass78
- 10:04 AM Revision c86ed789 (qgis): osgeo4w: detect grass78
2019-11-01
- 09:44 PM Revision f67fe846 (qgis): Rename to 'DateTimeFromEpoch' and add 2 extra tests
- 09:08 PM Revision 2ce72170 (qgis): Update src/core/expression/qgsexpressionfunction.cpp
- Co-Authored-By: Nyall Dawson <[email protected]>
- 06:38 PM Revision ded2eee6 (qgis): test_provider_ogr_gpkg.py format
- 06:33 PM Revision 5fb45367 (qgis): pkAttributeIndexes override for ogr provider
- 04:00 PM Revision 213df8df (qgis): Merge pull request #32315 from roya0045/optional_fids
- [API/feature?] make fids caching optional
- 03:41 PM Revision c0298809 (qgis): Merge pull request #32577 from qgis/backport-32574-to-release-3_10
- [Backport release-3_10] [travis] Fix link to OTB binaries
- 12:33 PM Revision 408aa955 (qgis): Merge 562b5186ce225e560c003a062c345568c35f88db into cherry-pick-backpor...
- skip-checks: true
- 12:33 PM Revision 8cf5209a (qgis): Merge pull request #32574 from m-kuhn/fix_orfeo_link
- [travis] Fix link to OTB binaries
- 11:27 AM Revision 063b4873 (qgis): Sibling of 562b5186ce225e560c003a062c345568c35f88db [skip ci]
- skip-checks: true
- 11:27 AM Revision 562b5186 (qgis): Fix link to OTB binaries
- 11:27 AM Revision e0a6840b (qgis): Sibling of 562b5186ce225e560c003a062c345568c35f88db [skip ci]
- skip-checks: true
- 11:27 AM Revision 43a8fff4 (qgis): Fix link to OTB binaries
- 11:12 AM Revision 392532ee (qgis): Merge pull request #32517 from m-kuhn/tracerFixCrashOnExit
- Fix crash on exit
- 11:07 AM Revision 7dcb26db (qgis): Merge pull request #32527 from m-kuhn/valueMapCopyPasteFix
- Fix copy items from value map configuration
- 10:36 AM Revision 199b7da5 (qgis): Use for instead of foreach
- 10:36 AM Revision a4aea8ad (qgis): Use CREATE IF NOT EXISTS for layer_styles
- The syntax is supported since PostgreSQL 9.1 and we already use
9.1-only syntax (regclass). - 10:36 AM Revision d7ffb843 (qgis): Reduce number of queries to qgis_editor_widget_styles table
- Closes #26186
- 10:36 AM Revision 1a968259 (qgis): Use EXISTS to tell if a table exists, rather than count(*)
- Avoids a full sequencial scan (see #26186)
Also query pg_class directly - 10:36 AM Revision 4b8d3e78 (qgis): Iterate over a const, to supposedly save some CPU cycles and memory
- ... as suggested by @m-khun via
https://github.com/qgis/QGIS/pull/31858#discussion_r339471008 - 09:03 AM Revision 1240b1b3 (qgis): Merge 730c875241f4137313dc20027ed80013308d42bb into cherry-pick-backpor...
- skip-checks: true
- 09:02 AM Revision 7b38ca8b (qgis): Merge pull request #32546 from elpaso/pg-broken-credentials-cache
- [feature] Ignored credentials temporary cache
- 08:59 AM Revision 0445c708 (qgis): Update python/core/auto_generated/qgsfield.sip.in
- Co-Authored-By: Nyall Dawson <[email protected]>
- 08:59 AM Revision cdf523e3 (qgis): Update python/core/auto_generated/qgsfield.sip.in
- Co-Authored-By: Nyall Dawson <[email protected]>
- 05:03 AM Revision e5540dde (qgis): Merge a288714a233add81bc804e4791f3ece32310ac58 into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 2c6943b1 (qgis): Merge 7339d50a3b4a1283ae6292ac459cdd74d35e3927 into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 6ac59d52 (qgis): Merge e810768f4aeb14419544a3bb70abc62f14d20636 into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 6b11476c (qgis): Merge 41e3adfb683f4658849234bbc0415f80adcba48a into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 387947cc (qgis): Merge 9700a9c47bc7d054e21c2bf3a5cc38ce90c75128 into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 133f02cd (qgis): Merge ea83fd2120c0da1e1f01d8eca5f2d518e713cf5a into cherry-pick-backpor...
- skip-checks: true
- 05:03 AM Revision 4684a743 (qgis): Dox++
- 05:03 AM Revision b3710139 (qgis): Minor fixes
- 05:03 AM Revision fc993f6f (qgis): Heavily optimise GDAL based image resampling
- 05:03 AM Revision 5e840331 (qgis): Sipify
- 05:03 AM Revision 17a4a34f (qgis): Remove unused define
- 05:03 AM Revision 27e5eb1f (qgis): Add method to convert a QImage to a gdal memory dataset
- 05:03 AM Revision a90d1b3d (qgis): Add method to create multi-band gdal memory dataset
- 05:03 AM Revision b41b4164 (qgis): Add method to resample QImage using gdal resample to a gdal memory dataset
- 05:03 AM Revision 04111f64 (qgis): Add method to resample a QImage using gdal library resampling, and
- use this instead of the inbuilt QGIS resampling
The QGIS methods are slooooow, unoptimized, and buggy. And gdal expo...
2019-10-31
- 11:57 PM Revision 3739ac27 (qgis): add QGIS version in model exported as Python
- 11:49 PM Revision bcf2040b (qgis): [RPM] Update sip references in spec file
- 11:30 PM Revision f65f6a48 (qgis): Sibling of 485ef0e147b9fd3b777d0e09566afff920af7238 [skip ci]
- skip-checks: true
- 11:30 PM Revision be8699eb (qgis): Remove unused define
- 11:29 PM Revision e810768f (qgis): Heavily optimise GDAL based image resampling
- 11:29 PM Revision b3280686 (qgis): Sipify
- 11:29 PM Revision a288714a (qgis): Minor fixes
- 11:29 PM Revision f3e62e99 (qgis): Add method to create multi-band gdal memory dataset
- 11:29 PM Revision 61e75dc0 (qgis): Add method to create multi-band gdal memory dataset
- 11:29 PM Revision e95abc88 (qgis): Sibling of a288714a233add81bc804e4791f3ece32310ac58 [skip ci]
- skip-checks: true
- 11:29 PM Revision dc16001c (qgis): Sibling of e810768f4aeb14419544a3bb70abc62f14d20636 [skip ci]
- skip-checks: true
- 11:29 PM Revision 0776e254 (qgis): Sibling of ea83fd2120c0da1e1f01d8eca5f2d518e713cf5a [skip ci]
- skip-checks: true
- 11:29 PM Revision 3c9c2fbb (qgis): Sibling of 61e75dc0176c698c248b57bddb120643cc757675 [skip ci]
- skip-checks: true
- 11:29 PM Revision 9700a9c4 (qgis): Add method to resample QImage using gdal resample to a gdal memory dataset
- 11:29 PM Revision 8ea0c091 (qgis): Sibling of 9700a9c47bc7d054e21c2bf3a5cc38ce90c75128 [skip ci]
- skip-checks: true
- 11:29 PM Revision 7339d50a (qgis): Dox++
- 11:29 PM Revision 544b03c7 (qgis): Dox++
- 11:29 PM Revision 1594e06b (qgis): Heavily optimise GDAL based image resampling
- 11:29 PM Revision 25eb0da5 (qgis): Add method to resample a QImage using gdal library resampling, and
- use this instead of the inbuilt QGIS resampling
The QGIS methods are slooooow, unoptimized, and buggy. And gdal expo... - 11:29 PM Revision c1326ce1 (qgis): Add method to resample QImage using gdal resample to a gdal memory dataset
- 11:29 PM Revision 2308c512 (qgis): Add method to convert a QImage to a gdal memory dataset
- 11:29 PM Revision 6b435556 (qgis): Sipify
- 11:29 PM Revision ca72a822 (qgis): Minor fixes
- 11:29 PM Revision 4676ec25 (qgis): Sibling of b328068632da0142252bdf70010e88bae5021321 [skip ci]
- skip-checks: true
- 11:29 PM Revision 7a5e1f58 (qgis): Sibling of 7339d50a3b4a1283ae6292ac459cdd74d35e3927 [skip ci]
- skip-checks: true
- 11:29 PM Revision 69e7d95c (qgis): Sibling of 41e3adfb683f4658849234bbc0415f80adcba48a [skip ci]
- skip-checks: true
- 11:29 PM Revision 41e3adfb (qgis): Add method to resample a QImage using gdal library resampling, and
- use this instead of the inbuilt QGIS resampling
The QGIS methods are slooooow, unoptimized, and buggy. And gdal expo... - 11:29 PM Revision ea83fd21 (qgis): Add method to convert a QImage to a gdal memory dataset
- 10:31 PM Revision e8023aab (qgis): Remove this from lambda
- 09:37 PM Revision 2b99ba7b (qgis): Capitalize actions
- 09:37 PM Revision 6f5b5e6f (qgis): Sibling of 730c875241f4137313dc20027ed80013308d42bb [skip ci]
- skip-checks: true
- 09:37 PM Revision 730c8752 (qgis): Capitalize actions
- 08:42 PM Revision 4e75a1e1 (qgis): Test for no nan in dxf
- 08:42 PM Revision bd9e910d (qgis): [dxf export] initialize PointZ with 0
- DXF does not know the concept of NaN
- 08:41 PM Revision f91522b1 (qgis): [RPM] Update sip references in spec file
- 08:41 PM Revision 960b1fdc (qgis): Typo
- 08:41 PM Revision b708e298 (qgis): Use class enum
- 08:41 PM Revision b4347864 (qgis): Typo
- 08:41 PM Revision 759290b1 (qgis): [dxf export] Bail out if extent could not be determined
- E.g. because no layers are given
- 08:41 PM Revision 23452704 (qgis): Test fixes
- 08:41 PM Revision d32dd3fd (qgis): Since 3.10.1
- 08:41 PM Revision 18aaa403 (qgis): Avoid type conversion for QCOMPARE
- 08:40 PM Revision 0b04c34f (qgis): Allow the execution of Oracle tests on an arbitrary DB
- 08:40 PM Revision dda4966c (qgis): [oracle] Fix date insertion
- Values are not converted anymore to strings before binding, so that
QDate values are written as dates.
Fixes #27087 - 07:59 PM Revision ae0f8ffe (qgis): Update resources/function_help/json/from_epoch
- Co-Authored-By: Étienne Trimaille <[email protected]>
- 05:41 PM Revision 65e2cf92 (qgis): Merge ca939cf28f275b5106b92451d85d2c2a8137feb7 into cherry-pick-backpor...
- skip-checks: true
- 05:41 PM Revision 77725c90 (qgis): Merge pull request #32252 from mhugo/fix_27087
- [oracle] fixes insertion of dates
- 05:33 PM Revision faeaab1a (qgis): Sipify
- 05:30 PM Revision f20660c0 (qgis): field displayNameWithAlias
- This adds another method to display field names with alias, this is to be used when
working close to the data structu... - 04:41 PM Revision 56fa5f76 (qgis): Add simple test
- 04:04 PM Revision a1ce37cd (qgis): Fix build
- 03:59 PM Revision 8f9d493c (qgis): Add from_epoch (MSec from epoch) expression function
- 03:34 PM Revision 9a9ab392 (qgis): Merge pull request #32524 from m-kuhn/dxfEmptyExtentError
- [dxf export] Bail out if extent could not be determined
- 03:30 PM Revision 292008f6 (qgis): Merge pull request #32386 from pblottiere/fix_crs_json
- Use CRS in WMS GetFeatureInfo when info_format is in json Fixes #32326
- 03:00 PM Revision 9b6c6830 (qgis): Connect vl to vectorLayerStyleLoaded on load
- 02:15 PM Revision a1ad183c (qgis): Set destination crs on json exporter
- 02:15 PM Revision b12896f5 (qgis): Do not transform eometries in getfeatureinfo for json format
- 02:15 PM Revision f3fbbcd4 (qgis): Add unit test with layer in crs other than 4326
- 02:15 PM Revision 2f79dcc0 (qgis): Add option in json exporter to not transform geometries
- 02:15 PM Revision 0a2b92ab (qgis): Update sip
- 02:15 PM Revision 624ae035 (qgis): Remove unused parameter
- 02:15 PM Revision 55d1b8d6 (qgis): Add doc
- 02:15 PM Revision 2ca4aa65 (qgis): Add method to set destination crs on json exporter
- 02:15 PM Revision ff19e612 (qgis): Update src/core/qgsjsonutils.h
- Co-Authored-By: Alessandro Pasotti <[email protected]>
- 02:15 PM Revision e3371fd9 (qgis): Update sip
- 02:15 PM Revision 44b835fb (qgis): Add test with underlying layer in 4326
- 02:09 PM Revision 979d8c4c (qgis): Option to ignore the connection temporarily of for the session
- 02:09 PM Revision 37b720f5 (qgis): Option to ignore the connection temporarily of for the session
- 01:36 PM Revision 1dccf986 (qgis): optional fids counting
- 01:36 PM Revision 54c175b5 (qgis): optional fids counting
- 12:42 PM Revision 457c0a1f (qgis): fix rulelabel tests
- 12:07 PM Revision 34e58624 (qgis): Use Q_GLOBAL_STATIC
- 11:35 AM Revision a09f36da (qgis): Update src/core/qgsmaplayer.h
- Co-Authored-By: Nyall Dawson <[email protected]>
- 11:30 AM Revision 85e8d946 (qgis): Update src/app/qgisapp.cpp
- Co-Authored-By: Nyall Dawson <[email protected]>
- 11:08 AM Revision 2c65ac54 (qgis): Merge pull request #32542 from Djedouas/patch-1
- Changed Python inspect.getargspec()
- 10:39 AM Revision 216af51a (qgis): Ignore connections: from 5 seconds to 60
- 10:39 AM Revision b9db38a8 (qgis): Ignore connections: from 5 seconds to 60
- 10:30 AM Revision ca939cf2 (qgis): [oracle] Fix date insertion
- Values are not converted anymore to strings before binding, so that
QDate values are written as dates.
Fixes #27087 - 10:30 AM Revision 6281b80b (qgis): [oracle] Fix date insertion
- Values are not converted anymore to strings before binding, so that
QDate values are written as dates.
Fixes #27087 - 10:30 AM Revision fb2df181 (qgis): Sibling of ca939cf28f275b5106b92451d85d2c2a8137feb7 [skip ci]
- skip-checks: true
- 10:09 AM Revision 1895db94 (qgis): Test fixes
- 10:09 AM Revision 65b81b64 (qgis): Test fixes
- 09:53 AM Revision 670618a8 (qgis): Move connections ignore cache to credentials dialog
- this way it is available for all providers
- 09:53 AM Revision 975e0e66 (qgis): Move connections ignore cache to credentials dialog
- this way it is available for all providers
- 09:31 AM Revision e86c2afb (qgis): Merge pull request #31648 from troopa81/fix_snaptocurrentlayer
- Parallelize snap caching
- 09:23 AM Revision d938c4b7 (qgis): Merge e168ca5dfaefa0c595c738fc87f6dd17a58dd037 into cherry-pick-backpor...
- skip-checks: true
- 09:23 AM Revision 3e5af46a (qgis): Merge pull request #32540 from daniviga/master
- [RPM] Update sip references in spec file
- 09:09 AM Revision 32cfedd0 (qgis): [feature] [mesh] fix #29326 Adding playback function for mesh datasets
- 09:09 AM Revision 3f33701d (qgis): [feature] [mesh] fix #29326 Adding SIP_SKIP for datasetPlaybackInterval
- 09:00 AM Revision 6d63bce6 (qgis): Changed Python inspect.getargspec()
- inspect.getargspec() is deprecated since python 3.
replacement with inspect.getfullargspec()
related to issue #32516 - 08:51 AM Revision 30cada88 (qgis): Merge pull request #32513 from m-kuhn/dxfNoNan
- [dxf export] initialize PointZ with 0
- 08:45 AM Revision 66c879a3 (qgis): Allow the execution of Oracle tests on an arbitrary DB
- 08:45 AM Revision 737585d0 (qgis): Allow the execution of Oracle tests on an arbitrary DB
- 08:42 AM Revision ec244b33 (qgis): Since 3.10.1
- 08:42 AM Revision c7d152dd (qgis): Since 3.10.1
- 08:40 AM Revision d6ca2846 (qgis): Avoid type conversion for QCOMPARE
- 08:40 AM Revision 6e383d62 (qgis): Avoid type conversion for QCOMPARE
- 07:22 AM Revision fb273e34 (qgis): Copyright
- 07:22 AM Revision b84dad58 (qgis): Add API to allow setting the default view extent for a new project
- Allows a QgsProject created using QGIS api only (i.e., not via the desktop
application) to specify the default extent... - 07:22 AM Revision 14079bf7 (qgis): Move QgsProject map scales settings to a new class, QgsProjectViewSettings
- attached to QgsProject
And deprecate old getters/setters
The goal here is to create a place for project view relate... - 07:22 AM Revision 36a9e02e (qgis): Dox++
- 07:22 AM Revision 0afea0fc (qgis): When reading a project, fallback to default view extent if canvas
- extents are not set
- 05:59 AM Revision 1ef2eb62 (qgis): Merge a830daeac8b9fbd9de7e288e6b20524cd31d3bd0 into cherry-pick-backpor...
- skip-checks: true
- 05:59 AM Revision d523c568 (qgis): Merge 3f57cd91164fcba7c9b8d8f428a7e9dd02f06ade into cherry-pick-backpor...
- skip-checks: true
- 05:59 AM Revision 8b7447a3 (qgis): When reading a project, fallback to default view extent if canvas
- extents are not set
- 05:59 AM Revision 994f4547 (qgis): Dox++
- 05:59 AM Revision f602ed37 (qgis): Add API to allow setting the default view extent for a new project
- Allows a QgsProject created using QGIS api only (i.e., not via the desktop
application) to specify the default extent... - 05:59 AM Revision 6e03a97f (qgis): Copyright
- 05:59 AM Revision 65490ab1 (qgis): Move QgsProject map scales settings to a new class, QgsProjectViewSettings
- attached to QgsProject
And deprecate old getters/setters
The goal here is to create a place for project view relate... - 04:46 AM Revision 0ce5b7f0 (qgis): Copyright
- 04:14 AM Revision 3fcd77fd (qgis): Deprecate old QgsRasterResampler interface, and add a new interface
- which doesn't require pre-allocation of a temporary QImage
The existing interface is very inefficient for the biline... - 04:14 AM Revision 725ee2c5 (qgis): Doxy
- 03:20 AM Revision 0a8337c8 (qgis): Merge 1ecc63e7c0219b89f06d5d7086e2085939cd4e28 into cherry-pick-backpor...
- skip-checks: true
- 03:20 AM Revision 56c332ae (qgis): Merge c966acb2af352b31dd94581ea30f70ae95e50b49 into cherry-pick-backpor...
- skip-checks: true
- 03:19 AM Revision 8c8d7638 (qgis): Doxy
- 03:19 AM Revision 13e9dd72 (qgis): Deprecate old QgsRasterResampler interface, and add a new interface
- which doesn't require pre-allocation of a temporary QImage
The existing interface is very inefficient for the biline... - 02:56 AM Revision e1a17458 (qgis): Dox++
- 02:55 AM Revision 3f57cd91 (qgis): Move QgsProject map scales settings to a new class, QgsProjectViewSettings
- attached to QgsProject
And deprecate old getters/setters
The goal here is to create a place for project view relate... - 02:55 AM Revision cee9c74e (qgis): Sibling of a830daeac8b9fbd9de7e288e6b20524cd31d3bd0 [skip ci]
- skip-checks: true
- 02:55 AM Revision a830daea (qgis): Add API to allow setting the default view extent for a new project
- Allows a QgsProject created using QGIS api only (i.e., not via the desktop
application) to specify the default extent... - 02:55 AM Revision ae10851d (qgis): Add API to allow setting the default view extent for a new project
- Allows a QgsProject created using QGIS api only (i.e., not via the desktop
application) to specify the default extent... - 02:55 AM Revision 06ce8f0b (qgis): Sibling of 3f57cd91164fcba7c9b8d8f428a7e9dd02f06ade [skip ci]
- skip-checks: true
- 02:55 AM Revision 1991c7bd (qgis): When reading a project, fallback to default view extent if canvas
- extents are not set
- 02:55 AM Revision 34faecc0 (qgis): Sibling of 2c298f20a13e3d472c7adbdb98734dcf8aecd08f [skip ci]
- skip-checks: true
- 02:55 AM Revision 2662a60b (qgis): Move QgsProject map scales settings to a new class, QgsProjectViewSettings
- attached to QgsProject
And deprecate old getters/setters
The goal here is to create a place for project view relate... - 02:44 AM Revision 1a55fe6c (qgis): Sibling of 1ecc63e7c0219b89f06d5d7086e2085939cd4e28 [skip ci]
- skip-checks: true
- 02:44 AM Revision 1ecc63e7 (qgis): Doxy
- 02:44 AM Revision d10d318b (qgis): Doxy
- 02:32 AM Revision c966acb2 (qgis): Deprecate old QgsRasterResampler interface, and add a new interface
- which doesn't require pre-allocation of a temporary QImage
The existing interface is very inefficient for the biline... - 02:32 AM Revision c3953925 (qgis): Sibling of c966acb2af352b31dd94581ea30f70ae95e50b49 [skip ci]
- skip-checks: true
- 02:32 AM Revision dde8da43 (qgis): Deprecate old QgsRasterResampler interface, and add a new interface
- which doesn't require pre-allocation of a temporary QImage
The existing interface is very inefficient for the biline...
2019-10-30
- 12:09 AM Revision 95fb8e60 (qgis): Fix crash with invalid postgres provider
- Crash is triggered by opening the postgres vector layer properties with a not-yet-known CRS.
- 10:53 PM Revision e168ca5d (qgis): [RPM] Update sip references in spec file
- 10:53 PM Revision b229f44a (qgis): Sibling of e168ca5dfaefa0c595c738fc87f6dd17a58dd037 [skip ci]
- skip-checks: true
- 10:53 PM Revision df7414cb (qgis): [RPM] Update sip references in spec file
- 10:53 PM Revision 8cca1c3f (qgis): Sibling of e168ca5dfaefa0c595c738fc87f6dd17a58dd037 [skip ci]
- skip-checks: true
- 08:06 PM Revision e8ebef4c (qgis): Use range-based for loops
- 08:06 PM Revision 28bd7576 (qgis): Test attribute table "selected on top"
- 08:06 PM Revision 66880263 (qgis): Fix move selected to top
- Fix #28914
- 08:05 PM Revision ff7e78e2 (qgis): Merge 628edb00b34dbbe43bdeab016990c40972a54762 into cherry-pick-backpor...
- skip-checks: true
- 08:05 PM Revision 4ad2f0ad (qgis): Fix crash with invalid postgres provider
- Crash is triggered by opening the postgres vector layer properties with a not-yet-known CRS.
- 07:10 PM Revision 1886d70d (qgis): Typo
- 07:10 PM Revision 11f34ac0 (qgis): Typo
- 06:29 PM Revision e689a65b (qgis): Merge pull request #32322 from elpaso/server-wfs3-timefilter-dimensions
- [feature] Server wfs3 timefilter dimensions
- 05:51 PM Revision 94c108d9 (qgis): Sibling of de2dd6f0c69c027993ee5f4ccb7539d0b96b660e [skip ci]
- skip-checks: true
- 05:51 PM Revision de2dd6f0 (qgis): Fix copy items from value map configuration
- QAbstractItemView internally uses the KeyPress signal, so in order to
make sure our code takes precedence we need to ... - 05:51 PM Revision d8ae2b9d (qgis): Fix copy items from value map configuration
- QAbstractItemView internally uses the KeyPress signal, so in order to
make sure our code takes precedence we need to ... - 05:51 PM Revision 9bf92ef4 (qgis): Fix copy items from value map configuration
- QAbstractItemView internally uses the KeyPress signal, so in order to
make sure our code takes precedence we need to ... - 05:46 PM Revision e8fa8edf (qgis): Typo
- 05:19 PM Revision 38fadd67 (qgis): PG: Skip broken connections (for a while)
- 05:19 PM Revision 576a9176 (qgis): PG: Skip broken connections (for a while)
- 04:23 PM Revision 4bbf426f (qgis): Use class enum
- 04:23 PM Revision eac3170a (qgis): Sibling of 312c869268b25758cad4bf0df27b1c0faff19a6e [skip ci]
- skip-checks: true
- 04:23 PM Revision 312c8692 (qgis): Use class enum
- 04:15 PM Revision dd3e445f (qgis): Typo
- 04:15 PM Revision 1bfa34a0 (qgis): Typo
- 04:04 PM Revision 0665cf3b (qgis): [dxf export] Bail out if extent could not be determined
- E.g. because no layers are given
- 04:04 PM Revision 473473d8 (qgis): [dxf export] Bail out if extent could not be determined
- E.g. because no layers are given
- 03:52 PM Revision e37924fb (qgis): Fix crash with invalid postgres provider
- Crash is triggered by opening the postgres vector layer properties with a not-yet-known CRS.
- 03:52 PM Revision 628edb00 (qgis): Fix crash with invalid postgres provider
- Crash is triggered by opening the postgres vector layer properties with a not-yet-known CRS.
- 03:52 PM Revision 6200b0d9 (qgis): Sibling of 628edb00b34dbbe43bdeab016990c40972a54762 [skip ci]
- skip-checks: true
- 02:59 PM Revision 340651b2 (qgis): fix spell error
- 02:41 PM Revision 3ba5770e (qgis): Fix test case and add some more BSTS checks
- BSTS=better safe than sorry
- 02:41 PM Revision c6d4b988 (qgis): Load dependency layers automatically when possible
- 02:41 PM Revision 4dad6a0a (qgis): Auto load missing layers from Postgis
- 02:41 PM Revision 9dda18e6 (qgis): Resolve mssing layers loosely by name and provider
- 02:41 PM Revision 73beaca4 (qgis): Address PR comments
- 02:41 PM Revision 42e48726 (qgis): Code layout typos
- 02:41 PM Revision 64949dc2 (qgis): Check vector layer widget broken dependencies
- 02:40 PM Revision 6a7719f9 (qgis): Merge pull request #32512 from elpaso/fix-mxe-builds
- Fix MXE builds
- 02:29 PM Revision 6746fec7 (qgis): Merge pull request #31966 from m-kuhn/fix28914
- Fix move selected to top
- 01:27 PM Revision d1be51f4 (qgis): Stupid vim and your hard tabs!
- 12:50 PM Revision 3a063d41 (qgis): Test attribute table "selected on top"
- 12:50 PM Revision fb897f95 (qgis): Sibling of 3a063d41357c11f0ec0e80a56878a67e5bc78317 [skip ci]
- skip-checks: true
- 12:50 PM Revision 7d035bdb (qgis): Test attribute table "selected on top"
- 12:25 PM Revision ae18cae4 (qgis): Fix crash on exit
- Global static QHash can crash on exit
- 12:00 PM Revision 2cb391ae (qgis): remove useless signal
- 11:53 AM Revision a1bfc163 (qgis): Server OAPIF, better styles and API HTML output
- 11:53 AM Revision 933db2a7 (qgis): Fix build warning about a template
- 11:53 AM Revision 43e092f4 (qgis): Fix tests and remove unnecessary code
- also correctly down-up cast date(time) when needed
- 11:53 AM Revision 59580717 (qgis): Server: datetime basic filter support for OAPIF
- 11:53 AM Revision 2bffe500 (qgis): Update src/app/qgssourcefieldsproperties.cpp
- 11:53 AM Revision a3ad8ef6 (qgis): Update src/app/qgswmsdimensiondialog.h
- typo
- 11:53 AM Revision 776c8048 (qgis): Apply suggestions from code review
- Co-Authored-By: Blottiere Paul <[email protected]>
- 11:53 AM Revision 663628f2 (qgis): Server WMS/OAPIF dimensions, add a tooltip about support
- 11:53 AM Revision 5ea32bce (qgis): Server OAPIF time queries: handle infinity
- 11:53 AM Revision 72efe7ca (qgis): Server: adapt infinity filters to QgsRange API
- 11:53 AM Revision 358c8147 (qgis): Server OAPIF temporal extent
- 11:53 AM Revision c9df6aee (qgis): Server OAPIF time filter: check validity
- Raise if empty
- 11:53 AM Revision 3a10f69d (qgis): Server OAPIF use QgsRange classes for intervals
- with full test coverage for single values and ranges,
supports time, datetime and string fields. - 11:53 AM Revision 07bb6b77 (qgis): Server OAPIF datetime filter support
- with full test coverage for single values and ranges,
supports time, datetime and string fields. - 11:53 AM Revision 76f4c96d (qgis): Remove unused code (leftover)
- 11:53 AM Revision 6112da45 (qgis): Server OAPIF datetime support
- 11:29 AM Revision edd89502 (qgis): Test for no nan in dxf
- 11:29 AM Revision 32a31060 (qgis): Test for no nan in dxf
- 11:07 AM Revision fb430772 (qgis): Sibling of 7da8d9145197d43bd46fc6ebc320c36bd3013f41 [skip ci]
- skip-checks: true
- 11:07 AM Revision 7da8d914 (qgis): [dxf export] initialize PointZ with 0
- DXF does not know the concept of NaN
- 11:07 AM Revision 156e045f (qgis): [dxf export] initialize PointZ with 0
- DXF does not know the concept of NaN
- 11:06 AM Revision 95a100bc (qgis): Don't delete locator while indexing
- 11:01 AM Revision d67c9346 (qgis): Fix MXE builds
- 10:55 AM Revision d0e26fb3 (qgis): Extract loc->isindexing from indexprepared
- 10:46 AM Revision d246d9f5 (qgis): Don't call processEvents and clear added/deleted list
- 09:32 AM Revision 0bf527f5 (qgis): Replace snapToMapRelaxed with a boolean
- 09:32 AM Revision f96e1922 (qgis): [FEATURE] Parallelize snap index build
- 09:32 AM Revision f03da03d (qgis): fix doc
- 09:32 AM Revision 5097862f (qgis): Sibling of f96e1922cae31c43cded24bb87793f26c50129d5 [skip ci]
- skip-checks: true
- 09:32 AM Revision 7fd98e87 (qgis): Fix wait to be finished and add test
- 06:04 AM Revision b2e71214 (qgis): [FEATURE][symbology] Add density-based point count for the random marke...
- 05:03 AM Revision be92b23f (qgis): [processing] Fix string escaping when converting models to python code
- with expression parameters
Fixes #32451 - 05:03 AM Revision 254fced3 (qgis): [processing] Fix model to python when model has no input parameters
- 04:56 AM Revision 25a07ec4 (qgis): [ui] Fix horizontal margin not cleared to 0 for center aligned decoration
- 04:21 AM Revision d2115b17 (qgis): Sibling of ce1c797bebfd7c00c21d364f851aca37c46b9137 [skip ci]
- skip-checks: true
- 04:21 AM Revision 7fdd66d3 (qgis): [ui] Fix horizontal margin not cleared to 0 for center aligned decoration
- 04:02 AM Revision 49a319a8 (qgis): Fix raster calc OpenCL < operator
- Fixes #32477
also:
- catch build exceptions
- remove parenthesis after casting numbers
- add cast to raster ref (for... - 02:20 AM Revision 93e56a9e (qgis): fix zoom/pan to current feature when in relation editor widget
- 02:19 AM Revision 9a37db3b (qgis): Merge d78d28df8fcece228d596c9116d8f4c4c7797854 into cherry-pick-backpor...
- skip-checks: true
- 02:19 AM Revision 4263637b (qgis): Fix raster calc OpenCL < operator
- Fixes #32477
also:
- catch build exceptions
- remove parenthesis after casting numbers
- add cast to raster ref (for... - 02:18 AM Revision 4f27c39b (qgis): Fix QgsAttributeEditorContext copy constructor
- 02:18 AM Revision 87aba706 (qgis): [layouts] Alternate fix for #29821
- The previous fix resulted in #32465
- 02:18 AM Revision 7362c25b (qgis): [layouts] Fix crash when deleting layouts from designer window
- Fixes #32465
- 02:18 AM Revision 0a802367 (qgis): Fix qgstaskmanager waitforfinished so it waits that the task was
- actually started
- 02:18 AM Revision ca5661a7 (qgis): Flip not started and not finished mutex unlock
- 02:18 AM Revision 3fd630b3 (qgis): fix waitforfinished layout legend test
2019-10-29
- 11:17 PM Revision 1d8ef8d8 (qgis): Merge 589cdd048a57190af636a036cf536103705e5701 into cherry-pick-backpor...
- skip-checks: true
- 11:17 PM Revision 3453659c (qgis): fix waitforfinished layout legend test
- 11:17 PM Revision 42e22b7a (qgis): Fix qgstaskmanager waitforfinished so it waits that the task was
- actually started
- 11:17 PM Revision e2246443 (qgis): Flip not started and not finished mutex unlock
- 11:16 PM Revision e643e7f6 (qgis): [layouts] Fix crash when deleting layouts from designer window
- Fixes #32465
- 11:16 PM Revision c7e7baaa (qgis): [layouts] Alternate fix for #29821
- The previous fix resulted in #32465
- 11:16 PM Revision dd98331a (qgis): [feature] [mesh] fix #31550 Expose new methods in analysis library for ...
- The mesh styling dialog now has new combo box for selection of resampling method for datesets defined on faces.
Also ... - 11:15 PM Revision 92102bde (qgis): Autopep8
- 11:15 PM Revision 5bdc3d46 (qgis): Fix server WMS access control security issue
- Fixes #32475
- 11:09 PM Revision b855f023 (qgis): Fix QgsAttributeEditorContext copy constructor
- 10:55 PM Revision 85caa70e (qgis): [FEATURE] Add z distance (#31451)
- * Add z-distance in 3d measurement tool.
* Refactor code for adding new item in 3d measurement tool.
* Fix right cl... - 06:29 PM Revision add10026 (qgis): Fix QgsAttributeEditorContext copy constructor
- 05:54 PM Revision fdfb8bb0 (qgis): Fix raster calc OpenCL < operator
- Fixes #32477
also:
- catch build exceptions
- remove parenthesis after casting numbers
- add cast to raster ref (for... - 05:54 PM Revision 5a653aed (qgis): Sibling of d78d28df8fcece228d596c9116d8f4c4c7797854 [skip ci]
- skip-checks: true
- 05:54 PM Revision d78d28df (qgis): Fix raster calc OpenCL < operator
- Fixes #32477
also:
- catch build exceptions
- remove parenthesis after casting numbers
- add cast to raster ref (for... - 04:38 PM Revision a04354c4 (qgis): Merge pull request #32481 from elpaso/bugfix-gh-32475-server-security-a...
- Fix server WMS access control security issue
- 03:38 PM Revision 28d68224 (qgis): Autopep8
- 03:38 PM Revision 7338b458 (qgis): Autopep8
- 02:08 PM Revision 4eaab042 (qgis): Merge pull request #32464 from elpaso/connections-db-api-spatialite
- Connections db api spatialite
- 12:30 PM Revision 901743c3 (qgis): Include GDAL
- 11:43 AM Revision c1c11448 (qgis): Sibling of b77dc8b806ff70d2dba2d8a799a0e1eab4790453 [skip ci]
- skip-checks: true
- 11:43 AM Revision b77dc8b8 (qgis): Fix server WMS access control security issue
- Fixes #32475
- 11:43 AM Revision 5756d8b2 (qgis): Fix server WMS access control security issue
- Fixes #32475
- 11:31 AM Revision e63ddb73 (qgis): Sibling of 2e413d9a58f970d70a23422c519fcfb3de00de99 [skip ci]
- skip-checks: true
- 10:36 AM Revision 7dd38835 (qgis): Flip not started and not finished mutex unlock
- 10:36 AM Revision 20372168 (qgis): Sibling of 589cdd048a57190af636a036cf536103705e5701 [skip ci]
- skip-checks: true
- 10:36 AM Revision 589cdd04 (qgis): Flip not started and not finished mutex unlock
- 10:30 AM Revision 6542aa8c (qgis): Merge 35bfab50b04433bac8e4a599b23d6542b484e90e into cherry-pick-backpor...
- skip-checks: true
- 10:30 AM Revision e3eb4f54 (qgis): [processing] Fix string escaping when converting models to python code
- with expression parameters
Fixes #32451 - 10:30 AM Revision 6f1c42e7 (qgis): [processing] Fix model to python when model has no input parameters
- 09:08 AM Revision 4f9f3664 (qgis): Merge pull request #32473 from qgis/backport-32176-to-release-3_10
- [Backport release-3_10] prevent clearing selection in QgsFeatureListView
- 09:04 AM Revision f2fd430f (qgis): Fix memory leak
- 08:32 AM Revision 328f365b (qgis): Merge pull request #31951 from troopa81/feature_update_layer_selection_...
- Feature update layer selection relation widgets
- 08:07 AM Revision 3daf24c7 (qgis): Merge pull request #32176 from 3nids/clear_warning
- prevent clearing selection in QgsFeatureListView
- 08:00 AM Revision dd9b4f77 (qgis): Address PR comments
- 07:48 AM Revision 49700d01 (qgis): Merge pull request #32461 from m-kuhn/stringToFeatureListDefaultValues
- Add default values to QgsJsonUtils::stringToFeatureList
- 05:11 AM Revision da7d4fe3 (qgis): [processing] Fix model to python when model has no input parameters
- 05:11 AM Revision c2288e35 (qgis): Sibling of 1902052efcdb56259ae2cad8876f5e4270fec6fa [skip ci]
- skip-checks: true
- 05:11 AM Revision 870c3222 (qgis): [processing] Fix string escaping when converting models to python code
- with expression parameters
Fixes #32451 - 05:11 AM Revision 35bfab50 (qgis): [processing] Fix string escaping when converting models to python code
- with expression parameters
Fixes #32451 - 05:11 AM Revision ea2d049d (qgis): Sibling of 35bfab50b04433bac8e4a599b23d6542b484e90e [skip ci]
- skip-checks: true
- 04:39 AM Revision 7c672aa2 (qgis): Sibling of 1b20fe91dc4ce78e9a851d4293952e28f61b5327 [skip ci]
- skip-checks: true
- 04:39 AM Revision dabfb940 (qgis): [layouts] Alternate fix for #29821
- The previous fix resulted in #32465
- 04:38 AM Revision 97d9bc49 (qgis): Sibling of 8912b89d5c9d6aec18ee59a742c352eddff67cec [skip ci]
- skip-checks: true
- 04:38 AM Revision 83093ec0 (qgis): Sibling of 8912b89d5c9d6aec18ee59a742c352eddff67cec [skip ci]
- skip-checks: true
- 04:38 AM Revision 42f9b67b (qgis): [layouts] Fix crash when deleting layouts from designer window
- Fixes #32465
- 04:38 AM Revision 8912b89d (qgis): [layouts] Fix crash when deleting layouts from designer window
- Fixes #32465
- 01:13 AM Revision f8eeaabe (qgis): fix qgis release name
- (cherry picked from commit bd1b27087d94095318fbe8c9f17720b599007a42)
- 01:12 AM Revision bd1b2708 (qgis): fix qgis release name
2019-10-28
- 10:47 PM Revision 5be31915 (qgis): Fix memory leak
- 10:47 PM Revision 6f06b35a (qgis): Fix map renderer world file not taking into account complete base name
- 10:46 PM Revision 878915b3 (qgis): [processing] allow to select files without suffix in the Processing
- options dialog
- 08:01 PM Revision 212269a2 (qgis): Hide useless widgets for text brackground with marker symbol
- avoiding people trying desperately to enable these settings while they can't.
- 06:47 PM Revision 0444cc1d (qgis): Add test case for spatialite connections API
- 06:45 PM Revision ff39fe9d (qgis): Implement connections API for spatialite
- API only: no client code is actually using this API yet.
- 05:22 PM Revision 72ebbc06 (qgis): Add default values to QgsJsonUtils::stringToFeatureList
- Because we can assume the user does not care for fields if he does not specify
them and that UTF-8 is the default exc... - 03:51 PM Revision e63b3e77 (qgis): [processing] allow to select files without suffix in the Processing opt...
- 03:18 PM Revision f69d7f8f (qgis): Merge pull request #32435 from elpaso/connections-db-api-tables-table_uri
- Connections db api tables table uri
- 03:01 PM Revision 9b93f48f (qgis): Merge pull request #32455 from alexbruy/processing-setting
- [processing] allow to select files without suffix in the Processing options dialog
- 12:00 PM Revision e8d1a236 (qgis): Update ui when linking feature for any relation type
- 11:43 AM Revision b23a972b (qgis): fix bad use of getSelectedFeatures
- 11:37 AM Revision ba00513b (qgis): Update buttons when initiliazing
- 11:24 AM Revision a022ddc4 (qgis): fix python constructor for QgsPoint (does not accept QgsPointXY & QPoi...
- fixes #32443
(cherry picked from commit 03baeea083bfc038c28aa6e5d47788ad0f5c2dd6) - 11:16 AM Revision 03baeea0 (qgis): fix python constructor for QgsPoint (does not accept QgsPointXY & QPoi...
- fixes #32443
- 10:07 AM Revision 094359f7 (qgis): [processing] allow to select files without suffix in the Processing
- options dialog
- 10:07 AM Revision cd88ccee (qgis): Sibling of 094359f7b2eb46eb82aa15a4823cd248c04bac2a [skip ci]
- skip-checks: true
- 10:07 AM Revision ce320b0f (qgis): [processing] allow to select files without suffix in the Processing
- options dialog
- 09:57 AM Revision 157dca2d (qgis): Complete doc
- 09:56 AM Revision edff9ce5 (qgis): Merge pull request #32433 from qgis/backport-32342-to-release-3_10
- [Backport release-3_10] [Server] WMS: Use QGIS Style instead of SLD to restore layer style
- 09:55 AM Revision 28848517 (qgis): Merge pull request #32432 from qgis/backport-32340-to-release-3_10
- [Backport release-3_10] [Server] Add TextSymbolizer to SLD provided by WMS GetStyles request
- 09:54 AM Revision 71189199 (qgis): Merge pull request #32431 from qgis/backport-32216-to-release-3_10
- [Backport release-3_10] [Server] WFS Service: force Geometry to Multi in GML to be compliant with XML schema provided...
- 09:50 AM Revision 1e2abf9b (qgis): Filter selected feature to the related feature parent
- 09:50 AM Revision 485db34e (qgis): [FEATURE][needs-docs] Update vector layer selection from relation
- editor widget
- 09:50 AM Revision c449651a (qgis): fix doc
- 09:50 AM Revision 2f0e3b26 (qgis): make slots private
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 09:50 AM Revision 3c24de55 (qgis): [FEATURE][needs-docs] Update vector layer selection from feature
- selection dialog
- 09:25 AM Revision ce5405f1 (qgis): Added since to new API methods
- 09:24 AM Revision b9d219e1 (qgis): Fix map renderer world file not taking into account complete base name
- 09:03 AM Revision a5dc9e92 (qgis): Sibling of 1fd26732e8001e317735bb6ae439d482920d29d1 [skip ci]
- skip-checks: true
- 08:05 AM Revision c0e1fe91 (qgis): Sibling of 9233feac82bd2ee9269e3edb6a1b304b8cc3983c [skip ci]
- skip-checks: true
- 08:05 AM Revision a92c2581 (qgis): Fix memory leak
- 08:04 AM Revision fb23ca3a (qgis): Sibling of c3a820c669c1ca2647318b6f4c322f2beedac2a1 [skip ci]
- skip-checks: true
- 08:04 AM Revision c3a820c6 (qgis): fix waitforfinished layout legend test
- 08:04 AM Revision 7e192fcd (qgis): fix waitforfinished layout legend test
- 08:04 AM Revision 3eca1885 (qgis): Fix qgstaskmanager waitforfinished so it waits that the task was
- actually started
- 08:04 AM Revision 44d91402 (qgis): Fix qgstaskmanager waitforfinished so it waits that the task was
- actually started
- 07:11 AM Revision 7c3ff1a1 (qgis): Fix map renderer world file not taking into account complete base name
- 05:34 AM Revision a4d20a0e (qgis): Indentation
- 05:34 AM Revision 1ef5b1f4 (qgis): Remove redundant code
- 05:34 AM Revision a5801254 (qgis): Bump default point count to 10
- 05:34 AM Revision e8b8867c (qgis): wip
- 05:34 AM Revision d6466655 (qgis): Spelling
- 05:34 AM Revision 64a19b46 (qgis): Fix test image
- 05:34 AM Revision f373203d (qgis): Newly created random marker fills should default to a new random seed,
- rather then the "randomized" seed setting
Having seeded random fills by default is much more predicatable and
expect... - 05:34 AM Revision 5aa6d65d (qgis): Remove duplicate files
- 05:34 AM Revision affbae36 (qgis): Unit tests for random marker fill
- 05:34 AM Revision 57d977cf (qgis): Add sip cast for random marker fill
- 05:34 AM Revision 351970e1 (qgis): Dox, spelling
- 05:34 AM Revision 2a7f9c32 (qgis): Add missing const
- 05:34 AM Revision 9bc9808e (qgis): Dox++
- 05:34 AM Revision 491a4a79 (qgis): Provide hooks for symbol layers to notify them before and after
- rendering operations on a specific feature are performed
This allows symbol layer subclasses to know when a set of r... - 05:34 AM Revision b5e92d41 (qgis): [FEATURE] Random marker fill symbol layer type
- This commit adds a new fill symbol layer type "Random marker fill". It
allows polygon features to be rendered using a... - 05:34 AM Revision d7059d0d (qgis): More spelling
- 05:34 AM Revision 52dba5db (qgis): Add unit tests for multipolygon random marker fill
2019-10-27
- 01:43 PM Revision 0ce3d8fc (qgis): Sibling of e76f7990e432755ea707e5abc0c6c190e9d6c925 [skip ci]
- skip-checks: true
- 01:43 PM Revision 5ca6104a (qgis): address review and performance improvement
- 01:30 PM Revision fc6d01b7 (qgis): Merge pull request #32437 from rouault/fix_compilation_qt_5_9_0
- Fix compilation with QT 5.9.0
- 09:40 AM Revision 6c02dbab (qgis): fcnGenericHash(): emit error message if request hash method isn't avail...
- 03:09 AM Revision 672bfda1 (qgis): Show more DD buttons when setting background of text format
- Currently they are only shown in labels settings dialog
- 03:09 AM Revision 34e1a553 (qgis): Disable label shadow frame by default
- 03:08 AM Revision 36d5d6e7 (qgis): use CURRENT_USER in insert and updates queries, to support older layer_...
- 03:08 AM Revision 872befb7 (qgis): fill username from current_user on the server side for Postgresql
- 03:08 AM Revision 7adc2f15 (qgis): Fix recent project menu showing projects from custom storages as unavai...
- 02:28 AM Revision 28e837ab (qgis): fill username from current_user on the server side for Postgresql
- 02:28 AM Revision b4f800f2 (qgis): use CURRENT_USER in insert and updates queries, to support older layer_...
- 02:25 AM Revision 651e380e (qgis): Fix recent project menu showing projects from custom storages as unavai...
- 02:24 AM Revision 47eb526c (qgis): Disable label shadow frame by default
- 02:21 AM Revision e73c07b0 (qgis): Show more DD buttons when setting background of text format
- Currently they are only shown in labels settings dialog
- 02:20 AM Revision 28bcd7eb (qgis): Hide useless widgets for text brackground with marker symbol
- avoiding people trying desperately to enable these settings while they can't.
- 02:07 AM Revision aa962b5d (qgis): [FEATURE] Add option to set color for rendering nodata pixels in raster...
- Allows raster nodata pixels to be colored in a specific (non-transparent) color.
Designed to match the "Display backg... - 02:07 AM Revision 626d83d0 (qgis): Add unit tests
2019-10-26
- 11:58 PM Revision e75343e6 (qgis): [WFS provider] Do not expand authentication config to username/password...
- 11:58 PM Revision 1981899b (qgis): [BUGFIX] QgsOwsConnection: use dedicated QgsDataSourceUri setters for c...
- 07:54 PM Revision aa3ba9d1 (qgis): Merge pull request #32125 from m-kuhn/db_manager_select_geom_type
- [db_manager] Allow selecting geometry type in context menu
- 07:40 PM Revision 6665fe06 (qgis): Fix compilation with QT 5.9.0
- 05:25 PM Revision 7744ee3f (qgis): Fix test for GDAL < 2.4
- 04:23 PM Revision 4fe285da (qgis): fix typo
- 04:23 PM Revision 30441292 (qgis): change v.voronoi description
- 04:23 PM Revision 3ca9d7ff (qgis): fixes again GRASS7 v.voronoi
- 04:20 PM Revision a070020c (qgis): Add DB connection tableUri method
- This allows to construct a data source URI string to load a table layer
from the DB connections.
!!
RASTER is still ... - 04:20 PM Revision 99469190 (qgis): Cleanup connection URI when created from layer uri
- This allows you to create a connection from a layer data source URI
without the need to manually remove parts of the ... - 04:20 PM Revision aa92ef35 (qgis): DB connections API: add table() and tests
- This method allows to retrieve information
about a single table. - 01:51 PM Revision 58932e83 (qgis): fix doc installation
- 01:51 PM Revision 27b5646a (qgis): fix windows build
- 01:51 PM Revision 0edd2777 (qgis): debian packaging: instant client paths
- 01:14 PM Revision 0fee8164 (qgis): fixes again GRASS7 v.voronoi
- 01:14 PM Revision 414807a7 (qgis): fix typo
- 01:14 PM Revision 76bc1606 (qgis): change v.voronoi description
- 11:12 AM Revision 593ddd7f (qgis): prevent AttributeError
- If os.path.isfile(sqlite_cache_file) is False, the Attribute cache_connection was not assigned and so an Attribute Er...
- 10:23 AM Revision 9a25569a (qgis): Merge pull request #32342 from rldhont/server-wms-fix-restore-style
- [Server] WMS: Use QGIS Style instead of SLD to restore layer style
- 10:22 AM Revision 266898b8 (qgis): Merge pull request #32340 from rldhont/server-wms-getstyles-textsymboli...
- [Server] Add TextSymbolizer to SLD provided by WMS GetStyles request
- 10:22 AM Revision aed575e9 (qgis): Merge pull request #32216 from rldhont/server-wfs-force-multi-geom-gml-...
- [Server] WFS Service: force Geometry to Multi in GML to be compliant with XML schema provided by DescribeFeatureType
- 07:59 AM Revision 1a459365 (qgis): prevent AttributeError
- If os.path.isfile(sqlite_cache_file) is False, the Attribute cache_connection was not assigned and so an Attribute Er...
- 05:45 AM Revision 7f728bac (qgis): Fixed include; checked identation using astyle.sh
- 05:45 AM Revision dd2ee64c (qgis): Fix QT font database initializing (FCGI with IIS)
- When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
- 04:36 AM Revision 65fd7f21 (qgis): [mssql] Fix removal of views
- It was impossible to drop views as we were always using 'drop table' command.
QGIS would even tell user that it was c... - 04:36 AM Revision 6b95d177 (qgis): [mssql] Speed up loading of larger views (fixes #27618)
- The extent estimation was taking a long time for views because we can't use
spatial index statistics - the code was d... - 04:11 AM Revision deeb9bd3 (qgis): Revert modeless dialog (used for web inspector)
- 04:11 AM Revision 03d6c168 (qgis): Remove QWebFrame include
- 04:11 AM Revision 1c8ae844 (qgis): Raster info: delegate all links (tiff issue)
- ... or it will try to show a geotiff in-browser and fail.
- 04:11 AM Revision f0640eed (qgis): Optimize WMS raster information
- Fixes #32213
- 04:11 AM Revision 0c8ed99e (qgis): Fix anchor hyperlinks in raster layer info
- 04:11 AM Revision 120adca5 (qgis): Update src/core/qgsapplication.h
- Co-Authored-By: Nyall Dawson <[email protected]>
- 04:11 AM Revision f3dea620 (qgis): Add styleSheetType to application reportStyleSheet
- 04:11 AM Revision 67c0cfd8 (qgis): Drop const and fix duplicated "Source"
- 04:11 AM Revision fad7846b (qgis): Remove leftover
- 03:53 AM Revision d003adb4 (qgis): Sort translations in desktop file
- Desktop file generation is non-deterministic - translation positions may vary
across builds. This makes the build non... - 03:35 AM Revision 65e7afbd (qgis): Do not hard-code default estimatedMetadata default in wrong place
- Re-uses existing static function in QgsPostgresConn class
- 03:35 AM Revision 2f7bf940 (qgis): Honour useEstimatedMetadata connection configuration from Browser
- Closes #32277
- 03:35 AM Revision e112c324 (qgis): When requesting a specific type/srid don't try to detect its validity
- Avoids double-checking from browser and data selector
See #32276 - 03:33 AM Revision 4e919511 (qgis): [processing] Improve docs for Join by Nearest, raise warning in log
- when multiple features with same search distance are found
Fixes #32317 - 03:32 AM Revision ef13739d (qgis): Restore project variables early in the project read cycle
- This ensure project level variables are correctly in place before
trying to read other components which may depend on... - 03:31 AM Revision e77954ae (qgis): Catch some reprojection exceptions during raster rendering
- Fixes #32301
- 03:31 AM Revision 99cf311b (qgis): Fix potential overflow in raster renderer
- 03:31 AM Revision d64e929c (qgis): Completely disable debug code in QgsRasterProjector
- Even if it's only used on debug builds, this is still TOOOO slow
and overly noisy - 03:13 AM Revision 7a4dcb7a (qgis): fix SAGA Slope, Aspect, Curvature
- 03:13 AM Revision 2dc0c9d4 (qgis): fix wronng paste
- 02:55 AM Revision a7cfcac6 (qgis): update test
- 02:55 AM Revision a7c766e4 (qgis): Take a geometry copy instead of shared object
- 02:55 AM Revision 6fbc0c8d (qgis): take Z only for topology eiditing
- 02:55 AM Revision 58a3540d (qgis): [needs-docs] add interpolate Z on segment snapping
- 02:55 AM Revision f774f0d0 (qgis): fix Z for topological editing when the dock widget is enabled
- 02:55 AM Revision 8e9d8e7d (qgis): do the interpolation on the geometry instead using interpolatedPoint me...
- 02:52 AM Revision bd8a7164 (qgis): Fix QT font database initializing (FCGI with IIS)
- When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
- 02:52 AM Revision ca56926d (qgis): Fixed include; checked identation using astyle.sh
- 02:51 AM Revision 09921a18 (qgis): Add tests for WMS GetLegendGraphic JSON
- 02:51 AM Revision 2483304d (qgis): Add json support to WMS GetLegendGraphic
- 02:51 AM Revision f3df32d8 (qgis): Use QgsServiceException::OGC_InvalidFormat when appropriate
- 02:50 AM Revision b81d3060 (qgis): spelling fixes (closes #32408)
- 02:50 AM Revision 9e57dc2d (qgis): [geonode] fix data item context menu
- 02:49 AM Revision b3257b7b (qgis): Fixes invalid renderer type after loading qml style
- 02:49 AM Revision 2e9c006f (qgis): fix wronng paste
- 02:49 AM Revision bdd5f1da (qgis): fix SAGA Slope, Aspect, Curvature
2019-10-25
- 01:29 AM Revision eefa2cdc (qgis): add missing QgsExpression import when exporting model as Python script
- 01:03 AM Revision eac4354d (qgis): [maptip] Fix illegible map tips with dark themes (fixes #32288)
- 01:03 AM Revision 221cfc35 (qgis): Fix merge feature attrs: use the correct formatter for data
- and use actual data for calculations and to return values
Fixes #32208 - 01:03 AM Revision f44136d4 (qgis): Fix some QStringLiterals
- 12:32 AM Revision 910c3c47 (qgis): add help files
- 12:32 AM Revision dc959361 (qgis): QString -> QLatin1String
- 12:32 AM Revision ba7770c7 (qgis): fix build
- 12:32 AM Revision 23f4d5eb (qgis): [FEATURE][needs-docs] Add hash functions
- 12:32 AM Revision 3b9c240b (qgis): rewrite functions. Only hash(string, method), md5(string) and sha256(st...
- 12:31 AM Revision 150d6ce3 (qgis): add missing file
- 12:31 AM Revision 890ec4ab (qgis): re add original tool to avoid brekaing models
- 12:31 AM Revision f03b4f72 (qgis): update decorator names for SAGA reclass tools
- 12:31 AM Revision c1df3a07 (qgis): change default for some parameters
- 12:31 AM Revision 4a83cb90 (qgis): split SAGA reclass raster values in order to improve UX
- 12:29 AM Revision 5a01e3cb (qgis): Various safety checks to avoid crashes
- 12:29 AM Revision 2dbdd6bf (qgis): Fix crash when opening symbology of invalid layer
- Fix #32041
- 12:28 AM Revision de2400f8 (qgis): typo
- 12:28 AM Revision 958a6ee9 (qgis): Fix SRS path
- 12:28 AM Revision 46abf27f (qgis): In source doc relative path magic ✨
- 12:28 AM Revision 6b82fc94 (qgis): https for qt docs
- 12:28 AM Revision 55660d6b (qgis): Add the cmake docs while I still remember how things are supposed to work
- 12:28 AM Revision f65d3aa3 (qgis): Fix install paths
- 12:28 AM Revision bb181c82 (qgis): For loop
- 12:28 AM Revision 651b7b18 (qgis): Copy resources to build dir
- Fix #31796
- 12:28 AM Revision e6a06ec3 (qgis): Also copy svg, icons and doc to build dir, into /data/ subdir
- 12:28 AM Revision dfb9914e (qgis): [mssql] Fix removal of views
- It was impossible to drop views as we were always using 'drop table' command.
QGIS would even tell user that it was c... - 12:28 AM Revision ab51de0c (qgis): [mssql] Speed up loading of larger views (fixes #27618)
- The extent estimation was taking a long time for views because we can't use
spatial index statistics - the code was d... - 12:25 AM Revision 33d0c3d6 (qgis): Sort translations in desktop file
- Desktop file generation is non-deterministic - translation positions may vary
across builds. This makes the build non... - 12:15 AM Revision f9931083 (qgis): When requesting a specific type/srid don't try to detect its validity
- Avoids double-checking from browser and data selector
See #32276 - 12:15 AM Revision 295d3303 (qgis): Honour useEstimatedMetadata connection configuration from Browser
- Closes #32277
- 12:15 AM Revision da818dd7 (qgis): Do not hard-code default estimatedMetadata default in wrong place
- Re-uses existing static function in QgsPostgresConn class
- 12:13 AM Revision 0116666f (qgis): Update src/core/qgsapplication.h
- Co-Authored-By: Nyall Dawson <[email protected]>
- 12:13 AM Revision 58f76de4 (qgis): Fix anchor hyperlinks in raster layer info
- 12:13 AM Revision 1bc7ece0 (qgis): Add styleSheetType to application reportStyleSheet
- 12:13 AM Revision a57aff35 (qgis): Remove leftover
- 12:13 AM Revision 381a5743 (qgis): Drop const and fix duplicated "Source"
- 12:13 AM Revision dd9fcbd8 (qgis): Raster info: delegate all links (tiff issue)
- ... or it will try to show a geotiff in-browser and fail.
- 12:13 AM Revision 6f6cbc75 (qgis): Revert modeless dialog (used for web inspector)
- 12:13 AM Revision 234a5331 (qgis): Optimize WMS raster information
- Fixes #32213
- 12:13 AM Revision e8d8258a (qgis): Remove QWebFrame include
- 12:13 AM Revision c3c750a7 (qgis): fix wronng paste
- 12:13 AM Revision b57229b9 (qgis): fix SAGA Slope, Aspect, Curvature
- 12:11 AM Revision f225ee06 (qgis): [geonode] fix data item context menu
- 12:10 AM Revision 9d49a8e9 (qgis): Fixes invalid renderer type after loading qml style
- 12:09 AM Revision 671ed378 (qgis): build target only for server part to avoid long compiling
- 12:08 AM Revision e3e9d376 (qgis): update MDAL 0.4.0
Also available in: Atom