55461 Commits

Author SHA1 Message Date
Alessandro Pasotti
47f739c70e Revert "QgsLayoutAtlasWidget: Disconnect signals when layout RIP"
This reverts commit 1626565c76b3fc772ed6d075b7274c305009d213.

Found a better way to delete the widget when designer
dialog is closed.
2019-05-28 10:52:32 +02:00
Alessandro Pasotti
20f1acb41e Ensure the designer dialog is deleted immediately
Before other signals can crash the application.

Fixes #29821
2019-05-28 10:51:26 +02:00
Alessandro Pasotti
e7f8f2b85f Use qgis::overload 2019-05-28 10:50:58 +02:00
Alessandro Pasotti
1626565c76 QgsLayoutAtlasWidget: Disconnect signals when layout RIP
Fixes #29821
2019-05-27 16:53:32 +02:00
Alessandro Pasotti
d64282ddb7
Merge pull request #29965 from elpaso/bugfix-29824-rastercalc-invalid-exp
Fix raster calculator invalid expressions
2019-05-27 15:51:58 +02:00
Alessandro Pasotti
892ccfe69e Fix raster calculator invalid expressions
Tell the user that is invalid instead of
silently ignoring undefined functions.

Fixes #29824
2019-05-27 14:56:03 +02:00
saber
169e246fdc fixes issue with db lock when writing mbtiles 2019-05-27 14:45:16 +02:00
Nyall Dawson
b5459794f8 Regenerate distance area calculation on demand in attribute table
Storing the instance in the table means that it does not respond
correctly to project ellipsoid changes, resulting in area calculations
using an outdated ellipsoid until the attribute table is reopened

Fixes #25500
2019-05-27 22:20:14 +10:00
Nyall Dawson
8ae4fc9706 Fix (?) crash when filtering layer with attachment field
Fixes #21775
2019-05-27 22:18:50 +10:00
Alessandro Pasotti
3f4b6d00d6
Merge pull request #15371 from elpaso/bugfix-21986-jsonarray-spatialite
Fix spatialite handling of JSON arrays
2019-05-27 12:48:50 +02:00
Alessandro Pasotti
f399d3f3cf Fallback to QVariant( QVariant::Type::Int ) 2019-05-27 11:39:43 +02:00
Alessandro Pasotti
403bacf25b Added test for isNull/isValid returns 2019-05-27 11:23:28 +02:00
Alessandro Pasotti
d5254eced2
Merge pull request #10036 from elpaso/bugfix-20848-issue-exporting-as-gpkg
Fix export raster as GPKG
2019-05-27 11:05:28 +02:00
Alessandro Pasotti
d7019cea0f More QVariant test fixes 2019-05-27 10:22:40 +02:00
nirvn
21940e1dfb [symbology] Fix point pattern displacement logic to match pre 3.8 2019-05-27 15:18:25 +07:00
Alessandro Pasotti
e6050b54b9 Fix QCOMPARE with variant lists in test 2019-05-27 09:55:21 +02:00
Alessandro Pasotti
3f1ba81b7e Address PR comments (minor changes) 2019-05-27 09:20:34 +02:00
Alessandro Pasotti
564fd50e43 Fix spatialite handling of JSON arrays
Fixes #21986

plus:

- fix multiple string keys with commas in value relation widget
- more robust JSON and array (un)marshalling
- uniform array representation in value relation widgets
- lot of test coverage
- automatic QVariant type conversions in JSON utils
2019-05-27 09:20:34 +02:00
Denis Rouzaud
d7fa0286c4
do not insert layers in embedded groups (#10004)
fixes #29678
2019-05-26 23:25:15 -05:00
Denis Rouzaud
09126ded98
make flashing independent from panning/zooming in attribte table in attribute editor mode (#29955) 2019-05-26 22:21:10 -05:00
Alexander Bruy
5ef63dfb45 add tests for style URI retrieval 2019-05-27 10:20:12 +10:00
Alexander Bruy
ab2d6f4f04 load style from the QML file with the same name as layer file name
for GeoPackages, CSV and SpatiaLite (fix #21691)
2019-05-27 10:20:12 +10:00
volaya
c3cfcad59a [processing] do not declare output of saveselectfeatures as points
It can be of any geometry type
2019-05-27 08:35:35 +10:00
Nyall Dawson
270c605081 Make test resilent against future potential order changes 2019-05-27 08:26:34 +10:00
Nyall Dawson
63b5d5889a Explain test 2019-05-27 08:26:34 +10:00
Nyall Dawson
00f8ee693d Avoid some fragile tests 2019-05-27 08:26:34 +10:00
Nyall Dawson
2a9c31654e Just test for presence of name, not name itself 2019-05-27 08:26:34 +10:00
Nyall Dawson
d55a982dae Fix leak 2019-05-27 08:26:34 +10:00
Nyall Dawson
c938d57b68 Dox, warnings fixes 2019-05-27 08:26:34 +10:00
Nyall Dawson
cb8976326c Hide deprecation warnings
We can't remove use of these methods until we can safely drop
proj 4 support. Until then, they are required for proj 4 based
builds.
2019-05-27 08:26:34 +10:00
Nyall Dawson
85e207897b Add API to retrieve avaiable coordinate operations between a source
and destination QgsCoordinateReferenceSystem on proj >= 6 builds
2019-05-27 08:26:34 +10:00
Nyall Dawson
b4d18f8e0c Mark older datum transform methods as deprecated - they don't work under proj 6 2019-05-27 08:26:34 +10:00
Nyall Dawson
bed77bbfa8 Add method to retrieve underlying PJ object from a QgsCoordinateReferenceSystem
proj 6 only
2019-05-27 08:26:34 +10:00
Alexander Bruy
27d687eac5
Merge pull request #29948 from volaya/fix_batch_getvalue
[processing] fixed method name in gui wrapper after API renaming
2019-05-26 10:01:10 +03:00
volaya
943b992ed3 [processing] fixed method name in gui wrapper after API renaming 2019-05-26 01:01:09 +02:00
QGIS issue bot
c2e0c43188
Merge pull request #9438 from haubourg/add_issue_templates
[WIP] Add future issue templates for github
2019-05-25 23:46:27 +02:00
Denis Rouzaud
1351daf625 Revert "enable DOCKER_BUILDKIT when building Docker images"
This reverts commit cfd4290bffac59b05710a425cccf624f9ca8eef7.
2019-05-25 15:04:53 -05:00
Denis Rouzaud
cfd4290bff
enable DOCKER_BUILDKIT when building Docker images 2019-05-25 14:53:24 -05:00
Even Rouault
3f46a55259
Fix previous commit 2019-05-25 20:34:02 +02:00
Even Rouault
31c25e4872
Fix build with gcc 5.5 2019-05-25 17:45:34 +02:00
Marco Bernasocchi
d17cf810d1
update funding url 2019-05-25 17:27:17 +02:00
Denis Rouzaud
59fd511267
[Travis] use xenial for all builds (#18657) 2019-05-25 08:59:53 -05:00
Marco Bernasocchi
c50049f29c
link sponsoring on github to our website
Enabling sponsoring button with link to our own sustaining membership and donation page
2019-05-25 15:26:15 +02:00
Alexander Bruy
121a92df7d
Merge pull request #10074 from alexbruy/grass-r-sun
[processing] split GRASS r.sun algorithm into two (fix #21637)
2019-05-25 07:59:19 +03:00
Mathieu Pellerin
a888986567
[needs-docs][processing] Avoid field collision via optional prefix in overlay algorithms (#10092)
Makes for a more predictable collision avoidance, which
can be neccessary for some models.
2019-05-24 19:00:28 +07:00
Alexander Bruy
dc6780a8fd
Merge pull request #10082 from alexbruy/postgis-comment
[db_manager] apply comment to the correct column when altering table column (fix #21425)
2019-05-24 11:32:08 +03:00
Nyall Dawson
0b7e399af0 Use proj to get crs bounds under proj 6 2019-05-24 15:18:12 +10:00
Alexander Bruy
3814086661 [maptips] restore wrapping of the long lines (fix #21388) 2019-05-24 10:38:39 +07:00
Nyall Dawson
c8a6e104e5 Update test results for proj6 2019-05-24 10:24:07 +10:00
Nyall Dawson
9bf6917ecb Fix test, don't use nonsensical ellipsoid 2019-05-24 10:24:07 +10:00