Martin Dobias
97b46d96a4
Law & order in "terrain" subdir
...
No actual code changes, just renaming / cleanups
2017-09-27 10:57:54 +02:00
Martin Dobias
692c1a898b
Law & order in "chunks" subdir (variable naming, no public member vars)
...
No actual code changes, just renames / moves
2017-09-27 10:37:34 +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
65170d0e85
Remove some unneeded initializations
2017-09-27 05:07:15 +10: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
lbartoletti
e80cafb884
Fix tools with extent when map is rotated (add a messagebar)
2017-09-26 19:50:06 +02:00
Alessandro Pasotti
53a8484981
[auth] Updated debug string
2017-09-26 16:17:19 +02:00
Alessandro Pasotti
e536cdde43
Merge pull request #5249 from boundlessgeo/auth_certs_store_tab
...
[auth] Certs manager remembers (in the settings) the last opened tab
2017-09-26 16:09:18 +02:00
Matthias Kuhn
f6479c1f79
[processing] Fields mapper code improvement
2017-09-26 14:29:05 +02:00
Matthias Kuhn
b527be02d7
Fix function help for represent_value
2017-09-26 14:28:44 +02:00
Matthias Kuhn
e604460a15
Add unit tests for represent_value
2017-09-26 14:28:44 +02:00
Matthias Kuhn
beddd25074
[FEATURE] Expression function represent_value
...
This will lookup the representation value given the widget
configuration. This is helpful to get nicely formatted messages for
value maps, value relations and others in expressions.
2017-09-26 14:28:44 +02:00
Martin Dobias
e9d0dc1a17
Qgs-ify axis aligned bounding box. Qgs-ification finished!
2017-09-26 14:17:17 +02:00
Martin Dobias
894db92b2b
Qgs-ification of classes for chunked rendering
2017-09-26 13:59:49 +02:00
Martin Dobias
2a08a7fb34
Fix doxygen warnings
2017-09-26 09:43:49 +02:00
Martin Dobias
6c8a3b918b
Move DEM terrain tile loader to a separate file
2017-09-26 09:23:59 +02:00
Nyall Dawson
5ad5930595
Merge pull request #5255 from nyalldawson/proc_test
...
Resurrect some commented out processing tests
2017-09-26 16:50:20 +10:00
Nyall Dawson
0943cd5d51
Resurrect commented out zonal stats test
2017-09-26 15:30:14 +10:00
Nyall Dawson
fddb6a59a1
Make shortest path test less fussy
2017-09-26 15:19:05 +10:00
Nyall Dawson
79b143bd15
Enable a commented out processing test
2017-09-26 15:16:49 +10:00
Nyall Dawson
f8cf2f4dbe
[processing] Fix Refactor Fields rejects valid field configuration input
2017-09-26 13:58:01 +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
ac7fede91a
Modernize some geometry code
2017-09-26 12:19:46 +10:00
Nyall Dawson
cc4fb3928d
Boost test coverage of multipolygons
2017-09-26 12:06:20 +10:00
Nyall Dawson
9518c90a8b
Fix multipolygon allowing insertion of non polygon geometries
2017-09-26 12:05:04 +10:00
Nyall Dawson
6c328d53aa
Ensure multiipolygon dimensionality is respected when adding new surfaces
2017-09-26 11:46:02 +10:00
Nyall Dawson
02493104b0
Boost test coverage for multisurface
2017-09-26 11:34:39 +10:00
Nyall Dawson
5ed6605225
Fix multisurface allowing insertion of non surface geometries
2017-09-26 11:28:51 +10:00
Nyall Dawson
4d989f8fb6
Fix clearing multisurface should reset dimensionality
2017-09-26 10:58:32 +10:00
Nyall Dawson
31730f43be
Ensure multisurface dimensionality is respected when adding new surfaces
2017-09-26 10:48:12 +10:00
Nyall Dawson
ed90bf4ded
Fix multicurve allowing insertion of non curve geometries
2017-09-26 10:12:52 +10:00
Nyall Dawson
6505104074
Boost test coverage of geometry classes
2017-09-26 09:33:17 +10:00
Nyall Dawson
df1552ff18
Ensure multicurve dimensionality is respected when adding new lines
2017-09-26 09:03:59 +10:00
Nyall Dawson
c9117fc585
Fix clearing multicurve should reset dimensionality
2017-09-26 09:03:28 +10:00
Nyall Dawson
b46d8d3d33
Fix memory leak when inserting invalid geometries
2017-09-26 08:41:26 +10:00
Nyall Dawson
307efe3bce
Boost test coverage for multilinestrings
2017-09-26 08:38:21 +10:00
Nyall Dawson
f5004ed7ef
Fix multi line string allowing insertion of non line geometries
2017-09-26 08:33:47 +10:00
Nyall Dawson
6d95ba0a5b
Fix nasty crash caused by converting MultiLineStrings to GML2
...
Exporting the geometry to GML2 would corrupt it, causing a
future crash to occur
2017-09-26 08:23:06 +10:00
Nyall Dawson
039aff6d14
Fix QgsMultiLineString -> toCurveType doesn't convert to curve type
2017-09-26 08:07:27 +10:00
Martin Dobias
53c9852786
Qgs-ification of terrain classes
2017-09-25 23:40:40 +02:00
Martin Dobias
7c01d2fa70
Fix some doxygen warnings
2017-09-25 22:38:49 +02:00
Nyall Dawson
1de7b42588
Ensure multilinestring dimensionality is respected when adding new lines
2017-09-26 06:30:08 +10:00
Nyall Dawson
ed72e37f0b
Fix clearing multilinestring should reset dimensionality
2017-09-26 06:29:36 +10:00
Martin Dobias
882a3ebb31
Let's make Travis green again
2017-09-25 17:43:12 +02:00
Alessandro Pasotti
fded01983f
[auth] Apply proxy stored auth configuration
2017-09-25 17:42:26 +02:00
Alessandro Pasotti
07e1bd9c38
[auth] Added updateNetworkProxy method to auth manager
...
This allows to apply stored proxy auth settings to the
proxy configuration.
2017-09-25 17:39:41 +02:00
Alessandro Pasotti
e94471a663
[auth] Moved mTray and NAM initialization so that proxy settings can be applied
...
... at the right time
2017-09-25 17:38:13 +02:00
Martin Dobias
e952f1a2ab
This should finally pass code layout test
2017-09-25 16:54:45 +02:00