58501 Commits

Author SHA1 Message Date
Alexander Bruy
9d61bf83db
Merge pull request #32633 from NaturalGIS/fix_grass_out_default
[processing] fixes default GRASS output geometry type (fix #32560)
2019-11-05 09:24:55 +02:00
Matthias Kuhn
7951feba01
Merge pull request #32607 from m-kuhn/clazy
Enable clazy on travis
2019-11-05 08:01:29 +01:00
Nyall Dawson
7bfac70c9c [processing] Raise an exception when interpolation break/structure lines
are set without an attribute source set

Refs #27048
2019-11-05 16:57:33 +10:00
Nyall Dawson
64b52bf31b Fix handling of interpolation layers with differing input coordinate reference systems
Fixes #27048
2019-11-05 16:57:33 +10:00
Alexander Bruy
75bc01bf58
Fix default value 2019-11-05 08:16:56 +02:00
Alexander Bruy
f4843f167f ensure that input raster is set 2019-11-05 12:44:43 +10:00
Alexander Bruy
db2b38d08e tests for rasterize_over_fixed 2019-11-05 12:44:43 +10:00
Alexander Bruy
302dc668c7 tests for rasterize_over 2019-11-05 12:44:43 +10:00
Alexander Bruy
2a3e9cb411 add missed outputs to algorithms 2019-11-05 12:44:43 +10:00
Giovanni Manghi
463d3680d5 better strings 2019-11-05 12:44:43 +10:00
Giovanni Manghi
4260ed2f03 split the tool 2019-11-05 12:44:43 +10:00
Giovanni Manghi
7aa0a4f3e5 add 'burn' parameter 2019-11-05 12:44:43 +10:00
Giovanni Manghi
75a1ad1e7b implement few suggested changes 2019-11-05 12:44:43 +10:00
Giovanni Manghi
b31c4124f4 revive the GDAL 'rasterize over' tool that was available in the old ltr and for some reason not activated/added in QGIS 3 2019-11-05 12:44:43 +10:00
Nathan Woodrow
02046a8833
Update readme with guide to build from source (#32634) 2019-11-05 11:17:06 +10:00
Giovanni Manghi
0c4dbf9f4c fixes default GRASS output geometry type 2019-11-04 23:44:01 +00:00
Matthias Kuhn
a6386038ff Fix all 3 arg lambda problems 2019-11-04 21:52:39 +01:00
Matthias Kuhn
cffea8b28b Enable more clazy checks and disable warnings as errors (boom) 2019-11-04 18:35:26 +01:00
Matthias Kuhn
afdd6730cb Fix another 3 arg lambda warning 2019-11-04 17:50:07 +01:00
Matthias Kuhn
bdf023fe21
Merge pull request #32627 from m-kuhn/no_constexpr_latin1string
No constexpr QLatin1String on Windows
2019-11-04 17:35:59 +01:00
Matthias Kuhn
fb13857933 Fix clazy warning 2019-11-04 16:57:27 +01:00
Matthias Kuhn
148febdc46 No constexpr QLatin1String on Windows 2019-11-04 15:29:16 +01:00
nirvn
9e61414387 More connect fun 2019-11-04 15:27:22 +01:00
Matthias Kuhn
1caa629266 Fix clazy non-pod-static 2019-11-04 15:27:22 +01:00
Alessandro Pasotti
696c4075da
Merge pull request #32487 from elpaso/value-relation-restore
[feature] Value relation restore missing layers from DBs
2019-11-04 12:03:40 +01:00
Alessandro Pasotti
e0e96faffd Changes dependency message: removed 'Form' 2019-11-04 09:38:49 +01:00
Alessandro Pasotti
144f6a8d09
Merge pull request #32553 from elpaso/uniform-field-display-alias
field displayNameWithAlias
2019-11-04 09:05:53 +01:00
Nyall Dawson
1046f6f1fc Fix some more connect 3arg warnings 2019-11-04 16:44:35 +10:00
Matthias Kuhn
31e74e1342
Merge pull request #32602 from m-kuhn/automoc
Widespread use of AUTOMOC
2019-11-04 07:42:42 +01:00
Nyall Dawson
4da0610296 Fix some more connect 3arg warnings 2019-11-04 07:36:07 +01:00
Matthias Kuhn
6dc576bc3e Only do connect-3arg-lambda check on travis 2019-11-04 07:35:34 +01:00
Matthias Kuhn
03bf765a0e No intermediate link 2019-11-04 07:35:34 +01:00
Matthias Kuhn
47c86dc4a2 Use clazy 2019-11-04 07:35:34 +01:00
Matthias Kuhn
b7a335916c Enable clazy on travis 2019-11-04 07:35:34 +01:00
Nyall Dawson
aa9134545a Improved lambda capture
Even if the collection item is deleted before the action is triggered,
we can still safely show the creation dialog and act on it (we just
can't trigger the item refresh automatically)
2019-11-04 13:28:24 +10:00
Nyall Dawson
b71713a67f Another connect without context 2019-11-04 13:28:24 +10:00
Nyall Dawson
fed75afa95 [FEATURE] Add expression functions for converting to/from wkb
Adds geom_from_wkb and geom_to_wkb, which mirror the existing
geom_from_wkt/geom_to_wkt functions but for WKB representations
of geometries.

Since QGIS 3.6 we've had good support for binary blob values in
expressions and field values, so adding these functions allows
users to work with binary blob fields containing WKB representations
of geometries (e.g. with a geometry generator showing the encoded
geometries)
2019-11-04 13:00:11 +10:00
Nyall Dawson
13ead42f5e [processing] Allow enum input values to be used in expressions for model
inputs

Fixes #32452
2019-11-04 12:56:48 +10:00
Nyall Dawson
8dadbed1a1 Fix some lambda connects without context arguments (these cause crashes--STOP doing THIS!) 2019-11-04 11:21:50 +10:00
Matthias Kuhn
f14301d7a7 Add separate section for private headers 2019-11-04 00:12:05 +01:00
Matthias Kuhn
bf651e99c0 Also moc private 3d headers 2019-11-03 23:33:11 +01:00
Matthias Kuhn
1f3b039fe2
Merge pull request #32552 from m-kuhn/q_global_static
non POD static
2019-11-03 23:11:51 +01:00
Matthias Kuhn
9033891a85 AUTOMOC auth 2019-11-03 22:40:39 +01:00
Matthias Kuhn
1a1fb19428 Cleanup 3d 2019-11-03 22:36:37 +01:00
Matthias Kuhn
260196f031 Fix building core and pycore 2019-11-03 22:22:58 +01:00
Matthias Kuhn
e32f4dca3c No reason to set AUTOMOC on individual targets, it's global 2019-11-03 21:51:27 +01:00
Matthias Kuhn
1c850f6335 Remove leftover 2019-11-03 21:46:50 +01:00
Matthias Kuhn
80c0b944f0 Fixup 2019-11-03 21:33:03 +01:00
Matthias Kuhn
b08a7d711c Fix sip file for sip and automoc 2019-11-03 21:20:08 +01:00
Matthias Kuhn
4294dda083 Resipify 2019-11-03 21:05:34 +01:00