43141 Commits

Author SHA1 Message Date
Matthias Kuhn
3fcdcd87af
Rename QgsMultiPointV2 to QgsMultiPoint 2017-10-30 09:14:04 +01:00
Matthias Kuhn
b6f46eae11
Rename QgsPolygonV2 to QgsPolygon 2017-10-30 09:14:04 +01:00
Matthias Kuhn
81586d207f
Optimize loop 2017-10-30 09:14:04 +01:00
Matthias Kuhn
9a57bae6f4
Rename QgsMultiPolygon to QgsMultiPolygonXY 2017-10-30 09:14:04 +01:00
Matthias Kuhn
b7908744e3
Rename QgsMultiPolyline to QgsMultiPolylineXY 2017-10-30 09:14:03 +01:00
Matthias Kuhn
29e65ed087
Rename QgsMultiPoint to QgsMultiPointXY 2017-10-30 09:14:03 +01:00
Matthias Kuhn
becf86cf6c
Rename QgsPolygon to QgsPolygonXY 2017-10-30 09:14:03 +01:00
Matthias Kuhn
48f26e5858 Fix astyle version check for 3.0 2017-10-30 08:21:33 +01:00
Harrissou Sant-anna
66649b991f Add configire to spelling check 2017-10-30 08:03:54 +01:00
Harrissou Sant-anna
4b0607a71f Remove trusted status from Plugin Manager 2017-10-30 08:03:54 +01:00
Matthias Kuhn
c48e0069ae Allow using system astyle 2017-10-30 07:25:09 +01:00
Nyall Dawson
71c17b8706 Fix build 2017-10-30 09:58:25 +10:00
Nyall Dawson
43dfa283e0 Drop unused variable 2017-10-30 09:53:05 +10:00
Juergen E. Fischer
e523780945 add loading of spatialite on windows and remove remaining references to
pyspatialite (followup 39816cf84)
2017-10-29 20:32:43 +01:00
Jürgen Fischer
39816cf843
Merge pull request #5493 from gacarrillor/bye_pyspatialite
Bye pyspatialite
2017-10-29 20:20:41 +01:00
Juergen E. Fischer
cfba4c4d09 fix windows build 2017-10-29 18:59:21 +01:00
gacarrillor
6415fad072 Get rid of PySpatiaLite 2017-10-29 10:46:54 -05:00
gacarrillor
6402160526 Use sqlite3 instead of pyspatialite for SpatiaLite connections 2017-10-29 10:46:54 -05:00
Harrissou Sant-anna
5b64af1365 Remove the empty Description column from Interface Customization dialog 2017-10-29 13:33:40 +01:00
Matthias Kuhn
2533960c20 Remove unused include 2017-10-29 13:31:17 +01:00
Matthias Kuhn
20f2a14620 Increase ccache size 2017-10-29 13:31:17 +01:00
Matthias Kuhn
ebae560a57 Debug cache misses 2017-10-29 13:31:17 +01:00
Matthias Kuhn
37e9272f3d Fix API typo 2017-10-29 13:31:17 +01:00
Matthias Kuhn
28f2722650 QgsTransaction.create expects layers, not ids 2017-10-29 13:31:17 +01:00
Matthias Kuhn
0c321fb5b0 Decouple transaction handling from QgsProject 2017-10-29 13:31:17 +01:00
Matthias Kuhn
5dbeaf58c9 [postgres][test] Check QgsFeatureRequest.connectionTimeout flag 2017-10-29 13:31:17 +01:00
Matthias Kuhn
29e8990ec1
Merge pull request #5483 from m-kuhn/postgisEmptyValue
[postgres] Distinguish empty and NULL values
2017-10-29 10:17:10 +01:00
Matthias Kuhn
e6e6189180 We cannot test to insert NULL with NOT NULL constraints 2017-10-29 00:24:13 +02:00
Matthias Kuhn
76746e7d5e [postgres][test] Assert NULL insert behavior
0 != '' != NULL
2017-10-28 23:15:54 +02:00
Matthias Kuhn
3b0b82cbe5 [postgres] Distinguish empty and NULL values 2017-10-28 23:14:24 +02:00
Borys Jurgiel
2c53ba9a0e [Plugin manager][needs-docs] Update a tooltip to tell users they can also use file:// protocol for plugin repositories 2017-10-28 15:05:17 +02:00
Even Rouault
24de819544 [askUserForOGRSublayers] Use layername= instead of layerid= when no ambiguity (#16135)
Complementary fix to 1822b76c1a69418e44d7a1186e16f54d670267ad for the case
where a layer has mixed geometry types.
2017-10-28 13:12:53 +02:00
Larry Shaffer
071099c0cf
Merge pull request #5478 from boundlessgeo/auth-viable
[auth][api] Remove deprecated QSslCertificate::isValid()
2017-10-27 14:08:56 -06:00
Larry Shaffer
4b9898b662 [auth] Return immediate errors for null cert/key when validating bundle 2017-10-27 14:06:52 -06:00
Larry Shaffer
671ce6359f [auth] Integrate cert viable functions into auth system 2017-10-27 14:06:52 -06:00
Larry Shaffer
8032de8d06 [auth][api] Remove deprecated QSslCertificate::isValid()
Substitue QgsAuthCertUtils::certIsViable(cert), which checks similar
characteristics to old function, plus whether the cert is null.
2017-10-27 14:01:03 -06:00
Martin Dobias
88a80e6661 [FEATURE] Range vertex selection in node tool
This little feature makes it possible to select a range of vertices from one feature.

It can be activated by pressing Shift+R - afterwards one needs to click start and final point
within a feature - this will selected all vertices between the two.

The range selection can be cancelled anytime by right-click or by pressing Esc key.

For closed curves (polygons), it is possible to switch to the "longer" way around the ring
by holding Ctrl while clicking the final point.
2017-10-27 20:53:05 +01:00
Martin Dobias
6476fef419
Merge pull request #5451 from wonder-sk/snap-indicators
Snap indicators improvements
2017-10-27 20:50:53 +01:00
Alessandro Pasotti
8ef715be15
Merge pull request #5480 from boundlessgeo/auth_get_removal
[api][auth] Removed get prefix from all getters in auth manager
2017-10-27 21:50:24 +02:00
Alessandro Pasotti
2fdf30c70d
Merge pull request #5232 from boundlessgeo/move_project_properties
[needs-docs] KDE: Moved project properties menu item from settings into the projects menu
2017-10-27 21:29:59 +02:00
Borys Jurgiel
4cde520248 [Plugin manager][needs-doc] Read a CHANGELOG file in case the relevant metadata key is empty 2017-10-27 21:01:40 +02:00
Martin Dobias
b726ba2936 Change vertex marker to box and segment marker to double triangle 2017-10-27 16:29:24 +02:00
mhugent
a843df8947 Merge pull request #5466 from mhugent/maptip_geometry_optional
[needs-docs] Make maptip and geometry attribute optional in featureinfo response
2017-10-27 16:13:20 +02:00
mhugent
26bd6d722e Merge pull request #5435 from mhugent/wms_print_layers
[needs-docs][feature] Wms print layers
2017-10-27 16:12:19 +02:00
Blottiere Paul
dfaabdcf6e Merge pull request #5425 from pblottiere/server_getfeatureinfo
[server][bugfix] Consider QUERY_LAYERS as valid layers in GetFeatureInfo
2017-10-27 15:11:45 +01:00
Matthias Kuhn
c9ca17560b
Less debug noise 2017-10-27 15:38:01 +02:00
Marco Hugentobler
52896f5545 Add test for maptip 2017-10-27 15:19:00 +02:00
Matthias Kuhn
4c7eb8327b
Fix crash when accessing out of bounds field 2017-10-27 15:15:50 +02:00
Alessandro Pasotti
d64529f4ce [api][auth] Removed get prefix from all getters in auth manager 2017-10-27 14:27:29 +02:00
Marco Hugentobler
1592cccf60 Try to make travis indentation check happy 2017-10-27 14:18:05 +02:00