Andrea Aime
aa594f5397
Also export rule based labelling. Follow up to #8925
2017-10-19 14:55:37 +02:00
rldhont
dc6bdc2919
[Server][Tests] Fix WMS tests locally
2017-10-19 14:48:48 +02:00
Nyall Dawson
325168ee1f
Merge pull request #5392 from nyalldawson/file_downloader
...
Split QgsFileDownloader into separate core/gui classes
2017-10-19 12:59:07 +11:00
Nyall Dawson
6fe89fd3c4
Replace GEOSGeomScopedPtr with unique_ptr with custom deleter
...
And make greater use of it through QgsGeos to avoid potential
memory leaks.
2017-10-19 11:52:10 +11:00
Nyall Dawson
406425d68a
Rename method, docs and api breaks documentation
2017-10-19 07:29:48 +10:00
Nyall Dawson
30da28a7b0
Fix qt warnings thrown by QgsFileDownloader
2017-10-19 07:21:17 +10:00
Nyall Dawson
587072cae9
Split QgsFileDownloader into separate core/gui classes
...
So that the guts of this class can be used from non-gui code
2017-10-19 06:32:50 +10:00
Nyall Dawson
f77377e6ae
Fix crash in QgsGeometry::splitGeometry
2017-10-19 07:30:50 +11:00
Alessandro Pasotti
a7765ca966
Merge pull request #5380 from boundlessgeo/bd_2272_pki_parsed_ca
...
[auth] Allow to optionally add CAs from PKI bundle to the trusted CAs for the configured connection
2017-10-18 11:47:30 +02:00
Alessandro Pasotti
b1c45d57a6
[auth] Use QGIS test certificates
2017-10-17 18:11:58 +02:00
Blottiere Paul
c645479625
Merge pull request #5360 from pblottiere/server_bugfix_ogc_getmap_bbox
...
[server][bugfix] Fix OGC test getmap bbox
2017-10-17 13:34:20 +01:00
Blottiere Paul
a3971ee0cd
Update unit tests
2017-10-17 10:17:49 +01:00
rldhont
ab107d0e8c
Merge pull request #5297 from dmarteau/wfs_1_1_0
...
[Server][FEATURE][needs-docs] Support WFS 1.1.0
2017-10-17 10:09:31 +02:00
Matthias Kuhn
9ff66936cd
Add debug output to spatialite test
2017-10-17 00:46:36 +02:00
Matthias Kuhn
83212e760a
[travis] Stabilize spatialite tests
2017-10-16 16:25:35 +02:00
Nyall Dawson
54f8825350
Fix processing tests
2017-10-16 20:10:37 +11:00
Alessandro Pasotti
d293e8f6ed
[auth] Add method to exclude self-signed CAs from a list of certificates
2017-10-16 10:52:40 +02:00
Matthias Kuhn
d4635d042d
Merge pull request #5317 from pblottiere/bugfix_style
...
[bugfix] Fixes #17234 save/load styles from Postgres when a service file is used
2017-10-16 10:27:10 +02:00
Nyall Dawson
f579f1a449
Move bounds retrieval to QgsCoordinateReferenceSystem
...
Allows reuse in scripts/plugins/etc
2017-10-16 14:14:22 +11:00
Martin Dobias
277b508637
Fix test
2017-10-14 17:27:16 +02:00
Martin Dobias
7e34beec8c
New API for traversal of geometry's vertices using iterator pattern
...
Introducing:
1. STL-style iterator: QgsAbstractGeometry::vertex_iterator
2. Java-style iterator: QgsVertexIterator (built on top of STL-style)
The iterators are modeled after Qt's STL-style and Java-style iterators,
the idea is to replace nextVertex() method and later introduce iterators
for other bits (e.g. part_iterator, ring_iterator).
2017-10-14 13:23:14 +02:00
Alessandro Pasotti
f804f0b12b
[auth] Port to QGIS3 and re-enable python test for QGIS auth system
2017-10-13 13:00:23 +02:00
Alessandro Pasotti
25cd27a513
[auth] Add tests for CA utility methods
2017-10-13 12:59:30 +02:00
Nyall Dawson
24a9c522e3
Move qgsAsConst to qgis::as_const
...
So it's more inline with the std::as_const implementation which
it fills in for, and allows us to 'polyfill' other c++>11
features into the qgis:: namespace.
2017-10-13 19:47:37 +10:00
Martin Dobias
ca0aa72bf1
[needs-docs] Remove OpenStreetMap integration in analysis lib + app
...
- unmaintained and barely working anymore
- clunky GUI
- not supporting .pbf
- there are other python plugins doing the same thing better
- nobody is using it anymore
https://lists.osgeo.org/pipermail/qgis-developer/2017-October/050103.html
2017-10-13 09:39:47 +02:00
Blottiere Paul
6447beefe8
Add some tests
2017-10-13 08:34:52 +01:00
Nyall Dawson
9a3b547d33
Merge pull request #5330 from nyalldawson/layout_next
...
[layouts] Port group handling
2017-10-13 13:02:44 +10:00
rldhont
24a68547e2
[Server][WFS] Update GML GetFeature document
2017-10-12 13:50:03 +02:00
rldhont
0d350b8865
[Server][WFS][Feature] Support resultType=hits from GetFeature 1.1.0
2017-10-12 13:49:51 +02:00
rldhont
1e009b47e6
[Server][Tests] Update PyQgsServerWFS test for 1.1.0
2017-10-12 13:49:42 +02:00
rldhont
96ec4bba0b
[Server][Tests] Enhance assertXMLEqual
2017-10-12 13:49:42 +02:00
rldhont
b8ebbc1455
[Server][Tests] Add PyQgsServerWFS test
2017-10-12 13:49:09 +02:00
Nyall Dawson
0028486a96
Merge pull request #5185 from nyalldawson/materialize
...
QgsFeatureSource::materialize experiment
2017-10-12 13:58:44 +10:00
Etienne Trimaille
098611c3f6
add helper to build a QgsRectangle from a WKT string
2017-10-12 06:32:02 +10:00
Martin Dobias
006352f128
More tessellation fixes and more unit tests
2017-10-11 12:33:47 +02:00
Martin Dobias
8412a87c00
Improvements to tessellator unit test + death to qIsNaN()
2017-10-11 10:07:41 +02:00
Martin Dobias
2c246908d7
Fixes to make tessellation of polygons without Z work again
...
+ initial work on unit testing of tessellator
2017-10-11 01:17:08 +02:00
Martin Dobias
863197f095
Code layout fixes after rebase
2017-10-10 12:22:17 +02:00
Martin Dobias
89b884a382
Fixes to initial unwanted segment when tracing with offset + unit tests!
2017-10-10 10:50:27 +02:00
Martin Dobias
b140b29718
[FEATURE] Tracing with optional offset
...
Tracing button in the snapping toolbar gets extra menu where it is possible to set
offset that will be applied to the traced line. Offset value can be either positive
(right side) or negative (left side).
2017-10-10 10:50:27 +02:00
Blottiere Paul
217c0e799a
Merge pull request #5145 from pblottiere/bugfix_ogc_getcapa_schemalocation
...
[server][bugfix] Fix OGC test getcapabilities:validate-using-schemaLocation
2017-10-10 09:20:26 +01:00
Blottiere Paul
43bb3119e1
Add test
2017-10-10 08:02:33 +01:00
Blottiere Paul
a9a2c200e3
Search schemaExtension.xsd in share directory
2017-10-10 08:02:33 +01:00
Blottiere Paul
fc876fe547
Add some tests
2017-10-10 07:05:28 +01:00
Nyall Dawson
fdc0f75066
Fix redoing group visibility creates multiple new undo commands
2017-10-10 09:37:29 +10:00
Nyall Dawson
30eab10619
Fix handling of overlapping item commands
2017-10-10 09:06:02 +10:00
Nyall Dawson
f58947d9b6
Fix valgrind noise
2017-10-09 20:28:39 +10:00
Nyall Dawson
02acbb4184
Fix undo/redo for groups
2017-10-09 19:23:46 +10:00
Nyall Dawson
e17b32c6e2
Fix moving/resizing grouped items
2017-10-09 19:23:46 +10:00
Nyall Dawson
7c81a1516d
Grouped items are not selectable
2017-10-09 19:23:46 +10:00