Activity

From 2018-05-12 to 2018-06-10

2018-06-10

04:30 PM Revision 85b9d37f (qgis): Use QLocale to parse string representation of numbers
Because we now might have thousand separators, also
fixes the NULL issue reported by DelazJ.
Comes with many test ca...
Alessandro Pasotti

2018-06-09

06:43 PM Revision 28726653 (qgis): Merge pull request #7211 from elpaso/bugfix-19145-legend-crash
[bugfix] Do not crash when removing a layout legend item Alessandro Pasotti
06:42 PM Revision cb3eb961 (qgis): Fix test, because we only accept comma for compatible locales
Alessandro Pasotti
06:42 PM Revision bf810e9c (qgis): Check if conversion was successful before passing to locale
Alessandro Pasotti
06:23 PM Revision f4ecbbfe (qgis): Merge pull request #7210 from elpaso/bugfix-18656-layout-map-extent
[bugfix] Use locale representation for extent Alessandro Pasotti
06:21 PM Revision 85e34f2c (qgis): Fix test comparison
Alessandro Pasotti
06:21 PM Revision f853c8d1 (qgis): Respect locale decimal separator in input fields
Alessandro Pasotti
06:21 PM Revision a85f67ee (qgis): Skip custom handling of decimal point if it's a dot
Alessandro Pasotti
06:20 PM Revision 8c74ddeb (qgis): Added tests for locales other than english
Alessandro Pasotti
06:12 PM Revision 137bc4db (qgis): [bugfix] Do not crash when removing a layout legend item
... when the layer was removed from the map, the legend
sync was disabled and the drawind order was enabled ...
Fixe...
Alessandro Pasotti
05:31 PM Revision 615d7a03 (qgis): Use locale representation for extent
Fixes #18656 Print Layout: unable to manually modify the X and Y coordinates in the map Item properties panel Alessandro Pasotti
10:15 AM Revision 23277284 (qgis): [processing][gdal] Fix execution of hillshade with multidirectional arg...
And add tests Nyall Dawson
09:43 AM Revision c3747e95 (qgis): Add test to save and reload embedded groups
Matthias Kuhn
08:59 AM Revision e7df793d (qgis): Set locale in the tests
Alessandro Pasotti
08:59 AM Revision e56b72af (qgis): Use displayString to get the formatted value
Alessandro Pasotti
08:59 AM Revision ec20ff78 (qgis): Accept dot and comma as decimal point on input
Alessandro Pasotti
08:59 AM Revision 26280751 (qgis): Try to convert doubles with comma as decimal point
Alessandro Pasotti
08:59 AM Revision 3e44db5a (qgis): Use QLocale when representing double fields
Alessandro Pasotti

2018-06-08

02:03 PM Revision 6d1d1498 (qgis): fix documentation in QgsRectangle
Denis Rouzaud
02:02 PM Revision 932bcfd9 (qgis): use unique_ptr and log message when transform fails
Denis Rouzaud
01:55 PM Revision 289032bd (qgis): Merge pull request #7207 from rouault/geojson_add
[OGR provider] Fix adding a new GeoJSON field, starting a new edit session and filling it (fixes #7205) Even Rouault
01:11 PM Revision 9ebb6466 (qgis): [server] Fix BBOX SRS in WFS GetFeature POST with two queries
Correctly transform featureRequest.filterRect in
WFS POST GetFeature request with multiple Query elements.
Arnaud Morvan
12:55 PM Revision 82c2aaaa (qgis): [OGR provider] Fix adding a new GeoJSON field, starting a new edit sess...
Even Rouault
11:12 AM Revision 96f74269 (qgis): Load layers within embedded groups
Fix #18380 Matthias Kuhn
11:09 AM Revision e315ed6d (qgis): Add test for embedded groups
Matthias Kuhn
08:38 AM Revision 7f85ceea (qgis): Add failing test for Geojson add field and then features
Nyall Dawson
07:19 AM Revision b4cbfed4 (qgis): Update copyright header for raster layer unique values alg
Mathieu Pellerin - nIRV
07:19 AM Revision 918ac69b (qgis): [processing] share code between zonal histrogram and zonal stats algs
Mathieu Pellerin - nIRV
05:08 AM Revision 827eee93 (qgis): [processing] Fix feedback message in merge vector alg
Nyall Dawson
04:18 AM Revision 77786f38 (qgis): [processing][SAGA] Fix interpolation choices for add grid values algori...
And add more tests
Fixes #19132
Nyall Dawson
03:43 AM Revision 44444281 (qgis): Add some tooltips to diagram show properties
Refs #19109 Nyall Dawson
03:43 AM Revision b1c89496 (qgis): Fix data defined show diagram setting does not always work
Fixes #19109 Nyall Dawson
03:11 AM Revision 57c442a4 (qgis): [layouts] Fix item_variables function with non-lowercase item ids
Fixes #19063 Nyall Dawson
03:00 AM Revision 262a01f5 (qgis): Supress dos2unix output
Nyall Dawson
02:13 AM Revision ff9e7ba3 (qgis): Use prepared geometries to check for intersection between
pixel rectangles and polygons when doing exact statistics
calculations in zonal stats
Sppeds up zonal stats calculat...
Nyall Dawson
02:13 AM Revision e97f0d32 (qgis): Update processing test results
Nyall Dawson
02:13 AM Revision 6bf7c0eb (qgis): Better constructor, dox
Nyall Dawson
02:13 AM Revision b637c7fe (qgis): Prevent background execution of zonal stats
This algorithm is NEVER safe to run in the background, because
it directly modifies a layer in place.
We should:
- m...
Nyall Dawson
02:13 AM Revision de38bf01 (qgis): Use a raster iterator for zonal stats, to optimise zonal stats
calculation of large zones with lots of corresponding raster pixels Nyall Dawson
02:13 AM Revision b533dd8e (qgis): Fix zonal stats min/max values when pixel area is greater than
polygon area Nyall Dawson
02:13 AM Revision fc5eb962 (qgis): Make zonal statistics algorithm thread safe
Nyall Dawson
02:13 AM Revision 985aee69 (qgis): Fix incorrect calculation of zonal statistics
Raster block extent was based on intersection of raster vs
feature's bounding box, which was not necessarily snapped ...
Nyall Dawson
02:13 AM Revision e9bf7f17 (qgis): Add thread safe method of constructing QgsZonalStatistics,
using a QgsRasterInterface instead of a QgsRasterLayer Nyall Dawson
02:13 AM Revision 8ddab447 (qgis): Ensure zonal stats respsects all user set no data values
Nyall Dawson
02:13 AM Revision 83913961 (qgis): Minor refactoring, avoid use of old style cast
Nyall Dawson
02:13 AM Revision 919f5588 (qgis): Use unique_ptr
Nyall Dawson
02:13 AM Revision 43d85675 (qgis): Avoid use of raw GEOS API
Nyall Dawson
02:13 AM Revision 1631a826 (qgis): Use doubles, not float values, within zonal stats
Nyall Dawson
02:13 AM Revision 83d44b9f (qgis): Fix zonal statistics calculations when pixel size is greater than
polygon size
Fixes #17159
Nyall Dawson
02:09 AM Revision f6fa0229 (qgis): Fix missing definition in data defined buttons
Fixes #19110 Nyall Dawson
02:04 AM Revision da89f18e (qgis): Fix some clazy eventFilter warnings
Nyall Dawson

2018-06-07

01:59 AM Revision 719adfa5 (qgis): Capitalization
Nyall Dawson
01:55 AM Revision b95375a4 (qgis): Use standard crosshair cursor in layouts
Nyall Dawson
01:54 AM Revision 048db933 (qgis): remove specific cursor for QgsMeasureTool
Loïc Bartoletti
12:06 AM Revision 088e94f9 (qgis): [cmake] fix deprecated OLD policy for CMP0053
https://cmake.org/cmake/help/v3.1/policy/CMP0053.html Denis Rouzaud
10:15 PM Revision d674a538 (qgis): Add the Copy and Move Feature(s) button to Edit menu (#6884)
Harrissou Santanna
09:58 PM Revision 38ef187c (qgis): [move feature tool] respect CAD constraint [fix #19141]
Denis Rouzaud
09:13 PM Revision 59202acc (qgis): [vertex editor] set extent of map canvas on the whole selection of nodes
Denis Rouzaud
09:13 PM Revision e46f7894 (qgis): [vertex tool] create the editor with an initial selection
Denis Rouzaud
09:12 PM Revision c825f6e0 (qgis): [vertex editor] selected vertices are in bold too
Denis Rouzaud
09:12 PM Revision 83a4fbfb (qgis): [vertex editor] connect selection model after setting the model
otherwise, the selection model is a null pointer Denis Rouzaud
04:28 PM Revision cd8ab68d (qgis): fix crash when highlighting invisible features
(3.x apparently not affected) Jürgen Fischer
09:55 AM Revision 51ae8e9e (qgis): Merge pull request #7195 from elpaso/bugfix-18981-export-qlr-crash-2
[bugfix] Crash when exporting (invalid) legend to qlr
Fixes #18981
Alessandro Pasotti
09:05 AM Revision b307f39f (qgis): Added broken qlr file for the test case
Alessandro Pasotti
08:18 AM Revision ad49cfb3 (qgis): Add test for QgsLayerDefinition (regression #18981)
Alessandro Pasotti
08:17 AM Revision a3893215 (qgis): Include QDomNode (needed to build the test)
Alessandro Pasotti
08:16 AM Revision 2f2221ae (qgis): Do not return invalid layers from findLayers()
Alessandro Pasotti
06:24 AM Revision 22a98fb6 (qgis): [processing] Allow choice of field prefix for Join algorithms
Avoids clash of field names resulting in potentially misleading results Nyall Dawson
03:33 AM Revision 42c0b398 (qgis): [cmake] fix deprecated OLD policy CMP0048 (#7193)
Denis Rouzaud

2018-06-06

05:57 PM Revision ec909b0a (qgis): [bugfix] Crash when exporting (invalid) legend to qlr
Fixes #18981 Save QLR crashes QGIS 3
This patch definitely prevents the crash but I'm not sure if
we should also int...
Alessandro Pasotti
03:00 PM Revision 2e5e20eb (qgis): [needs-docs] Remove obsolete tooltip on "Move Feature(s)" tool (#7191)
now that it fully handles snapping Harrissou Santanna
12:24 PM Revision 71f3aaf3 (qgis): Fix crash in merge features dialog
Fixes #19119 Nyall Dawson
11:21 AM Revision 268b9ac6 (qgis): [Server] Reactivate the capability to print selection with Server 2.18
The capability to print selection has been removed by the commit aaa7003 to
prevent accidental selections showing in ...
René-Luc ReLuc
03:02 AM Revision b2274258 (qgis): fix sip test
only check for Python file if it is produced Denis Rouzaud

2018-06-05

10:27 PM Revision 4e38d069 (qgis): Documentation
Nyall Dawson
10:27 PM Revision 40a2062e (qgis): [python] Don't install error hook by default
This error hook should only ever be used from QGIS app, never
from standalone scripts and applications, so we should ...
Nyall Dawson
10:27 PM Revision cbbe905f (qgis): [processing] Fix missing schemas in postgis destination selection panel
Nyall Dawson
10:24 PM Revision 97800685 (qgis): Avoid deprecated regex
Avoid invalid escape sequence via raw string:
`re.compile('^[^\s\(]+')` > `re.compile(r'^[^\s\(]+')`
Tom Chadwin
10:24 PM Revision fab563fe (qgis): Processing: avoid deprecated regex
Invalid escape sequence avoided via raw string:
`re.findall("\d+|[a-zA-Z]+", rep[0][0])` > `re.findall(r"\d+|[a-zA-Z...
Tom Chadwin
10:24 PM Revision 6a8a622e (qgis): Processing: Avoid deprecated regex
Escape sequence avoided in DefinProjection by using raw string:
`re.compile('\|.*')` > `re.compile(r'\|.*')`
Tom Chadwin
05:22 PM Revision 0e723844 (qgis): Merge pull request #7078 from arnaud-morvan/server_proper_literal_conve...
[server] Proper convertion of literals in Filters Paul Blottiere
05:03 PM Revision 370bac99 (qgis): Merge pull request #7152 from rouault/fix_memleaks_qgsstyle
Fix various memleaks in QgsStyle Even Rouault
03:04 PM Revision 88a49e7e (qgis): Fix zonal stats doesn't work with raster/vector in different CRS
Fixes #19027 Nyall Dawson
02:26 PM Revision b07c3347 (qgis): [server] Proper convertion of literals in Filters
Convert OGC Filter's literals accordings to field type.
This can have a huge impact on performance in some cases.
For...
Arnaud Morvan
02:26 PM Revision e94b1acd (qgis): [OGR provider] Complementary fix for #18596, related to adding a new fi...
Even Rouault
01:25 PM Revision 8ef0d1f7 (qgis): [pyqgis] add missing install of __init__.py for modules
Denis Rouzaud
12:58 PM Revision 358d15c0 (qgis): [pyqgis] add missing install of __init__.py for modules
Denis Rouzaud
12:51 PM Revision e3f02eac (qgis): Merge pull request #7012 from elpaso/python-provider
Python provider QEP 122 Alessandro Pasotti
12:47 PM Revision b2fce736 (qgis): Merge pull request #7180 from luipir/processing_optional_value_default_...
[processing] Correct management of optional rasters in batch mode. Fixes #19115 Luigi Pirelli
12:06 PM Revision c61e4821 (qgis): [ui] do not hide floating panel toolbars for map-only view
Mathieu Pellerin - nIRV
11:53 AM Revision fa7879ad (qgis): [processing] Correct management of optional rasters in batch mode. Fixe...
Luigi Pirelli
11:48 AM Revision 73cfe047 (qgis): Add missing import QgsCsException
Alessandro Pasotti
08:44 AM Revision b97e8351 (qgis): Re-enable the test on travis with a fix
Alessandro Pasotti
08:15 AM Revision 8c689b2d (qgis): [processing] Fix create constant raster layer modifies pixel size
Fixes #18446 Nyall Dawson
07:48 AM Revision d9336c24 (qgis): Merge pull request #7176 from nyalldawson/cmp0040
Don't use old policy for CMP0040 Matthias Kuhn
06:08 AM Revision bd0ec6e4 (qgis): Don't use old policy for CMP0040
Seems no longer required in any case Nyall Dawson
04:50 AM Revision b69389b6 (qgis): Run clang-tidy modernization checks
Nyall Dawson
02:19 AM Revision 8f550936 (qgis): Add some missing dox
Nyall Dawson
02:19 AM Revision 2ed144ac (qgis): Apply clang-tidy readability-avoid-const-params-in-decls fixit
Checks whether a function declaration has parameters that are
top level const.
const values in declarations do not a...
Nyall Dawson
02:05 AM Revision e91aed66 (qgis): [processing] Force model outputs to respect constraints set by
their underlying algorithm's provider
E.g. for model outputs generated by a saga algorithm, only
sdat and shp files ...
Nyall Dawson

2018-06-04

12:41 AM Revision 70cb1205 (qgis): Remove unnecessary space at the bottom of Source tab
and do some ui cleanup Harrissou Santanna
12:41 AM Revision b8565386 (qgis): Remove unnecessary space at the bottom of widgets
Harrissou Santanna
09:34 PM Revision 6160e066 (qgis): Merge pull request #7167 from rouault/gpkg_perf_improvements
[OGR provider] Performance improvements on huge GeoPackage database (fixes #18402) Even Rouault
09:25 PM Revision 8307264c (qgis): [processing][SAGA] Avoid unicode errors when parsing description files
Fixes #19062 Nyall Dawson
08:16 PM Revision e998fcf0 (qgis): [WFS provider] [FEATURE] Allow user to enable/disable paging and specif...
The 'maximum number of features' settings is now always the maximum number of
features requested, even in WFS 2.0 wit...
Even Rouault
06:20 PM Revision a8ce4945 (qgis): NULL -> nullptr in sip code
Alessandro Pasotti
04:49 PM Revision ba796447 (qgis): Merge pull request #7169 from m-kuhn/attrTableCrash19054
Fix crash when removing layer with attribute table open Matthias Kuhn
04:24 PM Revision d7a6c229 (qgis): Revert "Re-enable test that was failing on Travis"
This reverts commit c4d62ef05ff268d903b0a821b43573b161b3964c. Alessandro Pasotti
04:24 PM Revision 4d0de09e (qgis): Removed debug message leftover
Alessandro Pasotti
03:57 PM Revision fcb6a74d (qgis): Fix crash when removing layer with attribute table open
Fix #19054 Matthias Kuhn
03:05 PM Revision 2502a337 (qgis): [OGR provider] Custom GPKG implementation of GetExtent() only needed fo...
Even Rouault
02:57 PM Revision 0e4b5957 (qgis): Merge pull request #7168 from m-kuhn/noTrDebugMessages
Do not translate debug messages Matthias Kuhn
02:27 PM Revision c4d62ef0 (qgis): Re-enable test that was failing on Travis
Alessandro Pasotti
02:26 PM Revision 6ece1aa5 (qgis): registerProvider now returns a bool
Alessandro Pasotti
02:24 PM Revision 474809ec (qgis): Do not translate debug messages
Matthias Kuhn
02:23 PM Revision 4f531359 (qgis): [OGR provider] Performance improvements on huge GeoPackage database (fi...
- Introduce an approximate feature count for GeoPackage in case there are
at least 100,000 rows in a table.
- Add a...
Even Rouault
02:13 PM Revision 0304ec49 (qgis): qgsstyle.cpp: change protected to private
Even Rouault
02:11 PM Revision 4af0e441 (qgis): Merge pull request #7153 from rouault/remove_VSIReadDirRecursive1
Remove VSIReadDirRecursive1() Even Rouault
01:31 PM Revision 783b6b81 (qgis): [geometry] optimize point distance to point
Mathieu Pellerin - nIRV
01:30 PM Revision 3b2f690d (qgis): [processing] Also add table output for raster unique values report algo...
Allows values to be used within models Nyall Dawson
01:30 PM Revision 84806b91 (qgis): [processing] Fix cannot use feature source as input for model crs or ex...
Nyall Dawson
11:51 AM Revision 0430a8d5 (qgis): Better comment to explain why the ref needs to be incremented
Alessandro Pasotti
10:50 AM Revision e5e966bb (qgis): Fix some shellcheck warnings in astyle scripts
Nyall Dawson
10:37 AM Revision b65ee545 (qgis): Fix incorrectly capitalized accented menu entries
Fixes #19102 Nyall Dawson
09:56 AM Revision 61262a2f (qgis): Merge pull request #7163 from elpaso/bugfix-19050-backport
Do not set min/max precision for int fields Alessandro Pasotti
09:25 AM Revision 36712b9e (qgis): Merge pull request #7118 from m-kuhn/stringCompOperators
Cast left node to text on string comparison Matthias Kuhn
09:02 AM Revision 715edb12 (qgis): Change docstring order
Matthias Kuhn
08:59 AM Revision 280e10e6 (qgis): Isolate test failures with subset string modification
Matthias Kuhn
08:59 AM Revision 5d3a4cdf (qgis): Reset subset string after testing
Wfs test fails otherwise. Matthias Kuhn
08:59 AM Revision 0b96e3ae (qgis): Workaround to fix WFS provider empty() method
Matthias Kuhn
08:59 AM Revision eff4bf95 (qgis): Adjust target version
Matthias Kuhn
08:59 AM Revision 6dd26bbf (qgis): Add an empty test on truncated layers
Matthias Kuhn
08:59 AM Revision 48a796dc (qgis): Fix QgsVectorLayer::hasFeatures() crash when editable
Matthias Kuhn
08:59 AM Revision b5b16dfa (qgis): Adjust docstrings
Matthias Kuhn
08:59 AM Revision 6c72d7e3 (qgis): Make doctest happy
Matthias Kuhn
08:59 AM Revision 2b9ffa16 (qgis): Fix test
Matthias Kuhn
08:59 AM Revision a0162543 (qgis): Adjust tests
Matthias Kuhn
08:59 AM Revision 5b0473aa (qgis): Invert logic
because True is not False Matthias Kuhn
08:59 AM Revision 6a265d4a (qgis): Fix docstring
Matthias Kuhn
08:59 AM Revision 8be4cc60 (qgis): Advanced logic for QgsVectorLayer::hasFeatures()
Matthias Kuhn
08:59 AM Revision 6049e407 (qgis): Make QgsVectorDataProvider::hasFeatures() final
Matthias Kuhn
08:59 AM Revision 3b35948b (qgis): Use cheap request
Matthias Kuhn
08:59 AM Revision 5fb9d14c (qgis): QgsFeatureSource::hasFeatures() -> Yes, No, Maybe
This method allows to determine if a feature source has content or not
(or maybe).
This method works for "generator"...
Matthias Kuhn
08:59 AM Revision 91b0fbaa (qgis): Fix typo
Matthias Kuhn
08:59 AM Revision cb4de250 (qgis): Improve API docs
Matthias Kuhn
08:59 AM Revision 94f3e139 (qgis): Add test for empty() to provider test suite
Matthias Kuhn
08:59 AM Revision b568d6be (qgis): Add optimized version of QgsPostgresProvider::empty()
Matthias Kuhn
08:59 AM Revision e252cc0c (qgis): Add empty() and emptyUnknown() to QgsFeatureSource
Matthias Kuhn
08:59 AM Revision 381a7661 (qgis): Add optimized versions of empty() to QgsVectorDataProvider
Matthias Kuhn
08:43 AM Revision a7bc5365 (qgis): Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as...
Alessandro Pasotti
08:32 AM Revision adf5eb77 (qgis): Add vector icons to some qgs algorithms (fixes #19082) (#7149)
Andrea Giudiceandrea
07:15 AM Revision b8ff44e6 (qgis): [processing][saga] Fix error in merge vector layers
Fixes #18545 Nyall Dawson
07:05 AM Revision 1bc1790b (qgis): [processing][SAGA] Resync kriging parameters with saga manual
And remove duplicate kriging algorithms, add tests
Fixes #18191
Nyall Dawson
06:01 AM Revision 268aa171 (qgis): [processing][saga] Fix error in raster calculator
Fixes #18751 Nyall Dawson
05:57 AM Revision a1d46de0 (qgis): [processing] Fix evaluation of vector layer references to compatible fe...
Refs #18545 Nyall Dawson
05:16 AM Revision 43351300 (qgis): [processing][SAGA] Fix missing outputs from some algorithms
Fixes #19103 Nyall Dawson
04:58 AM Revision 4b354984 (qgis): [processing] Matrix parameter values are always 1-dimensional
Fix gui wrapper returns 2-dimensional parameters, which don't
match with the expectations of QgsProcessingParameterMa...
Nyall Dawson
04:58 AM Revision 3dde95de (qgis): [processing][SAGA] Fix broken reclassify values algorithm
Fixes #18750 Nyall Dawson
04:58 AM Revision f6ac45a5 (qgis): [processing][saga] Add unit test for reclassify values (simple)
Nyall Dawson
04:00 AM Revision f85a3d6b (qgis): [processing][SAGA] Fix exposed output formats to include only those sup...
Refs #18908 Nyall Dawson
03:30 AM Revision d16ec3e2 (qgis): Add unit test for license headers
Nyall Dawson
03:30 AM Revision 23c37311 (qgis): Fix path to licensecheck in test
Nyall Dawson
03:30 AM Revision d52c698a (qgis): Install licensecheck via cpan
Nyall Dawson
03:30 AM Revision 3c274036 (qgis): No prompts
Nyall Dawson
03:30 AM Revision 4bb572f4 (qgis): Move licensecheck to external folder
Nyall Dawson
03:30 AM Revision 4e0845b4 (qgis): Include licensecheck.pl script in code_layout test folder
Seems to be the only way to get this functional under Travis.
TODO: remove when Travis is upgraded to a reasonably m...
Nyall Dawson
03:30 AM Revision 48b117e0 (qgis): Fail check if licensecheck missing
Nyall Dawson
03:30 AM Revision 8b44b06e (qgis): Install more dependencies from repos
Nyall Dawson
03:30 AM Revision 43abdf72 (qgis): Don't run tests when install modules
Nyall Dawson
03:30 AM Revision aa55f3ab (qgis): Try to use cpanm to install licensecheck
Nyall Dawson
03:30 AM Revision 1395dc0e (qgis): Add missing license headers
Nyall Dawson

2018-06-03

12:08 AM Revision e719af50 (qgis): Remove VSIReadDirRecursive1()
This function was introduced at a time where some GDAL versions didn't have
VSIReadDirRecursive(). Since we now requi...
Even Rouault
12:07 AM Revision d5afc71a (qgis): Merge branch 'master' into fix_memleaks_qgsstyle
Even Rouault
10:35 PM Revision 0af5fb9d (qgis): [ogr] Fix combination of filterrect and filterfids ignores filterrect c...
Nyall Dawson
10:35 PM Revision 4ddf58c0 (qgis): Add feature source test for combination of filterfids AND filterrect
Both these conditions must be honored when set, i.e. features
with matching IDs but which fail the rect check should ...
Nyall Dawson
10:35 PM Revision bb2e15c9 (qgis): More checks
Nyall Dawson
10:27 PM Revision 851319f4 (qgis): Merge pull request #7151 from rouault/fix_use_after_free_at_qgis_exit
Fix use-after-free at QGIS exist, linked to QgsCoordinateTransform cache Even Rouault
09:15 PM Revision b21701b5 (qgis): Add QgsStyle::cleanDefaultStyle() and use it in QgsApplication::exitQgis()
Even Rouault
09:07 PM Revision 7cb18cd5 (qgis): [sipify] allow to define python operator in headers
sipify will take care of injecting them in python/{module}/__init__.py Denis Rouzaud
09:07 PM Revision e5b02cd2 (qgis): use dedicated files for auto additions
Denis Rouzaud
09:07 PM Revision 164f662d (qgis): fix sipify and run
Denis Rouzaud
09:07 PM Revision 1fb02e8d (qgis): concatenate auto_additions files with python module __init__.py.in
Denis Rouzaud
09:01 PM Revision 8aeb2f6d (qgis): qgsstyle.cpp: avoid minor memleaks in use of sqlite3_mprintf()
Even Rouault
07:36 PM Revision 6b7504d6 (qgis): Fix use-after-free at QGIS exist, linked to QgsCoordinateTransform cache
This fixes the following warning
==23284== Invalid read of size 4
==23284== at 0x14911DE5: pj_ctx_get_errno (pj_c...
Even Rouault
12:50 PM Revision 427ac106 (qgis): Plugin loading: only load .so files on Linux
I've recently lost some hair chasing mysterious crashes at QGIS exit
and finally figured out this was due to an old v...
Even Rouault
12:41 PM Revision 7f97a2f3 (qgis): Merge pull request #7146 from rouault/fix_18342
[OGR provider] Improve performance of subLayers(), particularly on FileGDB with the proprietary driver (fixes #18342) Even Rouault
07:50 AM Revision 9115d7f2 (qgis): Add note to use QgsApplication::authManager()
Nyall Dawson

2018-06-02

01:35 AM Revision 55aa7a86 (qgis): [OGR provider] Improve performance of subLayers(), particularly on File...
Even Rouault
01:24 AM Revision 477fb89f (qgis): More tests
Nyall Dawson
01:24 AM Revision d7d2a147 (qgis): [ogr] Only try to add original fid from iterators, not in other cases
Nyall Dawson
01:24 AM Revision 314942d7 (qgis): Also check geometry in tests
Nyall Dawson
01:24 AM Revision ca1262d1 (qgis): Fix failing test
We need to ensure that the FID column is also fetched for the
unfiltered layer which we use when requesting features ...
Nyall Dawson
01:24 AM Revision f3bc283c (qgis): Better tests
Nyall Dawson
01:24 AM Revision 29753390 (qgis): [ogr] Fix very slow feature requests when filter string set
Follow up 217e7006. Avoid the very expensive iteration to
find matching features when a subset string is set by
inste...
Nyall Dawson
01:24 AM Revision bab8b78c (qgis): Use correct member variable prefix
Nyall Dawson
01:24 AM Revision 64300598 (qgis): Remove safety check
Doesn't work correctly - flags valid matches as invalid Nyall Dawson
10:55 PM Revision 79ba0eee (qgis): Merge pull request #7143 from elpaso/bugfix-19050-field-calc-save-real-...
Do not set min/max precision for int fields Alessandro Pasotti
05:32 PM Revision f68f288d (qgis): Merge pull request #7145 from rouault/fix_18596
[OGR provider] When editing a GeoJSON file, close and re-open the file at end of editing session (fixes #18596) Even Rouault
12:00 PM Revision 754018a4 (qgis): [OGR provider] When editing a GeoJSON file, close and re-open the file ...
Even Rouault
11:27 AM Revision 7e2ca8f6 (qgis): Merge pull request #7144 from rouault/fix_18976
[Postgres provider] Speed up feature insertion when pkid column is not set (fixes #18976) Even Rouault

2018-06-01

11:09 PM Revision a9a8fbdb (qgis): [cleanup] use for range based loop
Even Rouault
10:33 PM Revision 2ed200a8 (qgis): Merge pull request #7142 from rouault/fix_18996
QgsSvgCache::svgAsPicture(): make sure the returned picture is not shared (fixes #18996) Even Rouault
10:31 PM Revision cc25727a (qgis): [Postgres provider] Speed up feature insertion when pkid column is not ...
When inserting features whose attribute column corresponding to the pkid
is empty, and tat this pkid column has a def...
Even Rouault
10:00 PM Revision 75b7edf1 (qgis): QgsSvgCache::svgAsPicture(): make sure the returned picture is not shar...
For some reason QPicture.detach() doesn't seem to always work as intended, at
least with QT 5.5 on Ubuntu 16.04
Seria...
Even Rouault
06:07 PM Revision 033071ae (qgis): Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as...
Alessandro Pasotti
05:42 PM Revision 9d3f8d44 (qgis): Merge pull request #7140 from rouault/fix_19009
Assorted set of fixes regarding field length for OGR provider Even Rouault
03:17 PM Revision 3b291026 (qgis): Merge pull request #7141 from rouault/fix_18563
QgsVectorFileWriter: workaround a bug in GDAL where appending to an existing BNA crashes it (fixes #18563) Even Rouault
02:28 PM Revision 43f796e7 (qgis): QgsVectorFileWriter: workaround a bug in GDAL where appending to an exi...
Upstream fixes done in GDAL as well to fix the crash itself:
GDAL master: https://github.com/OSGeo/gdal/commit/a36939...
Even Rouault
02:19 PM Revision e4d5899b (qgis): Merge pull request #7131 from rouault/fix_linux_build_qca
QCAMacros.cmake: fix Linux build Even Rouault
02:18 PM Revision 3aa630ca (qgis): Added QgsDataProvider::ProviderOptions to the bindings
Alessandro Pasotti
02:06 PM Revision b9003ffa (qgis): QgsVectorDataProvider::supportedType(): only checks field length and pr...
Even Rouault
01:31 PM Revision a15d8903 (qgis): [locator] add a way to invalidate results from python API
otherwise if you access the config of the filter (or change app settings) from outside the main application settings ... Denis Rouzaud
01:31 PM Revision dc9fb90b (qgis): add note on how to invalidate results
Denis Rouzaud
01:23 PM Revision 917a6e3c (qgis): QCAMacros.cmake: re-add 25ba36180cfbf836b9458beb98e28f62349c4260 for Fr...
Even Rouault
01:22 PM Revision 1a4f8042 (qgis): QCAMacros.cmake: fix Linux build
https://github.com/qgis/QGIS/commit/25ba36180cfbf836b9458beb98e28f62349c4260 causes
build failures on Ubuntu 16.04 an...
Even Rouault
01:19 PM Revision a3e527d8 (qgis): [OGR provider] Advertize correct supported data types, length and with ...
Even Rouault
01:18 PM Revision bad1ab4e (qgis): QgsVectorDataProvider::supportedType(): use -1 as the value for unspeci...
Even Rouault
01:17 PM Revision 04a55b25 (qgis): [cleanup] QgsFieldCalculator: avoid use of hardcoded magic indices
Even Rouault
01:15 PM Revision f4bf1ec9 (qgis): [OGR provider] GPKG: allow repeated creation of int fields with len != ...
Even Rouault
01:02 PM Revision 6192b5eb (qgis): Add fill/stroke color & opacity parameters to more north arrows svg images
Andrea Giudiceandrea
01:00 PM Revision e6e54de3 (qgis): Add test to ensure that orig_ogc_fid field is only ever used internally
We don't want to expose this field to users, or include it in layer
exports or copies
And rename internal field to _...
Nyall Dawson
01:00 PM Revision 05f426e0 (qgis): Remove orig_ogc_fid fields from server filter tests
Nyall Dawson
10:56 AM Revision 21d15e71 (qgis): [BUGFIX][Server] Segfault when GetFeatureInfo on Raster layer to GML
The PR #6279 has introduced some bug, like a segfault when a WMS GetFeatureInfo
is done on a Raster layer with output...
René-Luc ReLuc
10:55 AM Revision cac675a9 (qgis): Removed commented code
Alessandro Pasotti
10:55 AM Revision 0fa88e6f (qgis): Skip failing test on Travis
the test passes locally Alessandro Pasotti
10:55 AM Revision 2f41d32e (qgis): Added test to cmake
Alessandro Pasotti
10:55 AM Revision b696e9b1 (qgis): Minor updates to the doc strings
Alessandro Pasotti
10:55 AM Revision 6f3be9fa (qgis): SIP updates
Alessandro Pasotti
10:55 AM Revision 749bc021 (qgis): Fix provider for min/max updates
Alessandro Pasotti
10:53 AM Revision abcad019 (qgis): Python provider tests passing
Except for QgsLayerDefinition.exportLayerDefinitionLayers
and QgsLayerDefinition.loadLayerDefinitionLayers
Alessandro Pasotti
10:53 AM Revision 29575b5b (qgis): QgsDebugMsg -> QgsDebugMsgLevel
Alessandro Pasotti
10:53 AM Revision 324fd7d5 (qgis): Allow python creation of QgsFeatureIterator from an abstract one
Alessandro Pasotti
10:53 AM Revision 7ffdab2d (qgis): Do not dec ref in methodcode
Alessandro Pasotti
10:53 AM Revision adcc2e96 (qgis): Moved python provider to separate file
Also cloned other memory layer methods Alessandro Pasotti
10:53 AM Revision e341b3a5 (qgis): Tests for Python vector data provider (still failing but not crashing!)
Alessandro Pasotti
10:53 AM Revision 222f3ad9 (qgis): Check for index validity and do not crash!
Alessandro Pasotti
10:53 AM Revision 9d66eb8d (qgis): API to register new vector data providers
Alessandro Pasotti
10:53 AM Revision 839a8890 (qgis): SIP wrappers for QgsProviderMetadata
Alessandro Pasotti
10:53 AM Revision 1e3661cb (qgis): Added QgsSpatialIndex to the python provider
Alessandro Pasotti
10:21 AM Revision bd65fc60 (qgis): [processing][gdal] Don't double quote output paths
Breaks for some drivers, e.g. KML
Fixes #18264
Nyall Dawson
08:53 AM Revision 30ecb338 (qgis): [processing][GRASS] Fix some algorithms always export as GPKG, regardle...
Nyall Dawson
08:20 AM Revision 60a87e94 (qgis): [processing] Fix error when creating tests and raster output
no longer exists
Fixes #16123
Nyall Dawson
07:55 AM Revision d1bcfbfe (qgis): [processing] Rename File parameter in modeler to File/Folder
Better reflects what it does Nyall Dawson
07:55 AM Revision 4289bcb3 (qgis): [processing][saga] Fix some field parameters are incorrectly defined as...
Fixes #18193 Nyall Dawson
07:55 AM Revision 950d042e (qgis): [processing] Fix errors when filling parameters in batch panel
Fixes #18408 Nyall Dawson
07:55 AM Revision f6416a19 (qgis): [processing] Fix missing vector inputs when run in batch mode
Fix incorrect definition of compatibleVectorLayers, which was
using layer WKB type values instead of processing sourc...
Nyall Dawson
03:54 AM Revision dcba919e (qgis): Add another acceptable hash
Nyall Dawson
03:54 AM Revision 09d21cf9 (qgis): Resurrect another GRASS test
Nyall Dawson
03:54 AM Revision 3f456993 (qgis): Resurrect a GRASS test
Nyall Dawson
03:54 AM Revision 0e7c31e9 (qgis): [processing][grass] Fix handling of optional file parameters
Nyall Dawson
03:54 AM Revision e273ac28 (qgis): [processing] Some test debugging help
Nyall Dawson
03:54 AM Revision 4719a7c1 (qgis): See if test now passes on Travis
Nyall Dawson
03:54 AM Revision 46a4c236 (qgis): Resurrect a grass test
Nyall Dawson

2018-05-31

01:36 AM Revision ae95adba (qgis): [processing][GRASS] Fix r.relief.scaling has inverted min/max values fo...
Fixes #19076 Nyall Dawson
01:36 AM Revision 1c684456 (qgis): [processing] Log an error when a numeric parameter has min value >= max...
Refs #19076 Nyall Dawson
12:53 AM Revision 32792d34 (qgis): Better dox, spelling
Nyall Dawson
12:53 AM Revision f7a6864b (qgis): [processing] Fix invalid characters in HTML for 'Raster layer unique va...
Nyall Dawson
12:32 AM Revision 8bdec09b (qgis): Revert "Fix QCA-ssl for FreeBSD"
This reverts commit 25ba36180cfbf836b9458beb98e28f62349c4260.
Breaks linux build
Nyall Dawson
12:25 AM Revision 5e3ce8ff (qgis): SC2003: expr is antiquated. Consider rewriting this using $((..)), ${} ...
Matthias Kuhn
12:24 AM Revision 09f17d99 (qgis): SC2006: Use $(..) instead of legacy `..`.
Matthias Kuhn
12:21 AM Revision 408a9fbf (qgis): Fix some shellcheck warnings
Nyall Dawson
11:51 PM Revision efa7f99b (qgis): Merge pull request #7132 from rouault/fix_19077_bis
[OGR provider] Avoid attribute table to be empty on OGR layer with mixed geom types (fixes #19077) Even Rouault
11:05 PM Revision ee06d524 (qgis): [OGR provider] Avoid attribute table to be empty on OGR layer with mixe...
Even Rouault
11:05 PM Revision 2969ba1e (qgis): test_provider_ogr_gpkg.py: avoid bug_17795.gpkg test sample to be modif...
Even Rouault
10:33 PM Revision 0cffd19e (qgis): monkey path custom widgets
this will add module to the system to avoid missing modules when running on a local install (uic widget-plugin not in... Denis Rouzaud
09:01 PM Revision 9fcee524 (qgis): Merge pull request #7128 from rouault/fix_17945
[WFS provider] Add typename prefix before attribute/geometry name for Update requests (fixes #17945) Even Rouault
06:30 PM Revision 1e4b01bb (qgis): [WFS provider] Add typename prefix before attribute/geometry name for U...
Deegree requires those namespace prefixes. I've also verified that
GeoServer is indifferent regarding them.
Even Rouault
06:27 PM Revision d1eabe1c (qgis): Make compiled tests more stable
we do not want to ignore AttributeErrors for those Matthias Kuhn
06:27 PM Revision 48bbd246 (qgis): Run string comparison test on all providers
Matthias Kuhn
04:25 PM Revision 17434512 (qgis): pep8 fix
Luigi Pirelli
03:34 PM Revision 352a0285 (qgis): typo
Luigi Pirelli
02:50 PM Revision f7e4dd67 (qgis): Merge pull request #7127 from rouault/fix_18267
[WFS provider] Handle DescribeFeatureType responses that consist of a single <include> (fixes #18267) Even Rouault
02:04 PM Revision dbe4186a (qgis): Add tests for compiling string operators
Matthias Kuhn
01:43 PM Revision 60d5e4cf (qgis): Autopep8
Anita Graser
01:38 PM Revision 1d2686d0 (qgis): [WFS provider] Handle DescribeFeatureType responses that consist of a s...
Also handle another occurence of a buggy server only accepting TYPENAMES plural
as parameter of DescribeFeatureType
Even Rouault
01:06 PM Revision 8968b63e (qgis): from unicode to str
Luigi Pirelli
01:06 PM Revision 71cb555e (qgis): blacklisted the new test PyQgsDbManagerPostgis waiting a complete pki e...
Luigi Pirelli
01:06 PM Revision 4f415c56 (qgis): typo
Luigi Pirelli
01:06 PM Revision 64602097 (qgis): Tests for db_manager postgis connector and postgis provider checking cl...
Luigi Pirelli
01:06 PM Revision 878ab41a (qgis): Set permission to certs to allow correct removing on win
Luigi Pirelli
11:34 AM Revision 25ba3618 (qgis): Fix QCA-ssl for FreeBSD
Loïc BARTOLETTI
11:31 AM Revision a26b9b1d (qgis): Merge pull request #7122 from nyalldawson/fix_19065
Use a snapping indicator when picking feature to move with move tool Matthias Kuhn
11:30 AM Revision 497abfe7 (qgis): Merge pull request #7120 from nyalldawson/opts
Optimise geometry conversion to/from geos Matthias Kuhn
11:26 AM Revision 25f4794f (qgis): Merge pull request #7125 from m-kuhn/sld_read_multiple_featuretypestyles
Sld read multiple featuretypestyles Matthias Kuhn
10:51 AM Revision c49a18c5 (qgis): Add support for reading SLD's with multiple FeatureTypeStyle elements.
Introduce a virtual FeatureTypeStyle to add support for reading SLD documents with more than one FeatureTypeStyle ele... Roel Huybrechts
09:49 AM Revision 8cf7447a (qgis): Merge pull request #7124 from nyalldawson/fix_16428
[processing] Hopefully fix bad layout for docks in modeler Matthias Kuhn
08:34 AM Revision 9c7cf40c (qgis): Merge pull request #6537 from slarosa/menu-indicator
fix size for menu indicator in data defined button Matthias Kuhn
07:28 AM Revision 1d62d106 (qgis): [processing] Don't hold on to algorithm instances for menu items
Instead, only store references to the algorithm id string, and
use this to retrieve algorithms when the actions are t...
Nyall Dawson
07:27 AM Revision 59d425c5 (qgis): [processing] Fix some incorrect formatting of algorithm titles
Nyall Dawson
07:27 AM Revision 4752b99e (qgis): Merge pull request #7106 from m-kuhn/encodedUrl3
Assume URL already encoded in web view widget Matthias Kuhn
07:27 AM Revision 297cfd54 (qgis): [processing] Add metadata for feature sink parameters
Nyall Dawson
07:27 AM Revision 0bbaa3b0 (qgis): [processing] Add method to retrieve list of accepted Python data types ...
Nyall Dawson
07:27 AM Revision db916bc2 (qgis): [processing] Show accepted data types for parameters in processing.algo...
Nyall Dawson
07:27 AM Revision 612d61dc (qgis): [processing] Tweak algorithHelp formatting
Nyall Dawson
04:51 AM Revision db2c3d49 (qgis): [processing] Show search icon in search boxes
Nyall Dawson
04:45 AM Revision 87962254 (qgis): [processing] Fix bad layout for docks in modeler
Because there's some deep underlying issue which causes the dock
layouts to get corrupted in certain circumstances, a...
Nyall Dawson
02:50 AM Revision e8515d86 (qgis): Fix crash in QgsNetworkContentFetcherRegistry
Nyall Dawson

2018-05-30

01:52 AM Revision de347f07 (qgis): Move 'move features' button to correct place in toolbar
Nyall Dawson
01:30 AM Revision 3ef7b125 (qgis): Use a snapping indicator when picking feature to move with move tool
Fixes #19065 Nyall Dawson
12:55 AM Revision 37b06bcf (qgis): [processing] Fix Rectangles/Ovals/...(variable) chokes on angle values ...
Change the test to a NULL test instead, as angle values of 0 are valid Nyall Dawson
06:09 PM Revision 974b9f37 (qgis): [SymbolLayerUtils] Using QgsProject::readPath to resolve relative path ...
In `QgsSymbolLayerV2Utils::symbolNameToPath` the resolution of relative path to
project was nos based on `QgsProject:...
René-Luc ReLuc
04:45 PM Revision 6a88bfca (qgis): Cast left node to text on string comparison
Matthias Kuhn
04:34 PM Revision 26c13d4b (qgis): misc fixes
Peter Petrik
01:37 PM Revision 377f393c (qgis): Use subsetStringChange signal for layer tree view filter indicator
Mathieu Pellerin - nIRV
12:26 PM Revision 69fa2618 (qgis): fix travis errors
Peter Petrik
10:52 AM Revision 3aa4968f (qgis): Optimise geometry conversion to/from geos
Nyall Dawson
10:34 AM Revision 0a3bef1b (qgis): Remember last used directory when saving map as PDF
Mathieu Pellerin - nIRV
10:06 AM Revision 7af2e68e (qgis): misc optimization for geometries and fixes
Peter Petrik
08:51 AM Revision ab04e0fa (qgis): Tweak wording of metadata contacts header
Because contacts have an explicity 'role' setting, they may not
necessarily be the 'owner' of the resource
Nyall Dawson
06:15 AM Revision d4a5df2f (qgis): More unit checks for project dirtying
Nyall Dawson
05:30 AM Revision 69b590b0 (qgis): Fix corrupted text in Open From menu item
Nyall Dawson

2018-05-29

12:52 AM Revision e7da1030 (qgis): Changes tooltip of Open Layer Styling button
Alexandre Neto
12:51 AM Revision 6bf5274b (qgis): [processing] Fix some missing references warnings
Nyall Dawson
11:45 PM Revision aabbb307 (qgis): [processing] Fix clearing destination doesn't actually reset to tempora...
Even though the UI makes it look like it did Nyall Dawson
11:45 PM Revision ce2f7739 (qgis): [processing] Correct text for temporary folder output
Nyall Dawson
10:38 PM Revision 68b7f5a8 (qgis): Merge pull request #7087 from slarosa/fix_19001
Fixes #19001: update url for _pyqgis and _api commands Salvatore Larosa
10:12 PM Revision d157b6e6 (qgis): [processing] Fix destination folder param is not updated after
picking from the file dialog alone Nyall Dawson
09:01 PM Revision e33c1942 (qgis): Optimise some coordinate transforms
Nyall Dawson
09:01 PM Revision 6c0a1da0 (qgis): Filter invalid rings during label geometry preparation
Nyall Dawson
09:01 PM Revision 3ba7c0b3 (qgis): Unit tests for filterVertices
Nyall Dawson
09:01 PM Revision 2a70c4bc (qgis): Remove invalid ring handling from filterVertices, move to removeInvalid...
Nyall Dawson
09:01 PM Revision f7618d00 (qgis): Fix doxygen
Nyall Dawson
09:01 PM Revision 16091eca (qgis): Better memory management, handle nan coordinate results when
calculating point feature label obstacle geometry Nyall Dawson
09:01 PM Revision 48410276 (qgis): [labeling] Geometry transformations may result in nan points,
so filter these out when registering labeled features Nyall Dawson
09:01 PM Revision f092c7ed (qgis): Add method to filter vertices for geometries in place, by providing a c...
Nyall Dawson
09:01 PM Revision 8341b9b1 (qgis): Safer memory management for shapeburst fills
Fail gracefully if temporary image could not be allocated
TODO: use a maximum size for the image, and downsample to ...
Nyall Dawson
09:01 PM Revision c013c23e (qgis): Catch some uncaught transform exceptions
Nyall Dawson
09:01 PM Revision 53d4d0b4 (qgis): Fix filterVertices for multipoint geometries
Nyall Dawson
09:01 PM Revision 0c7df170 (qgis): Optimise QgsCurve::asQPolygonF for linestring geometries
Nyall Dawson
08:57 PM Revision 70afe2d8 (qgis): Add geometry and id field parameters
Anita Graser
03:11 PM Revision f26bbd9d (qgis): revert changes to test files
Peter Petrik
03:08 PM Revision 1ed5bb54 (qgis): Autopep8
Anita Graser
02:58 PM Revision 8494c67a (qgis): apply map transform directly in the feature highligh c++ code
Peter Petrik
02:21 PM Revision ff7c70fc (qgis): [processing][gdal] Fix gdal command does not automatically update
when destination value is changed Nyall Dawson
02:00 PM Revision 093d53a3 (qgis): since 3.4
Peter Petrik
01:25 PM Revision 2770f6c0 (qgis): misc doc changes
Peter Petrik
12:32 PM Revision 744a42ff (qgis): Assume URL already encoded in web view widget
Matthias Kuhn
12:26 PM Revision ad1fef9f (qgis): Workaround crash in msvc when raising a GEOS exception
In some circumstances MSVC tries to raise it's own internal
exception when we try to raise a GEOSException. This resu...
Nyall Dawson
12:10 PM Revision f5c0a2c4 (qgis): Project dirtying improvements
- Mark as dirty when renaming a layer/group
- Better approach to mark as dirty when changing CRS
- Better approach t...
Mathieu Pellerin - nIRV
12:10 PM Revision 5ab3fe4b (qgis): Add subsetStringChanged signal
Mathieu Pellerin - nIRV
12:00 PM Revision 7160bac6 (qgis): Merge pull request #6955 from amaizr/web-view-widget-wrapper-url-encodi...
Assume URL already encoded in web view widget Matthias Kuhn
11:59 AM Revision 3edc07b4 (qgis): also versioning cookbook url
Salvatore Larosa
11:52 AM Revision 8f5bde40 (qgis): use https for cookbook url
Salvatore Larosa
11:43 AM Revision b202d606 (qgis): const correctness QgsVectorLayer::deleteAttributes
Matthias Kuhn
11:40 AM Revision 04e779a0 (qgis): qgz set as the default format
Paul Blottiere
11:28 AM Revision 00b60198 (qgis): rename qgsquickfeature and remove featuremodel
Peter Petrik
11:27 AM Revision f00321a4 (qgis): move tessellator from 3d to core (need also for quick library)
Peter Petrik
11:27 AM Revision 0a99b119 (qgis): Add polygon highlight support
Peter Petrik
11:26 AM Revision 264788ac (qgis): [qgsquick] [feature] Added identify and highlight feature
Viktor Sklencar

2018-05-28

10:18 PM Revision 6002ce0b (qgis): Speed up rendering by avoiding data defined layer enabled check in most...
Nyall Dawson
10:18 PM Revision 03f82539 (qgis): add missing qgis_quick.h header to install
Peter Petrik
08:39 PM Revision 70f82664 (qgis): add test to check that \since and \deprecated are at the end of command...
Denis Rouzaud
08:39 PM Revision 6772f0d7 (qgis): fix test
Denis Rouzaud
08:39 PM Revision 83be4fae (qgis): [sipify] fix deprecated annotation without additional comment
Denis Rouzaud
08:39 PM Revision 65bb60e9 (qgis): run sipify
Denis Rouzaud
08:39 PM Revision 0fa85bba (qgis): put \since and \deprecated at the end of comment blocks
Denis Rouzaud
08:39 PM Revision 637f59de (qgis): fix server/app files and sipify test
Denis Rouzaud
07:52 PM Revision f3146537 (qgis): Cleanup + pep8
Anita Graser
07:05 PM Revision dd811a28 (qgis): Add PostGISExecuteAndLoadSQL
Anita Graser
04:47 PM Revision fc55d869 (qgis): Merge pull request #7098 from alexbruy/fix-cmake
fix build with CMake < 3.7 Alexander Bruy
03:28 PM Revision 034c3f0d (qgis): Revert "Merge pull request #5461 from m-kuhn/less_temp_files"
This reverts commit cfad3aa560c2d11e5271fc2ac64d82aba9f7b5a0, reversing
changes made to cdca7084c44d9d12d2ee835afff85...
Denis Rouzaud
02:03 PM Revision 4c3a9ef7 (qgis): Ensure that class \brief comes before \since (#7081)
Otherwise it breaks the Python docstrings, which require
the brief to come first
Nyall Dawson
01:20 PM Revision 6cac1bdc (qgis): use complex condition for CMake < 3.7
Alexander Bruy
01:07 PM Revision facf7a22 (qgis): Merge pull request #7007 from arnaud-morvan/server_filter_and_bbox
[server][wfs] Apply BBOX inside And using filterRect René-Luc ReLuc
11:49 AM Revision a525b2df (qgis): Mark project as dirty when changing layer subset string
Mathieu Pellerin - nIRV
11:25 AM Revision 12a7be79 (qgis): [server] Apply BBOX inside And using filterRect
In case of a WFS GetFeature request,
if BBOX is not a direct child of the Filter element,
it is applyed through an in...
Arnaud Morvan
10:13 AM Revision 97a2a46c (qgis): Update PostGISExecuteAndLoadSQL.py
Anita Graser
08:42 AM Revision fc740d71 (qgis): Fixes #19001: update url to _pyqgis and _api commands
Salvatore Larosa
08:02 AM Revision 870d2074 (qgis): [processing] Tweaks and checks for checkParameterValues
Nyall Dawson
08:02 AM Revision e25c8137 (qgis): Fix SAGA parameter value check
Nyall Dawson
08:02 AM Revision a26ae3c1 (qgis): [processing][grass] Fix broken checkParameterValues tests
Nyall Dawson
07:36 AM Revision 373b6bb9 (qgis): [needs-docs] Move the "move features" and "Copy and move features"
buttons to the Advanced Digitizing toolbar Harrissou Santanna
07:36 AM Revision c16e2798 (qgis): [needs-docs]Add multi edit attributes icon to the Digitizing toolbar
fixes #16568 Harrissou Santanna
06:20 AM Revision cfdfa47d (qgis): [fix] Variables can't have spaces in name
Nathan Woodrow
05:49 AM Revision 6441b64a (qgis): [Processing] Fix raster menu split in two in some locales
Fixes #17448 Nyall Dawson
05:34 AM Revision aa765b20 (qgis): Set object name for vertex editor (avoid Qt warning)
Nyall Dawson
05:34 AM Revision dd2279c8 (qgis): More capitalization
Nyall Dawson
05:34 AM Revision 614800c9 (qgis): [Fix] Don't recreate vertex editor each time
Nathan Woodrow
05:34 AM Revision 6fd8890c (qgis): Minor cleanups
Nyall Dawson
05:34 AM Revision ec969569 (qgis): Capitalization
Nyall Dawson
05:05 AM Revision c923d5b6 (qgis): Fixes #16706, categorized symbology matching lack of value is not prope...
Andrea Aime
03:09 AM Revision b56f1132 (qgis): [processing] Add some more tags and icons to stats algs
Nyall Dawson
02:59 AM Revision b6f2f7bd (qgis): Don't use QgsVectorLayer::selectedFeatures() to check for a selection
in a layer
This is incredibly inefficient, because selectedFeatures() actually
fetches a full copy of all selected f...
Nyall Dawson
02:06 AM Revision e552ce62 (qgis): Add warning note to QgsLayoutPageCollection::shouldExportPage
Nyall Dawson
02:04 AM Revision b150f41f (qgis): fix build with SIP < 4.18
Alexander Bruy
02:04 AM Revision 5cf33969 (qgis): Cleaner conditional generation of pyi typehint stub files
Nyall Dawson

2018-05-27

01:48 AM Revision a804a33b (qgis): Remove some useless \returns dox
Nyall Dawson
01:33 AM Revision 2a7b854e (qgis): Remove the invalid image/jpg mime type
Stéphane Brunner
12:56 AM Revision f0b72ae6 (qgis): Set the dpi default to -1 to use layout dpi
Harrissou Santanna
12:22 AM Revision ea0c1d8c (qgis): Typo
Nyall Dawson
12:22 AM Revision f8bc9703 (qgis): Remove extra space added before first line of docstring
Nyall Dawson
07:17 PM Revision 499459be (qgis): fix build with SIP <4.19
Jürgen Fischer
02:30 PM Revision a2d796aa (qgis): Merge pull request #7086 from slarosa/plugin_mgr_search_icon
[pluginmanager] show search icon in filter line edit and remove search label Salvatore Larosa
10:54 AM Revision 71107d1d (qgis): Sipify
Nyall Dawson
10:54 AM Revision 7a1a787c (qgis): Fix incorrect returns docstring when doxygen \returns has extra trailin...
Nyall Dawson
10:54 AM Revision 9f650fea (qgis): Fix incorrect param docstring when doxygen \param has extra
trailing spaces or uses tabs Nyall Dawson
10:54 AM Revision 4b1b7526 (qgis): Fix bad regex
Nyall Dawson
10:54 AM Revision 38850bdb (qgis): [pyqgis] Ensure that multiline param tags are indented for additional l...
Nyall Dawson
10:54 AM Revision 3b5ada15 (qgis): Move class since annotation to after brief
Lots of classes do this, but it messes with the python docstrings.
TODO: add a unit test preventing this behavior
Nyall Dawson
10:54 AM Revision 1edbca49 (qgis): Fix bad class docstring
Nyall Dawson
10:54 AM Revision 3d6ea597 (qgis): Remove some junk lines from docstrings
Nyall Dawson
10:54 AM Revision 0e75f6ef (qgis): Don't indent multiline versionadded/deprecated tags
Turns out there isn't any valid ones anyway - the only
multiline versionadded tags are due to incorrect ordering
of b...
Nyall Dawson
10:29 AM Revision 0115d4e9 (qgis): [pluginmanager] show search icon in filter line edit and removed search...
Salvatore Larosa
06:05 AM Revision c864d22d (qgis): Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
Nyall Dawson
06:05 AM Revision b6b08e96 (qgis): Add 'accessor for' to doxygen compliance blacklist
Use "Returns the..." instead Nyall Dawson
06:05 AM Revision 17500c45 (qgis): Fix some interface doxygen
Nyall Dawson
04:06 AM Revision 487a6a8b (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget (#7079)
Denis Rouzaud
03:10 AM Revision 459765fd (qgis): fix test
Denis Rouzaud

2018-05-26

11:17 PM Revision efce338b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
11:14 PM Revision c8a5992b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
08:51 AM Revision 4bb7f82f (qgis): Remove some incorrect 'not available in Python bindings' notes
Nyall Dawson
07:44 AM Revision fa5a7d2a (qgis): Typo
Nyall Dawson
07:44 AM Revision ff55cfc9 (qgis): Add missing getters to QgsContrastEnhancementFunction
Nyall Dawson
07:44 AM Revision 8f770c3f (qgis): Add 'mutator for ' to doxygen compliance blacklist
Nyall Dawson
07:44 AM Revision 94cf3fc7 (qgis): Use "customize" instead of "customise"
Since we default to US spelling, we should always be using "customize" Nyall Dawson
03:56 AM Revision c97088bb (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:46 AM Revision 5b870dfa (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:12 AM Revision c5dbf643 (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:05 AM Revision 4bb6e91a (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:00 AM Revision 80e44c13 (qgis): Speed up map to pixel simplification by directly accessing x/y vertex data
Nyall Dawson
03:00 AM Revision 29d5105c (qgis): qgsgeometry_cast
Nyall Dawson
03:00 AM Revision c10f6de4 (qgis): Unit tests for QgsLineString::(x/y)Data()
Nyall Dawson

2018-05-25

01:18 AM Revision 9f0ea456 (qgis): Fix windows build (followup 15d2b3683)
Jürgen Fischer
12:57 AM Revision e6a0d529 (qgis): fix clang compile error on osx
Salvatore Larosa
10:31 PM Revision c73262d5 (qgis): Speed up WKB conversion to linestrings
Nyall Dawson
10:11 PM Revision cb4d1178 (qgis): Remove redundant virtual on override
Matthias Kuhn
09:38 PM Revision 6d66375b (qgis): Update qgsprojectionselectionwidget.cpp
Denis Rouzaud
09:20 PM Revision caac47ed (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget
when changed programmatically (i.e. using setCrs) Denis Rouzaud
04:10 PM Revision 2f86c2c5 (qgis): Merge pull request #7075 from m-kuhn/multiselectValueRelation
Fix checkboxes do not show up in value relation multi Matthias Kuhn
02:46 PM Revision f33a2d0e (qgis): Fix mdal build warning unused const var
Matthias Kuhn
11:50 AM Revision 37e0b9f6 (qgis): Fix checkboxes do not show up in value relation multi
Fix #19028 Matthias Kuhn
11:06 AM Revision 9aa5ac03 (qgis): Merge pull request #7061 from rouault/wms_wmts
WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fixes #18883) Matthias Kuhn
09:12 AM Revision 99b6194e (qgis): Improve docs for single symbol renderer, add missing SIP_FACTORY
Nyall Dawson
08:53 AM Revision 43928d8c (qgis): Don't crash when a null task is added to task manager
Nyall Dawson
08:51 AM Revision 595ecceb (qgis): fix windows build (followup 33390123e3)
Jürgen Fischer
08:31 AM Revision 5e360f90 (qgis): Add unit test to prevent deprecated methods without description
And add missing descriptions Nyall Dawson
08:28 AM Revision 83b0bd7c (qgis): Make 'WMS/WMTS' untranslatable in QgsWmsSourceSelectProvider::text()
Even Rouault
07:09 AM Revision 8bb45b93 (qgis): Typo
Nyall Dawson
07:09 AM Revision 1c615c15 (qgis): More documentation compliance
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
Nyall Dawson
06:48 AM Revision 095a3249 (qgis): More efficient QgsGeometry::asGeometryCollection() for single part geom...
Nyall Dawson
03:40 AM Revision bcaad3a5 (qgis): Fix documentation warning
Nyall Dawson
03:40 AM Revision 44630b47 (qgis): Add QgsDataProvider::ProviderOptions struct to constructors
for data providers
Allows a way to pass generic settings to providers, e.g.
passing a datum transform context for us...
Nyall Dawson
03:40 AM Revision 7c6eaf3d (qgis): Fix build
Nyall Dawson
03:40 AM Revision b813a671 (qgis): Fix API breaks
Nyall Dawson
03:16 AM Revision 1098b391 (qgis): Fix test
Nyall Dawson
03:16 AM Revision bb995202 (qgis): Fix more broken links
Nyall Dawson
03:16 AM Revision 2cb8a338 (qgis): Fix broken see also links
Nyall Dawson
03:16 AM Revision fa912f5c (qgis): Doxygen test also checks for broken 'see also' links
Nyall Dawson
03:16 AM Revision a3c543df (qgis): Fix test result
Nyall Dawson

2018-05-24

01:32 AM Revision 1d8689f3 (qgis): remove deprecated qt5_use_modules macro
Salvatore Larosa
01:32 AM Revision 98b683c7 (qgis): clang workaround to fix build: use move on return unique_ptr
Salvatore Larosa
01:18 AM Revision 29e80baa (qgis): [oracle] Always fetch features with null goemetry unless feature rect i...
...to match behaviour of other providers
(cherry-picked from c5c22d3)
Nyall Dawson
01:18 AM Revision 8f9c1d43 (qgis): [Oracle][Tests] Enhance Point convertion test
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Poi...
René-Luc ReLuc
01:18 AM Revision b35696f4 (qgis): Followups
(cherry-picked from 12a2243) Nyall Dawson
01:18 AM Revision 3e67ad5a (qgis): [oracle] Some updates to Oracle provider test suite
Now the Oracle provider passes the data provider edit stress/
conformance tests without issue!
(cherry-picked from 6...
Nyall Dawson
01:18 AM Revision a51d618d (qgis): [Oracle][Tests] Enhance Geometry creation SQL script
(cherry-picked from 3f6cd31) René-Luc ReLuc
01:18 AM Revision a4e2e8ab (qgis): [oracle] Fixes for edit tests (still disabled)
(cherry-picked from e197f80) Nyall Dawson
01:18 AM Revision 32ba7524 (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:18 AM Revision bacaee4a (qgis): [oracle] Fix crash when adding a feature with missing attributes
to data provider
(cherry-picked from 5709908)
Nyall Dawson
01:18 AM Revision bbb59907 (qgis): [oracle] Always check bounding box intersection when using filter rect
Because oracle sdo_filter sometimes returns results outside
the given filter (depending on the spatial index), and is...
Nyall Dawson
01:18 AM Revision 3921bf56 (qgis): Followups
(cherry-picked from fb16dab) Nyall Dawson
01:18 AM Revision c9683cf9 (qgis): [oracle] Fix incorrect feature count after adding features to layers
(cherry-picked from b6142c8) Nyall Dawson
01:18 AM Revision 644c71ef (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:18 AM Revision 15d2b368 (qgis): [oracle] Ensure that all attributes required for order by are fetched
Fixes potentially broken iterator sorting with oracle provider when
a subset of attributes is fetched
(cherry-picked...
Nyall Dawson
01:18 AM Revision d29317c3 (qgis): [BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinat...
René-Luc ReLuc
01:18 AM Revision 03e38152 (qgis): [oracle] Fix expression compilation of integer division
(cherry-picked from 60a71d1) Nyall Dawson
01:18 AM Revision f5a9e6b3 (qgis): [oracle] Always mark features as invalid when iterator is closed
Fixes some failing oracle provider conformance test suite failures
(cherry-picked from 649dc19)
Nyall Dawson
01:17 AM Revision c7538702 (qgis): Fix typo
Harrissou Santanna
01:17 AM Revision c66f6581 (qgis): Fix typo
Harrissou Santanna
09:59 PM Revision d71643f7 (qgis): Create PostGISExecuteAndLoadSQL.py
Anita Graser
04:03 PM Revision 12cb6fc6 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:44 PM Revision 375c1f15 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:14 PM Revision 5eddbb61 (qgis): fix icon/row size
Denis Rouzaud
03:14 PM Revision 1905cca7 (qgis): [locator] move the config button to the table
Denis Rouzaud
01:43 PM Revision 61f84ce7 (qgis): Merge pull request #7008 from PeterPetrik/qgsmeshlayer_2_scalar_vector_...
[mesh] Rendering of scalar and vector datasets Martin Dobias
01:26 PM Revision 3e436094 (qgis): WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fix...
Even Rouault
09:46 AM Revision 8d5d5f08 (qgis): Merge pull request #7048 from mhugent/fix_large_sized_print
Disable RenderPartialOutput Setting in printing. It is unused in prin… Marco Hugentobler
09:18 AM Revision 519c9db5 (qgis): Disable RenderPartialOutput also in composer map preview
Marco Hugentobler
08:16 AM Revision 882d8ed7 (qgis): tiny doc change
Peter Petrik
05:14 AM Revision dde895d1 (qgis): [layouts] Fix incorrect path shown after export atlas to pdf
Fixes #19013 Nyall Dawson

2018-05-23

10:56 PM Revision e906a2c9 (qgis): [python] Generate type hint stub files
Causes sip to generate the type hinting stub (".pyi") files
alongside the generated python modules.
This allows edit...
Nyall Dawson
08:51 PM Revision ce72bde3 (qgis): [WMS provider] Avoid duplicate format selection radio buttons (fixes #1...
Even Rouault
03:23 PM Revision 839de2e2 (qgis): Merge pull request #7057 from rouault/fix_18882_alternate
[WFS provider] Revert to using singular TYPENAME keyword for WFS 2.0 DescribeFeatureType (fixes #18882, refs #17872) Even Rouault
01:59 PM Revision 2330b7fc (qgis): [WFS provider] Handle buggy servers that require plural form TYPENAMES ...
Some servers like http://geoportal.samregion.ru/wfs12 return an
error when issuing a REQUEST=DescribeFeatureType&VERS...
Even Rouault
11:40 AM Revision e1708afc (qgis): Merge pull request #7052 from rouault/fix_18740_qgis2_18
[WFS provider] 2.18 / Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
11:03 AM Revision 2bbacb63 (qgis): Merge pull request #7054 from nyalldawson/compliant
Add compliance test to doxygen test Matthias Kuhn
10:37 AM Revision e6c94989 (qgis): fix stretch build
Jürgen Fischer
09:27 AM Revision f41daee1 (qgis): Fix docstring for setEditFormConfig
Alessandro Pasotti
08:55 AM Revision afa04d9b (qgis): Fix non-compliant docstrings
Nyall Dawson
08:46 AM Revision 8b1bbfe8 (qgis): Add compliance test to doxygen test
Tests for "non-compliant" doxygen strings, e.g. use of
- "getter for..." instead of "returns the..."
- "setter for......
Nyall Dawson
05:08 AM Revision 45aca2f9 (qgis): fix unclosed strings not style in python console & script editor
Mathieu Pellerin - nIRV
03:53 AM Revision 48489d63 (qgis): Sort list of acceptable missing docs
Nyall Dawson
03:53 AM Revision 14cf46cd (qgis): Update list of acceptable missing docs
Nyall Dawson
03:53 AM Revision 91a792b8 (qgis): Try to fix handling of undocumented members on Travis
Nyall Dawson
03:53 AM Revision 4082ef7f (qgis): Standardize member signature when comparing against acceptable undocume...
Seems different doxygen versions result in slightly different whitepace
*inside* the member's signatures!
Nyall Dawson

2018-05-22

01:20 AM Revision b9be0a5b (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Backport of 6cf1c502d1e057aa63ba7b48e2a532324a98194d Even Rouault
11:55 PM Revision 6165e4c8 (qgis): Add some SIP_THROW( QgsCsException ) annotations
Incomplete, but allows proper QgsCsException catching
for these methods
Nyall Dawson
11:22 PM Revision 1121565d (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #18...
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:55 PM Revision f82b6396 (qgis): Fix outdated docs
Fixes #19004 Nyall Dawson
09:56 PM Revision 7511d1ff (qgis): Revert "[bugfix][wfs] Expand support for 2.0.0 TYPENAMES" (fixes #18882)
This reverts *partially* commit ccb4c80f8a6d2bb179258f1ffec0dc9a447ca465.
The plural form of TYPENAMES is non confor...
Even Rouault
07:08 PM Revision 2bbea0d4 (qgis): Merge pull request #7047 from rouault/fix_18740
[WFS provider] Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
06:59 PM Revision 81bf510c (qgis): fix typo
Peter Petrik
05:55 PM Revision 31a95718 (qgis): Disable RenderPartialOutput Setting in printing. It is unused in printi...
Marco Hugentobler
02:35 PM Revision c7587693 (qgis): fix docs
Peter Petrik
02:32 PM Revision 33390123 (qgis): various small fixes from review
Peter Petrik
01:32 PM Revision 6cf1c502 (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Even Rouault
12:56 PM Revision 9cf6bbf4 (qgis): Improve default color scheme for python console & script editor
Mathieu Pellerin - nIRV
08:31 AM Revision 45b045d2 (qgis): Fix missing color settings for python console / script editor
Mathieu Pellerin - nIRV
07:43 AM Revision 6d87a4cf (qgis): [console] Fix unclosed strings don't respect the preset font size
Nyall Dawson
03:57 AM Revision 33669ab7 (qgis): [processing] Don't crash when hitting transform exceptions
inside transform algorithm Nyall Dawson
03:57 AM Revision 681074bf (qgis): Setting crs for extent group box shouldn't auto check the box
Causes e.g. changing the destination CRS in the save vector
file dialog to accidentally enable the "extent" filter op...
Nyall Dawson
02:05 AM Revision 959d1e93 (qgis): Avoid some unnecessary geometry clones during map to pixel
simplification Nyall Dawson
02:05 AM Revision 98117839 (qgis): Add failing test for rendering simplification of very small
ring inside larger polygon Nyall Dawson
02:05 AM Revision c1661dee (qgis): Fix invalid polygon rings created by map to pixel simplification
when a larger polygon contains a very small ring Nyall Dawson

2018-05-21

10:54 PM Revision b886e224 (qgis): Fix typo
Even Rouault
10:44 PM Revision c3c5c976 (qgis): Dummy commit to indicate that 0addae5b783e541953522eabe178426e820bf852 ...
Even Rouault
10:40 PM Revision 0addae5b (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #1870)
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:03 PM Revision 19b3325b (qgis): Use the standard snap indicator with move features tool
Fixes #18957 Nyall Dawson
10:03 PM Revision c5ff6b9c (qgis): [processing] Ensure parameters linked to layer parameters
(e.g. field choices) are correctly updated when a layer
is selected which doesn't belong to the project
Nyall Dawson
10:02 PM Revision 3de7b383 (qgis): Fix bad regex escaping
Nyall Dawson
10:02 PM Revision 343872b7 (qgis): Flip some code to use format
Nyall Dawson
10:02 PM Revision c0d95280 (qgis): Silence python warnings from 3rd party libraries on startup
Nyall Dawson
10:02 PM Revision 4ec9e00a (qgis): Fix SVG parsing error on startup
Nyall Dawson
11:48 AM Revision a7397b17 (qgis): [python console] improve settings UI (#7041)
- improve UI spacing
- harmonize reset icon
Mathieu Pellerin - nIRV
11:06 AM Revision dcc79fcf (qgis): [processing] Fix invalid attribute's name
Paul Blottiere
11:06 AM Revision 42199d1a (qgis): [processing] Declare NOT_SELECTED
Paul Blottiere
08:07 AM Revision 6b5e5b6e (qgis): [processing] Fix models cannot correctly set enum parameters
to a static choice Nyall Dawson
08:07 AM Revision b2163260 (qgis): [processing] Fix exception when editing enum input with no default value
Nyall Dawson
06:28 AM Revision 28b23d0b (qgis): [processing] Fix script editor dialog title
Nyall Dawson
06:28 AM Revision 84163841 (qgis): [processing] Improved script editor dialog title
- show filename in title, or 'Untitled Script' for new
scripts
- show unsaved ('*') indicator when unsaved changes pr...
Nyall Dawson
05:58 AM Revision 05beaa73 (qgis): [needs-docs][processing] open existing script toolbar action
Mathieu Pellerin - nIRV
05:58 AM Revision fb882494 (qgis): [needs-docs][processing] reword add model/script to toolbox actions
Mathieu Pellerin - nIRV
02:03 AM Revision 35b3e9bb (qgis): Add unit test for geoccs descriptions imported from GDAL
Nyall Dawson

2018-05-20

10:50 AM Revision 6b3ebfc0 (qgis): harmonize open script icons
Mathieu Pellerin - nIRV
10:50 AM Revision 1b3a47a6 (qgis): remove unused python console icons
Mathieu Pellerin - nIRV
10:50 AM Revision af45b84c (qgis): [processing] do no wrap line in script editor
(harmonize behavior with python console) Mathieu Pellerin - nIRV
10:50 AM Revision b0e93a17 (qgis): [python console] update toolbar icon and action position
(harmonize position with the processing script editor) Mathieu Pellerin - nIRV
10:50 AM Revision 2ad74b9d (qgis): [processing] better unsaved change dialog upon closing script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 5a4d33f3 (qgis): [processing] use python console color/font settings for the script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 60bef387 (qgis): reduce darkness of the inc./dec. font icons
Mathieu Pellerin - nIRV
10:50 AM Revision 310bfb1e (qgis): [processing] show indentation guides in script editor
Mathieu Pellerin - nIRV
10:17 AM Revision cce49567 (qgis): [processing] add test for temporary output without extension
Alexander Bruy
10:17 AM Revision 303a79a1 (qgis): [processing] fix temporary directories handling
Alexander Bruy

2018-05-19

10:57 PM Revision e15f7cc0 (qgis): crssync: also update 'deprecated' flag (fixes #18905)
Jürgen Fischer
09:51 PM Revision 7576ae10 (qgis): crssync:
* also update coordinate system descriptions
* retrieve descriptions of geocentric CRSes (fixes #18968)
Jürgen Fischer
01:22 PM Revision a4d016fd (qgis): [processing] use a better icon for the find/replace action
(the new icon harmonizes itself with the console script editor) Mathieu Pellerin - nIRV
01:22 PM Revision 6d067ba9 (qgis): [processing] tiny improvements to the script editor
- add a keyboard shortcut to toggle the find panel
- focus on the find text box when opening panel
- find text when h...
Mathieu Pellerin - nIRV
03:29 AM Revision 7464ca68 (qgis): Fix export map as image/PDF does not respect labeling engine settings
Mathieu Pellerin - nIRV

2018-05-18

12:12 AM Revision b44ce1e8 (qgis): [processing] fix wrong parameter GRASS
matteo ghetta
12:12 AM Revision ace955c0 (qgis): resurrect also the test for r.thin
matteo ghetta
07:50 PM Revision e1822801 (qgis): Merge pull request #6997 from pblottiere/executesql_bugfix
[executesql] Use parameter's name instead of description to save sql query Paul Blottiere
07:25 PM Revision b4ec9a31 (qgis): [pyqgis] add QgsSettings.enumValue and flagValue to the bindings (#7024)
* [pyqgis] add QgsSettings.enumValue and flagValue to the bindings
these are done in pure Python since no implementa...
Denis Rouzaud
04:47 PM Revision deccf205 (qgis): [pyqgis] add method to retrieve metaEnum from an enum value or type (#7...
Denis Rouzaud
02:01 PM Revision e8e15d5b (qgis): Release of 2.18.20
Jürgen Fischer
02:01 PM Revision 8a899c87 (qgis): Release of 3.0.3
Jürgen Fischer
12:41 PM Revision ae89b4f9 (qgis): Merge pull request #7015 from m-kuhn/ensureEditSelectionOnFeatureSelect...
Update currently edited feature in attribute table when selection changes Matthias Kuhn
12:40 PM Revision bc257812 (qgis): Merge pull request #7013 from m-kuhn/sortList
Sort list on the attribute table/form view based on shown value Matthias Kuhn
12:40 PM Revision 3e9a37cc (qgis): Merge pull request #7018 from 3nids/sipify_metaenum_helper
[sipify] write helpers in core.__init__.py for Q_ENUM Denis Rouzaud
09:29 AM Revision 599799d2 (qgis): Remove unused import
Paul Blottiere
08:05 AM Revision e74e8360 (qgis): Use parameter's name instead of description to save sql query
Paul Blottiere
06:53 AM Revision 610d99c3 (qgis): Fix reverse expression function doesn't handle multicurve geometries
Nyall Dawson
05:48 AM Revision 01534340 (qgis): remove old color key when restoring copyright decorator from pre-3.2 pr...
Mathieu Pellerin - nIRV
05:14 AM Revision 7440220e (qgis): [sipify] complete test to check the __init__.py core files are up to date
Denis Rouzaud
04:54 AM Revision f267adc3 (qgis): run sipify
Denis Rouzaud
04:54 AM Revision 6301f9b6 (qgis): [sipify] write helpers in core.__init__.py for Q_ENUM
whenever reading a Q_ENUM macro, sipify will create a helper in the core module:
BaseClass.EnumType.parentClass = lam...
Denis Rouzaud
04:28 AM Revision 83ccff2a (qgis): Merge pull request #7017 from 3nids/locator_subgroup
[QgsLocator] add the capability of adding group for elements within t… Denis Rouzaud
03:49 AM Revision ae389be4 (qgis): add test for locator model with groups
Denis Rouzaud
03:49 AM Revision 1fe0fb74 (qgis): [sipify] fix remove value assignment in members
Denis Rouzaud
03:46 AM Revision c1e16969 (qgis): [QgsLocator] add the capability of adding group for elements within the...
Denis Rouzaud

2018-05-17

12:44 AM Revision 2a7c10e7 (qgis): change empty '' with None
matteo ghetta
12:44 AM Revision 9d7212f3 (qgis): [processing] change 0 to Not set Null values in Gdal Clip
matteo ghetta
12:44 AM Revision 57106986 (qgis): [processing] change 0 to Not set Null value also for contour
matteo ghetta
04:27 PM Revision d5ffc5a2 (qgis): Merge pull request #6994 from pblottiere/server_candidates
[server] Labeling settings Paul Blottiere
03:58 PM Revision e3361704 (qgis): update Travis build timeout
Denis Rouzaud
03:56 PM Revision 56104bcd (qgis): update Travis build timeout
Denis Rouzaud
03:12 PM Revision 66da1b00 (qgis): Fix typo
Matthias Kuhn
02:26 PM Revision 53324bf1 (qgis): Update currently edited feature in attribute table when selection changes
It's a very common pitfall for people to toggle the selection instead of
the edit selection in the form view of the a...
Matthias Kuhn
02:17 PM Revision 2246ad68 (qgis): Add note to describe unit test
Paul Blottiere
02:17 PM Revision 96a0b477 (qgis): Add unit test
Paul Blottiere
02:17 PM Revision 2564cf34 (qgis): Write labeling engine settings in project file
Paul Blottiere
02:17 PM Revision ecbd2079 (qgis): Add unit test
Paul Blottiere
02:17 PM Revision 7c871387 (qgis): Use labeling engine settings in WMS renderer
Paul Blottiere
02:14 PM Revision 2f0fbc67 (qgis): Merge pull request #7010 from daniviga/brp-python-bytecompile-py3
[RPM] Force brp-python-bytecompile to use python3 Matthias Kuhn
01:53 PM Revision 7b53273f (qgis): Merge pull request #6843 from pblottiere/bugfix_refrel
[bugfix] Fixes regression in relation reference widget with 'chain filter' option Matthias Kuhn
01:51 PM Revision b76acbe4 (qgis): More docstring fixes
Matthias Kuhn
01:40 PM Revision 74dec50c (qgis): Fix docstring
Matthias Kuhn
11:34 AM Revision 7d6518f7 (qgis): Update unit tests
Paul Blottiere
11:34 AM Revision 4b701204 (qgis): Update sip binding
Paul Blottiere
11:34 AM Revision eca1aef1 (qgis): Fixes regressions in relation reference widget
Paul Blottiere
11:32 AM Revision 352dbcb8 (qgis): Fixes segmentation fault when dividing by zero
Paul Blottiere
11:13 AM Revision ce403b14 (qgis): Add tests for sorting feature list by display expression
Matthias Kuhn
10:21 AM Revision 44bb21d6 (qgis): Remove guard for unininitialized widgetFactory
meanwhile we can rely on one being initialized Matthias Kuhn
10:20 AM Revision 2b950319 (qgis): Add a default editor widget factory
for safety when working without initialized widget registry in standalone apps and tests Matthias Kuhn
08:57 AM Revision 99638927 (qgis): Make additional sort caches accessible
Matthias Kuhn
08:56 AM Revision 6446bc7b (qgis): [RPM] Force brp-python-bytecompile to use python3
Daniele Viganò
08:48 AM Revision 2325fe5a (qgis): Deprecate unrequired methods
Matthias Kuhn
08:48 AM Revision b0ccafe0 (qgis): Add debug message
Matthias Kuhn
08:48 AM Revision f1770c75 (qgis): QgsFeatureListModel is sortable by display expression
Matthias Kuhn
08:48 AM Revision 14cefe3d (qgis): QgsFeatureListModel inherits QSortFilterProxyModel
Matthias Kuhn
08:48 AM Revision 91f32bf6 (qgis): Fix sorting by other than first sort role
Matthias Kuhn
08:48 AM Revision 2544391a (qgis): Allow prefetching more than a single sort expression
in the attribute table model. One is used for the table, the other one for the feature list in the form view. Matthias Kuhn
08:48 AM Revision 487d8d12 (qgis): Move initializers to header
Matthias Kuhn
08:31 AM Revision d5cec146 (qgis): Merge pull request #7001 from m-kuhn/userprofile-database-name
Use connection name to avoid closing default connection Matthias Kuhn
03:54 AM Revision 87a60d43 (qgis): Merge pull request #6733 from 3nids/setenumvalue
Save enum values as string in settings Denis Rouzaud
03:54 AM Revision 1a879b18 (qgis): Merge pull request #7002 from 3nids/sip_metoobject
[sipify] insert missing QMetaObject for gadget classes Denis Rouzaud
02:37 AM Revision 9a79fc78 (qgis): Merge pull request #6983 from PeterPetrik/qgsquick_2_scalebar_messagelog
[feature] Add ScaleBar and MessageLog components to QgsQuick library. Martin Dobias

2018-05-16

12:50 AM Revision 0d21bd04 (qgis): [processing] Include description in algorithmHelp output
Nyall Dawson
12:50 AM Revision b98f8f1d (qgis): [processing] Also filter using algorithm short descriptions
Nyall Dawson
12:50 AM Revision 5edcc64f (qgis): [processing] Allow algorithms to return a translated short description
This is used in the algorithm's tooltip in the toolbox, and is intended
for single sentence description of the algori...
Nyall Dawson
12:50 AM Revision fe93993a (qgis): Fix typo
Nyall Dawson
12:50 AM Revision 0e831da8 (qgis): [processing] If algorithm has no short help, show description in algori...
Nyall Dawson
11:49 PM Revision e9c81459 (qgis): Fix doxygen warnings
Martin Dobias
11:26 PM Revision 94f56b61 (qgis): Build/test fixes
Martin Dobias
10:20 PM Revision 698fad65 (qgis): Capitalization, string fixes
Turns out correct title case always uses uppercase for the
final word, even if the word wouldn't normally be uppercased
Nyall Dawson
09:21 PM Revision 0e57b887 (qgis): Fix crash when style panel opened from style change btn
Alessandro Pasotti
08:25 PM Revision 2abcfa23 (qgis): do not add static QMetaObject to QgsDefaultValue
it has no Q_ENUM so no need for now
I do not understand while it doesn't compile though
Denis Rouzaud
07:09 PM Revision 40499ee3 (qgis): Fix crash on categorized/graduated symbol styling dock
Alessandro Pasotti
05:29 PM Revision 95ecea89 (qgis): move additions from top __init__ to core.__init__
Denis Rouzaud
05:02 PM Revision 3fc99c04 (qgis): code cleanup
Peter Petrik
03:48 PM Revision e56ff683 (qgis): Merge pull request #7004 from alexbruy/select-atribute
[processing][needs-docs] add selection methods to Select by attribute algorithm Alexander Bruy
02:25 PM Revision 15a5d917 (qgis): [processing] improve polar plot algorithm help (fix #16679)
Alexander Bruy
01:54 PM Revision 5790bbca (qgis): fix QgsAbstractGeometry Q_GADGET position
Denis Rouzaud
01:43 PM Revision 1783394b (qgis): [processing] don't use function annotations as this breaks build on
systems with Python < 3.3 (fix #18961) Alexander Bruy
12:56 PM Revision aea3dcce (qgis): [FEATURE] Rendering of vector data on mesh layers
Rudimentary support of rendering of vector data (e.g. velocity) on mesh map layers.
Rendering can be adjusted by QgsM...
Peter Petrik
12:47 PM Revision 92965288 (qgis): [FEATURE] Rendering of scalar data on mesh layers
Rudimentary support for rendering of scalar data (e.g. water depth)
on mesh map layers.
Martin Dobias
12:47 PM Revision 3154102a (qgis): [FEATURE] Scalar/vector data in mesh data providers
Reading and processing scalar (e.g. water depth) and vector (e.g.
velocity) data from mesh data providers (e.g. MDAL)
Peter Petrik
12:37 PM Revision bfbc64ce (qgis): update to MDAL 0.0.3
Peter Petrik
12:01 PM Revision c1acc299 (qgis): Merge pull request #7006 from DelazJ/patch-1
More typo fix Alessandro Pasotti
11:53 AM Revision 9ccc76b6 (qgis): More typo fix
Harrissou Santanna
11:03 AM Revision ee7240f7 (qgis): Fix typo
Alessandro Pasotti
10:20 AM Revision 580509fd (qgis): [processing][needs-docs] add selection methods to Select by attribute
algorithm (fix #18682) Alexander Bruy
09:48 AM Revision a44eeae4 (qgis): Merge pull request #6982 from elpaso/currentformfeature-expressions-4
[feature][need-docs] Current feature/current value form context expressions Alessandro Pasotti
08:39 AM Revision c27ce392 (qgis): Merge pull request #6980 from m-kuhn/bwta2017
Add BWTA2017.gsb to srs.db Matthias Kuhn
08:20 AM Revision b2fb029c (qgis): Added help text for @current_feature
Alessandro Pasotti
06:42 AM Revision 623574af (qgis): Fix build warnings
Nyall Dawson
06:08 AM Revision d0c14ef0 (qgis): [dbmanager] Fix bad import in vlayers plugin
Nyall Dawson
06:08 AM Revision 3949802d (qgis): Improved title case conversion, add tests
Nyall Dawson
06:08 AM Revision 825a697e (qgis): Add missing ellipsis to db manager action
Nyall Dawson
06:08 AM Revision 79fc5b9d (qgis): String capitalization, ellipsis
Nyall Dawson
06:08 AM Revision 408da458 (qgis): [needs-docs] Place core plugin actions into top level menus
when plugin only has a single action
Affected actions:
- Database -> DB Manager -> DB Manager
- Coordinate Capture -...
Nyall Dawson
06:08 AM Revision d711915d (qgis): Properly title case "Open From" and "Save To"
Apparently both the first and last words are ALWAYS capatilised
in title case, even if they normally wouldn't be.
Nyall Dawson
06:08 AM Revision 87c3a868 (qgis): Allow plugins to add actions to top level of raster/vector/db/web menus
Provides a way to avoid plugins creating submenus with a single
action - e.g. "DB Manager" -> "DB Manager". It's a vi...
Nyall Dawson
06:08 AM Revision 861153df (qgis): [processing] Title case for algorithm dialog titles
Nyall Dawson
06:08 AM Revision 6c02d053 (qgis): Super-basic title-case conversion method
No grammatical parsing, so only useful for very simple cases Nyall Dawson
06:08 AM Revision d864cd67 (qgis): [processing] Correctly capitalize menu entry actions, add ellipsis
Nyall Dawson

2018-05-15

11:38 PM Revision e8cf8c2f (qgis): [sipify] insert missing QMetaObject for gadget classes
Denis Rouzaud
11:26 PM Revision ff35e694 (qgis): fix (again) install of qgis.core.additions
Denis Rouzaud
09:08 PM Revision 40dd931b (qgis): [tr] Polish translation update
Borys Jurgiel
08:35 PM Revision 74b0e910 (qgis): [processing] Fix some exceptions
Nyall Dawson
08:35 PM Revision a0ff2af3 (qgis): [processing] Fix some crashes on invalid parameters
Nyall Dawson
08:35 PM Revision 0f78277a (qgis): Add SIP_THROW annotation
SIP uses the deprecated throw(...) annotation in order to determine
which exceptions may be thrown by c++ code. Witho...
Nyall Dawson
08:35 PM Revision c9e5a365 (qgis): [processing] Avoid generic exceptions
Makes the full Python exception available when running algorithm,
which provides much more useful error messages
Nyall Dawson
07:17 PM Revision 4033cc2e (qgis): Set form feature in current_feature variable instead of
... setting the feature member variable Alessandro Pasotti
06:36 PM Revision 55a1984b (qgis): Initialize mFieldIdx to -1
Alessandro Pasotti
06:32 PM Revision 673fac0c (qgis): Added methods to search expression nodes and drop RegExp
- nodes() return the list of all nodes
- findNodes<T> returns a list of the nodes matching the class
Also drops the ...
Alessandro Pasotti
04:39 PM Revision d10c0232 (qgis): Use connection name to avoid closing default connection
No observable bad effects identified but the following warning looks suspicious:
Warning: QSqlDatabasePrivate::add...
Matthias Kuhn
03:02 PM Revision cd34da80 (qgis): also install additions py files in their directory (#7000)
Denis Rouzaud
02:00 PM Revision a6877449 (qgis): Merge pull request #6996 from alexbruy/processing-grass-formats
[processing] allow GRASS algorithms to save vectors in any GDAL-supported format Alexander Bruy
12:45 PM Revision 1e046a17 (qgis): Updated docs for current_value function
Alessandro Pasotti
12:33 PM Revision 44cc7d23 (qgis): Copy cached min/max value to provider test suite
(cherry-picked from 26174ea9) Nyall Dawson
12:33 PM Revision dd0c4c7d (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
(ch...
Nyall Dawson
12:21 PM Revision 0383a148 (qgis): [processing] Create Attribute Index can run on non-spatial layers
Nyall Dawson
12:15 PM Revision 67965ca3 (qgis): [processing] use GPKG as default output format for GRASS
Alexander Bruy
12:14 PM Revision 98586461 (qgis): [processing] add test for output to GPKG
Alexander Bruy
11:53 AM Revision 8aa56fc3 (qgis): [processing] fix GRASS vector tests
Alexander Bruy
11:37 AM Revision bc0f7533 (qgis): [needs-docs][processing] vectorize & improve remaining vector menu icons
Mathieu Pellerin - nIRV
11:37 AM Revision 483b4ff9 (qgis): remove processing ftools bitmap icons
Mathieu Pellerin - nIRV
11:37 AM Revision 9a82dbe1 (qgis): [needs-docs][processing] vectorize and improve remaining data analysis ...
Mathieu Pellerin - nIRV
10:50 AM Revision 97eceb16 (qgis): Merge pull request #6894 from pblottiere/bugfix_getcapa_version
[server] Keep default version in case of invalid VERSION parameter Paul Blottiere
10:07 AM Revision 19569377 (qgis): Update getcapabilities document to fit 1.3.0 version
Paul Blottiere
10:07 AM Revision db4a2dda (qgis): [server] Keep default version in case of invalid VERSION parameter
Paul Blottiere
10:07 AM Revision 6ea2cd63 (qgis): Add unit tests
Paul Blottiere
09:57 AM Revision cf599685 (qgis): [processing] vector outputs can be saved in any GDAL-supported format
Thanks to Médéric RIBREUX Alexander Bruy
09:20 AM Revision b4f86147 (qgis): Add referencedFunctions() to expressions
Alessandro Pasotti
08:59 AM Revision 58e53510 (qgis): Don't add GEOS warnings to message log
This dramatically slows down rendering, especially when labeling
is used. E.g. because labeling clips features, or be...
Nyall Dawson
08:34 AM Revision edb12b4d (qgis): Removed attribution
Alessandro Pasotti
08:34 AM Revision 63d2086d (qgis): Rename functions from get_current_form_field_value to current_value
and current_geometry Alessandro Pasotti
08:34 AM Revision 83328ae5 (qgis): [feature] Form context expressions in value relation widget
The value relation widget filter expression can now use two
new functions/variables that have access to the current
v...
Alessandro Pasotti
08:34 AM Revision 54173768 (qgis): Moved form feature to private and added setters/getters
plus other minor style changes as suggested by m-kuhn
in his PR review
Alessandro Pasotti
08:34 AM Revision ba339f2f (qgis): Some more test cases for value relation widget
Alessandro Pasotti
08:34 AM Revision e59d6fee (qgis): Removed leftover
Alessandro Pasotti
08:34 AM Revision 266f145c (qgis): Removed const
I don't get why, but I trust @m-kuhn and I'll follow his advice :) Alessandro Pasotti
07:10 AM Revision 5cb8c252 (qgis): [needs-docs][processing] vectorize and improve remaining geometry tools...
Mathieu Pellerin - nIRV
07:10 AM Revision 4d36f370 (qgis): [needs-docs][processing] rename export geom. columns to add geom. attri...
Mathieu Pellerin - nIRV
02:56 AM Revision 395e864b (qgis): fix prepare-commit after moving sip files
Denis Rouzaud
02:21 AM Revision c5ee15a9 (qgis): Merge pull request #6987 from 3nids/pyqgis_additions
[pyqgis] move qgis.core tricks to their own python file in additions folder Denis Rouzaud

2018-05-14

01:53 AM Revision 261e5f74 (qgis): bring back PyQt.QtCore.NULL in qgis.core
Denis Rouzaud
01:23 AM Revision 26174ea9 (qgis): Copy cached min/max value to provider test suite
Nyall Dawson
01:07 AM Revision 3716fa6e (qgis): Merge pull request #6988 from cdavila/release-3_0
[tr] Spanish translation update 14/5/18 Matthias Kuhn
12:15 AM Revision 2d0810c8 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses.
(cherry-picked from 8d5e5c9)
Nyall Dawson
12:15 AM Revision 15c2c9b3 (qgis): [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings
(cherry-picked from 0d520456)
Nyall Dawson
12:15 AM Revision 6543af35 (qgis): [docs] Add processing algorithm porting guide
(cherry-picked from 830ad0b4) Nyall Dawson
12:15 AM Revision cd6a14b1 (qgis): Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes
Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:0...
Nyall Dawson
12:01 AM Revision 831512c9 (qgis): [pyqgis] fix py files in subdirectory not correctly installed
Denis Rouzaud
12:00 AM Revision 6e33bdcd (qgis): [pyqgis] move qgis.core tricks to their own python file in additions fo...
this makes the code much easier to read Denis Rouzaud
11:59 PM Revision 9b28e3d7 (qgis): Port gdalcalc with formula excaping fix (#6984)
Resurrect gdalcalc algorithm from 2.x Luigi Pirelli
10:34 PM Revision bb852734 (qgis): [tr] Spanish translation update 14/5/18
cdavila -
09:52 PM Revision 49090a55 (qgis): [FEATURE][locator] Add search for settings pages to locator bar (#6625)
* [FEATURE][locator] Add search for settings pages to locator bar
Search Settings, Options, and Project Properties p...
Klavs Pihlkjær
08:55 PM Revision c9b3e2ab (qgis): fix indentation
Denis Rouzaud
08:08 PM Revision 90bbe69a (qgis): fix QVariant / QString compare
Denis Rouzaud
06:17 PM Revision 3ea6432b (qgis): Merge pull request #6985 from pigreco/help_in_linea_field_calc
corrections function_help Matthias Kuhn
05:49 PM Revision a6683622 (qgis): add assert on metaEnum and convert existing settings to strings
Denis Rouzaud
05:47 PM Revision c985092a (qgis): fix typo
Alexander Bruy
05:43 PM Revision 307fbea1 (qgis): Merge pull request #6986 from 3nids/sip_files_oranize
Better orgnization of sip files Denis Rouzaud
05:02 PM Revision fca72fa7 (qgis): put back module sip files
Denis Rouzaud
04:44 PM Revision 847f0e18 (qgis): adapt sipify scripts and test to place auto generated sip files in dedi...
Denis Rouzaud
04:41 PM Revision 8b130f1c (qgis): move auto generated sip file in dedicated folder (server+analysis)
Denis Rouzaud
04:31 PM Revision 9ed15484 (qgis): move auto generated sip file in dedicated folder (gui)
Denis Rouzaud
04:23 PM Revision 7df2593c (qgis): move auto generated sip file in dedicated folder
Denis Rouzaud
04:21 PM Revision 45e5b3fb (qgis): [pyqgis] comment some core additions
Denis Rouzaud
03:13 PM Revision 3660f3f6 (qgis): corrections
salvatore fiandaca
02:49 PM Revision d26f1e14 (qgis): replace with setEnumValue
and complete missing enumValue Denis Rouzaud
02:47 PM Revision d156e1fb (qgis): save enum settings as string for a better inspection
Denis Rouzaud
02:47 PM Revision dce235d6 (qgis): create dedicated function for flags
there is a small redundancy in code, but it makes it much nicer to read the calls:
flagValue( key, default) instead o...
Denis Rouzaud
02:12 PM Revision c5f478c3 (qgis): [processing] Fix destination resets to 'memory:' instead of temporary l...
Nyall Dawson
02:12 PM Revision 81dabd18 (qgis): [processing] Finish default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision 4ccd4446 (qgis): [processing] Add default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision 1a45a797 (qgis): [processing][model] Fix handling of mandatory checkbox in output defini...
Nyall Dawson
11:39 AM Revision 0cd9e19a (qgis): [Feature] Add ScaleBar and MessageLog components to QgsQuick library.
Peter Petrik
09:22 AM Revision 8d5e5c94 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses. Nyall Dawson
08:53 AM Revision 773e8633 (qgis): Fix build warning
Nyall Dawson
08:20 AM Revision 44eb0f90 (qgis): Add BWTA2017.gsb to srs.db
NTv2 grid available here:
https://www.lgl-bw.de/lgl-internet/web/sites/default/de/05_Geoinformation/Galerien/Dokument...
Matthias Kuhn
07:43 AM Revision 6b742687 (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
Nyall Dawson
06:32 AM Revision 8f47691a (qgis): [processing] add gdal command name to tags for better searches (#6978)
Mathieu Pellerin - nIRV
03:56 AM Revision 272f9ef8 (qgis): Merge pull request #6951 from 3nids/locator_prefix
allow customizing prefix of locator filters Denis Rouzaud

2018-05-12

10:21 PM Revision e0b86bef (qgis): Remove the default output value shown in expression builder
Fixes #18808 Harrissou Santanna
03:36 PM Revision 83a8d01f (qgis): [tr] Polish translation update
Borys Jurgiel
03:35 PM Revision a11fc1a9 (qgis): [tr] Polish translation update
Borys Jurgiel
 

Also available in: Atom