30329 Commits

Author SHA1 Message Date
Radim Blazek
99721527b2 [GRASS] use QWidget for module UI, fixes #5084 2015-12-15 17:29:02 +01:00
rldhont
9e8e868a0f [TEST][QGIS Server] Add WFS GetFeature STARTINDEX test 2015-12-15 17:18:41 +01:00
rldhont
a37ca2b52f Dont set content-length header on streamed response. Fixes #13991
Thanks to @AsgerPetersen to help fixing #13991
closes #2582
2015-12-15 17:18:41 +01:00
Matthias Kuhn
b319435743 Simplify and harden code for geometry collections 2015-12-15 17:16:24 +01:00
Radim Blazek
e7a0167189 [GRASS] suppress raster masking for rendering and querying 2015-12-15 16:50:12 +01:00
Matthias Kuhn
4f2da483ac Indentation update 2015-12-15 16:24:12 +01:00
Matthias Kuhn
0eb36d5047 Add debug output to csv test
To debug timeout:

Timed out log:
http://dash.orfeo-toolbox.org/testDetails.php?test=35623737&build=211129

Good log for comparison:
http://dash.orfeo-toolbox.org/testDetails.php?test=35617301&build=211079

Failing test:
test_039_issue_13749 which references https://hub.qgis.org/issues/13749

Mailing list discussion:
http://lists.osgeo.org/pipermail/qgis-developer/2015-December/thread.html#40581
2015-12-15 16:17:44 +01:00
George Shegunov
9fdab87056 The providers plugin path can be changed in the applications. 2015-12-15 16:17:44 +01:00
rldhont
0a7e3f5e2b Merge branch 'AsgerPetersen-wfstests' 2015-12-15 16:01:01 +01:00
Jürgen Fischer
1138253dd2 Merge pull request #2486 from SebDieBln/CMake_FixFindPythonLibraryWindows
have CMake find Python library on Windows
2015-12-15 15:50:59 +01:00
volaya
95b92c7960 [processing] correctly export multiline strings as python parameters from modeler
fixes #13830
2015-12-15 14:57:29 +01:00
Asger Skovbo Petersen
7101b5beb0 Remove unsupported SRSNAME 2015-12-15 14:52:37 +01:00
Asger Skovbo Petersen
cea82c0a35 WFS version corrected to 1.0.0 2015-12-15 14:46:21 +01:00
AsgerPetersen
3d937e1deb Simple python tests of WFS responses 2015-12-15 13:51:11 +01:00
Radim Blazek
7fc6b075d3 [GRASS] fixed crash when region is drawn outside limits 2015-12-15 13:39:11 +01:00
Matthias Kuhn
2596315dac Make use of implicitly shared QgsExpression 2015-12-15 13:39:07 +01:00
Matthias Kuhn
4f999c82d0 Doxymentation for QgsExpression 2015-12-15 13:39:07 +01:00
Matthias Kuhn
de1c319bf6 Implicit sharing for QgsExpression 2015-12-15 13:39:07 +01:00
nirvn
7e04036779 projection selector event fix 2015-12-15 22:29:36 +10:00
Nyall Dawson
6ddcae2936 Fix calculation of spatialite SelectAtId capability 2015-12-15 23:18:13 +11:00
volaya
4fbf4cf3ad Merge pull request #2566 from radosuav/processing_fixes
[Processing] Three small fixes
2015-12-15 12:43:26 +01:00
volaya
08a8b6095f [processing] modified how user folder is defined
This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on top of a regular QGIS instance.
2015-12-15 12:38:05 +01:00
Nyall Dawson
85eebff69b Avoid some unnecessary object conversion during point rendering 2015-12-15 22:36:49 +11:00
Nyall Dawson
4e18d54555 Tests and fixes for QgsPolygonV2
- Setting exterior ring will force all interior rings to match
dimensionality of exterior ring
- add equality operator
- use correct WKB types for rings when creating polygon from WKB
- segmentize curves when setting exterior ring with curved segments
- fix export to GML2/3 (should use LinearRing, not LineString as
ring element tag)
2015-12-15 22:36:41 +11:00
Nyall Dawson
2f72b3b8cf Ignore != operator in doc coverage test 2015-12-15 22:36:29 +11:00
Radim Blazek
e94b2155df [GRASS] add/remove mapset to/from search path browser actions 2015-12-15 12:18:08 +01:00
Radim Blazek
5c551837fb [GRASS] distinct icons for open/searched mapset 2015-12-15 12:18:08 +01:00
Matthias Kuhn
2f8ea52885 Tab order on digitizing options page 2015-12-15 12:00:53 +01:00
Stéphane Brunner
dad7aa70f6 Make the rubber band color configurable 2015-12-15 12:00:53 +01:00
radosuav
9096a64a6c [Processing] Use default value of boolean parameter in the modeler and fix typo in outputs.py 2015-12-15 10:57:02 +01:00
Radim Blazek
02fcaca693 [GRASS] new input combo in mapcalc 2015-12-15 10:48:06 +01:00
volaya
a53ba16934 Merge pull request #2451 from spono/patch-5
[Processing] Update GridMetrics.py
2015-12-15 08:14:43 +01:00
volaya
9c0ee36c49 Merge pull request #2469 from spono/patch-13
[Processing] Update FilterData.py
2015-12-15 08:14:10 +01:00
volaya
7f3cc35b10 Merge pull request #2467 from spono/patch-11
[Processing] Update Cover.py
2015-12-15 08:10:57 +01:00
Nathan Woodrow
34ccc345cc Merge pull request #2580 from nirvn/projection_selector_dbl_click_v5
[projection selector] apply selected projection on double click
2015-12-15 14:25:20 +10:00
nirvn
8a40dda2e5 fix sip coverage test failure 2015-12-15 10:19:47 +07:00
nirvn
84d2e954bc [projection selector] apply selected projection on double click 2015-12-15 08:36:59 +07:00
Nyall Dawson
576875e998 Followup 320c696 use clang-modernize to replace 0/NULL use with nullptr 2015-12-15 11:24:51 +11:00
Nyall Dawson
fb2b930db8 Fix some plugin UI includes 2015-12-15 11:24:43 +11:00
Nyall Dawson
19ff7de06d Fix indentation 2015-12-15 11:22:39 +11:00
Nyall Dawson
5b244ae88c [FEATURE] More geometry functions for expressions
- add accessors: geometry_n, interior_ring_n
- add num_geometries, num_rings, num_interior_rings
- add nodes_to_points for converting every node in a geometry
to a multipoint geometry
- add segments_to_lines for converting every segment in a geometry
to a multiline geometry

nodes_to_points and segments_to_lines are intended for use with
geometry generator symbology, eg to allow use of m and z values
for nodes/lines with data defined symbology.
2015-12-15 11:22:39 +11:00
Juergen E. Fischer
24a61ff48d debian packaging update (partly reverts 245659f; fixes #13981) 2015-12-14 23:47:29 +01:00
rldhont
30b3b6856a [FEATURE][QGIS Server] STARTINDEX param in WFS GetFeature Request
STARTINDEX is standard in WFS 2.0, but it's an extension for WFS 1.0 implemented in QGIS Server.

STARTINDEX can be used to skip some features in the result set and in combination with MAXFEATURES provides for the ability to use WFS GetFeature to page through results. Note that STARTINDEX=0 means start with the first feature, skipping none.
2015-12-14 22:44:45 +01:00
rldhont
cf60ddb5a5 [BUGFIX][QGIS Server] Update Layer order from group in GetPrint
Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada
2015-12-14 18:00:25 +01:00
Alessandro Pasotti
ca5707ddeb Merge pull request #2579 from elpaso/bugfix-13984
Fixes #13984 custom python init function config is lost in master
2015-12-14 13:59:11 +01:00
elpaso
8c4d81023b Fixes #13984 custom python init function config is lost in master 2015-12-14 13:55:11 +01:00
Juergen E. Fischer
36267f5935 dxf export: trim whitespace from layernames 2015-12-14 12:28:57 +01:00
Salvatore Larosa
a1fb1b8a93 Revert "remove non existing icons from topology plugins resources"
This reverts commit 0f41ff6918354578c3a705bd5118908e11ad299e.
2015-12-14 11:04:22 +01:00
Salvatore Larosa
0586a75dce [topology checker] add missing icons followup 6e9ff36 2015-12-14 11:03:58 +01:00
Denis Rouzaud
0f41ff6918 remove non existing icons from topology plugins resources
followup 6e9ff364bb794c59ac2c6c72173d59b4e0731b92
can be reverted once files are added
2015-12-14 10:19:30 +01:00