48788 Commits

Author SHA1 Message Date
Blottiere Paul
120262e3b8 Fix compilation 2018-07-13 08:22:28 +01:00
Blottiere Paul
3ce290666b Remove unused class 2018-07-13 08:22:28 +01:00
Blottiere Paul
5aff40d28b Add ingroup 2018-07-13 08:22:28 +01:00
Blottiere Paul
d49c0d0480 Remove fake method 2018-07-13 08:22:28 +01:00
Blottiere Paul
9aed745432 Update doc for WgsWfsParameters 2018-07-13 08:22:28 +01:00
Blottiere Paul
896b923132 Update doc for WFS service 2018-07-13 08:22:28 +01:00
Blottiere Paul
d31d86d632 Update doc for QgsConfigParserUtils 2018-07-13 08:22:28 +01:00
Blottiere Paul
a698dc2ccb Update doc for QgsServiceNativeModuleEntry 2018-07-13 08:22:28 +01:00
Blottiere Paul
3bd9298742 Update doc for QgsServerPlugin 2018-07-13 08:22:28 +01:00
Blottiere Paul
2e693d0912 Update doc for wcs Service 2018-07-13 08:22:28 +01:00
Blottiere Paul
45bf204d0e Update doc for QgsFilterResponseDecorator 2018-07-13 08:22:28 +01:00
Blottiere Paul
3cf7c34146 Update doc for QgsConfigCache 2018-07-13 08:22:28 +01:00
Blottiere Paul
66c78f7806 Update doc for QgsWmsParameters 2018-07-13 08:22:28 +01:00
Blottiere Paul
12863203f7 Update doc for Service in WMS 2018-07-13 08:22:28 +01:00
Blottiere Paul
a7dfd6e1aa Update doc for QgsMapServiceException 2018-07-13 08:22:28 +01:00
Blottiere Paul
237054738a Update doc for QgsOWSServerFilterRestorer 2018-07-13 08:22:28 +01:00
Blottiere Paul
09ef8ea6bf Update doc for QgsBadRequestException 2018-07-13 08:22:28 +01:00
Blottiere Paul
75d44d9082 Update doc for QgsBadRequestException 2018-07-13 08:22:28 +01:00
Blottiere Paul
7abe384203 Update doc for QgsFcgiServerResponse 2018-07-13 08:22:27 +01:00
Blottiere Paul
4a66e9e8f6 Update doc for QgsLayerRestorer 2018-07-13 08:22:27 +01:00
Blottiere Paul
411ee199f3 Update doc for QgsWcsServiceException 2018-07-13 08:22:27 +01:00
Blottiere Paul
57b23dcfba Update documentation for QgsServerSettings 2018-07-13 08:22:27 +01:00
Blottiere Paul
8e9b9fc2e9 Activate server option in travis config for doc 2018-07-13 08:22:27 +01:00
Blottiere Paul
395cd8492e Generate doc when server is enabled (not plugins) 2018-07-13 08:22:27 +01:00
Blottiere Paul
8d6f3bb2e3 Add fake method to test Travis doc 2018-07-13 08:22:27 +01:00
Blottiere Paul
dd5ffb5cbc Update doc path for server 2018-07-13 08:22:27 +01:00
Martin Dobias
48195e0158 Make shade() const 2018-07-12 15:10:12 +02:00
Martin Dobias
39ac58b9aa Slightly optimize raster pseudo color rendering
This brought rendering time per raster tile from ~80ms to ~50ms
(this is with debug version so the timing may be skewed)
2018-07-12 15:10:12 +02:00
Nyall Dawson
1ac5ca02c7 Fix some map edit tools don't use correct rubberband color
Fixes #19381
2018-07-12 11:41:09 +10:00
Nyall Dawson
93146f7c9f [processing][saga] Outputs from snap algorithms should both be optional 2018-07-12 11:32:37 +10:00
Nyall Dawson
82364e4295 [processing][saga] Unit tests for snap points to lines/points algs 2018-07-12 11:32:37 +10:00
Rudi von Staden
64352fb159 Fix input parameter types for SAGA SnapPointstoLines 2018-07-12 11:32:37 +10:00
Rudi von Staden
dd4c49deae Fix input parameters of SAGA SnapPointstoPoints
Fixes #19382
2018-07-12 11:32:37 +10:00
Nyall Dawson
a5992d0178 [processing] Fail model drop if model file could not be successfully read 2018-07-12 10:14:03 +10:00
Nyall Dawson
41825cab1b [processing] Also accept QgsProcessingOutputLayerDefinition for
layer input values

Since these may result from the output of an earlier child algorithm running
in a processing model.

Fixes #19372
2018-07-12 10:14:03 +10:00
Nyall Dawson
61cc8b5774 [processing] Fix exception when dropping model file on qgis window 2018-07-12 10:14:03 +10:00
Juergen E. Fischer
87bce6ad7e postgresql provider: also quote schema when creating project table (fixes #19394) 2018-07-11 18:34:59 +02:00
Luigi Pirelli
1875b025da
Merge pull request #7362 from rudivs/update_maplayerwidgetwrapper
Add 'not selected' option for optional layer parameters in processing models
2018-07-11 15:25:12 +02:00
nirvn
014375d8de [ui] add tooltip for mysterious 3d point model textless checkbox 2018-07-11 14:10:20 +07:00
nirvn
5300eb4bf4 [3d] increase min/max for point XYZ translation and scale values 2018-07-11 14:10:20 +07:00
Nyall Dawson
af98ff8ba1 Fix crash when cliking within embedded layer dialog, before a project
is selected

Fixes #19369
2018-07-11 06:06:49 +10:00
Martin Dobias
a9c017de90 Fix crash with 2-band rasters 2018-07-10 14:37:03 +02:00
nirvn
2688a9d781 [3d] disable all edit ojects when playing animation 2018-07-10 18:59:23 +07:00
nirvn
64b91cc18c [3d] if slider is at the very end when hitting play, rewind and play 2018-07-10 18:59:23 +07:00
Martin Dobias
73edd8fd73 Improve rendering speed of RGB images in the common case
Avoid doing contrast enhancement unless it is really necessary.

This improved rendering speed of RGB image tiles in my test from around
~130 ms to ~40 ms.
2018-07-10 08:09:41 +02:00
Nyall Dawson
f6ab5f95f7 [processing] Better error when 'Convex hull' algorithm is run on
single point feature layer

Which hints to users to use the 'Minimum bounding geometry' algorithm
instead.

Fixes #19348
2018-07-10 10:24:28 +10:00
Martin Dobias
0a35d43552 Speed up rendering of RGB images
In my simple test case this made map rendering of RGB satellite image tiles
go down by ~50% from ~40ms per tile to ~20ms per tile (in debug version, ahem)
2018-07-09 22:01:11 +02:00
Matthias Kuhn
c4b9106872
Merge pull request #7380 from slarosa/fix_18485
Fixes #18485 - do not truncate project title if filename contains period
2018-07-09 11:19:12 -05:00
Matthias Kuhn
e065df14e5
Merge pull request #7382 from slarosa/fix_typo_19359
Fixes #19359 - fix typo copyed->copied
2018-07-09 11:18:38 -05:00
Martin Dobias
57855cc492 Update interpolation logic 2018-07-09 15:15:38 +02:00