58617 Commits

Author SHA1 Message Date
root676
a418941c45 add myself to contributors 2019-11-11 05:26:02 +10:00
root676
ba63098508 format code 2019-11-11 05:26:02 +10:00
root676
d159014179 fix bugs in fuzzify() methods and create processing tests 2019-11-11 05:26:02 +10:00
root676
18ff21951a [feature][processing] add function pictograms for fuzzy logic functions to toolbox 2019-11-11 05:26:02 +10:00
root676
d3d0093096 [feature][processing] add first version of fuzzy logic raster algorithms to QGIS 2019-11-11 05:26:02 +10:00
Julien Cabieces
8e08909a10 set current view mode to attribute editor 2019-11-11 04:30:03 +10:00
myarjunar
102444b8ab address review and performance improvement 2019-11-11 04:28:49 +10:00
myarjunar
0ae511f1bd [geonode] a generic way to consume geonode api. fixes #31376 2019-11-11 04:28:49 +10:00
Matthias Kuhn
be121984bf Apparently sip doesn't like double QObject inheritance
If a list of objects (QList<QgsMapCanvasItem *>) is converted to a list of python objects, sip fails if items inherit from QObject.
Fix #32700
2019-11-11 04:12:47 +10:00
Matthias Kuhn
cb688cbbcc Revert "Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker"
This reverts commit 4b014e6e84093fc59ce9ee085657161b56be189c.
2019-11-11 04:12:47 +10:00
Juergen E. Fischer
23e59c36a3 fix windows build 2019-11-10 14:50:40 +01:00
Sandro Santilli
dda5771585 Fix loading of PostgreSQL geometry-less views
Closes #32523

Bug was introduced with commit bbdbca4

Thanks @elpaso for finding the root cause of it
2019-11-10 11:48:48 +01:00
Sandro Santilli
ea970d9ef1 Add test for extracting candidate primary keys from geometryless view 2019-11-10 11:48:48 +01:00
Nyall Dawson
6b82917715 [processing] Refine behavior of "Use filename as layer name" option to
always avoid using temporary file names, and then set this option as
enabled by default.

Also change the setting key so that existing users will also get the new
default value.

Fixes #32591
2019-11-09 20:07:55 +10:00
Alessandro Pasotti
8edfcf1d02
Merge pull request #32736 from elpaso/server-wfs3-schema
Server OAPIF: expose XML schema for collections
2019-11-09 07:48:57 +01:00
Alessandro Pasotti
8d9fd78c9c
Merge pull request #32743 from elpaso/bugfix-gh32716-pg-12-consrc
Fix PG 12 constraints check (provider side)
2019-11-09 07:46:13 +01:00
Alexander Bruy
9ab06a2481
Merge pull request #32626 from alexbruy/service-area
[processing] port service area algorithms to C++
2019-11-09 08:25:51 +02:00
Nyall Dawson
4b014e6e84 Remove SIP convert to subclass code for QgsRubberBand and QgsVertexMarker
These conversions just crash sip (woo. sip. yay. good times.). I can't find
any alternative approach which avoids this crash, so just remove the cast
to avoid the crash.

Fixes #32700
2019-11-09 13:43:37 +10:00
Nyall Dawson
cc80bb4af6 Extend temporary layer warning to include layers stored inside
a user's temporary folder, e.g. the "/tmp" folder on Linux

This can lead to irretrievable data loss.

Fixes #32582
2019-11-09 13:43:03 +10:00
Nyall Dawson
377848e2ad Add QgsMapLayer::isTemporary to test whether a map layer is temporary
These include memory layer provider layers, or layers physically
stored inside a user's temporary folder (e.g. /tmp)
2019-11-09 13:43:03 +10:00
lbartoletti
9e30319be7 [BUGFIX] Fix an hardcoded 'gpkg' extension in ProcessingConfig.py 2019-11-09 13:35:04 +10:00
Alessandro Pasotti
eb1f940cae Fix PG 12 constraints check (provider side)
Fixes #32716 in PG provider
2019-11-08 18:59:17 +01:00
rldhont
ebd4bb768a
Merge pull request #32730 from rldhont/fix-server-wfs-add-primary-keys-to-request-for-fid
[Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
2019-11-08 17:22:03 +01:00
Alessandro Pasotti
cadb7916b5 Server OAPIF: expose XML schema for collections
Also make sure links to parent paths end with /
2019-11-08 14:40:44 +01:00
Denis Rouzaud
9dbfb6a0e6
remove relative include (#32728) 2019-11-08 11:47:56 +01:00
Alexander Bruy
0799e3b58f cleanup Python remainings 2019-11-08 12:13:31 +02:00
rldhont
2a227fd214 Fix const 2019-11-08 10:40:59 +01:00
rldhont
49c0524e5b [Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id 2019-11-08 10:34:03 +01:00
Alexander Bruy
020980d3b1 address comments 2019-11-08 11:04:05 +02:00
Matthias Kuhn
520fe74e98 Fix includes 2019-11-08 18:13:47 +10:00
Alexander Bruy
ef80acef26 add more text to the help strings 2019-11-08 08:28:38 +02:00
Juergen E. Fischer
3b5f3e54f6 fix windows build 2019-11-07 23:28:20 +01:00
Juergen E. Fischer
b830a4a448 qgsfunction: replace deprecated inspect.getargspec() to inspect.getfullargspec() 2019-11-07 22:47:08 +01:00
Denis Rouzaud
5ec6a98826
Merge pull request #32705 from 3nids/fix_include
remove relative include
2019-11-07 22:09:51 +01:00
Even Rouault
4960a5b8b0
Merge pull request #32580 from jgrocha/geopackage-primary-key
Geopackage primary key available from PyQGIS
2019-11-07 21:10:48 +01:00
Denis Rouzaud
e214ea7ba6
Missing include 2019-11-07 20:37:14 +01:00
Matthias Kuhn
706c33644d
Merge pull request #32706 from m-kuhn/qgis_point_pattern_fill_fix
Fix freeze when loading point pattern fill with distance 0
2019-11-07 17:29:26 +01:00
Denis Rouzaud
1ecdeebc27 missing include libs 2019-11-07 16:42:36 +01:00
Matthias Kuhn
e5df863302
Merge pull request #32629 from m-kuhn/dxf_hali_vali
[dxf] HAlign/VAlign support for TEXT
2019-11-07 16:37:06 +01:00
Matthias Kuhn
fa88bccb36
Merge pull request #32664 from m-kuhn/fix_ccache
[travis] Fix ccache
2019-11-07 16:36:27 +01:00
Matthias Kuhn
8f83e63c73 Move qgsbrowserdockwidget_p.h to private hdrs (#32711) 2019-11-07 13:53:19 +01:00
Matthias Kuhn
35173c5336 Restore clang 2019-11-07 13:06:49 +01:00
nirvn
e6a932bb1d Fix crash when deactivating vertex editor (fixes #32685) 2019-11-07 18:08:45 +07:00
Juergen E. Fischer
3cf70589dc oracle provider: log when ROWID is used for a missing primary key (closes #32648) 2019-11-07 10:47:06 +01:00
Matthias Kuhn
bca724f6e2 Add point pattern fill 0 space test 2019-11-07 10:41:44 +01:00
Matthias Kuhn
a84823f373
Merge pull request #32688 from m-kuhn/fix_priv_hdrs
Move private headers where they belong
2019-11-07 10:20:20 +01:00
Denis Rouzaud
16ca39ce21 fix sip 2019-11-07 10:01:26 +01:00
Alessandro Pasotti
038a85192e
Merge pull request #32656 from elpaso/bugfix-gh32641-server-oapif-items-link-issue
Server OAPIF fix items link in html
2019-11-07 09:21:32 +01:00
Matthias Kuhn
f214b2ccdf Fix freeze when loading point pattern fill with distance 0
This results in a QImage with 0 extension which in turn is not acceptable
for the painter which in turn results in plenty of QPainter inactive messages
being thrown around.
2019-11-07 09:13:28 +01:00
Denis Rouzaud
855b03b981 follow up relative include 2019-11-07 09:07:38 +01:00