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
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
Sandro Santilli
bd1f9b5233
Switch test to reentrant GEOS API
2018-05-08 08:22:33 +10:00
Martin Dobias
28d7c8c469
Fix a crash in tessellator with self-intersecting rings
...
Self-intersecting polygon rings may crash poly2tri so we skip them (for now)
2018-05-07 22:11:27 +02:00
Nyall Dawson
ea38c7322b
[afs] Fix handling of custom projections
...
Don't treat all unknown projections as WGS84
Fixes #18881
2018-05-08 05:38:27 +10:00
Denis Rouzaud
3fef9cd196
Merge pull request #6872 from 3nids/fetchregistry
...
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files
2018-05-07 11:43:55 -04:00
Denis Rouzaud
b4d00d95a1
delete contents in destructor and add missing mutexes
2018-05-07 10:15:06 -04:00
Denis Rouzaud
5610ebe9a2
fix crash when redownloading or canceling
2018-05-07 08:21:00 -04:00
Denis Rouzaud
9d45077456
also add localFile returning a QFile
2018-05-07 08:20:59 -04:00
Denis Rouzaud
8308ce1207
avoid race condition
2018-05-07 08:20:59 -04:00
Denis Rouzaud
0d6dcb231e
do not return a const file and add localFile helper
2018-05-07 08:20:59 -04:00
Denis Rouzaud
648562d2b7
do not expose task and make it thread safe
2018-05-07 08:20:59 -04:00
Denis Rouzaud
25108e5f5d
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files
2018-05-07 08:20:59 -04:00
Denis Rouzaud
ba04dea289
fix links to Qt issues
2018-05-07 08:15:39 -04:00
Matthias Kuhn
cb008699df
Merge pull request #6101 from letmaik/patch-1
...
Fix tracking of imported modules (and plugin reloading)
2018-05-07 11:25:17 +02:00
Matthias Kuhn
3264b0bb3e
Merge pull request #6937 from slarosa/fix_svg_size
...
fix svg size for cross-hair, capture-point, zoomin and zoomout, fixes #18806
2018-05-07 11:20:04 +02:00
Matthias Kuhn
b9884c2748
Merge pull request #6702 from pierreloicq/patch-2
...
talking about "ninja qgis"
2018-05-07 11:18:15 +02:00
Nyall Dawson
f4ec9e2abb
[processing] When an optional output is set to 'skip output', disable
...
and clear the associated 'add to qgis' checkbox
2018-05-07 19:17:04 +10:00
Nyall Dawson
cb638b6345
[processing][saga] Make some Slope,Aspect,Curvature outputs optional and non-default
2018-05-07 19:17:04 +10:00
Nyall Dawson
f34b3170b2
[processing] Fix parsing optional output 'create by default' from string'
2018-05-07 19:17:04 +10:00
Matthias Kuhn
9d12b0ad7b
Merge pull request #6749 from slarosa/db_quey_history_1
...
[FEATURE][needs-docs] DB Manager: adds SQL query history
2018-05-07 11:01:47 +02:00
Matthias Kuhn
0cc0fedbe3
Merge pull request #6748 from Scimmia22/patch-1
...
Update FindQextserialport.cmake for Qt5
2018-05-07 10:59:28 +02:00