47453 Commits

Author SHA1 Message Date
Hannes
e8d1099ff3
add optional segments argument
text taken from single_sided_buffer
2018-05-10 16:58:12 +02:00
Peter Petrik
85f42e7d46 remove build noise from output 2018-05-10 08:08:37 -04:00
Nyall Dawson
c738bcf7af [processing] Don't skip null parameter values when converting
parameters to pythong strings

We need to include these, in order to differentiate unspecified
parameters from parameters set to null values
2018-05-10 15:48:20 +10:00
Nyall Dawson
d05f95f7d5 [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings
2018-05-10 15:48:20 +10:00
Juergen E. Fischer
e55bb558a6 cosmetics on 9e7e927b9c 2018-05-09 21:55:13 +02:00
Denis Rouzaud
4c92de9e98
Merge pull request #6505 from 3nids/form_url
[FEATURE] Allow to use a URL for a custom attribute form (UI file)
2018-05-09 10:58:17 -08:00
Denis Rouzaud
5d7a6c18ec remove useless API break 2018-05-09 14:02:51 -04:00
Jürgen Fischer
d99a27f432
Merge pull request #6958 from agauvrit-tis/patch-1
[FEATURE] Add DisplayVersion value in Uninstallkey
2018-05-09 17:22:48 +02:00
Denis Rouzaud
16497ee42c fix edit form test with local HTTP server 2018-05-09 11:04:29 -04:00
Denis Rouzaud
8e20996ddc simplify netwotk content fetcher registry
kudos @wonder-sk
2018-05-09 11:04:29 -04:00
Denis Rouzaud
30b7fd183c use QgsNetworkContentFetcherRegistry 2018-05-09 11:01:59 -04:00
Denis Rouzaud
c04ca96910 use QStringLiteral 2018-05-09 11:01:59 -04:00
Denis Rouzaud
5089d389b4 fix spelling 2018-05-09 11:01:59 -04:00
Denis Rouzaud
d413c8829a add UI form for testing 2018-05-09 11:01:59 -04:00
Denis Rouzaud
18699299ab [FEATURE ] allow to use URLs for attribute forms 2018-05-09 11:01:59 -04:00
Alexandre
9e7e927b9c
Add DisplayVersion value in Uninstallkey
The DisplayVersion value in Uninstallkey registry hive (Software\Microsoft\Windows\CurrentVersion\Uninstall) is mandatory for deployment software, it allows them to check quickly from standard registry path the currently installed version.

The VersionNumber value is already stored in Software\QGIS (version)\ hive but that's not a standard for deployment solutions.
2018-05-09 16:22:42 +02:00
Alessandro Pasotti
d06043f723
Merge pull request #6952 from elpaso/DelazJ-symbolselectorHelpShow
Delaz j symbolselector help show
2018-05-09 08:04:02 +02:00
Matthias Kuhn
29489e1056
Merge pull request #6865 from PeterPetrik/qgsquick_1_canvas_merge
[FEATURE] Introduction of QGIS Quick library
2018-05-09 07:40:01 +02:00
nirvn
c1ac975382 Small property icon improvements 2018-05-09 11:21:51 +07:00
Felis Pimeja
85660db91f Vectorized remaining propertyicons
List of icons^
gdal.png
network_and_proxy.png
locale.png
join.png
transparency.png
pyramids.png
overlay.png
map_tools.png
histogram.png
digitizing.png
attributes.png
2018-05-09 11:21:51 +07:00
Nyall Dawson
cbbaf9c283 Fix build warning 2018-05-09 13:44:01 +10:00
Martin Dobias
819ae6f31a Fix test that checked an exception from QgsSpatialIndex constructor 2018-05-08 20:28:27 -04:00
Martin Dobias
914cefff95 Fix crash when creating spatial index from empty layer
libspatialindex library throws an exception when trying to bulk load spatial index
and it is given an empty input data stream
2018-05-08 20:28:27 -04:00
Peter Petrik
b2188d4f02 use smart pointer for QgsQuickMapSettings in map canvas 2018-05-08 19:04:56 +02:00
Alessandro Pasotti
85d60f2bac Merge branch 'symbolselectorHelpShow' of https://github.com/DelazJ/QGIS into DelazJ-symbolselectorHelpShow 2018-05-08 18:15:51 +02:00
Alessandro Pasotti
f2304c1b15
Merge pull request #6764 from tudorbarascu/featureinfo_values
server tests for GetFeatureinfo different widget values
2018-05-08 15:24:40 +02:00
Tisham Dhar
83218c9eef Find Spatialindex library in osgeo4w64 bit 2018-05-08 21:10:09 +10:00
Tudor Bărăscu
90355f0e2d address comments and add @unittest.expectedFailure to test 2018-05-08 13:44:16 +03:00
Nyall Dawson
10475a6adf Really accept strings for arrow data defined properties 2018-05-08 20:38:08 +10:00
Harrissou Sant-anna
79035acd64 The Arrow type and head type are string inputs in DD
and not integer (fixes #16215)
2018-05-08 20:38:08 +10:00
Matthias Kuhn
be6a763b2f
Merge pull request #6949 from m-kuhn/wms_overwrite_parent_boundingBoxes
Wms overwrite parent bounding boxes
2018-05-08 11:49:38 +02:00
Matthias Kuhn
2ee479eb97
Fix codestyle 2018-05-08 11:00:15 +02:00
Roel Huybrechts
a2a2d28d34
Overwrite existing boundingBoxes with the same CRS in WMS capabilities. 2018-05-08 11:00:15 +02:00
Matthias Kuhn
cfad3aa560
Merge pull request #5461 from m-kuhn/less_temp_files
Cleanup temporary files in prepare-commit.sh
2018-05-08 10:35:15 +02:00
Tudor Bărăscu
cdca7084c4 add GetMap DPI mask image, fixes local test 2018-05-08 16:07:53 +10:00
Nyall Dawson
500af5e49d Spelling 2018-05-08 16:06:59 +10:00
Nyall Dawson
f9be605537 [FEATURE] Also show cartesian areas/perimeters in identify results
Because users are still getting confused with the difference
between the cartesian areas and ellipsoidal areas, show both
in the identify results dock.

The reasoning here is:

- if a user understands this concept, they will know the correct
one to use, and its good for us to inform them of the difference
here. Plus, it means they immediately see if the ellipsoid
setting is correct and the difference it is making for the
area/length calculation.

- if a user has no idea what the difference is, then we should
make them aware that there's (at least!) two different possible
measurement values. They can then either research what these mean and make
the right choice (and become better informed GIS practitioners),
OR pick a random one - which really is no different then the
previous situation, because an uniformed user is just as likely
to be working in an unsuitable projection with a poor ellipsoid
choice.

In short, we don't try to guess the right choice for users
and instead give them all the information and let them make the
call which value to use.
2018-05-08 16:06:59 +10:00
Harrissou Sant-anna
98fc8585fe [needs-docs] Rename "show labels for this layer" to "single labels" 2018-05-08 09:22:26 +07:00
Felis Pimeja
2ab5b84d92 Minified svg code for several icons (#6489) 2018-05-08 09:07:54 +07:00
Martin Dobias
3724138688 Updates from review 2018-05-08 03:47:49 +02:00
Martin Dobias
875da3f56c [FEATURE] Optionally add back faces of polygons in tessellator
Often the polygonZ/multipatch data do not have consistent ordering of vertices
(e.g. all clock-wise or counter clock-wise). Disabling culling helps to avoid
seemingly missing surfaces, but the shading is still not correct due to reversed
normals. This new option to add back faces fixes the problem: for each triangle
we create both front and back face with correct normals - at the expense of increased
number of vertex data.
2018-05-08 03:47:49 +02:00
Nyall Dawson
00d7ab6a43 Fix some data defined buttons show in text format widget 2018-05-08 11:11:33 +10:00
Harrissou Sant-anna
e936cd74de Widen the diagram Size Legend Preview frame
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to needlessly expand while the information is at right.
2018-05-08 09:49:10 +10:00
Nyall Dawson
99d0b3c337 More spell checks 2018-05-08 09:33:07 +10:00
luz.paz
c11c1cf406 Source typos 2018-05-08 09:33:07 +10:00
luz.paz
f01bff25ac Typos
Found via `codespell`
2018-05-08 09:33:07 +10:00
Nyall Dawson
51a15640dd Add words to spell check file 2018-05-08 09:33:07 +10:00
Ari Jolma
64d5193f20 Translation fixes for GDAL build VRT. 2018-05-08 09:26:57 +10:00
Nyall Dawson
3fff8724ea Update test result 2018-05-08 08:57:25 +10:00
Harrissou Sant-anna
67c20d5db0 Set max_points default value 2018-05-08 08:57:25 +10:00