58390 Commits

Author SHA1 Message Date
Juergen E. Fischer
002d3986d5 translation string fix 2019-11-03 19:00:08 +01:00
Juergen E. Fischer
87a8a16bbd include saga strings in translations 2019-11-03 16:46:23 +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
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
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
9ce55dbe82
Merge pull request #32585 from m-kuhn/dxf_private
Move internals to private header
2019-11-03 08:35:00 +01:00
Matthias Kuhn
0b5814717c
Merge pull request #32587 from m-kuhn/dxf_loops
Modernize loops in dxf exporter
2019-11-03 08:34:41 +01:00
Julien Cabieces
cddc10a929 comment these tests while waitforfinished is not fixed 2019-11-02 23:18:28 +01:00
Julien Cabieces
eb719683d8 Fixes #32545 Revert qgstaskmanager waitforfinished fix
This reverts commit 42e22b7a6894f84a155d0c9330414f88413ece2b.
2019-11-02 23:18:28 +01:00
Matthias Kuhn
04fd7f6a91 License header 2019-11-02 16:48:33 +01:00
Matthias Kuhn
5c439ab693 More efficient loops 2019-11-02 16:05:28 +01:00
Alessandro Pasotti
7d2000bc30 Fix server OAPIF crs tranformation on items
fixes an unreported issue when serving items not in
4326.
2019-11-02 16:00:33 +01:00
Matthias Kuhn
20f0436427 Move internals to private header 2019-11-02 15:54:08 +01:00
Alexander Bruy
4e225e1614 add test for exporting model with advanced parameter 2019-11-02 15:43:35 +02:00
Alexander Bruy
7fa054c19b [processing] correctly handle advanced parameters when exporting model
to Python (fix #32579)
2019-11-02 11:51:04 +02:00
Juergen E. Fischer
c86ed789bf osgeo4w: detect grass78 2019-11-02 10:04:20 +01:00
Matthias Kuhn
213df8df23
Merge pull request #32315 from roya0045/optional_fids
[API/feature?] make fids caching optional
2019-11-01 16:00:17 +01:00
Matthias Kuhn
8cf5209a52
Merge pull request #32574 from m-kuhn/fix_orfeo_link
[travis] Fix link to OTB binaries
2019-11-01 12:33:23 +01:00
Matthias Kuhn
562b5186ce Fix link to OTB binaries 2019-11-01 11:27:08 +01:00
Matthias Kuhn
392532ee62
Merge pull request #32517 from m-kuhn/tracerFixCrashOnExit
Fix crash on exit
2019-11-01 11:12:10 +01:00
Matthias Kuhn
7dcb26db40
Merge pull request #32527 from m-kuhn/valueMapCopyPasteFix
Fix copy items from value map configuration
2019-11-01 11:07:16 +01:00
Sandro Santilli
4b8d3e7800 Iterate over a const, to supposedly save some CPU cycles and memory
... as suggested by @m-khun via
https://github.com/qgis/QGIS/pull/31858#discussion_r339471008
2019-11-01 10:36:35 +01:00
Sandro Santilli
199b7da5fd Use for instead of foreach 2019-11-01 10:36:35 +01:00
Sandro Santilli
d7ffb84372 Reduce number of queries to qgis_editor_widget_styles table
Closes #26186
2019-11-01 10:36:35 +01:00
Sandro Santilli
1a9682598e Use EXISTS to tell if a table exists, rather than count(*)
Avoids a full sequencial scan (see #26186)

Also query pg_class directly
2019-11-01 10:36:35 +01:00
Sandro Santilli
a4aea8ad43 Use CREATE IF NOT EXISTS for layer_styles
The syntax is supported since PostgreSQL 9.1 and we already use
9.1-only syntax (regclass).
2019-11-01 10:36:35 +01:00
Alessandro Pasotti
7b38ca8b79
Merge pull request #32546 from elpaso/pg-broken-credentials-cache
[feature] Ignored credentials temporary cache
2019-11-01 09:02:34 +01:00
Nyall Dawson
17a4a34fc5 Remove unused define 2019-11-01 14:03:01 +10:00
Nyall Dawson
5e84033193 Sipify 2019-11-01 14:03:01 +10:00
Nyall Dawson
b371013929 Minor fixes 2019-11-01 14:03:01 +10:00
Nyall Dawson
4684a743f9 Dox++ 2019-11-01 14:03:01 +10:00
Nyall Dawson
fc993f6fc7 Heavily optimise GDAL based image resampling 2019-11-01 14:03:01 +10:00
Nyall Dawson
04111f64fb Add method to resample a QImage using gdal library resampling, and
use this instead of the inbuilt QGIS resampling

The QGIS methods are slooooow, unoptimized, and buggy. And gdal exposes MANY
more resampling methods we could potentially expose now!

Also fixes rendering issues with cubic resampler and nodata pixels
2019-11-01 14:03:01 +10:00
Nyall Dawson
b41b4164fe Add method to resample QImage using gdal resample to a gdal memory dataset 2019-11-01 14:03:01 +10:00
Nyall Dawson
27e5eb1f21 Add method to convert a QImage to a gdal memory dataset 2019-11-01 14:03:01 +10:00
Nyall Dawson
a90d1b3d83 Add method to create multi-band gdal memory dataset 2019-11-01 14:03:01 +10:00
Etienne Trimaille
3739ac2739 add QGIS version in model exported as Python 2019-11-01 08:57:30 +10:00
Alessandro Pasotti
730c875241 Capitalize actions 2019-10-31 21:37:41 +01:00
Hugo Mercier
77725c90b8
Merge pull request #32252 from mhugo/fix_27087
[oracle] fixes insertion of dates
2019-10-31 17:41:09 +01:00
Matthias Kuhn
9a9ab392f2
Merge pull request #32524 from m-kuhn/dxfEmptyExtentError
[dxf export] Bail out if extent could not be determined
2019-10-31 15:34:44 +01:00
Blottiere Paul
292008f637
Merge pull request #32386 from pblottiere/fix_crs_json
Use CRS in WMS GetFeatureInfo when info_format is in json Fixes #32326
2019-10-31 15:30:43 +01:00
Blottiere Paul
624ae0355f Remove unused parameter 2019-10-31 14:15:14 +01:00
Blottiere Paul
0a2b92ab22 Update sip 2019-10-31 14:15:14 +01:00
Blottiere Paul
b12896f5b9 Do not transform eometries in getfeatureinfo for json format 2019-10-31 14:15:14 +01:00
Blottiere Paul
2f79dcc057 Add option in json exporter to not transform geometries 2019-10-31 14:15:14 +01:00