41657 Commits

Author SHA1 Message Date
rldhont
026b9b0fd2 [Server] WMS Parameters: const QStringList &l 2017-09-19 07:34:36 +02:00
rldhont
9ee829ba50 [Server] WMS Parameters: const QVariant &value 2017-09-19 07:34:35 +02:00
rldhont
29a5ccfb2c [Server] WMS Parameters: const QVariant &defaultValue 2017-09-19 07:34:35 +02:00
rldhont
f3165187f0 [Server] GetLegendGraphics : Wait for feature counter finshed 2017-09-19 07:34:35 +02:00
rldhont
f88af6d55f QgsVectorLayer, countSymbolFeatures return QgsVectorLayerFeatureCounter 2017-09-19 07:34:35 +02:00
rldhont
08cacd4a1e [Server] Enhance QgsConfigCache 2017-09-19 07:34:35 +02:00
rldhont
8774e69328 [Server] Refactoring, removing qgs*parser files 2017-09-19 07:34:34 +02:00
rldhont
d8cf02e083 [Server] Remove QgsProject::instance 2017-09-19 07:34:34 +02:00
rldhont
a35af0c101 [Server] Refactoring, removing config parser from WMS 2017-09-19 07:34:34 +02:00
rldhont
51f1b83699 [BUGFIX][Server] GetLegendGraphics: Clear root legend 2017-09-19 07:34:34 +02:00
rldhont
262e81dfca [Server] WMS GetPrint refactoring - Update parameters manager 2017-09-19 07:34:34 +02:00
rldhont
10fbfb3737 [Server] WMS GetPrint refactoring - Update tests 2017-09-19 07:34:33 +02:00
rldhont
0e1d535c78 [Server] WMS GetPrint refactoring - Add Highlight layers 2017-09-19 07:34:33 +02:00
rldhont
7c1d397288 [Server] WMS GetPrint refactoring 2017-09-19 07:34:33 +02:00
rldhont
bb61db2e8d [Server] test: add response content in message when it's not an image 2017-09-19 07:34:33 +02:00
rldhont
899e872330 Cancel QgsVectorLayerFeatureCounter on QGsVectorLayer destroy 2017-09-19 07:34:32 +02:00
Nyall Dawson
b53e986781 Merge pull request #5170 from nyalldawson/drop_spatial_query
Drop spatial query plugin
2017-09-19 06:49:20 +10:00
Nyall Dawson
281236f4a1 Merge pull request #5211 from mhugent/atlas_compress_tiff
Use LZW compression for tifs exported from atlas / composer
2017-09-19 06:33:47 +10:00
Matthias Kuhn
b9a700075b Merge pull request #5215 from m-kuhn/metaCode
Doxymentation and de-noising
2017-09-18 20:43:14 +02:00
Matthias Kuhn
37e522e77e
Document API breaks 2017-09-18 18:34:22 +02:00
Matthias Kuhn
3043e85ea1
Return error message from QgsVectorFileWriter 2017-09-18 18:32:42 +02:00
Matthias Kuhn
d8de869780
Remove useless debug messages 2017-09-18 18:32:08 +02:00
Matthias Kuhn
63def3d870
Doxygen improvements 2017-09-18 18:32:06 +02:00
Alessandro Pasotti
9c67560b0c Geopackage import multiple files master task
This fixes a problem when importing multiple files
into a gpkg. Previous implementation spawned multiple
independent task causing the import to fail because
of DB being write-locked.

This implementation uses a master task with subtask
and dependencies.
2017-09-18 17:36:26 +02:00
Juergen E. Fischer
15bc5ed0c3 dxf export: fix layer assignment (fixes #17126; followup 92091c536b) 2017-09-18 17:20:49 +02:00
Mathieu Pellerin
c19fb1ca0c [expression] fix caching for aggregate() and @parent exp. (fixes #15797) 2017-09-18 21:06:08 +07:00
Juergen E. Fischer
d2d9de8e8f debian packaging: drop mimelnk files for KDE3 2017-09-18 15:27:07 +02:00
Alessandro Pasotti
2cf2ad25b4 QgsSettings -> Settings in options dialog tab 2017-09-18 14:46:37 +02:00
Alessandro Pasotti
d7029bb5a5 Geopackage: switch the action from add/remove connection
depending on the connection being already stored or not,
this allows the user to remove and existing connection.
2017-09-18 14:36:37 +02:00
Alessandro Pasotti
808cbf3526 Added a short comment in file header 2017-09-18 14:36:37 +02:00
Alessandro Pasotti
ef975476fe Geopackage: fix store connection from browser 2017-09-18 14:36:37 +02:00
Alessandro Pasotti
704ac54561 Fix refreshConnections: only emit if it's a root item
and propagate down to the tree until the root is reached.
2017-09-18 14:36:37 +02:00
Alessandro Pasotti
420dc829f0 Geopackage data items: added tooltip and fix connection storage 2017-09-18 14:36:19 +02:00
Alessandro Pasotti
f3d25c51c7 Minor cosmetic code change: removed unnecessary parenthesis 2017-09-18 14:34:56 +02:00
Alessandro Pasotti
7cf26369c4 Handle gpkg vectors and rasters with ogr data items 2017-09-18 14:34:56 +02:00
Alessandro Pasotti
6bc1d1f7d6 Typo in docstring 2017-09-18 14:31:17 +02:00
Alessandro Pasotti
ab74ecc3ad File browser: use GeoPackage items for gpkg files 2017-09-18 14:31:17 +02:00
Alessandro Pasotti
9f1f3ead1e Allow gpkg to also show vectors in zipped files 2017-09-18 14:16:10 +02:00
Marco Hugentobler
90378b79a8 Use LZW compression for tifs exported from atlas / composer 2017-09-18 13:57:53 +02:00
Even Rouault
7de9999248 Merge pull request #5206 from rouault/ogrprovider_use_gdaldriver_and_gdaldataset_api
[OGR provider] USE GDAL driver and dataset API, and pass FORCE_SRS_DETECTION=YES for GML
2017-09-18 11:22:58 +02:00
nirvn
938f261596 [processing] fix map layer combo box layer reference 2017-09-18 13:37:49 +07:00
Mathieu Pellerin
09195fb567 [processing] implement source flag for feature based algorithms (#5208) 2017-09-18 13:33:20 +07:00
Nyall Dawson
ffbb24481b Fix memory leak 2017-09-18 12:17:41 +10:00
Nyall Dawson
31f6a893ca Fix coverity unchecked return value warning 2017-09-18 12:14:38 +10:00
Nyall Dawson
57beefd474 Fix coverity uninitialized members warnings 2017-09-18 12:13:02 +10:00
Nyall Dawson
b44cf5d10f Fix memory leak 2017-09-18 12:10:46 +10:00
Etienne Trimaille
677c10434b [needs-docs] move metadata panel to OGC server panel 2017-09-16 23:50:07 +03:00
Mathieu Pellerin
01468d0879 Merge pull request #5204 from nirvn/saveselected_native 2017-09-16 12:17:11 +07:00
Nyall Dawson
f9bc9259c0 Merge pull request #5171 from nyalldawson/processing_selectioncheckboxes
[processing] Add useCheckBoxes option to EnumWidgetWrapper
2017-09-16 12:39:07 +10:00
Nyall Dawson
085687d8f0 Also update other spatial join alg 2017-09-16 10:21:54 +10:00