Nyall Dawson
60a1d6306f
Fix some missing expression context variables in processing expression based widgets
2019-02-13 07:59:30 +10:00
Nyall Dawson
d614ff39e7
[processing] Field calculator algorithms should not force an upper limit
...
on string field lengths
Don't hold back the algorithms because of outdated format limitations!
2019-02-12 12:58:55 +10:00
Juergen E. Fischer
eea4eda6a3
osgeo4w: fix b6293f23c8c ( fixes #21210 )
2019-02-10 21:31:31 +01:00
Alessandro Pasotti
471734a9ea
Merge pull request #9111 from SIRS-CLS/sirs_db_manager
...
Fix bug comment on postgres and others management
2019-02-08 12:47:53 +01:00
Ailurupoda
d331143837
Removing print
2019-02-08 11:18:53 +01:00
Ailurupoda
db4db5983a
Fix travis
2019-02-08 11:01:13 +01:00
Ailurupoda
db06040b60
Change != True to not + getComment and commentTable on main file if not needed only
2019-02-08 10:45:49 +01:00
Nyall Dawson
f22f182bcf
[processing] Buffer algorithm should always export multipolygon layers
...
We can never predict when a buffer will create a multipolygon output
(e.g. for negative buffer sizes), so ALWAYS export multipolygons
Fixes #21191
2019-02-08 18:53:18 +10:00
Ailurupoda
9741515fae
Replace db.connector/self + is None
2019-02-08 08:30:48 +01:00
Nyall Dawson
7f3640d8a1
[processing] Fix evaluation of linked parameters in batch mode
...
e.g. missing fields after selecting a layer parameter
2019-02-08 06:38:49 +11:00
Corentin.F
68c541b969
Update connector.py
2019-02-07 18:45:53 +01:00
Ailurupoda
8ed7971626
Another fix try
2019-02-07 17:29:25 +01:00
Ailurupoda
832eb40166
Another fix try
2019-02-07 16:59:12 +01:00
Ailurupoda
f27ecab62f
Fix travis
2019-02-07 16:44:28 +01:00
Ailurupoda
e9e9fd322e
Fixing travis layout
2019-02-07 15:35:16 +01:00
Ailurupoda
277d4fefae
Fixing travis test
2019-02-07 13:10:37 +01:00
Ailurupoda
63c010dbb5
Fix create and delete comment from tableProperties
2019-02-07 09:56:48 +01:00
Ailurupoda
f3dfd97d90
New fix, still some need to be done
2019-02-06 17:37:48 +01:00
Ailurupoda
dff185355d
Fix bug comment on postgres and others management
2019-02-06 10:53:56 +01:00
Alessandro Pasotti
e4df72ee3f
Merge pull request #9086 from elpaso/bugfix-21151-db-manager-comments-armageddon
...
Quick and dirty patch to DB-Manager after PR 8831
2019-02-06 07:46:27 +01:00
Nyall Dawson
06d5b996bf
[processing][gdal] Fix polygonize field name is ignored
2019-02-06 04:16:40 +11:00
Alessandro Pasotti
33b8bbdff9
Astyle again
2019-02-05 11:59:14 +01:00
Alessandro Pasotti
de5171ac89
Code style (I had autopep8 installed btw)
2019-02-05 08:38:40 +01:00
Nyall Dawson
c6f3d5ff48
[processing][needs-docs] Make Find Projection algorithm simpler to use
...
We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. This means the algorithm
is simplified to just picking the layer and drawing the desired area
on the canvas.
2019-02-05 16:55:54 +11:00
Nyall Dawson
c93775f6b1
[processing][gdal] Ensure that GDAL algs output the CORRECT
...
generated filename for outputs
Previously they were just echoing the input parameter value,
which isn't always a string and accordingly was broken for
temporary outputs. This caused models to break when the output
of a GDAL algorithm was used in a subsequent model step.
2019-02-05 16:55:34 +11:00
Nyall Dawson
f54f5a4fe7
[processing][gdal] Fix incorrect definition of gdal_warp extra_param parameter
2019-02-05 16:55:34 +11:00
Tom Kralidis
fe82890055
[MetaSearch] OWS GetCapabilities checking regression ( fixes #19787 ) [needs-docs]
2019-02-05 12:26:23 +11:00
Etienne Trimaille
427cb0b27a
fix some HIG and add missing translations in dbmanager
2019-02-05 10:48:47 +11:00
Etienne Trimaille
ac9c6f1e18
some minor code cleanup in dbmanager
2019-02-05 10:48:47 +11:00
Alessandro Pasotti
cd6ce76480
Quick and dirty patch to DB-Manager after PR 8831
...
The "comments" PR 8831 added support for postgres only
(and broke all the others backends).
I'd be in favor of a revert of the whole original PR but
this patch restores functionality and could be an acceptable
temporary fix until the comments PR is reworked in a more
maintainable and elegant way.
Fixes #21151 btw
2019-02-04 18:26:24 +01:00
Juergen E. Fischer
92f5cb9a7e
translation fix
2019-02-04 00:52:23 +01:00
Nyall Dawson
2fc24aedde
Clearer phrasing
2019-02-04 09:21:17 +10:00
Nyall Dawson
4f8e2317d7
[processing][saga] Fix definition of Multiple regression points/grids alg
...
Fixes #21146
2019-02-01 21:06:16 +11:00
Nyall Dawson
56e465cc8a
[processing][needs-docs] Resurrect ability to convert models to scripts
...
Brings back QGIS 2.18's ability to directly convert a Processing model
to an equivalent Processing Python script algorithm, correctly
updated and working in the 3.x API.
Available from the model dialog, and from the right-click context
menu on an existing model.
Sponsored by Solspec
2019-02-01 17:54:28 +11:00
Nyall Dawson
f77cf4fae4
[processing] Formalise object design for ContextAction, allow icons to be set
2019-02-01 17:54:28 +11:00
Alexander Bruy
85e3b2db6e
[processing] fix v.net.report and v.net.nreport
2019-01-31 16:31:35 +02:00
Alexander Bruy
b9f559ee04
[processing] fix broken stdout handling in GRASS algs ( fix #21142 )
2019-01-31 15:54:08 +02:00
Alexander Bruy
a911ef3367
[processing] fix output generation in v.net and add test
2019-01-31 15:54:08 +02:00
Alexander Bruy
dbe2cb73ad
[processing] add test for v.net.distance algorithm
2019-01-31 15:54:08 +02:00
Alexander Bruy
3abea36000
[processing] snap points to network by default ( fix #19904 )
...
Kudos to Pedro Venâncio for finding solution for this bug
2019-01-31 15:54:08 +02:00
volaya
aa02e9f3ed
added missing import
2019-01-31 08:33:29 +01:00
Nyall Dawson
4f6df2980f
[processing] Fixes to distance inputs for models
...
- fix parameter can get converted to plain number parameter after edits
- allow parameter to be linked to parent parameters, so that the
correct distance unit and choices are shown for the parameter
2019-01-31 17:53:25 +11:00
Nyall Dawson
5bfec27938
[processing] do not show geometryless layers in extent selector
...
Fixes #21129
2019-01-31 17:52:29 +11:00
lbartoletti
2e92dabd20
[Processing][Grass] Add the possibility to return a shp if ogr is not compiled with gpkg
2019-01-31 09:55:29 +11:00
Alexander Bruy
19dcfb987b
don't export features without category by default
2019-01-30 10:40:29 +02:00
volaya
585d42b347
[processing] fixed missing import and encoding
2019-01-30 09:09:26 +01:00
Alexander Bruy
0cc483f621
set default value for newly added parameter
2019-01-30 08:12:22 +02:00
Alexander Bruy
67bc586036
fix formatting
2019-01-30 08:12:22 +02:00
Giovanni Manghi
5f99955b45
do not always use the -c flag to export vectors from GRASS
2019-01-30 08:12:22 +02:00
Juergen E. Fischer
806ae861e1
osgeo4w: rely on GRASS' GISBASE environment variable instead of
...
detecting the path (ie. use the same version for processing as the
version that the grass plugin uses)
2019-01-29 23:03:58 +01:00