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
Nyall Dawson
7e78874807
Fix rule based label/symbol renderers reset max scale for rules to
...
1:100000
And improve dox
Fixes #21845
2019-05-23 12:55:33 +10:00
Denis Rouzaud
282ad5fafe
remove old hack for Qt 4.8
...
upstream issue has been fixed
see https://bugreports.qt.io/browse/QTBUG-40449
2019-05-22 21:50:00 -05:00
Etienne Trimaille
ea6754ccc6
add missing group translation for Files and Paths, reordering
2019-05-23 10:36:46 +10:00
Alexander Bruy
88647ff5a6
[processing] use correct parent layer parameter in v.net.distance
...
algorithm (fix #22013 )
2019-05-23 09:45:22 +10:00
Alexander Bruy
dd8c5c1611
[processing] move "Split RGB bands" algorithm inside "Raster tools"
...
group to maintain consistency (fix #21849 )
2019-05-23 09:45:05 +10:00
Alexander Bruy
bef58ac6a7
[processing] use correct file extension in r.in.lidar.info ( fix #21910 )
2019-05-23 09:44:39 +10:00
Nyall Dawson
89d879c0e7
Also invalid QgsCoordinateReferenceSystem cache on qgis exit, fixes crashes on exit
2019-05-23 07:44:49 +10:00
Nyall Dawson
810b522f43
[layouts] Avoid resetting column selection when restoring project
...
with an atttribute table set to the "atlas feature" source
Fixes #20538
2019-05-23 07:44:23 +10:00
Juergen E. Fischer
fbd3289823
fix build of grassrasterprovider
2019-05-22 22:00:25 +02:00
Alessandro Pasotti
fd4895b9fb
processing postgis connector quote indexes names
2019-05-22 18:28:35 +02:00
Denis Rouzaud
b3555abd4e
Merge pull request #10021 from 3nids/itembrowser_shortcut
...
add shortcuts to browse feature list
2019-05-22 11:27:24 -05:00
Denis Rouzaud
d3ce0a0dc2
🐠 -> 💃 (cuttlefish->disco)
2019-05-22 11:18:31 -05:00
Alessandro Pasotti
a4187a7a6e
Tests for case sensistive pg schema
2019-05-22 18:16:43 +02:00
Alessandro Pasotti
ad24b87601
Add missing error class and quote identifiers
...
Fixes #22035 - case sensitive schema
2019-05-22 18:15:19 +02:00
Denis Rouzaud
23b1580cb7
register shortcuts globally
2019-05-22 11:00:29 -05:00
Denis Rouzaud
1e695c452b
use [] and {} for shortcuts
2019-05-22 09:16:56 -05:00
Blottiere Paul
10f6c8d0b3
Merge pull request #9833 from pblottiere/create_image
...
[server] Sanitise image creation
2019-05-22 13:45:08 +02:00
Alessandro Pasotti
86f35e8beb
Merge pull request #10047 from elpaso/bugfix-22071-relation-reference-identify-on-map
...
Fix identify on map in relation reference widget
2019-05-22 11:01:44 +02:00
Nyall Dawson
bb0d449954
Abort symbol rendering early if render job is cancelled
...
Some symbol rendering operations take a long time, especially
if settings are accidentally ridiculous (e.g. changing a marker
line with interval 1 mm to map units on a small scale map can
result in millions+ of markers being rendered for a single
feature). If we don't abort these operations responsively,
then the render job can become effectively "stuck" and sit
burning away CPU for no good reason (or in some cases lock the
QGIS ui as a result).
Instead, for possibly length symbol rendering operations we
check at reasonable places for the QgsRenderContext::renderingStopped()
flag and if it's set, abort the rendering quickly and gracefully.
2019-05-22 18:43:27 +10:00
Blottiere Paul
4e0a90a30b
Image proportion when filter geom is defined
2019-05-22 10:26:42 +02:00
Juergen E. Fischer
b18731bc34
fix windows build on x86
2019-05-22 09:49:29 +02:00
Alessandro Pasotti
ad019c499b
Remove raw string (not necessary here)
2019-05-22 08:51:54 +02:00
Harrissou Sant-anna
7df9df03c9
Title case gdal profile combobox items
2019-05-22 14:17:10 +10:00
Nyall Dawson
d8a5dfef06
Add missing dox to QgsRenderContext
2019-05-22 07:12:06 +10:00