Matthias Kuhn
82e6d1219f
Rename from[GeometryType] to from[GeometryType]XY
...
- QgsGeometry::fromPoint() was renamed to fromPointXY()
- QgsGeometry::fromMultiPoint() was renamed to fromMultiPointXY()
- QgsGeometry::fromMultiPolyline() was renamed to fromMultiPolylineXY()
- QgsGeometry::fromPolygon() was renamed to fromPolygonXY()
- QgsGeometry::fromMultiPolygon() was renamed to fromMultiPolygonXY()
2017-10-30 09:14:06 +01:00
Matthias Kuhn
ca74e391cd
Rename QgsGeometry.addPoints with XY / V2-less versions
2017-10-30 09:14:05 +01:00
Matthias Kuhn
750a54f8f6
More drop V2 suffix fixes
2017-10-30 09:14:05 +01:00
Matthias Kuhn
e19f6482ca
Various fixes to dropping V2 suffix
2017-10-30 09:14:05 +01:00
Matthias Kuhn
7f3ad76882
Rename QgsMultiPolygonV2 to QgsMultiPolygon
2017-10-30 09:14:04 +01:00
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
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
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
Borys Jurgiel
77de9fc5ce
[Plugin manager] remove depreciated and unused stuff
2017-10-29 20:26:35 +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
Matthias Kuhn
37e9272f3d
Fix API typo
2017-10-29 13:31:17 +01:00
Matthias Kuhn
0c321fb5b0
Decouple transaction handling from QgsProject
2017-10-29 13:31:17 +01: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
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
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
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
Alessandro Pasotti
d64529f4ce
[api][auth] Removed get prefix from all getters in auth manager
2017-10-27 14:27:29 +02:00
Matthias Kuhn
6829a92e79
Merge pull request #5468 from m-kuhn/unobtrusiveConstraints
...
[FEATURE] Make constraint reporting less obtrusive
2017-10-27 12:47:21 +02:00
Matthias Kuhn
40955b24dd
Merge pull request #5440 from m-kuhn/relrefthreadingv2
...
[feature] Relation Reference Widget : Threaded Version
2017-10-27 11:07:25 +02:00
Matthias Kuhn
38a4eb48be
Code improvements
2017-10-27 09:43:55 +02:00
Nyall Dawson
68179e224c
Merge pull request #5475 from nyalldawson/snap_to_grid
...
[FEATURE][processing] Native c++ snap to grid algorithm
2017-10-27 17:19:37 +11:00
Nyall Dawson
4372ac2658
[FEATURE][processing] Native c++ snap to grid algorithm
...
With support for snapping Z/M values, keeping curves
2017-10-27 15:16:15 +10:00
Nyall Dawson
c67e39812d
Improvements to QgsAbstractGeometry::snappedToGrid
...
- Fix loss of coordinates when not rounding a particular dimension
- Don't segmentize curved geometries
- Add extra unit tests
- Make createEmptyWithSameType() protected and skip from Python bindings.
This method relies on low-level manipulation of the returned geometry
which we do not want to expose as public/fixed API
2017-10-27 14:37:35 +10:00
Harrissou Sant-anna
30aa5f5f96
Allow double typed values in algorithm
...
Also homogenize the output name
2017-10-27 13:09:39 +11:00
Martí Angelats i Ribera
3f5b11bffe
Make asGridified and newSameType (helper function)
2017-10-27 11:22:47 +10:00
Harrissou Sant-anna
c2577ec0fc
Full sentence should often begin by capitalized letter
...
and end by a full stop.
2017-10-27 01:46:08 +02:00
Harrissou Sant-anna
f5025cc668
Use a more appropriate dialog title for message boxes
...
and capitalise first letters
2017-10-27 01:43:26 +02:00
Harrissou Sant-anna
2614ca1a96
Remove trailing spacing and punctuation in ui items
2017-10-27 01:43:26 +02:00
Nyall Dawson
131b15f2a7
Merge pull request #5472 from nyalldawson/grid_renderer
...
Grid renderer
2017-10-27 10:23:21 +11:00
Nyall Dawson
b80160a628
Merge pull request #5464 from lbartoletti/improve_triangle
...
Improve triangle
2017-10-27 08:47:41 +11:00
myarjunar
ff2ade9843
[FEATURE] add grid renderer for points displacement. funded by Kartoza
2017-10-27 07:06:07 +10:00
Matthias Kuhn
3eefe0dba9
Make constraint reporting less obtrusive
2017-10-26 23:04:31 +02:00
Larry Shaffer
8501053a0d
Merge pull request #5463 from boundlessgeo/BD-2507-pki-bundle-validation
...
[auth] PKI bundle validation utility function
2017-10-26 13:52:57 -06:00
Larry Shaffer
3210f8546a
Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1
...
[auth] Convert PKCS8 to PKCS1 private keys (for macOS)
2017-10-26 12:42:12 -06:00
Alessandro Pasotti
89166a0d2e
[auth] Add utility method to validate a PKI bundle
2017-10-26 18:26:47 +02:00
Alessandro Pasotti
f1eba3a849
[auth] Add validatePKIBundle
2017-10-26 18:24:35 +02:00
Alessandro Pasotti
0557b394d8
Add documentation for the hostName argument
2017-10-26 18:24:35 +02:00
Alessandro Pasotti
368b0df24e
[auth] Add certificate chain validation routine
2017-10-26 18:24:35 +02:00
Alessandro Pasotti
92b3b5bcbc
Merge pull request #5446 from boundlessgeo/BD-2279-authmanager-singleton
...
[auth] Authmanager singleton API removal
2017-10-26 17:31:04 +02:00
Matthias Kuhn
7ec35e0859
Add a selectOnFocus property to QgsFilterLineEdit
2017-10-26 16:29:46 +02:00
Matthias Kuhn
c661ab1090
Allow using NULL values
2017-10-26 15:31:50 +02:00
Matthias Kuhn
0b090fe141
Doxyfixes
2017-10-26 15:30:40 +02:00
Matthias Kuhn
a15c183aeb
More doxymentation
2017-10-26 15:30:39 +02:00