Nyall Dawson
2a442c7886
Rationalise algorithm groups a bit
2017-08-22 23:36:42 +10:00
Nyall Dawson
8218f35383
Fix use of incorrect icon for algorithm
2017-08-22 23:20:52 +10:00
Nyall Dawson
b62fd51cc2
Don't allow dragging groups in model algorithm tree
2017-08-22 23:16:33 +10:00
Juergen E. Fischer
ef89a624a1
creatensis.pl: don't require admin rights to create the uninstaller
2017-08-22 09:35:22 +02:00
Matthias Kuhn
f38c032046
[docker] Install bindings to system python path
2017-08-22 08:43:27 +02:00
Matthias Kuhn
23102e3c8e
[docker] Install to /usr prefix
2017-08-22 08:38:25 +02:00
Harrissou Sant-anna
6fd3c1090a
Fix wording
...
Fully write the label because there's enough space + alignment
2017-08-22 07:53:44 +02:00
Harrissou Sant-anna
6e3aba342c
Fix Python console web link
2017-08-22 07:51:23 +02:00
Harrissou Sant-anna
3d201e7c65
Delete obsolete context help
...
already ported to user manual and linked to help button
2017-08-22 07:51:23 +02:00
Alessandro Pasotti
1a42c4fa1f
Merge pull request #5055 from boundlessgeo/gpkg-fix-delete-layers
...
Geopackage: fix crash when deleting raster layers
2017-08-21 23:51:17 +02:00
Matthias Kuhn
b8d2a17476
Port symbols test from ebf20a5
2017-08-21 23:27:34 +02:00
Alessandro Pasotti
4d3c7e558b
Geopackage: fix crash when deleting raster layers
2017-08-21 22:43:16 +02:00
Nyall Dawson
4c52607719
Merge pull request #5050 from nyalldawson/algs
...
Port more QGIS algs to new API
2017-08-22 05:07:41 +10:00
Alessandro Pasotti
2530d9eefe
Merge pull request #5051 from boundlessgeo/gpkg-prevent-auto-import
...
Geopackage: prevent import layer over itself
2017-08-20 19:10:32 +02:00
Alessandro Pasotti
aa69737807
Prevent import layer over itself
2017-08-20 16:33:36 +02:00
Nyall Dawson
bcc662722b
Upgrade Convert Geometries algorithm to maintain Z/M, curves were possible
2017-08-20 18:21:03 +10:00
Nyall Dawson
8da29c06b4
Fix test reference file
2017-08-20 18:21:03 +10:00
Nyall Dawson
51f8b1a2bb
Port Convert Geometry Type to new API
...
Includes partial support for Z/M types (values are lost during
conversion, but at least 2d geometries are exported)
TODO: full support for Z/M/curves
2017-08-20 18:21:03 +10:00
Nyall Dawson
4d242c5673
Partial port of raster calculator to new API
...
TODO: modeler handling
2017-08-20 18:21:03 +10:00
Nyall Dawson
338ee36b1d
Port Execute SQL to new API, add test
2017-08-20 18:21:03 +10:00
Nyall Dawson
99fd727bab
Fix some issues when creating processing tests
2017-08-20 18:21:03 +10:00
Nyall Dawson
2a6847e030
Port define projection to new API
2017-08-20 18:21:03 +10:00
Nyall Dawson
cfb926a70d
Port Find Projection alg to new API
...
Also modify alg to export a vector table of candidates instead of
a HTML list, since a vector table is more useful inside of
models and can be used for further analysis steps.
2017-08-20 18:21:03 +10:00
Nyall Dawson
a56725f76e
Resurrect Python Field Calculator algorithm, add test
2017-08-20 18:21:02 +10:00
Nyall Dawson
6144b1c5d9
Resurrect Field Calculator algorithm, add test
2017-08-20 18:21:02 +10:00
Nyall Dawson
d2a90f40e3
Fix conversion of direct vector layer parameters to python strings
2017-08-20 18:21:02 +10:00
Juergen E. Fischer
f867b65cd2
creatensis.pl: create signed installer
2017-08-20 05:51:05 +02:00
Juergen E. Fischer
bb8203b809
updat splash
2017-08-19 17:39:47 +02:00
Juergen E. Fischer
62d4c55513
add typo to spelling.dat
2017-08-19 14:07:34 +02:00
Juergen E. Fischer
dae6666aa5
translation string fixes
2017-08-19 13:51:43 +02:00
Denis Rouzaud
bc193c0034
fix QgsRasterHistogram::histogramVector for SIP <= 4.17
2017-08-19 09:11:40 +02:00
Giovanni Manghi
3cc3946029
improves grass7 v.in.dxf making a couple of parameters optional/mandatory
2017-08-19 07:42:14 +02:00
Nyall Dawson
1cded8553a
Merge pull request #5042 from nyalldawson/algs
...
Port some more algs to new API
2017-08-19 05:38:45 +10:00
Nyall Dawson
114f071cf8
Don't generate triangulation files by default in TIN algorithm
2017-08-19 05:08:40 +10:00
Nyall Dawson
090bb9bba4
Use QgsFeedback instead of QProgressDialog in tin interpolator
2017-08-19 05:05:40 +10:00
Nyall Dawson
000c86e7de
Restore TIN interpolation algorithm
2017-08-19 04:56:48 +10:00
Nyall Dawson
4bba95fc79
Fix broken TIN interpolation (loss of point z coordinates)
2017-08-19 04:56:35 +10:00
Nyall Dawson
356588abf0
Use QgsFeedback in QgsGridFileWriter instead of QProgressDialog
2017-08-19 04:08:04 +10:00
Nyall Dawson
a07ea33340
Port IDW Interpolation alg to new API
2017-08-19 04:03:50 +10:00
Nyall Dawson
355cff191d
Add Map Layer input parameter type for models
...
Since algorithms now use this parameter type (render map alg)
we also need to allow its use in models
2017-08-19 03:45:51 +10:00
Nyall Dawson
7d69e5f5af
Expose all layer type filters to both model feature source, vector
...
layer and multi layer inputs
Refs #17030
2017-08-19 03:36:33 +10:00
Nyall Dawson
370b26798f
Fix wrapped c++ object has been deleted error when editing model parameters
...
Fixes #16858
2017-08-19 03:24:28 +10:00
Nyall Dawson
ebda2fd212
Rename some enum values for clarity
2017-08-19 02:46:22 +10:00
Nyall Dawson
076fdc9449
Port rectangles, ovals, diamonds to new API
2017-08-19 02:37:39 +10:00
Even Rouault
5481177699
[OGR provider] Avoid 'database locked' issues when editing several layers of the same GeoPackage ( fixes #17034 )
2017-08-18 17:58:00 +02:00
Nyall Dawson
48202165fc
Port build virtual vector alg to new API
2017-08-19 01:26:55 +10:00
Nyall Dawson
f2d2777bf3
Model vector layer inputs can also be used for feature source parameters
2017-08-19 01:09:22 +10:00
Nyall Dawson
f1ac0be867
Fix processing setting to use filename as layer name
2017-08-19 00:56:18 +10:00
Nyall Dawson
7879c0a20b
Fix processing rendering styles for output dialog, functionality
2017-08-19 00:47:21 +10:00
Hugo Mercier
18c1597110
Merge pull request #5043 from pblottiere/bugfix_refrel
...
Fixes relation reference widget by refreshing filter lists. Fixes #16400
2017-08-18 16:38:59 +02:00