55442 Commits

Author SHA1 Message Date
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
Nyall Dawson
8350ad6769 Correctly handle crs restoration after an invalid crs was written to xml 2019-05-24 10:24:07 +10:00
Nyall Dawson
e49b07c70e Never try to create a crs from an empty proj string, just shortcut and mark as invalid instead
Avoids proj warnings
2019-05-24 10:24:07 +10:00
Alexander Bruy
e8a74f4537 [processing][needs-docs] allow to switch from batch dialog to single UI
(fix #16893)
2019-05-24 08:51:34 +10:00
Nyall Dawson
ddea00eed2 Fix confusing memory management in dxf export 2019-05-24 07:34:25 +10:00
Nyall Dawson
11f6ba8d5d Fix dxf export ignores multisurface geometry types
Fixes #21779
2019-05-24 07:34:25 +10:00
volaya
94e13289b8 [processing] do not export sdat files provided as part of a multiple raster input
fixes #22131
2019-05-24 07:32:59 +10:00
Denis Rouzaud
f0f0790777
move QgsHighlight style setting in a static method (#10064) 2019-05-23 07:56:49 -05:00
Alexander Bruy
03abf0e42b [db_manager] apply comment to the correct column when altering table
column (fix #21425)
2019-05-23 15:43:14 +03:00
Alessandro Pasotti
1802c529de
Merge pull request #10077 from elpaso/bugfix-22033-dbmanager-wrong-shp-import
db-manager: Update input layer and table names
2019-05-23 12:04:47 +02:00
volaya
83e6dd3efe [processing] fixed description of SAGA gaussian filter algorithm
Fixes #21797
2019-05-23 11:46:56 +02:00
Alessandro Pasotti
3df7f897f6 db-manager: Update input layer and table names
when selecting an external file

Fixes #22033 - wrong shapefile import
2019-05-23 10:58:01 +02:00
Alessandro Pasotti
d16e693c18
Merge pull request #10063 from elpaso/bugfix-22035-processing-pg-camel-case-schema
Bugfix 22035 processing pg camel case schema
2019-05-23 09:58:02 +02:00
Alexander Bruy
6009070502 update tests 2019-05-23 10:54:16 +03:00
Alessandro Pasotti
bb567cd5b8 Processing importintopostgis: Do not transform table name to lowercase 2019-05-23 09:14:59 +02:00
Alexander Bruy
ab646c4d75 [processing] split r.sun into two algorithms as it has mutually
exclusive options (fix #21637)
2019-05-23 10:13:50 +03:00
nirvn
f9810a4534 [effects] Fix blur radius not taking dpi into account (fixes #14885) 2019-05-23 11:34:15 +07:00
Denis Rouzaud
217057236a
Merge pull request #9859 from qgis/3nids-patch-1
add mac/development README
2019-05-22 23:16:41 -05:00
Denis Rouzaud
3a48f181b6
Merge pull request #10072 from 3nids/remove_old_code
remove old hack for Qt 4.8
2019-05-22 22:31:52 -05:00