Juergen E. Fischer
4a44956222
fix processing plugin main translation and add translations
...
for toplevel toolbox entries (fixes #12168 )
2015-02-13 20:32:18 +01:00
volaya
7a0d04103b
Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper
...
[processing] Fix fieldsmapper
2015-02-12 08:12:15 +01:00
Martin Dobias
059fd2c461
Fix #11724 - do to not add extra geometries in union (ftools + processing)
2015-02-12 10:39:08 +07:00
arnaud.morvan@camptocamp.com
3c938275eb
Fix #12182 - In FieldsMapper, emit commitData on expression editor change
2015-02-11 15:46:51 +01:00
arnaud.morvan@camptocamp.com
ed94aff17d
Fix #12183 - avoid error message in fieldsmapper when no field type selected
2015-02-11 14:34:12 +01:00
Juergen E. Fischer
f76d7301a3
indentation update/fix (followup 9ab22bd)
2015-02-11 13:49:07 +01:00
Martin Dobias
eaeff1976c
Fix intersection in SelectByLocation and ExtractByLocation
2015-02-10 13:06:53 +07:00
volaya
c4a6adc788
Merge pull request #1753 from arnaud-morvan/processing_managefields
...
Create FieldMapper GeoAlgorithm
2015-02-08 09:03:40 +01:00
arnaud.morvan@camptocamp.com
9e51488a88
Create FieldMapper GeoAlgorithm
2015-02-06 16:10:14 +01:00
arnaud.morvan@camptocamp.com
84936e59e7
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
2015-02-06 15:00:18 +01:00
Giovanni Manghi
035229f3d9
fix enconding in Split Vector layer tool when splitting attribute has non ascii chars
2015-02-03 12:34:53 +00:00
Alexander Bruy
b456f4d69c
[processing] restore missed icons in various dialogs
2015-02-03 11:23:22 +02:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
radosuav
b835f406fa
[Processing] Allow user defined projections in Processing.
2015-01-22 14:38:47 +01:00
Alexandre Neto
e26eae9496
Fixes Processing Keep n biggest parts bug #12001
2015-01-21 23:54:50 +00:00
Alexander Bruy
5511c86c9f
fix file permissions
2015-01-20 09:48:37 +02:00
Alexander Bruy
a81ec21564
[processing] remove help files already ported to User Guide
2015-01-20 09:45:54 +02:00
Werner Macho
2011951d60
Fix some typos
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-18 20:47:22 +01:00
Juergen E. Fischer
6a65050faf
translation string fixes
2015-01-18 00:48:08 +01:00
Alexander Bruy
fdd17517fc
[processing] enable algs that require 3rd party Python modules when
...
possible
2015-01-17 14:57:21 +02:00
Alexander Bruy
d8a224d896
fix typos
2015-01-17 12:17:15 +02:00
Alexander Bruy
ad758aa8db
[processing] i18n for qgis provider
2015-01-17 11:24:54 +02:00
Giovanni Manghi
29f8b2399a
fix a few qgis processing scripts
2015-01-09 19:02:50 +00:00
volaya
247c3dd0e7
[processing] fixed split vector layer algorithm
2014-12-22 12:53:30 +01:00
Alexander Bruy
0d8cb3c1a9
[processing] fix wrong behavior in Join by location alg ( fix #11736 )
2014-12-11 12:43:35 +02:00
Bernhard Ströbl
da17656fe0
Log error to ProcessingLog
2014-12-08 09:31:41 +01:00
Bernhard Ströbl
a2c656e6f6
[processing] [feature] split lines with lines
2014-12-04 16:20:43 +01:00
Alexander Bruy
72fe56cfe4
[processing] fix Convex hull algorithm ( fix #11725 )
2014-11-30 12:50:35 +02:00
Alexander Bruy
902b932968
[processing] use extent instead of width, height and center in Create
...
Grid algorithm (fix #11481 )
2014-11-29 13:58:16 +02:00
Alexander Bruy
6637796719
[processing] fix Field calculator algorthm ( fix #11488 )
2014-11-22 12:52:18 +02:00
volaya
df9372a85b
[processing] better behaviour for fields calculator custom dialog
2014-11-21 09:10:08 +01:00
volaya
05dc06d41e
[processing] fixed fields calculator algorithm
...
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
Alexander Bruy
3c2d45ffd7
[processing] repair non-working random extract algorithms ( fix #11571 )
2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373
[processing] add hypsometric curves calculation algorithm
2014-11-19 12:02:20 +02:00
Alexander Bruy
92de1f1b29
fix directory layout
2014-11-01 14:00:51 +02:00
Alexander Bruy
8be274dcf9
[processing] add Vector grid algorithm (addresses #5953 )
2014-11-01 13:58:01 +02:00
Alexander Bruy
e8d3d5a214
[processing] add Vector split algorithm (addresses #5953 )
2014-11-01 13:57:33 +02:00
Alexander Bruy
cc3ccdf319
[processing] fix Join by location alg
2014-11-01 13:56:44 +02:00
Alexander Bruy
9d1a7b3ea7
[processing] add Symetrical difference algorithm (addresses #5953 )
2014-11-01 13:56:42 +02:00
Alexander Bruy
ae4a1441e9
[processing] add Regular points algorithm (addresses #5953 )
2014-11-01 13:56:21 +02:00
Nyall Dawson
3be82ff708
[processing] Ignore geom for non geom tables for ImportIntoPostGIS
...
This fixes an error where trying to import non geometry tables
using the "Import Into PostGIS" algorithm results in a database
error.
2014-10-27 11:16:11 +11:00
Alexander Bruy
94a33cd1c9
[processing] fix issues with Create Grid algortihm
2014-10-24 09:35:45 +03:00
Juergen E. Fischer
65db7fb1ed
dxf export: fixes for text support (text width, underline/overline/strikeout
...
and line direction symbols)
2014-10-23 20:35:22 +02:00
Giovanni Manghi
6f30ab9be7
result field in Processing 'count points in polygon' must be integer
2014-10-23 11:11:03 +01:00
Juergen E. Fischer
8d3654baa7
indentation update
2014-10-20 00:16:36 +02:00
Anita Graser
4a639ad984
fixed value used before assignment error
2014-10-09 11:16:47 +02:00
Alexander Bruy
b9f89ae2b1
[processing] fix algorithm execution
2014-10-04 14:05:51 +03:00
volaya
5fca922a98
[processing] fixed minor typos in GeometryConvert algorithm
2014-10-03 19:29:00 +02:00
Alexander Bruy
2f1dbab8bb
fix file permissions
2014-10-03 15:47:44 +03:00
Alexander Bruy
1b8597306b
[processing] put all qgis algs in single directory
2014-10-03 15:47:44 +03:00