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
Marco Hugentobler
26aae589ad
[FEATURE]: In GetProjectSettings, show if a legend group is mutually exclusive
2017-09-18 16:31:56 +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
Nyall Dawson
1983d8f522
Improve wording of spatial location alg parameters
2017-09-16 09:59:13 +10:00
Nyall Dawson
95ab2321e5
Add context menu with Select All/Clear Selection to checkboxes panel
2017-09-16 09:59:13 +10:00
Nyall Dawson
5ee32392f9
Use checkboxes for Extract/Select by Location algs
2017-09-16 09:59:13 +10:00
Nyall Dawson
dd441f6154
[processing] A non-optional multiple enum parameter must have at
...
least one choice selected to be valid
2017-09-16 09:59:13 +10:00
Nyall Dawson
4bae647ad9
Use smaller margins for checkboxes panel
2017-09-16 09:59:13 +10:00
Nyall Dawson
ecf7dd5e4f
Update class name
2017-09-16 09:59:13 +10:00
arnaud.morvan@camptocamp.com
b08119bc96
[processing] Add ui option useCheckBoxes in ByLocation algorithms
2017-09-16 09:58:35 +10:00
arnaud.morvan@camptocamp.com
53df3699fd
[processing] add ui option useCheckBoxes in CheckValidity
2017-09-16 09:57:13 +10:00
arnaud.morvan@camptocamp.com
534fe21f51
[processing] Add useCheckBoxes option to SelectionWidgetWrapper
...
This allow to show checkboxes or radioboxes intead of line edit with button.
This is configurable for each algorithm thought ParameterSelection metadata parameter.
It is also possible to choose the number of columns.
This is not applied in case of the BatchDialog.
2017-09-16 09:57:13 +10:00
Alessandro Pasotti
7a1b9f970b
DBManager -> Browser synchronization
...
Reload/refresh the browser tree and source select connection
items when connections, tables etc. change in the DBManager
Note that this is uni-directional: changes in the browser tree
are not (yet) propagated to the DBManager
2017-09-15 17:08:11 +02:00