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
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
148febdc46
No constexpr QLatin1String on Windows
2019-11-04 15:29:16 +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
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
Matthias Kuhn
6f43c98d0a
Fix range widget wrapper test
2019-11-03 20:33:01 +01:00
Juergen E. Fischer
002d3986d5
translation string fix
2019-11-03 19:00:08 +01:00
Matthias Kuhn
277a848300
Widespread use of AUTOMOC
...
For many people it's unclear where to put headers in CMakeFiles.txt
If they should be duplicated in both moc and non moc header sections.
And if private headers should be included as well.
The good news is that CMake is able to figure out itself which headers
need moc'ing by some sourcery called automoc. Let's use it.
2019-11-03 18:02:16 +01:00
Juergen E. Fischer
87a8a16bbd
include saga strings in translations
2019-11-03 16:46:23 +01:00
Alessandro Pasotti
b5349c2f31
Add match type to resolveWeakly
...
This way can define exactly how the weak resolution
will consider a layer a postivie match.
2019-11-03 12:49:10 +01:00
Matthias Kuhn
c154b2f31e
invokable return types need to be fully-qualified
...
Idenfied by clazy
2019-11-03 21:26:54 +10:00
Alexander Bruy
3701d360a1
remove unused variable
...
fix tests
2019-11-03 21:25:52 +10:00
Giovanni Manghi
74d6e099e6
fix gdal calc compression options
2019-11-03 21:25:52 +10:00
Matthias Kuhn
7d2deb4b44
non-POD global statics
...
Identified by clazy
2019-11-03 10:54:08 +01:00
Matthias Kuhn
e17f99c5c3
non-POD static ([class name goes here]) [-Wclazy-non-pod-global-static]
2019-11-03 10:38:05 +01:00
Matthias Kuhn
29c2af9add
Fix crs test
2019-11-03 10:38:05 +01:00
Matthias Kuhn
7ad6619209
Merge pull request #32593 from m-kuhn/qwt_find_usr_include
...
Find QWT headers also in /usr/include/qt5
2019-11-03 10:23:15 +01:00
Alessandro Pasotti
3aa927cc63
sipify
2019-11-03 10:04:07 +01:00
Alexander Bruy
38b270e31a
Merge pull request #32583 from alexbruy/fix-32579
...
[processing] handle advanced flag when exporting model to Python (fix #32579 )
2019-11-03 10:55:33 +02:00
Alessandro Pasotti
a6213d6d3f
Merge pull request #32586 from elpaso/server-oapif-fix-items-crs
...
Fix server OAPIF crs transformation on items
2019-11-03 09:54:58 +01:00
Matthias Kuhn
b4225d7003
Merge pull request #32559 from troopa81/revert_waitforfinished
...
Fixes #32545 Revert qgstaskmanager waitforfinished fix
2019-11-03 09:20:35 +01:00
Matthias Kuhn
5eac13558b
Find QWT headers also in /usr/include/qt5
...
That is where Fedora puts them
2019-11-03 09:16:59 +01:00
Matthias Kuhn
ca115961cd
Find QWT headers also in /usr/include/qt5
...
That is where Fedora puts them
2019-11-03 09:16:07 +01:00
Matthias Kuhn
0f0714edf8
Update tests
2019-11-03 08:47:38 +01:00
Matthias Kuhn
9ce55dbe82
Merge pull request #32585 from m-kuhn/dxf_private
...
Move internals to private header
2019-11-03 08:35:00 +01:00