Blottiere Paul
203e81fa6b
Add tests
2017-09-29 09:30:20 +01:00
Blottiere Paul
04cdf496b7
Add some tests
2017-09-29 09:26:25 +01:00
lbartoletti
a8f9f9f96b
Merge branch 'master' into regularShape_gui
2017-09-28 21:48:23 +02:00
Matthias Kuhn
af0451c4c3
Fix debug logging
2017-09-28 13:22:42 +02:00
Matthias Kuhn
5250b0d484
Fix test
2017-09-28 13:22:41 +02:00
Matthias Kuhn
a65f51891e
Use self.assertTrue instead of assert
2017-09-28 13:22:40 +02:00
Matthias Kuhn
2bbc5a541d
Test debug information
2017-09-28 13:22:39 +02:00
Matthias Kuhn
82e6192eff
More control images
2017-09-28 13:22:39 +02:00
Matthias Kuhn
58b2fe6933
More control image updates
2017-09-28 13:22:38 +02:00
Matthias Kuhn
2c0e61be1f
Fix some test masks
2017-09-28 13:22:38 +02:00
Matthias Kuhn
ae9f263e96
Create test postgres database with UTF-8
2017-09-28 13:22:37 +02:00
Denis Rouzaud
ce109eac98
Revert "use second Dockerfile to push 2nd image"
...
This reverts commit 050682a37364e110f350b9c3293f662b0011036d.
2017-09-28 13:22:30 +02:00
Denis Rouzaud
4600ce5891
some fixes
2017-09-28 13:18:27 +02:00
Denis Rouzaud
531dadf682
fix psql
2017-09-28 13:18:26 +02:00
rldhont
48514d2e84
Add tests for fixedAspectRatio in SVG marker
2017-09-28 12:25:21 +02:00
rldhont
60cf7bdaf7
Configure and use fixedAspectRatio in QgsSvgSymbolLayerWidget and QgsSvgSymbolLayer
2017-09-28 12:25:19 +02:00
Ismail Sunni
04e54903e8
Add unit test for remove and beginGroup with section.
2017-09-28 17:01:00 +07:00
Nyall Dawson
8c3939e756
More efficient use of QStrings
...
- use .isEmpty() instead of == QLatin1String( "" ) to check for
empty strings
- use .clear() instead of = QLatin1String( "" ) to empty a string
- remove unnecessary QString initializations
2017-09-28 05:25:51 +10:00
Alessandro Pasotti
829702bd24
Merge pull request #5253 from boundlessgeo/auth_proxy
...
[auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system
2017-09-27 17:41:53 +02:00
Alessandro Pasotti
40b7f7914a
[auth] Added tests for updateNetworkProxy
2017-09-27 15:15:01 +02:00
Nyall Dawson
6ce8b4c83e
Merge pull request #5259 from nyalldawson/modernize
...
Modernize initializers
2017-09-27 09:34:07 +10:00
lbartoletti
6602855ae4
Merge branch 'master' into regularShape_gui
2017-09-26 21:31:01 +02:00
lbartoletti
79fb064c99
resolve conflicts
2017-09-26 21:23:53 +02:00
Nyall Dawson
a87d352bd7
Run clang-tidy modernize-use-default-member-init to move member
...
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Matthias Kuhn
e604460a15
Add unit tests for represent_value
2017-09-26 14:28:44 +02:00
Nyall Dawson
9d8854fc10
Add an empty line
...
Because the world will explode if not
2017-09-26 16:05:02 +10:00
Nyall Dawson
bcb3e5f425
[FEATURE] Add 'materialize' method to QgsFeatureSource
...
When called, materialize takes a QgsFeatureRequest argument
and runs it over the source. The resultant features
are saved into a new memory provider based QgsVectorLayer, which
is returned by the function (along with ownership of the layer)
This makes it easy to create a new layer from a subset of an
existing one.
Materialize also considers subsets of attributes, so that the
returned layer only contains fetched fields (and not blank
fields filled with NULL values).
2017-09-26 14:27:40 +10:00
Nyall Dawson
270c45d12b
Merge pull request #5254 from nyalldawson/geometry_coverage
...
Geometry unit test coverage
2017-09-26 13:39:27 +10:00
Nyall Dawson
cc4fb3928d
Boost test coverage of multipolygons
2017-09-26 12:06:20 +10:00
Nyall Dawson
02493104b0
Boost test coverage for multisurface
2017-09-26 11:34:39 +10:00
Nyall Dawson
6505104074
Boost test coverage of geometry classes
2017-09-26 09:33:17 +10:00
Nyall Dawson
307efe3bce
Boost test coverage for multilinestrings
2017-09-26 08:38:21 +10:00
Sandro Mani
7705179a6c
Merge pull request #5250 from manisandro/ogr_orig_fid
...
[OGR] orig_ogc_fid followups
2017-09-25 15:21:41 +02:00
Sandro Mani
992a759caa
Merge pull request #5231 from manisandro/ogr_repack
...
[OGR] Defer repacking while in explicit updateMode
2017-09-25 14:09:48 +02:00
Sandro Mani
15eaafdf0c
[OGR] Ensure orig_ogc_fid is never set as ignored field
2017-09-25 13:34:06 +02:00
Nyall Dawson
57108f9b61
Boost test coverage for geometry collections
2017-09-25 17:20:36 +10:00
Nyall Dawson
20cc7a7332
Boost test coverage for QgsRectangle
2017-09-25 17:20:36 +10:00
Nyall Dawson
d704163884
Rename QgsRectangle::buffer to buffered and mark as const
2017-09-25 17:20:36 +10:00
Nyall Dawson
7d6034dec8
Boost test coverage for compound curve
2017-09-25 17:20:36 +10:00
Nyall Dawson
31c1ae1c6a
Add missing QStringLiterals
2017-09-25 17:12:03 +10:00
Nyall Dawson
d72309e42b
Fix transform of extent parameter set to match layer's extent
2017-09-24 13:46:02 +10:00
Nyall Dawson
fb08b0a6e2
[processing] Allow encoding crs into text definitions of extents
2017-09-24 13:46:01 +10:00
Nyall Dawson
ec44e60308
[processing] Allow encoding crs into text definitions of points
2017-09-24 12:46:32 +10:00
Nyall Dawson
e1eef7ed19
Allow use of QgsPointXY/QgsReferencedPointXY for point parameter values
2017-09-24 12:09:38 +10:00
Nyall Dawson
8902d5f48f
Merge pull request #5244 from nyalldawson/proc_misc
...
[processing] Misc test related fixes
2017-09-24 10:37:06 +10:00
Nyall Dawson
fe98fe1131
Merge pull request #5236 from nyalldawson/field_default
...
[processing] Allow setting default values for field parameters in models
2017-09-24 07:58:39 +10:00
Alexander Bruy
f60d8885c9
[processing] more fixes for tests creation
2017-09-24 07:49:55 +10:00
Nyall Dawson
92e481e7c3
Fix creation of SAGA tests
2017-09-24 07:48:46 +10:00
Juergen E. Fischer
9e36fd9c6d
remove app startup tests depending on removed options configpath and --optionspath
2017-09-23 19:38:42 +02:00
Nyall Dawson
e3f128b55f
Expand test coverage of compound curves
2017-09-23 16:16:13 +10:00