Activity
From 2019-12-31 to 2020-01-29
2020-01-29
- 11:48 PM Revision ea0a701d (qgis): [processing] Catch AttributeError and TypeError when loading Processing...
- Otherwise an error in decorator of one script prevents all scripts from loading.
- 11:48 PM Revision 7771c6ce (qgis): [processing] Looks for script algorithm files also in subfolders.
- 11:47 PM Revision 68cbc5b0 (qgis): Add new -e -n flags
- New features in GRASS 7.6: Add -n flag to create aspect as degrees clockwise from North (azimuth), with flat = -9999 ...
- 11:45 PM Revision 4fe056bf (qgis): Fix some more const auto& = usage where temporaries are stored
- as references, and avoid using auto where its not wanted
- 11:45 PM Revision b3f37fde (qgis): Fix crash in server feature info due to storing incorrect reference to ...
- Seriously, auto is just plain dangerous and makes for fragile code.
Let's all just stop using it PLEASE? - 11:44 PM Revision 6a78b5a5 (qgis): Remove deprecated QBuffer constructor usage
- 11:44 PM Revision 5f295fc0 (qgis): make customProperty INVOKABLE
- 08:45 PM Revision a07a9441 (qgis): Revert "QGIS Development Server Application"
- 04:30 PM Revision cb6e5827 (qgis): add image ressources
- 02:13 PM Revision c9fa1ab7 (qgis): Merge pull request #34110 from pblottiere/fix_compil
- Find PyQt5 sip files on Archlinux
- 11:49 AM Revision f7b325f9 (qgis): Find PyQt5 sip files
- 10:33 AM Revision 2b15e255 (qgis): Fix overflow by assigning double max to float, invalid min
- 09:35 AM Revision e5593b94 (qgis): More qt deprecation warning fixes
- 08:29 AM Revision 81e2dd20 (qgis): Fix crash in render check
- 08:28 AM Revision dc647bc5 (qgis): Fix crash in QgsGeometryDuplicateCheck due to heap use after free
- 07:59 AM Revision ee323eb5 (qgis): Merge pull request #34012 from elpaso/bugfix-gh33383-ogr-spatialite-res...
- Dataprovider ogr spatialite respect provider defaults
- 07:52 AM Revision 3faeccf6 (qgis): Fix crash in selective masking test due to early python garbage collection
- 07:51 AM Revision e8a6c2bf (qgis): Ensure browser model is initialized when used by QgsDataSourceSelectDialog
- 07:51 AM Revision 7204de27 (qgis): Fix use after free in 3d point symbol
- 07:51 AM Revision 388277e6 (qgis): Fix crashes when reading certain resampled raster files
- 07:51 AM Revision 8425ada2 (qgis): For oversized width in QgsLayoutItemLabel::adjustSizeToText
- 07:10 AM Revision 195576e5 (qgis): Fix crash in QgsGeometryDuplicateCheck due to heap use after free
- 07:07 AM Revision 75081164 (qgis): Fix crash in render check when render image has a different size to ref...
- 04:23 AM Revision f8eaff01 (qgis): Fix deprecated QWeakPointer use of QObject
- 04:04 AM Revision bfffd53e (qgis): More deprecation fixes
- 02:42 AM Revision b0bffba9 (qgis): Add short help to gdal's build virtual vector alg
- 02:42 AM Revision adf63d6a (qgis): Remove QGIS "build virtual vector" alg help
2020-01-28
- 11:55 PM Revision e28feaf5 (qgis): Fix crash on map themes manager and null layers
- 10:43 PM Revision 74bd989c (qgis): Fix crash on map themes manager and null layers
- Fixes #33295
- 08:03 PM Revision f5e17335 (qgis): More qt deprecation warning fixes
- 08:02 PM Revision 08adb23a (qgis): Fix crash on destruction of QgsPointLocator, if object is destroyed
- while indexing is happening in the background
- 07:59 PM Revision 01d0c59f (qgis): setup travis.ci notifications to #qgis-activity
- 02:13 PM Revision bc3eb6bd (qgis): Improve pull request template
- 01:43 PM Revision be630362 (qgis): Update tests for defaultValue/Clause
- 01:42 PM Revision 171c5228 (qgis): Fix spatialite PKs autoincrement backticks
- ... also fixes "Autogenerate" for PKs
Fixes #34085 - 12:16 PM Revision b2c5a456 (qgis): Fix crashes when reading certain resampled raster files
- TODO: completely junk this inefficient secondary resampler and use GDAL's
resampling instead
Fixes #33711 - 12:15 PM Revision df7979cf (qgis): Fix use after free in 3d point symbol
- The value by transform() is going out of scope before its .data()
is used, so the data is pointing to a freed location - 12:15 PM Revision 92de4c72 (qgis): Fix some qt deprecation warnings
- 12:14 PM Revision 8950b8c3 (qgis): Fix crash due to use-after-free in expression builder widget test, also...
- expressions in newly created expression widget which causes the test to fail
And re-enable test on Azure - 09:39 AM Revision 459f9a42 (qgis): Fix some qt deprecation warnings
- 09:25 AM Revision 3944db47 (qgis): Fix leaks in geometry generator symbol layer
- 09:09 AM Revision 439a3aa1 (qgis): Code layout and revert default value for OGR
- 08:50 AM Revision ba424207 (qgis): Fix oversized width in QgsLayoutItemLabel::adjustSizeToText
- 07:51 AM Revision b51c8dc6 (qgis): Silence noisy debug messages
- 07:50 AM Revision 1610fb87 (qgis): Fix leaks in geometry generator symbol layer
- When a subsymbol is set for the layer, it was leaking any existing
subsymbol. - 03:04 AM Revision d2dec2f8 (qgis): Update test
- 03:04 AM Revision 255e4ed0 (qgis): (Hopefully temporarily) disable PG Raster tests on Travis
- This test is failing on master builds, causing timeouts during
the sql data load step and resulting in build failures... - 01:39 AM Revision cc9126c3 (qgis): [WFS provider] Remove event loop in iterator causing crashes
- Fixes #32913
2020-01-27
- 12:41 AM Revision 531ba0d6 (qgis): [WFS provider] Remove event loop in iterator causing crashes
- Fixes #32913
- 12:36 AM Revision 307c497b (qgis): Some tweaks to the add delimited text layer dialog
- - Avoid the crs widget display when there is no geometry expected in the layer
- Align the crs widget with other geom... - 10:38 PM Revision 50514b95 (qgis): debian packaging: include qgis_mapserver binary
- 08:10 PM Revision 41c84713 (qgis): Remove qgis:pointsalonglines python alg help
- after "Points along geometry" algorithm port to C++ since 3.8 qgis\QGIS@f30fcca5ece7019d83d2b385f954a0335c84e7c6 qgis...
- 06:34 PM Revision 03b56738 (qgis): Merge pull request #34048 from nyalldawson/fix_azure
- Enable another test on azure
- 06:32 PM Revision ad98af91 (qgis): Merge pull request #34057 from roya0045/backport-release-3_10
- [Manual backport 3.10] backport of the attribute table bugfix
- 06:21 PM Revision f8e255e4 (qgis): Spelling
- 06:21 PM Revision ebf7d247 (qgis): Provider default values: more tests and homogenize
- Fixes #33383
Homogenization is not complete but at least
there are test cases for the future. - 06:19 PM Revision 13681cc9 (qgis): Spatialite: respect provider default values
- Fixes #33383
- 06:19 PM Revision f259345c (qgis): Fix ogr and spatialite default values
- 06:19 PM Revision 05c61502 (qgis): OGR: respect provider default values
- Fixes #33383 (for OGR, spatialite commit follows)
- 06:17 PM Revision ec4d9f68 (qgis): Merge pull request #34017 from elpaso/bugfix-gh29560-pg-identity-pk-def...
- PG: fix default value for IDENTITY PKs
- 06:02 PM Revision 1c21326f (qgis): Merge pull request #34053 from elpaso/bugfix-pgraster-rounding-error-in...
- PG raster: fix rounding error in tiles extent
- 02:25 PM Revision 947201b5 (qgis): fix the attribute table
- Fixes #33439 Fixes #33665 and keep fixed #32933
- 12:59 PM Revision caa6a1fc (qgis): Merge pull request #34052 from obrix/backport-33989-to-release-3_10
- Memory layer (and more): Delete field and re-use its name. Fixes #33488
- 11:24 AM Revision 0e47fb97 (qgis): PG raster: fix rounding error in tiles extent
- 10:55 AM Revision 054b86f3 (qgis): Merge pull request #33989 from obrix/fix_33488
- Memory layer (and more): Delete field and re-use its name. Fixes #33488
- 10:34 AM Revision ee285685 (qgis): [RPM] fix automatic rpm build script
- Building using `buildrpm.sh` fails due to the unpackaged file
/usr/bin/qgis_mapserver added in d453f7471456c5b2d83626... - 10:33 AM Revision 3b296066 (qgis): Typo fix in xyz tiles url tooltip
- 10:33 AM Revision da0a85e2 (qgis): FindGDAL/FindProj.cmake: for GDAL 3, requires 3.0.3 or higher. For PROJ...
- 10:33 AM Revision c01523cb (qgis): Fix broken include on msvc
- 10:33 AM Revision 31aaf05b (qgis): Correctly disable postgres reliant tests when pg test is disabled
- 09:02 AM Revision 2be91787 (qgis): Fix invalid assert condition which will always be true
- 07:25 AM Revision 022aaa6a (qgis): Typo fix
- 07:25 AM Revision 2c84b43c (qgis): Remove qgis:creategrid python alg help
- after "Create grid" algorithm port to C++ qgis/QGIS@9e9ade3903e4f078ccd86f1b9f000d88132af42f
- 07:24 AM Revision 3fbeb4ba (qgis): FindGDAL/FindProj.cmake: for GDAL 3, requires 3.0.3 or higher. For PROJ...
- 07:22 AM Revision b47b84b1 (qgis): Enable another test on azure
- 07:21 AM Revision 2b90adc2 (qgis): Fix source encoding related test failures on msvc builds
- 07:20 AM Revision a959ce2f (qgis): Fix expected test results on gdal 3
- While the tests have a ifdef for gdal 3, the gdal 3 branches don't
actually reflect the results given by a gdal 3 bui... - 07:20 AM Revision 490414ff (qgis): Avoid unused variable warning on msvc
2020-01-26
- 08:36 PM Revision e9cc7651 (qgis): Merge pull request #34026 from agiudiceandrea/patch-1
- [3.10] Fix "Invalid algorithm ID for menu: qgis:creategrid"
- 04:04 PM Revision b8f1d255 (qgis): Merge pull request #34033 from elpaso/bugfix-pgraster-wkb-parser
- PG raster: fix WKB parser band number
- 09:34 AM Revision f82298f5 (qgis): PG raster: fix WKB parser band number
- Fix https://github.com/qgis/QGIS/pull/33685#issuecomment-578453699
2020-01-25
- 10:54 PM Revision f82932e3 (qgis): Merge pull request #33989 from obrix/fix_33488
- Memory layer (and more): Delete field and re-use its name. Fixes #33488
- 06:14 PM Revision 7b6ed7ec (qgis): Fix "Invalid algorithm ID for menu: qgis:creategrid"
- Fixes missing "Create grid" menu after algorithm port to C++ qgis/QGIS@9e9ade3903e4f078ccd86f1b9f000d88132af42f
2020-01-24
- 06:56 PM Revision d453f747 (qgis): Merge pull request #33921 from elpaso/server-standalone
- QGIS Development Server Application
- 06:08 PM Revision e083988d (qgis): Merge pull request #34015 from elpaso/bugfix-gh33854-custom-layer-order...
- Toggle layer visibility in custom layer order panel
- 04:23 PM Revision 9ee739c8 (qgis): QGIS server standalone: add -p option
- 03:20 PM Revision 63e66c23 (qgis): PG: fix default value for IDENTITY PKs
- Fixes #29560 - PostgreSQL identity column not recognized properly
- 12:54 PM Revision 9604e000 (qgis): Toggle layer visibility in custom layer order panel
- Fixes #33854
2020-01-23
- 09:27 PM Revision 276a3143 (qgis): Merge pull request #34003 from m-kuhn/more_travis_db_debug
- More debug for [travis]
- 07:32 PM Revision c58f7f49 (qgis): More debug for [travis]
- 05:44 PM Revision 5cd1c6d0 (qgis): Merge pull request #30758 from stev-0/pg_json
- Allows editing of postgres JSON fields from Text Edit Widget
- 03:30 PM Revision 76bb0608 (qgis): Merge pull request #33959 from rouault/oracle_fix_multisurface
- [Oracle] Fix MultiSurface with straight polygon and take into account orientation when writing polygon rings
- 03:20 PM Revision f949aa59 (qgis): Merge pull request #33983 from rouault/fix_oapif_string_list
- OAPIF: fix support of StringList fields
- 02:20 PM Revision 2540f0fa (qgis): Use QgsFields::rename instead of QgsField::setName when modifying the n...
- This is done to avoid corruption of internal nameToIndex data structure.
- 01:46 PM Revision 65501ace (qgis): Merge pull request #33797 from roya0045/fix_attr_table
- [Bugfix] Allow users to do cell level operation in the attribute table
- 12:23 PM Revision 5e8a432b (qgis): Merge pull request #33953 from elpaso/bugfix-gh33885-PG-slow-raster-scan
- Fix slow PG raster SRID identify
- 12:22 PM Revision 9c483682 (qgis): Merge pull request #33987 from elpaso/bugfix-gh33840-loadstyle-renderin...
- Fix scale visibility in style read/write
- 08:58 AM Revision 09061d1d (qgis): Merge pull request #33992 from elpaso/bugfix-gh33585-bigint-categorized
- Fix spatialite uniquevalues with bigint
2020-01-22
- 08:44 PM Revision af14ea97 (qgis): OAPIF: fix support of StringList fields
- Fixes #33758
- 07:23 PM Revision b7980f00 (qgis): Merge pull request #33980 from m-kuhn/travis_db_debug
- Add test output to postgres database startup
- 07:19 PM Revision e90fb88f (qgis): Validation hint shouldn't be shared
- 07:19 PM Revision e60d0ac2 (qgis): Use a temporary PJ_CONTEXT when destroying PJ objects, just in case the...
- 07:19 PM Revision 076fe2b3 (qgis): Update expected test result
- 07:19 PM Revision f9bc9908 (qgis): Don't clone PJ when detaching QgsCoordinateReferenceSystemPrivate
- Because in all cases when we are detaching it is because the CRS is
changing, and we will be creating a new PJ anyway - 07:19 PM Revision 4a38d4d4 (qgis): Update test result for proj 4
- 07:19 PM Revision 17a715e7 (qgis): Fix equality check for CRS objects which don't have an auth id
- 07:19 PM Revision 2bf0e9f4 (qgis): Use PJ_CONTEXT* instead of void*
- 07:19 PM Revision 10c9b2a3 (qgis): Protect some internal members and require access through safe methods
- 07:19 PM Revision 5a6963e8 (qgis): Fix test
- 07:19 PM Revision 8a710916 (qgis): Fix crash in rendering on proj 6 builds
- Ensure PJ* objects are never reused across threads.
Fixes #33902 - 07:19 PM Revision b4185672 (qgis): Ensure master PJ object is always cleaned up when the context is destro...
- 07:19 PM Revision 2ca3ca60 (qgis): Avoid unnecessary duplicate detachments in QgsCoordinateReferenceSystem
- In all these code paths a detach had already just occurrred
- 07:19 PM Revision 920abf36 (qgis): Protect some internal members and require access through safe methods
- (cherry picked from commit d0e5991f843ea47f5bb34fd9538376d332bc55e8)
- 07:19 PM Revision b4e5fa46 (qgis): Fix equality check for CRS objects which don't have an auth id
- (cherry picked from commit d4363b104c5027579de9c44a5b4ba93a47c0f28d)
- 07:19 PM Revision 3ef030e5 (qgis): Fix test
- (cherry picked from commit 0f91c6789c3ef12367d918701dbb3fbcfcc6a45a)
- 07:19 PM Revision f41076d4 (qgis): Fix crash in rendering on proj 6 builds
- Ensure PJ* objects are never reused across threads.
Fixes #33902
(cherry picked from commit 9581350beef57789eb92438... - 07:19 PM Revision c1c6ef20 (qgis): Use a temporary PJ_CONTEXT when destroying PJ objects, just in case the...
- (cherry picked from commit 9dcb74d05ad892b198f36aaec5a9990ef1c0b180)
- 07:19 PM Revision 934b767a (qgis): Ensure master PJ object is always cleaned up when the context is destro...
- (cherry picked from commit 78ba378e5864153e6420d689215efb0060365d87)
- 07:19 PM Revision d5eb5238 (qgis): Validation hint shouldn't be shared
- (cherry picked from commit b01f0ec2d1ddd0614f0ac7032133439c979fc32e)
- 07:19 PM Revision 15938150 (qgis): Avoid unnecessary duplicate detachments in QgsCoordinateReferenceSystem
- In all these code paths a detach had already just occurrred
(cherry picked from commit 9fafde47f32abb572b2a678018f9b... - 07:19 PM Revision 9d86fb29 (qgis): Don't clone PJ when detaching QgsCoordinateReferenceSystemPrivate
- Because in all cases when we are detaching it is because the CRS is
changing, and we will be creating a new PJ anyway... - 07:19 PM Revision d4cd3cfe (qgis): Update test result for proj 4
- (cherry picked from commit 68e223fe91fa9b225e2b1c6af9423e07ea4a687a)
- 07:19 PM Revision 7e717180 (qgis): Update expected test result
- (cherry picked from commit a955b08637101b9939d3323747d2858a4d67b5f7)
- 07:19 PM Revision c1ad28e7 (qgis): Use PJ_CONTEXT* instead of void*
- (cherry picked from commit aa5ae9eb5a3270ac92e2843034f10a16d9badc28)
- 06:43 PM Revision db322365 (qgis): Merge pull request #33925 from elpaso/bugfix-gh33200-pathresolver-fails...
- Fix pathresolver failure when project is relative
- 06:25 PM Revision 0850d990 (qgis): Fix spatialite uniquevalues with bigint
- Fixes #33585
- 04:57 PM Revision 8e5818d5 (qgis): Merge pull request #33828 from kadas-albireo/encodeuri
- Add QgsProviderMetadata::encodeUri
- 04:48 PM Revision 2ddcf006 (qgis): Use QgsFields::rename member funcion in QgsMemoryProvider::renameAttrib...
- This was causing some crashes after renaming some fields because the internal hashmap nameToIndex was not updated pro...
- 04:45 PM Revision 28ce3cd4 (qgis): Fix scale visibility in style read/write
- Fixes #33840
- 04:14 PM Revision 55ec9c83 (qgis): QgsBackgroundCachedSharedData::createCache(): simplify code
- 03:53 PM Revision 8cebe901 (qgis): Add some help
- 03:47 PM Revision 587d2a1d (qgis): Update cdash parse_dash_results to new API
- 03:46 PM Revision b25c0430 (qgis): Add unit test
- 03:46 PM Revision 5eb92b59 (qgis): Add test mask
- 03:46 PM Revision b3be308f (qgis): [server] do not drop layers with duplicate names
- Fix #33928
- 02:52 PM Revision b4eebfcd (qgis): Add test output to postgres database startup
- to debug travis
- 01:16 PM Revision 20ea2ae4 (qgis): Add QgsProviderMetadata::encodeUri
- 01:14 PM Revision c4a2bb0d (qgis): Merge pull request #33827 from kadas-albireo/custom_render_flags
- Add QgsRenderContext::setCustomRenderFlags
- 12:22 PM Revision 619d1340 (qgis): Merge pull request #33974 from m-kuhn/dxf_export_non_dd_quadrant
- Make DXF export non-dd quadrant based labeling
- 10:53 AM Revision 2771c83e (qgis): Use qgetenv and fix log level critical
- 10:49 AM Revision de5903ae (qgis): Update src/server/qgis_mapserver.cpp
- Co-Authored-By: Denis Rouzaud <[email protected]>
- 10:44 AM Revision c78e7817 (qgis): Update src/server/qgis_mapserver.cpp
- Co-Authored-By: Matthias Kuhn <[email protected]>
- 10:43 AM Revision 13356efb (qgis): fix addOption detection as adopt
- 10:38 AM Revision d604ab72 (qgis): Add QgsRenderContext::setCustomRenderingFlags and QgsMapSettings::setCu...
- 10:31 AM Revision 8b154336 (qgis): fix read for oracle curve polygon with Z coordinates
- 10:31 AM Revision f8cf0408 (qgis): fix multiline and multi surface skipping some parts
- 10:31 AM Revision 1603dd77 (qgis): fix multipolygons with only one polygon
- 10:28 AM Revision 399637b2 (qgis): Fix windows test (baskslashes in path)
- 09:51 AM Revision 41f40bc8 (qgis): Merge pull request #33955 from elpaso/bugfix-gh33862-layer-properties-i...
- Makes layer prop. info text a bit smaller
- 09:36 AM Revision 5929047c (qgis): Avoid unnecessary centroid calculation for every label
- 09:32 AM Revision 11449743 (qgis): Don't try to label empty geometries
- Fixes #33931
- 09:20 AM Revision ce2f3f92 (qgis): Make DXF export non-dd quadrant based labeling
- 07:58 AM Revision 5d87a82a (qgis): Merge pull request #33957 from elpaso/pgraster-PR-comments-followup
- PG raster: PR comments followup
- 07:27 AM Revision f8311be0 (qgis): Avoid segfaults in providerconnectionbase test
- 05:07 AM Revision 4065208c (qgis): Update qgsprojectionselectorbase.ui
- I think that "No projection" could lead to misunderstandings.
This flag disable the reprojection of qgis while "proj... - 05:06 AM Revision d4fc5b3f (qgis): Avoid segfaults in providerconnectionbase test
- Seems like on some python/sip versions the column definitions are
going out of scope early, so store a reference to t... - 02:30 AM Revision c34ce381 (qgis): debian packaging: include postgres raster provider (fixes #33960)
2020-01-21
- 12:39 AM Revision 767de7c7 (qgis): allow pasting layers in an empty project (fix #26710)
- 12:38 AM Revision ff5e6bb5 (qgis): Ensure browser model is initialized when used by QgsDataSourceSelectDialog
- Otherwise the dialog can show an empty widget if the main app browser
panel isn't visible.
Also cleanup memory manag... - 11:32 PM Revision 868a88f9 (qgis): allow pasting layers in an empty project (fix #26710)
- 10:40 PM Revision 60e37d6f (qgis): [Oracle] Take into account orientation when writing polygon rings
- Fixes #29085
- 09:40 PM Revision 7462b64b (qgis): Deprecation fixes
- 06:35 PM Revision ccdbe299 (qgis): Add options for logging and better arg parsing
- 06:01 PM Revision 2be9fbca (qgis): Merge pull request #33958 from rouault/backport_3_10_PR_33927
- [Backport 3.10] [BUGFIX] QgsExpression::referencedAttributeIndexes(): only report valid indices
- 04:31 PM Revision e770cddd (qgis): [BUGFIX] [Oracle] Fix MultiSurface with straight polygon
- When fixing warnings of https://github.com/qgis/QGIS/pull/33930, I
looked at the code that transforms a QGIS geometry... - 04:08 PM Revision 992ad09f (qgis): [BUGFIX] [Virtual provider] Make QgsVirtualLayerFeatureIterator() rebus...
- 04:08 PM Revision c586029a (qgis): [BUGFIX] [Oracle] Make QgsOracleFeatureIterator() robust to references ...
- 04:08 PM Revision 44c37be0 (qgis): QgsExpression::referencedAttributeIndexes(): only report valid indices
- If the expression was referencing a non-existing field, -1 was returned in the
result set, which caused later crashed... - 03:58 PM Revision e2c88523 (qgis): PG raster: PR comments followup
- 03:56 PM Revision b1b2a62c (qgis): ocispatial/CMakeLists.txt: remove useless explicit QT5_WRAP_CPP() now t...
- Was causing duplicated symbols on my build environment
- 03:17 PM Revision 7f3f543e (qgis): PG raster get srid: apply same logic from vectors
- 03:16 PM Revision 3e22260b (qgis): Merge pull request #33951 from lbartoletti/backport-33642-to-release-3_10
- [Backport release-3_10] [BUGFIX] Fix ZM snapping for line/polygon on 2D vertex
- 02:22 PM Revision 07b64aaa (qgis): Merge pull request #33891 from mhugent/opacity_project_settings
- Add layer opacity to GetProjectSettings
- 02:13 PM Revision 2d3f4c63 (qgis): Makes layer prop. info text a bit smaller
- ... also makes first cell column a bit larger
Fixes #33862 (partial fix) - 12:07 PM Revision 1c486dcf (qgis): Fix slow PG raster SRID identify
- Reading all raster rows is too slow, by querying
raster_columns we can retrieve the SRID directly.
Fixes #33885 - 11:12 AM Revision 76978a3a (qgis): manual backport Fix ZM snapping for line/polygon on 2D vertex
- 09:54 AM Revision ccc7ad55 (qgis): Merge pull request #33926 from elpaso/bugfix-unreported-wfs3-double-sla...
- Fix unreported server WFS3 issue with double slashes
- 09:07 AM Revision 9fca4982 (qgis): Add unit test for opacity in GetProjectSettings
- 09:05 AM Revision acd45844 (qgis): Fix leak in qt-unix-signals
- 06:38 AM Revision 775092bd (qgis): Fix windows build
- 05:49 AM Revision 8044448f (qgis): [BUGFIX] Fix import of 3D shapefile into spatialite
- 04:37 AM Revision 794983b0 (qgis): Minor memory leak fixes
- 04:11 AM Revision 79381303 (qgis): [BUGFIX] Fix import of 3D shapefile into spatialite
- Fixes #33883
- QgsOgrProvider::wkbType(): autopromote Z/M/ZM linestring/polygon to multi
- QgsVectorLayerExporter::e... - 03:38 AM Revision 0a9c9e66 (qgis): debian packaging: enable installing sips
- (followup 3b9ccf375, 4c23fd498, d573e3be9)
- 02:41 AM Revision 3c942f79 (qgis): Fix recent expressions in select by exp dlg
- 02:41 AM Revision eb326ef0 (qgis): remove verbose wording on layout toolbar buttons (fix #30161)
- 02:41 AM Revision 8fdb9929 (qgis): do not limit the number of classes in logarithmic method (#33223)
- this was preventing from setting enough classes
- 02:41 AM Revision 10b6e042 (qgis): log message when adding feature fails (#33151)
- 02:40 AM Revision 899feeec (qgis): Update qgsrasterlayer.h
- 02:40 AM Revision 803512c7 (qgis): Update qgsmaplayerstyle.h
- 02:40 AM Revision 27da26bf (qgis): Update qgsrasterlayer.sip.in
- 02:40 AM Revision 85b31cff (qgis): Update qgsfeedback.sip.in
- 02:40 AM Revision 5c4bc34f (qgis): Update qgsmaplayerstyle.sip.in
- 02:40 AM Revision 74de90bd (qgis): Update qgsfeedback.h
- 02:40 AM Revision 2429eb34 (qgis): Fix typo
- 02:38 AM Revision 1ebca43b (qgis): Fix recent expressions in select by exp dlg
- Fixes #33791
- 02:37 AM Revision 58df76a9 (qgis): [BUGFIX] [Oracle] Make QgsOracleFeatureIterator() robust to references ...
- 02:37 AM Revision bf7dffee (qgis): QgsExpression::referencedAttributeIndexes(): only report valid indices
- If the expression was referencing a non-existing field, -1 was returned in the
result set, which caused later crashed... - 02:37 AM Revision bdda5d23 (qgis): [BUGFIX] [Virtual provider] Make QgsVirtualLayerFeatureIterator() rebus...
- 02:34 AM Revision f84d90d0 (qgis): Oracle provider: fix compiler warnings
- - Remove use of surfaceType variable that is never read
- Avoid self assignment of nRings variable - 02:28 AM Revision cfba5cff (qgis): User standard capitalization
- 02:28 AM Revision 4f41ba2f (qgis): Fix see also link
- 02:28 AM Revision 0030c31a (qgis): Update ini descriptions
- 02:28 AM Revision 14246731 (qgis): Fix build
- 02:28 AM Revision b14997dc (qgis): Address review comments, don't store username if anonymize_saved_projec...
- 02:28 AM Revision cbba10b3 (qgis): Add unit tests for save user name
- 02:28 AM Revision bc1f21a1 (qgis): add userLoginName and userFullName to QGIS project when writing the pro...
- 02:28 AM Revision 10e07ea5 (qgis): Astyle
- 02:28 AM Revision ea7cdbdf (qgis): Sipify
- 02:28 AM Revision 8f1a5f70 (qgis): Add since version
2020-01-20
- 06:38 PM Revision 1bf50cf0 (qgis): Merge pull request #33844 from kadas-albireo/composergui
- Move layout classes to GUI, except for QgsLayoutDesignerDialog
- 06:12 PM Revision eff22b26 (qgis): Make it ///cond private
- 06:04 PM Revision 93b27534 (qgis): Fix unreported server WFS3 issue with double slashes
- ... in items page when accessing from an item link
without suffix. - 05:58 PM Revision 9781c4ac (qgis): Fix pathresolver failure when project is relative
- Fixes #33200 when (server) project was loaded from
the FCGI current directory with a relative path
or not path at all... - 03:38 PM Revision b98c4175 (qgis): Revert test files changes
- 03:28 PM Revision 44a54b22 (qgis): Add usage msg
- 03:18 PM Revision 34b278e2 (qgis): Log to stdout
- 03:11 PM Revision ae204986 (qgis): Adapt expected getprojectsettings output
- 02:47 PM Revision 0bf5de07 (qgis): Read all data when chunked
- 12:59 PM Revision a64808be (qgis): add "Organize Columns" button to the attribute table toolbar to allow
- unhiding columns if all of them were hidden by accident (fix #23397)
- 12:05 PM Revision d39b6ac7 (qgis): Merge pull request #33225 from strk/dbmanager-reconnect-button
- DBManager PostgreSQL backend using core APIs instead of psycopg2
- 10:28 AM Revision 875c03ea (qgis): Merge pull request #33909 from DelazJ/patch-14
- Revert the change from "Value" to "label with"
- 06:45 AM Revision ec59d3b8 (qgis): fix color ramp shader settings for 3d mesh rendering
- 06:45 AM Revision f00b0560 (qgis): fix triangles flickering for 3D mesh rendering
- 06:45 AM Revision 4a7ea580 (qgis): remove transform
- 06:45 AM Revision 30609fe9 (qgis): fixed wrong item order in add field dialog, causing wrong focused widget
- 06:16 AM Revision 3f38a3eb (qgis): Revert the change from "Value" to "label with"
- when indicating field/expression selector for labeling
Harmonizes with renderers dialog - 05:12 AM Revision bfe08c66 (qgis): fixed item order inside layout causing wrong initial focused widget
- 05:12 AM Revision 9b4a824e (qgis): explicitly set widget focus in constructor
- 04:43 AM Revision 0340aad7 (qgis): Make locator prefixes case insensitive
- 04:43 AM Revision b6479c65 (qgis): Added case insensitive filter prefix checks
- 03:14 AM Revision 2fff8e12 (qgis): Fix crashes when attempting to export reprojected raster layers
- 02:42 AM Revision 5c27c519 (qgis): Add test mask for mbtiles on windows
- 01:49 AM Revision 63fb2df4 (qgis): Revert "[RPM] Remove qgis-zh-Hant.qm from RPM packages"
2020-01-19
- 12:06 AM Revision bbd055ca (qgis): Fix crashes when attempting to export reprojected raster layers
- Fixes #33801
- 12:02 AM Revision 065c25c7 (qgis): Revert "[RPM] Remove qgis-zh-Hant.qm from RPM packages"
- This reverts commit 73ca958fc4cd363ec59b24315635e043e52ae12d.
- 11:51 PM Revision 4a17b7d2 (qgis): Update url to doc pages
- 10:51 PM Revision 5be3568f (qgis): [needs-docs] Reword the "Enable layer" button
- to "Enable symbol layer" and harmonize tooltips to mention symbol layer
fixes #33860 - 10:50 PM Revision f68f3994 (qgis): Update url to doc pages
- 03:45 PM Revision 7f017913 (qgis): Configure server address and port from env and command line
- 01:13 PM Revision c7976dca (qgis): Standalone server exception handling
2020-01-18
- 10:44 PM Revision c772dfbe (qgis): fix windows build
- 03:18 AM Revision bc0b4270 (qgis): added documentation on new wms layer class
- 03:18 AM Revision b9a19458 (qgis): refresh action on wfs items
- 03:18 AM Revision d43ab4c0 (qgis): refresh action on wcs connection items
- 03:18 AM Revision 7340f6a5 (qgis): added refresh action on wms connection items
- 03:18 AM Revision 91604f18 (qgis): added fix for #33621
- 03:18 AM Revision 5310cb69 (qgis): improved wms connection items comparison
- 03:18 AM Revision 0ea64e42 (qgis): added missing variable definition
- 03:18 AM Revision d23124d2 (qgis): using qobject_cast
- 03:18 AM Revision 8146cc3c (qgis): fix per review from @nyalldawson
- 03:18 AM Revision 6a523028 (qgis): fix closing collection after update issue
- 03:18 AM Revision b6905287 (qgis): returned the check for possible nested parent layers
- 03:16 AM Revision b8559b80 (qgis): Avoid qt warning when about screen is opened on dev builds
- 03:16 AM Revision 35550ef5 (qgis): About screen tweaks
- - consistent capitalization
- use more room for version information, which currently overflows
the available space al... - 01:31 AM Revision 6e7009ab (qgis): Add some documentation to layout classes moved to GUI
2020-01-17
- 08:02 PM Revision acb3d3c6 (qgis): Merge pull request #33876 from kadas-albireo/sipoptinstall
- Make it configurable whether to install the sip source files
- 07:53 PM Revision 5fdb3e8d (qgis): Standalone QGIS HTTP server for testing
- 07:26 PM Revision 61b7020f (qgis): Merge pull request #33888 from DiGro/patch-2
- Two typo's to be corrected?
- 07:18 PM Revision 36e1cb92 (qgis): Merge pull request #33850 from Gustry/prepare_commit
- add flip and autopep8
- 05:00 PM Revision a6843879 (qgis): Add layer opacity to GetProjectSettings
- 03:46 PM Revision 65522c15 (qgis): Two typo's to be corrected?
- Line 84 : "of the their component" should probably be "of their component"
Line 94 - 95: missing space betwe... - 03:36 PM Revision b11b090b (qgis): Merge branch 'master' into pg_json
- 02:18 PM Revision 56f40eca (qgis): Merge pull request #33855 from wonder-sk/mbtiles-in-wms-provider
- MBTiles raster support in WMS provider
- 02:05 PM Revision 8e4fe02b (qgis): Merge pull request #33877 from SebastienPeillet/release-3_10
- [Backport release-3_10] BUG: scientific notation for double number between 1 and -1,
- 01:55 PM Revision db2941fe (qgis): Revert "add 'long term release' to splash"
- This reverts commit a91b5ce63530e2554fe0793ee40eee3e0ebca555.
- 01:55 PM Revision 2a192ec2 (qgis): add 'long term release' to splash
- 01:46 PM Revision 19deb05e (qgis): update MDAL to 0.4.95 : add proper reference time for TUFLOWFV format
- 01:46 PM Revision f780b59e (qgis): update default 3d averaging sigma values to 0-1
- 01:46 PM Revision 830e0808 (qgis): fix bug when using elevation/depth/height averaging 3d method for some ...
- 01:14 PM Revision 616ad453 (qgis): Release of 3.10.2
- 01:13 PM Revision 4dbf6c06 (qgis): translation update for 3.10.2 from transifex
- 01:10 PM Revision e83d02e2 (qgis): Release of 3.4.15
- 01:10 PM Revision 737289e8 (qgis): translation update for 3.4.15 from transifex
- 12:28 PM Revision 338f5c59 (qgis): Merge pull request #33875 from Gustry/vendor
- Read SLD TextSymbolizer: venderOptions to get advanced settings
- 12:12 PM Revision 18a7cd06 (qgis): [FEATURE] Add an option to set the default project file format (qgs/qgz...
- 12:02 PM Revision 845ec859 (qgis): apply different test depend on Qt version
- 12:02 PM Revision 87bb68bd (qgis): add scientific notation for double type when precision is mentionned
- 12:02 PM Revision 2232709d (qgis): These tests have different results between azure and travis building
- 12:02 PM Revision 96c7c287 (qgis): BUG: fix expected value for a test, due to changes in qtcore package ve...
- BUG: fix expected value for a test, due to changes in qtcore package version between bionic and disco Ubuntu release
- 12:02 PM Revision c3432072 (qgis): BUG: scientific notation for double number between 1 and -1, fix #33475
- 11:50 AM Revision 9f7c6d90 (qgis): Add unit test for mbtiles, copyright header, project exception handling
- 11:38 AM Revision 3b9ccf37 (qgis): Make it configurable whether to install the sip source files
- 11:31 AM Revision 5af1306b (qgis): Merge pull request #33685 from elpaso/pgraster-pkeys
- Native PostGIS raster data provider
- 11:08 AM Revision a91b5ce6 (qgis): add 'long term release' to splash
- 10:50 AM Revision 8823ef7e (qgis): [Tests] Read SLD TextSymbolizer: venderOptions to get advanced settings
- 10:50 AM Revision a4d388fe (qgis): [BUGFIX] Read SLD TextSymbolizer: venderOptions to get advanced settings
- 10:41 AM Revision 4c23fd49 (qgis): debian packaging: include installed sips
- 10:33 AM Revision bc2fa388 (qgis): Merge pull request #33796 from m-kuhn/new_gap_fixes
- Improved resolution methods for geometry validation
- 10:12 AM Revision 1194f642 (qgis): Merge pull request #33858 from rldhont/backport-33849-to-release-3_10
- [Backport Release-3_10][Server] Add project path to bad layers message
- 10:00 AM Revision 0fa5a8f4 (qgis): Merge pull request #33813 from rldhont/fix-read-sld-textsymbolizer-vend...
- [BUGFIX] Read SLD TextSymbolizer: venderOptions to get advanced settings
- 09:11 AM Revision 55fd975e (qgis): Merge pull request #33856 from jef-n/install-update
- include flip and python3-autopep8 in INSTALL
- 08:46 AM Revision ff7302e2 (qgis): Add ingroup
- 08:45 AM Revision 4dc26a38 (qgis): MBTiles raster support in WMS provider
- 03:18 AM Revision 7b916aaf (qgis): Add support for displaying WMTS legend graphics in layer tree
- 03:18 AM Revision 8410ea73 (qgis): Add QgsMapCanvas::setZoomResolutions
- 01:58 AM Revision 509ba6c9 (qgis): Move layout classes to GUI, except for QgsLayoutDesignerDialog
- 01:55 AM Revision c6581595 (qgis): fix docstring "since" for QGIS_SERVER_WMS_MAX_XXXX to 3.6.2
- This was backported in #9752
- 01:54 AM Revision ddfa98cf (qgis): Another capitalization fix
- 01:46 AM Revision 9a3445c3 (qgis): [mesh] Standardise capitalization in widgets, standardize padding
2020-01-16
- 12:23 AM Revision d573e3be (qgis): Merge pull request #33764 from kadas-albireo/install_sip
- Install source sip files
- 12:01 AM Revision d2e4fd93 (qgis): translation string fix
- 12:00 AM Revision 5cb8997d (qgis): Merge pull request #33837 from vcloarec/3D_back_simple
- [Feature][Mesh][3D] new 3D mesh layer renderer
- 12:00 AM Revision a5c9b399 (qgis): Merge pull request #33480 from wonder-sk/3d-layers-load-in-background
- [3d] Load 3D vector layer data in background + tiling
- 11:57 PM Revision c9dfe1b8 (qgis): fix docstring "since" for QGIS_SERVER_WMS_MAX_XXXX to 3.6.2
- This was backported in #9752
- 11:47 PM Revision f39d53bf (qgis): Merge pull request #33820 from kadas-albireo/kml
- Add QgsAbstractGeometry::asKml
- 09:12 PM Revision fa568a5d (qgis): translation string fixes
- 06:10 PM Revision 5598c8da (qgis): [Server] Add project path to bad layers message
- The QGIS Server logs can contained the list of bad layers but the project in which these bad layers are found was not...
- 06:07 PM Revision 4478e202 (qgis): Merge pull request #33849 from rldhont/server-add-project-to-bad-layers...
- [Server] Add project path to bad layers message
- 06:07 PM Revision a26ddd25 (qgis): Merge pull request #33852 from Gustry/sld_pixels
- Read SLD TextSymbolizer set units to pixels
- 05:08 PM Revision ee92e10e (qgis): Updates based on PeterP's review
- 05:02 PM Revision b9278b7b (qgis): * include flip and python3-autopep8 in INSTALL
- * txt2tags 3.4 doesn't support macros (used date & modtime) anymore
closes #33850, followup 157a6700cac6 - 03:13 PM Revision b378f3f8 (qgis): add information about flip and autopep8 for the prehook script
- 03:11 PM Revision ba672639 (qgis): Fix docstring
- 02:59 PM Revision 1f44b299 (qgis): Only look for pointcloud in its installed extension schema
- Closes #33509
- 02:57 PM Revision abc62ad7 (qgis): [Tests] Add QgsSymbolLayerUtils::encodeSldUom test
- 02:57 PM Revision 8cfe52e0 (qgis): [Tests] Add QgsSymbolLayerUtils::decodeSldUom test
- 02:57 PM Revision 4a982a83 (qgis): QgsSymbolLayerUtils::decodeSldUom add decode Pixel uom
- 02:57 PM Revision 92fc1ac2 (qgis): Read SLD TextSymbolizer: use QgsSymbolLayerUtils::decodeSldUom
- 02:57 PM Revision 1bc270db (qgis): [API] QgsSymbolLayerUtils::decodeSldUom, scaleFactor is not mandatory
- 02:56 PM Revision 2f7888b5 (qgis): [Bugfix] Read SLD TextSymbolizer : change offset units if offset change
- 02:56 PM Revision e62594e8 (qgis): [Tests] Read SLD TextSymbolizer set units to pixels
- 02:56 PM Revision 770a4906 (qgis): [BUGFIX] Read SLD TextSymbolizer set units to pixels
- 02:36 PM Revision 6c32a6ae (qgis): Add QgsAbstractGeometry::asKml
- 02:09 PM Revision ab9cbe0a (qgis): Merge pull request #33725 from rldhont/fix-read-sld-textsymbolizer-units
- [BUGFIX] Read SLD TextSymbolizer set units to pixels
- 02:07 PM Revision fe7085de (qgis): Merge pull request #33794 from alexbruy/rectangles-ovals-diamonds
- [processing][needs-docs] port Rectangle,ovals,diamonds algorithm to C++
- 02:04 PM Revision 1b4de39e (qgis): request change
- 01:43 PM Revision 87cf08c7 (qgis): [Server] Add project path to bad layers message
- The QGIS Server logs can contained the list of bad layers but the project in which these bad layers are found was not...
- 01:33 PM Revision 1682f766 (qgis): PG raster: further speed optimization
- - fix bbox index
- fetch data+metadata if index is empty (fast track for first call)
- micro-optimizations - 12:41 PM Revision c4ca671c (qgis): [BUGFIX] Read SLD TextSymbolizer: venderOptions to get advanced settings
- 12:41 PM Revision c43e1d7e (qgis): [Tests] Read SLD TextSymbolizer: venderOptions to get advanced settings
- 11:23 AM Revision 10cbf59f (qgis): Merge pull request #33765 from signedav/fix_null_reset
- Fix NULL set of fkeys in QgsFeatureListModel
- 11:04 AM Revision dbb53be7 (qgis): [Tests] Add QgsSymbolLayerUtils::encodeSldUom test
- 11:04 AM Revision 39ae955e (qgis): [Tests] Add QgsSymbolLayerUtils::decodeSldUom test
- 10:02 AM Revision 2fd44b31 (qgis): apply rotation only when requested
- 09:02 AM Revision 71808d2d (qgis): [github] stop the milestone bot during feature freeze
- since it tags PR for master as 3.12 while they might be waiting for 3.14
- 08:59 AM Revision a25a7b82 (qgis): add Z and M from input point
- fix typo
- 07:35 AM Revision 8c8d48bb (qgis): [FEATURE][processing] Add new algorithm "Detect Dataset Changes"
- This algorithm compares two vector layers, and determines which features
are unchanged, added or deleted between the ... - 06:37 AM Revision c304eb54 (qgis): Call QgsMapTool::deactivate after clearing QgsMapCanvas::mMapTool
- Ensures that QgsMapCanvas::mapTool does not return tool currently being unset.
- 06:37 AM Revision ae25d617 (qgis): Clear QgsMapCanvas::mMapTool before emitting mapToolSet in QgsMapCanvas...
- Otherwise, third-parties setting another tool based on the emitted signal will have their tool cleared again immediately
- 06:37 AM Revision 4667152d (qgis): Disconnect QgsMapTool::destroyed also when tool is unset via QgsMapCanv...
- Ensures consistent behaviour with when tool is replaced in QgsMapCanvas::setMapTool.
- 06:37 AM Revision 0c83435e (qgis): Emit QgsMapCanvas::mapToolSet before tool is activated
- So that QgisApp::mapToolChanged can connect the relevant signals before the tool is actually activated
- 06:22 AM Revision 60b4cad0 (qgis): Add const version of QgsRenderContext::painter
- 06:22 AM Revision 062600f1 (qgis): Add inline keyword to declarations to match definitions and avoid "rede...
- 03:40 AM Revision 23de3109 (qgis): fix layout code
2020-01-15
- 12:55 AM Revision 1c4a20f7 (qgis): new 3D mesh renderer
- 12:08 AM Revision 8946aa70 (qgis): translation string fix
- 10:09 PM Revision 1085810e (qgis): Put settings into collapsible group box as suggested by Mathieu
- 09:53 PM Revision a79c5540 (qgis): Lower the maximum number of zoom levels to 5
- With more zoom levels, we may get over the current limit of 512 active nodes
per entity and the engine would get into... - 09:52 PM Revision 878dfc16 (qgis): Fix 3D rule-based rendering test
- 09:23 PM Revision c868768b (qgis): Fix billboard test
- The test got affected by #33823 so we just side step it by moving
away from using also point at location 0,0 - 07:43 PM Revision 666b8395 (qgis): Install source sip files
- 03:37 PM Revision 56bb8e95 (qgis): [github] fix condition followup
- 02:23 PM Revision 1a2df928 (qgis): fix the attribute table
- Fixes #33439 Fixes #33665 and keep fixed #32933
- 02:22 PM Revision 39cc6baf (qgis): PG raster: faster band data lookup
- 02:20 PM Revision 2f7eaf7a (qgis): [github] fix conditions
- 02:17 PM Revision 57e211dc (qgis): update tests
- 02:11 PM Revision ee0449e4 (qgis): Merge pull request #33792 from m-kuhn/offline_editing_boolean
- Preserve boolean in offline editing
- 01:40 PM Revision e684b51f (qgis): Merge pull request #33760 from kadas-albireo/headers
- Install various missing headers and fix some includes to work with installed headers
- 12:49 PM Revision cafa7ba4 (qgis): Fix usage of deprecated methods
- 12:43 PM Revision c5d9ca47 (qgis): Deprecate overrides
- 12:41 PM Revision fb4d9c0b (qgis): fix algorithm description and make width, height and rotation parameters
- limits more reliable and meaningful
- 12:41 PM Revision c752919d (qgis): [processing][needs-docs] port Rectangle,ovals,diamonds algorithm to C++
- and make width, height and rotation parameters dynamic.
Old Python implementations marked as deprecated to maintain ... - 12:41 PM Revision 1fe16b71 (qgis): use native algorithm instead of RectanglesOvalsDiamondFixed
- 12:41 PM Revision a6d2a82c (qgis): throw exception if multipart input found
- 12:41 PM Revision 9a02e216 (qgis): optimize polygon creation
- 12:31 PM Revision cf36172e (qgis): bugfix: fix exporting of the mesh contours for polygons. now the export...
- 12:25 PM Revision a2a80976 (qgis): update MDAL to 0.4.94
- 12:18 PM Revision 51c2f0ff (qgis): followup 69a53d945c28f
- 11:21 AM Revision e9b58cc1 (qgis): PG raster: make wkb parser more flexible
- 11:01 AM Revision 69a53d94 (qgis): fix windows build
- 10:38 AM Revision 32cad40e (qgis): [Bugfix] Read SLD TextSymbolizer : change offset units if offset change
- 10:38 AM Revision 0ea6c7a0 (qgis): [API] QgsSymbolLayerUtils::decodeSldUom, scaleFactor is not mandatory
- 10:38 AM Revision a58dc6bf (qgis): Read SLD TextSymbolizer: use QgsSymbolLayerUtils::decodeSldUom
- 10:38 AM Revision 51b547d7 (qgis): [BUGFIX] Read SLD TextSymbolizer set units to pixels
- 10:38 AM Revision 680df967 (qgis): QgsSymbolLayerUtils::decodeSldUom add decode Pixel uom
- 10:38 AM Revision 4291ace6 (qgis): [Tests] Read SLD TextSymbolizer set units to pixels
- 10:31 AM Revision f290007a (qgis): PG raster: silence warning on different SRID
- 10:29 AM Revision d3422987 (qgis): PG raster: silence warning on NULL nodata value
- 10:21 AM Revision be42816e (qgis): Install various missing headers and fix some includes to work with inst...
- 10:08 AM Revision ecd90c6e (qgis): [FEATURE] Allow customization of the items shown in browser (#33679)
- * [FEATURE] Allow customization of the items show is browser. User can select in Interface Customization dialog to hi...
- 09:56 AM Revision a9ed83f1 (qgis): [FEATURE][processing] New algorithm "Rename table field"
- Takes an input layer, existing field and a new name for the field, and
outputs a new layer with the selected field re... - 09:55 AM Revision cb6fe012 (qgis): Reuse coordinate transform in GPS information widget instead of making
- new ones all the time
- 09:55 AM Revision 1461ae8d (qgis): [FEATURE][gps] Show distance from GPS lock position to current cursor
- position in status bar
When a GPS device is connected, whenever the user moves the cursor
over the canvas a live sta... - 09:55 AM Revision d3b94025 (qgis): Reuse existing QgsDistanceArea instead of creating new ones
- 08:00 AM Revision 993fa38d (qgis): Merge pull request #33688 from signedav/copy-child
- Fix invalid attributes dialog on copy to another layer
- 07:43 AM Revision 5dfb5f6b (qgis): Followup review comments
- 07:36 AM Revision 9243bd2d (qgis): Update src/analysis/vector/geometry_checker/qgsgeometrygapcheck.cpp
- Co-Authored-By: Nyall Dawson <[email protected]>
- 06:36 AM Revision 95135f9d (qgis): Fix out-of-sync vector layer extent after a dataChanged was emitted
- 05:10 AM Revision ddf3d2df (qgis): Use modern approach to combobox population, fix capitalization
- 05:10 AM Revision 0cd95574 (qgis): Create QgsLabeling class for labeling related enums and constants,
- and avoid inclusion of pal header in a public QGIS header
pal is an internal implementation detail -- it should not ... - 04:38 AM Revision 15a63634 (qgis): [processing] Don't show invalid layer warning if a layer was not even set
- 04:31 AM Revision 6a355b80 (qgis): Fix QgsMapCanvas::xyCoordinates reports incorrect coordinates if a pan
- operation is in progress
This causes the status bar coordinates widget to show nonsense coordinates
during the pan o... - 04:27 AM Revision ff961403 (qgis): Fix out-of-sync vector layer extent after a dataChanged was emitted
2020-01-14
- 08:12 PM Revision 6bbe28bc (qgis): Fix some Qt 5.13 deprecation warnings
- 08:12 PM Revision 527eca96 (qgis): Fix QgsMapCanvas::xyCoordinates reports incorrect coordinates if a pan
- operation is in progress
This causes the status bar coordinates widget to show nonsense coordinates
during the pan o... - 07:57 PM Revision ad97ae2a (qgis): Fix build
- (cherry picked from commit 6cc5a8f2c3802c1aba412e3850a5e6a83a6d253b)
- 07:57 PM Revision bd96babe (qgis): Fix deprecation warnings in doxygen parser
- (cherry picked from commit d51f5ee9b4842add43710acfb0cbd6da6f7f8fd8)
- 07:57 PM Revision 88e34d72 (qgis): Some memory modernization in QgsGpsDetector
- But unfortunately the public API used here is extremely fragile and
either crash prone or leaky -- it needs revisitin... - 07:57 PM Revision fdacdeda (qgis): Dox++
- (cherry picked from commit 47ce7877ca78361cba339d578cd15e4e8a0523de)
- 07:57 PM Revision 1ad3c2a0 (qgis): Modernize memory management
- (cherry picked from commit 08fbe21b37481b287c002a1058679e85be37c576)
- 07:57 PM Revision 1e6ebbe0 (qgis): [gps] Add missing Transfer annotation
- (cherry picked from commit c0d4f38c6f9f4bdb1785056f10ec42d330b8e4cd)
- 07:57 PM Revision ed48c555 (qgis): Fix dox test
- 07:57 PM Revision 240e06c5 (qgis): Fix build
- 07:57 PM Revision 2fb0a315 (qgis): Another build fix
- (cherry picked from commit e84c2b8b72597280a9d3b9d8482e3c7abde4c1da)
- 07:57 PM Revision ff228e98 (qgis): Update ACCEPTABLE_MISSING_BRIEF
- (cherry picked from commit 44940bd8e6c32cd9a2b74fa76ebe7e61bc666618)
- 07:57 PM Revision f4240656 (qgis): Update ACCETABLE_MISSING_ADDED_NOTE list
- (cherry picked from commit b422ad9afdd86796f0ba116f26f3b4d553e2274b)
- 07:57 PM Revision 2f1bcd84 (qgis): [gps] Allow GPS serial port connection properties to be specified in QS...
- Instead of hardcoding these values, allow them to be customised by changing
settings in QSettings (either via the set... - 07:10 PM Revision f3d14f94 (qgis): unset deprecated of setIdentifierValuesToNull and setExtraIdentifierVal...
- 07:07 PM Revision 8b62eb95 (qgis): Better doc strings
- 06:48 PM Revision abb84ef3 (qgis): PG raster: fix GEOS exception when fetching tiles
- 06:36 PM Revision 8a74a3dd (qgis): [github] fix cron period
- 06:33 PM Revision 76021743 (qgis): [github] move condition at step level
- instead of job level
this should stop the spammy notification about failing jobS2 - 06:24 PM Revision ba94c5ed (qgis): PG raster: more metadata
- 04:51 PM Revision 952d7048 (qgis): Rename QgsGeometryCheckFix to QgsGeometryCheckResolutionMethod
- 04:38 PM Revision d5cc24c0 (qgis): Make gap fixes more robust
- 04:38 PM Revision 6cdd75bb (qgis): More geometry fix goodness
- 04:38 PM Revision f6e388af (qgis): Geometry gap analysis update
- 04:38 PM Revision 0bc8726f (qgis): Geometry fix fix
- 04:38 PM Revision 35d51762 (qgis): Analysis again
- 04:26 PM Revision 60b21f2a (qgis): Preserve boolean in offline editing
- 01:43 PM Revision b1384657 (qgis): BUG: fix expected value for a test, due to changes in qtcore package ve...
- BUG: fix expected value for a test, due to changes in qtcore package version between bionic and disco Ubuntu release
- 01:43 PM Revision 7b189093 (qgis): These tests have different results between azure and travis building
- 01:43 PM Revision 5fe6bb89 (qgis): BUG: scientific notation for double number between 1 and -1, fix #33475
- 01:43 PM Revision 84563cb2 (qgis): apply different test depend on Qt version
- 01:43 PM Revision 18f65c63 (qgis): add scientific notation for double type when precision is mentionned
- 01:11 PM Revision f00cbb30 (qgis): Merge pull request #33782 from nyalldawson/fix_azure
- Fix azure test failure, missing .arg
- 01:11 PM Revision a47bbf41 (qgis): Merge pull request #33642 from lbartoletti/fix_snap_3d_on_2d_vertex
- Fix ZM snapping for line/polygon on 2D vertex
- 12:14 PM Revision 18549fae (qgis): [github] switch bot to 1h period
- It will be able to handle 24 PR a day which sounds enough! And should save a bit of energy.
- 10:44 AM Revision 88bc4483 (qgis): PG raster: add test to cmake
- 10:42 AM Revision 5b4e581d (qgis): Remove debugging
- 10:39 AM Revision 6a20ed41 (qgis): Extract field type from QgsField
- 10:34 AM Revision 8ca08ec7 (qgis): Set field precision and lengths from QgsField
- 10:31 AM Revision b4f4c331 (qgis): Use lazy evaluation for query result descriptions
- 10:30 AM Revision 36b7d8b8 (qgis): PG raster performance boost by using overviews for stats
- 09:28 AM Revision 94cb5f8c (qgis): [processing] Improve spatial join speed when joining few features to many
- E.g. when joining a 7 feature polygon layer to a 3.2 million feature polygon
layer, processing time (on a debug build... - 09:28 AM Revision 771fc3ff (qgis): [FEATURE][processing] Add new mode to "Join Attributes by Location" alg...
- to take attributes from matching feature with largest area of overlap only
This allows for easy polygon->polygon joi... - 08:42 AM Revision 85c7f92d (qgis): Merge pull request #33759 from rldhont/backport-33668-to-release-3_10
- [Server] Throw exception if bad layers are not restricted
- 08:29 AM Revision 465e9e82 (qgis): Merge pull request #33769 from qgis-bot/backport-33748-to-release-3_10
- [Backport release-3_10] Fix some Qt 5.13 css parsing warnings
- 08:28 AM Revision 99ac4fb8 (qgis): PG raster: do not require db name
- ... in case a service file is used
- 07:59 AM Revision 4c495dc0 (qgis): fix constant raster cellsize - prefer cellsize over extent parameter so...
- 07:48 AM Revision c7af6f04 (qgis): do not force signal on deleteForeignKeys
- 07:48 AM Revision 883a5279 (qgis): setting fkey values to null
- 07:48 AM Revision 4b4d9024 (qgis): setting fkey to null
- 07:48 AM Revision b0d99326 (qgis): Calls setIdentifierValues( QVariantList() ) in setIdentifierValuesToNul...
- Since the function setIdentifierValuesToNull does nothing else meanwhile, it's deprecated and we use setIdentifierVal...
- 07:11 AM Revision 68fbca28 (qgis): Test mask updates
- 07:08 AM Revision 2e751dd7 (qgis): Fix incorrect logic in reuse of existing manual table widgets
- 07:08 AM Revision 387787b5 (qgis): Add interactive editor dialog for layout manual table items
- 07:08 AM Revision 49d56f6c (qgis): [FEATURE] Add new layout item type for manually created tables
- Allows for creation of tables with contents manually entered by users
(i.e. spreadsheet style), so that users can cre... - 07:08 AM Revision 90fa54a5 (qgis): Test masks
- 07:08 AM Revision f64d9c1c (qgis): Use 'Fixed Table' as name for manually created tables
- 07:08 AM Revision 12fb06b3 (qgis): Standardize capitalization, use modern stable method to populate
- and set combobox values
- 07:08 AM Revision 0c1264c6 (qgis): Spelling
- 07:08 AM Revision faf49490 (qgis): Add unit tests for manual table row heights and column widths
- 07:08 AM Revision 5a4bd09f (qgis): Expand docs, extra tests
- 07:08 AM Revision 5704412d (qgis): New class QgsTableCell
- Encapsulates the contents and formatting options for a single cell
in a table (e.g. background and foreground color) - 07:08 AM Revision 60d5e22a (qgis): Make a custom delegate for the table editor
- 07:08 AM Revision 0aef9a17 (qgis): Unit tests for editing row height/column width
- 07:08 AM Revision 20b7a520 (qgis): Remove redundant Format menu actions from table designer
- Since the formatting panel is always shown, these actions aren't required
- 07:08 AM Revision 979af783 (qgis): Allow multiline text editing in table editor (ctrl+enter inserts a line...
- 07:08 AM Revision e7e53f4e (qgis): Remove useless Refresh button from table properties
- 07:08 AM Revision 62efbeb5 (qgis): Allow editing of row/column width/height in manual tables
- 07:08 AM Revision 781712ff (qgis): Add table row height/column width handling to table editor
- 07:08 AM Revision 8de0e762 (qgis): Remove some unused heading settings from manual table widget
- 07:08 AM Revision 2b5598d8 (qgis): UX fixes for working with numeric formats in table editor
- 07:08 AM Revision 024b3214 (qgis): Unit tests and fixes for table numeric format setting/retrieval
- 07:08 AM Revision 515a6b19 (qgis): Nicer initial dialog cell sizes
- 07:08 AM Revision f14a06c2 (qgis): Make table cell editing behave more like the spreadsheet style conventions
- Where selecting a cell and then typing enters a "weak" edit mode, whereby
pressing a cursor key will immediately end ... - 07:08 AM Revision 31cdf131 (qgis): Add equality operator for QgsNumericFormat
- 07:08 AM Revision 9835ab06 (qgis): Unit tests, fixes for table foreground/background color
- 07:08 AM Revision 77850adf (qgis): Unit test for cell clearing, fix duplicate signals
- 07:08 AM Revision e3507ff2 (qgis): Unit tests for selection modes
- 07:08 AM Revision f82fea54 (qgis): Hide formatting widget from sip
- It's an internal detail only
- 07:08 AM Revision 2117aa7a (qgis): Make table editing action text more descriptive
- By describing the number of rows/columns affected, eg "Insert 2 Columns Before"
- 04:42 AM Revision 21fc95e9 (qgis): Fix azure test failure, missing .arg
- 04:01 AM Revision db8073b8 (qgis): crssync: put profile to temporary directory (fixes #33743)
- 02:52 AM Revision be4f45e7 (qgis): crssync: put profile to temporary directory (fixes #33743)
2020-01-13
- 11:32 PM Revision 0a4f0e51 (qgis): add field name when reporting an error in refactorfield algo
- 11:28 PM Revision 6b967949 (qgis): Fixes #33449 Snapping empty layer when adding new feature
- 08:03 PM Revision f32188ad (qgis): Fix some Qt 5.13 css parsing warnings
- 08:01 PM Revision e2004c7f (qgis): Remove use of deprecated qInstallMsgHandler
- 08:00 PM Revision 1dd977a0 (qgis): Fix some Qt 5.13 css parsing warnings
- 06:26 PM Revision 483ed77b (qgis): PG raster support composite PKs
- 05:03 PM Revision 555c6c21 (qgis): PG fix test SELECT NULL::bool -> None
- 04:12 PM Revision 792fa4b7 (qgis): PG raster: support SQL where conditions
- 02:46 PM Revision a978e35f (qgis): [Server] Throw exception if bad layers are not restricted
- QGIS Server throw an exception if the project has bad layers, but the user can defined restricted layers which are un...
- 02:02 PM Revision 4d5b3f05 (qgis): Fast track for first tiles
- 02:02 PM Revision 0c2c133d (qgis): DB manager use postgresraster provider instead of GDAL
- 11:44 AM Revision 42e85bc5 (qgis): Fix tests and pk guessing
- 10:25 AM Revision 1d818a41 (qgis): resolve review comments
- resolve review comments
- 10:25 AM Revision 90a2d475 (qgis): BUG: fix identity field management when adding a feature, fix #33681
- 10:25 AM Revision 34d3aaaa (qgis): REFAC: always generated identity field are now determined at the provid...
- 10:25 AM Revision 32ebc12d (qgis): Add test to check identity field management
- 09:29 AM Revision 2215fde2 (qgis): fix constraint check if empty
- 09:02 AM Revision fb491a07 (qgis): moved from gui to app
- 08:58 AM Revision 8f262091 (qgis): Use setLimit() for Z range estimation (+copy&paste error fix)
- 08:44 AM Revision 4574268b (qgis): use iterator for looping validFeatures
- better naming of the buttons and the enums
- 02:18 AM Revision cb8b8bcd (qgis): Fix loss of vector layer subset strings IF a layer path was invalid
- at the time the subset string was originally applied
(cherry picked from commit 89f015d3fe024eadc5f9464738295bf94e62... - 02:18 AM Revision 1751d8ee (qgis): When changing layer data paths through the layer tree menu, ensure
- that existing subset strings are correctly applied after the layer
path is changed
Previously this only worked when ... - 02:17 AM Revision 34abf15c (qgis): [bugfix] [saga] Fix saga_cmd command with multiple outputs
- 01:45 AM Revision 4c8ce04b (qgis): Fix deprecation warnings in doxygen parser
- 01:45 AM Revision 464a4f31 (qgis): Fix build
- 01:45 AM Revision d8a40818 (qgis): Dox++
- 01:45 AM Revision 8abc457c (qgis): Update ACCETABLE_MISSING_ADDED_NOTE list
- 01:45 AM Revision 56a572f9 (qgis): [gps] Allow GPS serial port connection properties to be specified in QS...
- Instead of hardcoding these values, allow them to be customised by changing
settings in QSettings (either via the set... - 01:45 AM Revision 3ba1b0de (qgis): Update ACCEPTABLE_MISSING_BRIEF
- 01:45 AM Revision 3746f4c0 (qgis): Modernize memory management
- 01:45 AM Revision efdb8d18 (qgis): Another build fix
- 01:45 AM Revision 4179b171 (qgis): Some memory modernization in QgsGpsDetector
- But unfortunately the public API used here is extremely fragile and
either crash prone or leaky -- it needs revisitin... - 01:45 AM Revision a0c455b2 (qgis): [gps] Add missing Transfer annotation
- 01:45 AM Revision 7dfdd288 (qgis): Update acceptable missing docs list
- 01:24 AM Revision e9cb34e1 (qgis): fix multiline and multi surface skipping some parts
- 01:24 AM Revision bbcb90ff (qgis): Support for Oracle MultiCurve edition
- 01:24 AM Revision d4e0c523 (qgis): Support for Oracle CurvePolygon and MultiSurface edition
- 01:24 AM Revision 31cdc2f1 (qgis): remove limitation on adding or editing geometry with Z coordinate
- 01:24 AM Revision ac7d365e (qgis): [FEATURE] Support for Oracle circular string and compound curve edition
- 01:24 AM Revision 1f3370a9 (qgis): fix multipolygons with only one polygon
- 01:24 AM Revision a1f8af90 (qgis): fix read for oracle curve polygon with Z coordinates
- 01:24 AM Revision fb5e429e (qgis): finalize tests
- 01:19 AM Revision 0d4d8254 (qgis): [SAGA] Fix saga_cmd command with multiple outputs
- Fixes a regression bug accidentally introduced with 40134d6473fcdbd8b6f53c3ea3db01e2dd606419 (PR #8968) and backporte...
2020-01-12
- 09:16 PM Revision 62cd6b30 (qgis): Add information about pending jobs also from non-terrain entities
- 07:57 PM Revision 9ac6c661 (qgis): Add test for package layer algorithm OVERWRITE param
- 07:57 PM Revision b12edae5 (qgis): Respect OVERWRITE parameter in package layers algorithm
- Fix #33721
- 07:57 PM Revision 524e1b04 (qgis): Improve error reporting
- 06:05 PM Revision 8f55fac6 (qgis): Improve pull request template
- 06:01 PM Revision 40b102fc (qgis): Merge pull request #33739 from vcloarec/master
- fix QgsColorRampShader assignment operator
- 04:51 PM Revision 5b9b2e4a (qgis): Optionally show bounding boxes for vector layer entities (for debugging)
- 04:22 PM Revision 9009971c (qgis): Improve handling of vertical ranges
- So far we used a fixed vertical range for 3D bounding boxes with range [0, 500]
This of course would not work well if... - 09:03 AM Revision 4b39891a (qgis): Merge pull request #33722 from m-kuhn/package_layers_overwrite
- Respect OVERWRITE parameter in package layers algorithm
- 04:48 AM Revision 32f305e9 (qgis): fix QgsColorRampShader assignment operator
- The old assignment operator didn't do the job for the base class
2020-01-11
- 08:15 PM Revision 12c410c3 (qgis): Merge pull request #33668 from rldhont/server-throw-exception-for-unres...
- [Server] Throw exception if bad layers are not restricted
- 05:23 PM Revision db509652 (qgis): sip and doxygen fixes
- 04:44 PM Revision 64769f4d (qgis): sipify, doxygen, spelling
2020-01-10
- 07:42 PM Revision 0bb554c3 (qgis): [needs-docs][ui] Better placement for the method combobox and auto open...
- (this is a follow up to PR #33643) better combobox / checkbox placement
- 07:21 PM Revision 7f37865c (qgis): Fix some more warnings
- 06:22 PM Revision e4c687d8 (qgis): Fix warnings and QT < 5.10 chopped
- 05:54 PM Revision 8d1ccb1d (qgis): Add tiling configuration to vector layer 3d renderer + widget
- 04:18 PM Revision c91a133b (qgis): complete README
- 04:13 PM Revision c7b1e5d0 (qgis): [docbot] fix message body
- 03:47 PM Revision 33042842 (qgis): [github] auto milestone, fix number
- 03:31 PM Revision 83951a46 (qgis): [github] auto milestone, fix increase step, use int
- 03:18 PM Revision b4b43388 (qgis): [github] auto milestone, fix increase step, try again with bool
- 02:55 PM Revision d73f7452 (qgis): [github] auto milestone, try with string
- 02:52 PM Revision 1ee8034e (qgis): Handle query error
- 02:47 PM Revision a5dcb633 (qgis): [github] auto milestone, fix condition on former step
- 02:42 PM Revision 82033af4 (qgis): [github] auto milestone, fix conditions
- 02:38 PM Revision 7d1702f5 (qgis): [github] auto milestone, fix json query
- 02:23 PM Revision feaf00fc (qgis): Fix build on travis + minor cleanup
- 02:21 PM Revision 5a653972 (qgis): [github] auto milestone, fix missing )
- 02:15 PM Revision 754c01de (qgis): [github] auto milestone, fix PR number
- 02:04 PM Revision f6f79e32 (qgis): [github] auto milestone, fix json query
- 02:00 PM Revision 2f99b914 (qgis): [github] auto milestone, fix grapql query
- 01:57 PM Revision 6e17170b (qgis): [github] auto milestone, remove duplicated node
- 01:50 PM Revision 89829c51 (qgis): Introduce intermediate base class QgsAbstractVectorLayer3DRenderer
- This will be useful as we start adding more properties that are common
among all vector layer 3D renderers (such as t... - 01:47 PM Revision 480095a3 (qgis): [github] use a cron job to set milestone on PRs
- hence, no rights issue
- 01:09 PM Revision 932cd65c (qgis): OTF reprojection support + code style fixes
- 12:16 PM Revision cb1b9516 (qgis): Smarter loading of tile indexes
- Indexes are now loaded on demand by extent
- 12:15 PM Revision b13c3bb1 (qgis): Improve error reporting
- 12:12 PM Revision b4ac0b01 (qgis): Add test for package layer algorithm OVERWRITE param
- 11:31 AM Revision 0c51d2fc (qgis): Respect OVERWRITE parameter in package layers algorithm
- Fix #33721
- 11:24 AM Revision c9bba3ce (qgis): update MDAL to 0.4.1
- 10:57 AM Revision c3a3dd88 (qgis): Fix spelling and comments
- 10:54 AM Revision 5ef16079 (qgis): [github] auto milestone, fix workflow
- 10:52 AM Revision 4064ff6c (qgis): [github] auto milestone, typo
- 10:51 AM Revision 87ae9279 (qgis): [github] auto milestone, leave comment
- 09:54 AM Revision 56a5c376 (qgis): Fix tiles lifecycle and reformat code for readability
- 09:54 AM Revision 38e58040 (qgis): translate some log messages
- 09:54 AM Revision 849a2953 (qgis): Tiles cache for PG raster provider
- 09:54 AM Revision 74556ec7 (qgis): Fix identify and nodata
- 09:54 AM Revision d5e750af (qgis): Add more member variables
- 09:54 AM Revision 91ed3752 (qgis): Fix SRID raster detection
- 09:54 AM Revision 4f55df03 (qgis): Support raster without constraints
- 09:54 AM Revision 91d58f29 (qgis): Add testdata for PG raster
- 09:54 AM Revision 2ed36691 (qgis): Find overviews
- 09:54 AM Revision 4b0747cf (qgis): Try to guess pks
- 09:54 AM Revision 25972abd (qgis): Fix SRID on test data
- 09:54 AM Revision f822d45a (qgis): First raster drawn!
- 09:54 AM Revision 92004e7f (qgis): PG raster overviews
- 09:54 AM Revision 84b321e8 (qgis): Make good use of overviews
- 09:54 AM Revision 30fbed4c (qgis): Add isEmpty to qgs generic spatial index
- 09:54 AM Revision c186f06f (qgis): Test for PG raster provider
- 09:46 AM Revision bf4ed9ad (qgis): Use QgsVectorLayer to retrive field names from queries
- 09:24 AM Revision e99cef48 (qgis): [needs-docs][ui] Better placement for the method combobox and auto open...
- (this is a follow up to PR #33643) better combobox / checkbox placement
- 09:07 AM Revision cf4443a4 (qgis): [github] fix GH expression on milestone
- 08:59 AM Revision 04d714cc (qgis): [github] fix GH expression on milestone
- 08:58 AM Revision c92874b8 (qgis): [github] fix GH expression on milestone
- 08:57 AM Revision 776d0823 (qgis): [github] fix GH expression on milestone
- 08:54 AM Revision a704341b (qgis): [github] add comment if rights are insufficient to set milestone
- 08:44 AM Revision ef750839 (qgis): [github] fix json on milestone
- 08:33 AM Revision 667ac590 (qgis): [github] milestones on PR are edited through issues API
- 08:29 AM Revision f8620e84 (qgis): [github] fix auto milestone bot
- 08:24 AM Revision 1c5bd1ad (qgis): [github] fix auto milestone bot
- 07:52 AM Revision 70e02a72 (qgis): Revert "add bot"
- This reverts commit 4ee7987e7922fa408047e52977a7f44d8b53c286.
- 07:50 AM Revision 0d3d28e7 (qgis): [github] auto define milestone on PRs
- 07:29 AM Revision 4ee7987e (qgis): add bot
- 07:26 AM Revision b85e5934 (qgis): add bot
- 05:19 AM Revision 662ede58 (qgis): Accept newline terminated string as valid input to paste as temporary s...
- Fixes #33617
- 05:19 AM Revision 1b920ca9 (qgis): Add unit tests
- 02:35 AM Revision a816bb85 (qgis): Accept newline terminated string as temporary scratch layer
- 01:32 AM Revision ce73da6c (qgis): fix wrong intersection condition
- 01:32 AM Revision 34e37cf1 (qgis): optimize qhash, feature request and rasterDataLine
- 01:32 AM Revision 11a52319 (qgis): format algorithm source
- 01:32 AM Revision 8c191887 (qgis): add linedensity test to testqgsprocessingalgs.cpp
- 01:32 AM Revision 4b8177fd (qgis): add linedensity testdata
- 01:32 AM Revision 13f8cd6f (qgis): add missing override in prepareAlgorithm() declaration
- 01:32 AM Revision 670f3671 (qgis): use QgsCircle and implement optional field param
- 01:32 AM Revision bfe4e1ab (qgis): throw exception in case of search radius being smaller than sqrt(pixelS...
- 01:32 AM Revision ce342f7a (qgis): [feature][processing] Add Line denisty algorithm
- 01:32 AM Revision 41b5fd80 (qgis): enhance speed by adding QHash
- 01:32 AM Revision aa2b38f9 (qgis): remove hash based python test entry
- 01:32 AM Revision 9a262e1c (qgis): optimize fid handling
2020-01-09
- 12:49 AM Revision 7a3d22dd (qgis): Add unit tests
- 12:49 AM Revision 5765cabb (qgis): Speed up reading the field list from clipboard
- 12:49 AM Revision 07d6a1ff (qgis): Accept newline terminated string as valid input to paste as temporary s...
- Fixes #33617
- 10:44 PM Revision b02b0be0 (qgis): [processing] use system temporary directory as default temp dir for Pro...
- 09:20 PM Revision e9067786 (qgis): fix docs
- 08:06 PM Revision 64f2c42b (qgis): When changing layer data paths through the layer tree menu, ensure
- that existing subset strings are correctly applied after the layer
path is changed
Previously this only worked when ... - 08:06 PM Revision 00ce537e (qgis): Fix loss of vector layer subset strings IF a layer path was invalid
- at the time the subset string was originally applied
- 08:05 PM Revision 986930d2 (qgis): [processing] use system temporary directory as default for Processing
- temporary outputs (refs #33641)
- 05:05 PM Revision 5c5ba4ef (qgis): behavior for one single feature
- 05:01 PM Revision ff82f63d (qgis): Roll back a regression from updated poly2tri library
- It looks like it was introduced when trying to make compiler happy:
https://github.com/jhasse/poly2tri/commit/e0ba327... - 04:46 PM Revision 7bdfc6d6 (qgis): better naming and docs
- 02:02 PM Revision f5e01d3c (qgis): QgsFixAttributeDialog seperated from QgsAttributeDialog to have the lis...
- 02:02 PM Revision c4dc133a (qgis): handle list of features to attributedialog on feature fix process
- 12:17 PM Revision 1a184c0f (qgis): Merge pull request #33678 from alexbruy/backport-33643-to-release-3_10
- [GUI] fix identify panel size when long localized strings used (fix #29546)
- 11:10 AM Revision 4bb775cc (qgis): [Server] Throw exception if bad layers are not restricted
- QGIS Server throw an exception if the project has bad layers, but the user can defined restricted layers which are un...
- 10:57 AM Revision 3a3b4308 (qgis): Merge pull request #33259 from signedav/reload_provider
- reloadData / forceReload on data providers
- 10:08 AM Revision 07d88b1a (qgis): Set dbname from environment, if not set already
- 10:08 AM Revision e0ec0e0b (qgis): Make CursorProxy scrollable, tweak more of the adapter
- 10:08 AM Revision 18c51c48 (qgis): Fix TopoViewer plugin
- 10:08 AM Revision f0343176 (qgis): Use the new QgsAbstractDatabaseProviderConnection interface
- 10:08 AM Revision 3892faeb (qgis): Start reorganizing DB connection for SQL window dialog
- Working toward resolution of #31994 (allowing reconnect on
connection loss)
[skip ci] - 10:08 AM Revision 6aa87fa6 (qgis): Rename CursorProxy to CursorAdapter
- 10:08 AM Revision 67ce48f6 (qgis): Hard-code provider name in connector, so existing test is fixed
- 10:08 AM Revision bb12bf2c (qgis): Add special code to ensure a NULL value gets converted to None
- NOTE: this should really be done in lower levels
- 10:08 AM Revision d2d723b9 (qgis): Do not get db and user names from the env if service is used
- 10:08 AM Revision 5109e170 (qgis): Drop debug calls, and unused import
- 10:08 AM Revision 95cb05e1 (qgis): Fix disabling of debug
- 10:08 AM Revision 285a9843 (qgis): Remove debugging line
- 10:08 AM Revision 8e5ff280 (qgis): Revert "Start reorganizing DB connection for SQL window dialog"
- This reverts commit 0ad368a9d28128a4f80896cc6f9989f12b758840.
- 10:08 AM Revision b73741d5 (qgis): Add debug message about unhandled postgresql datatype
- 10:08 AM Revision 7acbc362 (qgis): Fix more Cursor execution functions (rename table)
- 10:08 AM Revision ae8f3592 (qgis): Make CursorAdapter more generic (directly use AbstractConnection)
- 09:01 AM Revision 73578fcd (qgis): reduce size of combobox
- (cherry picked from commit ea71f0c4e3e638193227348bac797b68ba0a809a)
- 09:01 AM Revision ac79b0d9 (qgis): replace checkbox with checkbox and label to enable word-wrap in
- the identify panel (fix #29546)
(cherry picked from commit 442f61de0211af67a2aa2c2450ba36b8d422816b) - 08:48 AM Revision 72400524 (qgis): Merge pull request #33643 from alexbruy/identify-word-wrap
- [GUI] fix identify panel size when long localized strings used (fix #29546)
- 08:00 AM Revision c1872715 (qgis): If default new project CRS is set to no CRS, ensure that the status bar...
- 07:51 AM Revision 16c22541 (qgis): [FEATURE][layouts] Add user control over scalebar numeric formats
- Gives users control over all the formatting properties for the numbers
in scalebars, including whether they want thou... - 07:51 AM Revision 1e82bbc4 (qgis): Fix seealso link
- 07:51 AM Revision d3afd6d9 (qgis): Allow users to override the default locale thousand separator within
- specific numeric format objects
E.g. this allows users to set a specific thousand grouping character
to use for a pa... - 07:51 AM Revision ad6684bd (qgis): Add numeric formatting option to round to number of significant figures
- 07:51 AM Revision f4f8a538 (qgis): Ensure unique ids are generated whenever tests are run multiple times
- Avoids layout corruption in the generated html reports if the same test
is run more than once - 07:51 AM Revision b9b4f884 (qgis): Wide characters should be supported for commas and decimal point symbols
- 07:51 AM Revision 88dd1dc9 (qgis): Fix build
- 07:51 AM Revision 4391fe73 (qgis): Move numeric format button for scalebars to Units group
- 07:51 AM Revision 1cd2e16f (qgis): Also expose setting for optionally overridding the decimal character
- 07:51 AM Revision 96bbab67 (qgis): Address review comments
- 06:30 AM Revision fd970b91 (qgis): [docbot] also list commits with [FEATURE]
- 05:11 AM Revision b3d0dd19 (qgis): [MESH] Fix time formating when time is far from reference
- 05:10 AM Revision c6f5b39f (qgis): If default new project CRS is set to no CRS, ensure that the status bar
- button correctly shows this when QGIS is first loaded
- 05:10 AM Revision 1f7140bf (qgis): New class QgsLocalDefaultSettings
- This class contains a variety of default setting values. These values are local, profile
specific settings which may ... - 05:10 AM Revision 410da5e3 (qgis): New class QgsProjectDisplaySettings
- This class (attached to a QgsProject object) provides a place to
store and retrieve settings related to project displ... - 05:10 AM Revision 338dcae6 (qgis): QgsProjectDisplaySettings should inherit bearing format from local defa...
- when reset
This ensures that newly created projects will correctly use the profile's default
bearing format - 05:10 AM Revision 9fd3681b (qgis): Respect project bearing setting when showing pan direction in status bar
- 05:10 AM Revision c0ad4303 (qgis): [FEATURE] Add setting for format to show angular bearings to projects
- and profile options
The Settings - Options - Map Tools tab contains a new setting for
controlling the default format... - 05:10 AM Revision fc555ca6 (qgis): Ensure pan distance display in status bar uses project distance units
2020-01-08
- 11:13 PM Revision 0ba2bccf (qgis): [MESH] fix time reference
- 09:31 PM Revision 86ed380e (qgis): Fix editing of synchronized same fields in attribute form
- 07:53 PM Revision 28f70c0e (qgis): Don't forget to rollback at the end of the tests
- 07:53 PM Revision cf0186b2 (qgis): Configure Oracle continuous integration
- 07:53 PM Revision 0caea596 (qgis): install pyproj deb package to avoid owslib pip install error
- 07:53 PM Revision aebb32bb (qgis): close connection when deleting oracle transaction
- 07:53 PM Revision 8713d969 (qgis): fix clazy and fallthrough warnings
- 07:53 PM Revision d6b4b4ac (qgis): Protect oracle conn method with mutex
- 07:53 PM Revision c495b4cb (qgis): Don't use sdo_tune.extent_of if user doesn't ask explicitly for
- estimated metadata
- 07:50 PM Revision 55bdb46e (qgis): Fix editing of synchronized same fields in attribute form
- 04:47 PM Revision e52bdf3b (qgis): Fix crashes related to tile loading in background
- - feature source must not be shared by multiple loaders (not thread safe)
- root rule must not be shared (not thread ... - 04:47 PM Revision 108e8c8e (qgis): Fixed identify tool to work with chunked entities
- 04:47 PM Revision e2863e38 (qgis): Added support for background loading in 3D rule-based renderer
- 04:47 PM Revision ab887771 (qgis): [FEATURE] Vector layers are loaded in 3D view in background
- We are now using chunked entities for vector layers, so they
are split into several chunks (tiles) and each gets prep... - 03:24 PM Revision 8a16451f (qgis): fix loading a project from XML
- 03:24 PM Revision c8558ef8 (qgis): fix sigma figure
- 01:16 PM Revision 43690be6 (qgis): [docbot] copy PR body + needs-docs commits content
- 01:16 PM Revision 8f90d110 (qgis): [docbot] write message in open PR needing doc to warn the author (s)he ...
- 04:20 AM Revision d0b5a017 (qgis): [api] Add registry and interface for QgsNumericFormats
- QgsNumericFormat subclasses provide a means to format a numeric value
as a string, applying various formatting option... - 04:20 AM Revision 124df2d7 (qgis): Add display of sample values to numeric format selector widget
- 04:20 AM Revision 664ba234 (qgis): Also respect other locale specific characters
- 04:20 AM Revision 545edcf1 (qgis): Dox++
- 04:20 AM Revision 552913cd (qgis): Start on base class for numeric format widgets
- 04:20 AM Revision 8bcba478 (qgis): Add percentage numeric formatter
- 04:20 AM Revision 0fc7abb2 (qgis): Fix crash in widget, add unit tests
- 04:20 AM Revision f5e965aa (qgis): Add configuration widgets for all numeric format types
- 04:20 AM Revision 1d6bc57d (qgis): Unit tests and fixes for numeric format gui registry
- 04:20 AM Revision ccf6898e (qgis): Start on registry for numeric format configuration widgets
- 04:20 AM Revision d445487c (qgis): Add numeric formatter for scientific notation
- 04:20 AM Revision 6088edda (qgis): Start on unit tests for numeric format gui
- 04:20 AM Revision 6b9cafb7 (qgis): Nicer sorting of numeric format choices
- 04:20 AM Revision 591e1a28 (qgis): Start on GUI work
- 04:20 AM Revision 90184a59 (qgis): Add methods to store/recreate formats from XML elements, and tweak
- serialization API
- 04:20 AM Revision b9babb78 (qgis): Don't use a stored stringstream, allows formatter to be thread safe
- 04:20 AM Revision ec376352 (qgis): Avoid ambiguous test data, force minimum of 1 decimal place for scienti...
- 04:20 AM Revision e91f26d6 (qgis): Attempt to workaround mscv behavior
- 04:20 AM Revision a72d8fae (qgis): Fix dox
- 04:20 AM Revision 7affde66 (qgis): Add numeric formatter for currency values
- 04:20 AM Revision bc997f07 (qgis): Minor tweaks
- 04:16 AM Revision 7d4d64a1 (qgis): [BUGFIX] Fix ESRI shapefile format listed twice in vector file selector...
- 03:31 AM Revision 400e3dac (qgis): [FEATURE][layouts] Allow layout attribute tables to be styled using the...
- and background colors of matching conditional styles attached to the layer
When the new "Apply layer conditional sty... - 02:31 AM Revision 9a5855aa (qgis): [BUGFIX] Fix ESRI shapefile format listed twice in vector file selector...
- Fixes #28661
- 01:21 AM Revision 5f3ee102 (qgis): Avoid current rule gets reset when editing an existing conditional form...
- (cherry picked from commit f993bc73829072e6def2ce9177a416df540529fb)
- 01:21 AM Revision 34ff30d7 (qgis): Fix conditional styling widget does not initially show rules belonging
- to first field when opening the widget
(cherry picked from commit 2e7a3b0b5c257207d8ffa8b319c1906930664e8f)
2020-01-07
- 11:45 PM Revision 563c3333 (qgis): use String::isEmpty()
- 08:35 PM Revision 2b031cf4 (qgis): Expose shape digitizing methods to QgisInterface
- 08:35 PM Revision 18e9766d (qgis): dox
- 08:33 PM Revision faa72484 (qgis): Avoid current rule gets reset when editing an existing conditional form...
- 08:33 PM Revision d96a32f3 (qgis): Fix conditional styling widget does not initially show rules belonging
- to first field when opening the widget
- 04:09 PM Revision ea71f0c4 (qgis): reduce size of combobox
- 03:48 PM Revision 442f61de (qgis): replace checkbox with checkbox and label to enable word-wrap in
- the identify panel (fix #29546)
- 03:38 PM Revision cba532f8 (qgis): add test
- 02:51 PM Revision 12ba65d7 (qgis): add default z value instead of NaN when line/polygon capture a 2D vertex
- 12:43 PM Revision a2e5f24f (qgis): hack to check behavior if copy a non valid feature against hard constra...
- 12:43 PM Revision 104598b5 (qgis): attribute dialog for fixing invalid features on paste from clipboard
- with the option to cancel all or store invalid anyway
- 07:09 AM Revision 0f7cdac4 (qgis): Fix effect preview picture not set when effect widget is opened in dial...
- Also fix a memory leak when opened in dialog mode
Fixes #33600
(cherry picked from commit 449bc4b221499f23fb0f862d7... - 07:09 AM Revision a1473113 (qgis): Simplify memory management
- (cherry picked from commit ec248256c4c7aab8b1f71c9d291ca63f311ed6a4)
2020-01-06
- 12:29 AM Revision e2bb325c (qgis): [gps] Fix incorrect double-reprojection of GPS marker position on
- canvas extent changes
- 12:29 AM Revision 3f9b53ea (qgis): [needs-docs][gps] Add explicit setting to allow control over the frequency
- of map rotation to match GPS bearing
Otherwise frequent GPS updates can cause a too many map redraws to occur quickly - 12:29 AM Revision 494b52b2 (qgis): [gps] Sync some changes from a fork of nmealib, and add support for
- handling HCHDG and HCHDT heading packets
- 01:53 PM Revision 58f0e815 (qgis): Create pr_to_doc_issue.md
- 01:10 PM Revision 3b4c3362 (qgis): fix typo
- 01:10 PM Revision 23f3c587 (qgis): [processing] cleanup tests
- 01:10 PM Revision 443be90d (qgis): [processing] add user-defined parameters to gdal_rasterize
- 01:10 PM Revision 268bfe26 (qgis): [processing] add proper support for range parameters (fix #29269)
- 01:10 PM Revision 6f424165 (qgis): [processing] fix r.rescale and r.rescale.eq
- 01:10 PM Revision a05c8a7b (qgis): [processing] fix v.net.centrality
- 01:10 PM Revision 9280a113 (qgis): [processing] add tests for r.series and r.reclass algorithms
- 11:17 AM Revision 2ccb694e (qgis): fix typos
- 11:14 AM Revision 353ad4d0 (qgis): Revert "Revert "Revert "useless commit to test doc bot (#33602)" (#3362...
- This reverts commit 24c1a71b95f468722cb9bd7546e51baa0ccc150a.
- 11:13 AM Revision 8bcbb0b3 (qgis): fix typo
- 11:11 AM Revision 24c1a71b (qgis): Revert "Revert "useless commit to test doc bot (#33602)" (#33625)" (#33...
- This reverts commit f2be9dc61ecab9eaafc7b1587e701faa42f37c47.
- 11:05 AM Revision f2be9dc6 (qgis): Revert "useless commit to test doc bot (#33602)" (#33625)
- This reverts commit 2ec439982b8192546afe927d8176e0af5a9a68d0.
- 11:00 AM Revision 6037770c (qgis): [docbot] also write comment
- 09:36 AM Revision a55fbc4d (qgis): [docbot] transform the milestone to a doc label (3.10.4 => 3.10)
- 08:34 AM Revision 0bccdfe8 (qgis): Merge pull request #33514 from m-kuhn/more-stable-dxf-export-alignment
- [dxf export] Improve dxf alignment
- 05:51 AM Revision 23f862b9 (qgis): Simplify memory management
- 05:51 AM Revision 8a9a174c (qgis): Fix effect preview picture not set when effect widget is opened in dial...
- Also fix a memory leak when opened in dialog mode
Fixes #33600 - 03:54 AM Revision 6005bf61 (qgis): Fix rule-based renderer widgets swallow copy/paste/delete shortcut keys
- 03:54 AM Revision a9edbd0b (qgis): Avoid temporary flashing dialog showing when a distance parameter widge...
- 02:19 AM Revision 432a8a5f (qgis): [processing] cleanup tests
- 02:19 AM Revision b5118417 (qgis): [processing] fix v.net,centrality
- 02:19 AM Revision cf6cd48b (qgis): fix typo
- 02:19 AM Revision 5e62e60d (qgis): [processing] add user-defined parameters to gdal_rasterize
- 02:19 AM Revision dcabb053 (qgis): [processing] fix r.rescale and r.rescale.eq
- 02:19 AM Revision 0b749558 (qgis): [processing] add proper support for range parameters (fix #29269)
- 02:19 AM Revision 1fa3edfc (qgis): [processing] add tests for r.series and r.reclass algorithms
- 01:25 AM Revision 7c1b7fa2 (qgis): [processing] Avoid temporary flashing dialog showing when a distance pa...
- Fixes #29438
2020-01-05
- 05:07 PM Revision a29532ef (qgis): Merge pull request #33557 from rldhont/backport-33476-to-release-3_10
- [Backport Release-3_10] Fix inconsistent dependency to project in QgsRelation/QgsRelationManager
- 04:27 PM Revision 0eef1979 (qgis): Remove leftover docstrings
- 03:34 PM Revision e9d4e9fb (qgis): Preserve anchor point instead of delta
- It's way easier to understand the concept
- 11:58 AM Revision fcdf1f6e (qgis): Fix test
- 11:58 AM Revision 42885bfb (qgis): [needs-docs][processing] Move Build Vector VRT to gdal provider
- and setup alias to avoid script/model breakage. This algorithm
uses GDAL utilities and fits better alongside the othe... - 11:50 AM Revision 27277c54 (qgis): Remove unused code
- 11:50 AM Revision bbc9f7bc (qgis): [processing] Add parameter definition config widget for map theme param...
- 11:50 AM Revision 412ce7dd (qgis): Use proper Map Theme parameter type in rasterize algorithm
- 11:50 AM Revision 35e7fc77 (qgis): Add widget wrapper for processing map theme parameter type
- 11:50 AM Revision 54629b8f (qgis): [FEATURE][processing][API] New parameter type QgsProcessingParameterMap...
- Allows for selection from existing map themes
- 11:50 AM Revision 41cdd40f (qgis): [processing] Fix broken API in rasterize alg
- A string parameter was converted to a enum value, breaking the existing
stable API and preventing use from models and... - 11:50 AM Revision 2dcdfe30 (qgis): Fix typo
2020-01-04
- 11:59 PM Revision 70ee385f (qgis): [processing] Add message bar to widget context
- 11:59 PM Revision f961449c (qgis): Fix missing signals, duplicate signals sent by QgsFieldComboBox
- 11:59 PM Revision 223dfafb (qgis): [processing] Port field parameter widget to new API
- 08:32 PM Revision f8e5861d (qgis): Fix rule-based renderer widgets swallow copy/paste/delete shortcut keys
- when opened in panel modes
Fixes #33592 - 04:07 PM Revision 4cee4cec (qgis): Merge pull request #33603 from alexbruy/backport-range-fix
- [processing] add "not set" support for range parameter (fix #29374)
- 02:06 PM Revision 1c4d691a (qgis): Dox++
- 02:06 PM Revision 1a74938b (qgis): [processing] Add option for multiple field parameters to default to
- selecting all available fields
For some algorithms this is better UX then defaulting to an empty list - 12:23 PM Revision 306a603b (qgis): remove falty part
- 12:13 PM Revision 2ec43998 (qgis): useless commit to test doc bot (#33602)
- 12:11 PM Revision 6be7eaab (qgis): create label on doc from milestone on qgis
- 08:55 AM Revision 188999ab (qgis): run backport action only when proper label is detected
- 08:10 AM Revision 969fb3b0 (qgis): run doc bot action on merge only
2020-01-03
- 05:24 AM Revision 4f307cf0 (qgis): Move down the "Remove rule" action in contextual menu
- 03:23 AM Revision c367e770 (qgis): Move down the "Remove rule" action in contextual menu
- to avoid it being accidentally clicked
2020-01-02
- 08:25 PM Revision 16c83e06 (qgis): Fix unjoinable features can get incorrectly added to both outputs when ...
- 08:25 PM Revision db4c99f4 (qgis): Fix progress reports, joined feature count
- 08:25 PM Revision c6565ef0 (qgis): [processing] Ensure faster predicates are always tested first before sl...
- Because we may be able to bypass the slower checks if the faster ones pass first
- 08:25 PM Revision d788dfc0 (qgis): Update menu link
- 08:25 PM Revision 75cf5f2f (qgis): Fix subtle logic bug in spatial join c++ port when join type is 1:1 and...
- 08:25 PM Revision 6aa20fbd (qgis): Only increment progress after processing a single feature
- 08:25 PM Revision bb131c8a (qgis): Rename variable for clarity
- 08:25 PM Revision be461521 (qgis): Don't use m prefix for local variable
- 08:25 PM Revision cfa5c317 (qgis): Use an enum for join methods for readability
- 08:25 PM Revision 919b40e7 (qgis): Remove some unused members, avoid making some locally used variables me...
- 08:25 PM Revision e6a83c91 (qgis): Fix copyright
- 08:25 PM Revision e9aff0b6 (qgis): join by location c++ port
- 06:10 PM Revision 9f66bf2a (qgis): [processing] add "not set" support for range parameter (fix #29374)
- 11:59 AM Revision 00d0a062 (qgis): close connection when deleting oracle transaction
- 11:59 AM Revision e5fd7565 (qgis): Configure Oracle continuous integration
- 11:59 AM Revision 8d4ef803 (qgis): Don't forget to rollback at the end of the tests
- 11:59 AM Revision 710c00e0 (qgis): install pyproj deb package to avoid owslib pip install error
- 11:59 AM Revision 94d0b06d (qgis): Don't use sdo_tune.extent_of if user doesn't ask explicitly for
- estimated metadata
- 11:59 AM Revision 780d29d5 (qgis): Protect oracle conn method with mutex
- 11:59 AM Revision 75ba9b39 (qgis): fix clazy and fallthrough warnings
- 10:53 AM Revision 000409f9 (qgis): Merge pull request #32922 from alexbruy/range-optional
- [processing] add "not set" support for range parameter (fix #29374)
- 09:26 AM Revision c4672ef9 (qgis): Add extra raster hashes
- 09:26 AM Revision 158dfcc3 (qgis): More test hashes
- 09:26 AM Revision c43613d0 (qgis): Another hash
- 09:26 AM Revision 0c3cb558 (qgis): Introduce GRASS_USE_REXTERNAL setting
- GRASS GIS, in addition to importing data in its native formats via
`r.in.gdal`/`v.in.ogr` (and likewise `r.import`/v.... - 09:26 AM Revision d7f0ea22 (qgis): Fix tests
- 09:18 AM Revision a83154ca (qgis): add clear token
- 08:13 AM Revision 02919f83 (qgis): move condition to step
- 08:10 AM Revision 1626bba9 (qgis): add name to action
- 08:05 AM Revision bdf292e1 (qgis): add documentation bot
- 07:36 AM Revision 34f8ca3a (qgis): NAN -> quiet_NaN()
- 07:36 AM Revision b5d71d39 (qgis): [processing] add "not set" support for range parameter (fix #29374, ref...
- 05:45 AM Revision 5bb63599 (qgis): Make rotation centre point optional, and use geometry bounding box if n...
- 05:45 AM Revision d8645f52 (qgis): Update rotate function help for optional center point
- 05:45 AM Revision 933f1cac (qgis): [FEATURE] rotate() expression function
- Allows rotation of geometries around a point
- 05:45 AM Revision 0d4e4b9e (qgis): Update rotate function expression tests
- 05:20 AM Revision bbacab41 (qgis): [processing] Use optimized spatial index load in Join by Nearest
- and Split with Lines algorithms
- 05:20 AM Revision 5792966b (qgis): Update test results
- 05:20 AM Revision c46e89f7 (qgis): [processing] Use bulk spatial index loader in Delete Duplicates algorithm
- Cuts processing time to 70% of original for a 3 million point input file
(debug build) - 05:20 AM Revision fe6abba2 (qgis): [api] Add constructor for QgsSpatialIndex which allows for a callback
- function during bulk index load from a feature iterator
Allows single-iteration of a source for dual purposes simult... - 05:20 AM Revision e05a04c7 (qgis): Avoid doxygen warning
- 04:59 AM Revision 65000508 (qgis): Backport Fix featureCount on postgres view when flag estimatedmetadata ...
- 04:47 AM Revision 1f020107 (qgis): [RPM] fix broken -u flag in buildrmps.sh
- 04:07 AM Revision a25f8b97 (qgis): [RPM] fix broken -u flag in buildrmps.sh
- When using `buildrpms.sh -u`, the script fails with:
```
Wrote: /builddir/build/SRPMS/qgis-*.src.rpm
Finish: rpmbuil... - 04:03 AM Revision 4f5c3b3e (qgis): Fix missing flags in r.reclass.area GRASS algorithm
- 04:02 AM Revision 30569bce (qgis): Move QgsRasterLayerProperties class to the gui API
- Motivation :
Move the QgsRasterLayerProperties class to the GUI API.
So, this class could be used using the QGIS API,... - 02:43 AM Revision ef9b8c2c (qgis): Fix missing flags in r.reclass.area GRASS alg
- Fixes #33569
2020-01-01
- 09:31 AM Revision 8d6c0304 (qgis): Fix validity mask filename quoting in Sieve and Fillnodata algorithms
2019-12-31
- 12:07 AM Revision 19465c62 (qgis): Fix validity mask filename quoting in Fillnodata alg
- Fixes a bug similar to #33562
- 12:07 AM Revision fbca3641 (qgis): Fix validity mask filename quoting in Sieve alg
- Fixes #33562
- 09:42 AM Revision f7975a1d (qgis): Add unit test for #33540
- 08:49 AM Revision 5a1a7438 (qgis): Add unit test for #33540
- 06:06 AM Revision 12006de1 (qgis): [processing] Port Delete Duplicate Geometries to c++
- 06:01 AM Revision 2433ee55 (qgis): [FEATURE][processing] Add native affine transform algorithm for vectors
- Offers the following benefits over the GRASS/SAGA versions:
- Full support for z/m values and handling curved geometr... - 05:54 AM Revision 85cc185c (qgis): [Bugfix] North arrow / image should account for item rotation too.
- 03:12 AM Revision bc5275af (qgis): Merge pull request #33539 from Samweli/wms-t_layer_metadata_support
- Show dimensions metadata on WMS layer metadata
- 03:11 AM Revision 1bf7e721 (qgis): North arrow / image should account for item rotation too
- Fixes #33540
2019-12-30
- 12:01 AM Revision a25a1e80 (qgis): Add missing parameter documentation
- 12:01 AM Revision a2fa1966 (qgis): Ignore test file in spell check
- 12:01 AM Revision 654cd8c0 (qgis): Pass project when creating relation from Xml
- Fix dependency inconsistency to project from QgsRelationManager
by forcing 'QgsRelation::createFromXml' to rely ...
Also available in: Atom