Blottiere Paul <blottiere.paul@gmail.com> 2018-07-20
Increases number of pages
Juergen E. Fischer <jef@norbit.de> 2018-07-17
osgeo4w: support newer cmake versions
Merge: 7ddfaaba46 01c0d20b2c
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-15
Merge pull request #7375 from slarosa/fix_19283
[2.18LTR] Fix field calculator in not able to add a new field
Radoslaw Guzinski <radosuav@op.pl> 2018-07-10
[Processing] Display saved value of ParameterTableMultipleField in the modeler.
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-10
fix indentation
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-09
fix warning
Juergen E. Fischer <jef@norbit.de> 2018-07-06
spatialite provider: fix retrieval of unicode name of spatial index on views
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-06
set precision to 0 if not defined
Even Rouault <even.rouault@spatialys.com> 2018-06-01
QgsVectorDataProvider::supportedType(): only checks field length and precision against min/max if they are defined (ie > 0). Fixes test_qgsauxiliarystorage.py and qgis_projectstoragetest
Even Rouault <even.rouault@spatialys.com> 2018-06-01
QgsVectorDataProvider::supportedType(): use -1 as the value for unspecified length/width (this is the default in QgsField constructor and QgsVectorDataProvider::NativeType())
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-06
resolve conflict
Juergen E. Fischer <jef@norbit.de> 2018-07-05
db manager: also add newline when adding a unique id field (fixes #19343)
Juergen E. Fischer <jef@norbit.de> 2018-07-04
fix build with SIP 4.19.11 (fixes #19332)
Juergen E. Fischer <jef@norbit.de> 2018-07-04
[postgres][db2] username and authcfg are not mutually exclusive (followup 9ce55ca0)
Matthias Kuhn <matthias@opengis.ch> 2018-07-02
Allow updating SSL cert custom configuration
So far it was only possible to add a first configuration, changing the configuration later on would fail with a unique constraint error.
Juergen E. Fischer <jef@norbit.de> 2018-06-26
Add BWTA2017.gsb to srs.db (backport 44eb0f901)
ie.
sqlite3 resources/srs.db "INSERT INTO tbl_datum_transform VALUES(NULL,100017,4314,4258,9615,'BWTA2017.gsb',NULL,NULL,NULL,NULL,NULL,NULL,'Transformation for the German federal state of Baden-Wuerttemberg: Diese NTv2-Datei deckt das Gebiet von Baden-Wuerttemberg ab und ist daher ausschliesslich für die Transformation von Geo(fach)daten innerhalb von Baden-Wuerttemberg geeignet. Dieser Ansatz ist für Geo(fach)daten zu verwenden welche auf Basis der ALKIS Daten gefuehrt und erstellt werden.','For applications requiring an accuracy of better than 1 metre.',1,0,'3339');"
Merge: 294f8accee 70e03951ba
Matthias Kuhn <matthias@opengis.ch> 2018-06-25
Merge pull request #7307 from rldhont/processing-r-enconde-string-218
[Bugfix][Processing] R script: ParameterString has to be encoding
rldhont <rldhont@gmail.com> 2018-06-22
[Bugfix][Processing] R script: ParameterString has to be encoding
In Processing R script, each parameter is inserted in the script by rewriting
the file. So it's necessary to encode ParameterString to correctly write the
processing r script.
Merge: 9fba24a3f2 259290ab32
rldhont <rldhont@gmail.com> 2018-06-22
Merge pull request #7303 from rldhont/server-wms-getprint-autoupdate-legend-218
[Bugfix][Server] Display composer legend with auto update like the Desktop
Juergen E. Fischer <jef@norbit.de> 2018-06-22
Release of 2.18.21
rldhont <rldhont@gmail.com> 2018-06-22
[Bugfix][Server] Display composer legend with auto update like the Desktop
QGIS Server was not able to display auto update legend in composer since
2.18.x. To fix it we need to deactivate *auto update* and to provide the
the project layer tree.
rldhont <rldhont@gmail.com> 2018-06-21
[Server] Use Project selection color in GetPrint for 2.18