nirvn
bc0f75334f
[needs-docs][processing] vectorize & improve remaining vector menu icons
2018-05-15 16:37:25 +07:00
Nyall Dawson
249dca7830
[processing] Consist helpful error messages when sinks cannot be created
...
And throw exceptions always when sinks are not created to avoid
generic errors
2018-04-28 05:50:47 +10:00
Nyall Dawson
0dfb3c2d8c
[processing] Use distance parameter for more algorithms
2018-04-20 18:27:00 +10:00
Salvatore Larosa
5fda4025f4
[processing] fixes missing icon for create grid algorithm
2018-02-28 21:50:49 +01:00
Felis Pimeja
76c21ea369
Updated and vectorized several icons ( #6382 )
2018-02-21 15:39:25 +07:00
Mathieu Pellerin
aaf97933c2
[needs-docs][processing] merge grid algorithms and add point grid type
2018-01-23 13:54:53 +07:00
Alexander Bruy
13cd4c944f
[processing] split some native algs to take advantage of explicit output types
2016-09-02 09:28:32 +03:00
Matthias Kuhn
bb79d13e82
Remove deprecated Qgis::WKBType and API cleanup ( #3325 )
...
* Remove deprecated Qgis::WKBType and API cleanup
Renames QgsWKBTypes to QgsWkbTypes
Replaces usage of the enums:
* Qgis::WKBType with QgsWkbTypes::Type
* Qgis::GeometryType with QgsWkbTypes::GeometryType
Their values should be forward compatible (a fact that was already
explited up to now by casting between the types)
Renames some SSLxxx to SslXxx and URIxxx to UriXxx
* Fix build warnings and simplify type handling
* Add a fixer to rewrite imports
* The forgotten rebase conflictThe forgotten rebase conflicts
* QgsDataSourcURI > QgsDataSourceUri
* QgsWKBTypes > QgsWkbTypes
* Qgis.WKBGeom > QgsWkbTypes.Geom
* Further python fixes
* Guess what... Qgis::wkbDimensions != QgsWkbTypes::wkbDimensions
* Fix tests
* Python 3 updates
* [travis] pull request caching cannot be disabled
so at least use it in r/w mode
* Fix python3 print in plugins
2016-08-04 09:10:08 +02:00
Nyall Dawson
1a2231f10c
Rename QGis class to Qgis, for capitalisation consistency
2016-07-21 22:01:38 +10:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Matthias Kuhn
eb8167d920
[processing] Remove various unused imports and variables
2016-03-15 11:55:05 +01:00
Alexander Bruy
7823a5a857
[processing] add missed fTools algorithms: Define current projection
...
and Create spatial index.
Also add missed Assign projection from GDALTools
2016-03-01 15:57:32 +02:00
Alexander Bruy
08577ac15d
[processing] fixes for Create Grid algorithm ( fix #14303 )
2016-02-17 14:46:29 +02:00
Alexander Bruy
ead88a3ac2
[processing] correctly recognize grid type ( fix #14302 )
2016-02-17 14:46:29 +02:00
Paolo Cavallini
9cd5eed9bf
Update Grid.py
...
Fixes a broken module. Possibly more broken ones around.
2015-10-13 13:30:43 +02:00
arnaud.morvan@camptocamp.com
ea0dc6e2d4
Include parameterselection dropdown contents in processing translations
2015-09-17 09:43:23 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Juergen E. Fischer
66a3d02240
integrate processing into update_ts.sh (also includes all translations
...
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
Alexander Bruy
96d4003aa6
[processing] set CRS for output grid ( fix #12518 )
2015-04-10 16:44:37 +03: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
Alexander Bruy
ad758aa8db
[processing] i18n for qgis provider
2015-01-17 11:24:54 +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
94a33cd1c9
[processing] fix issues with Create Grid algortihm
2014-10-24 09:35:45 +03:00
Alexander Bruy
b9f89ae2b1
[processing] fix algorithm execution
2014-10-04 14:05:51 +03:00
Alexander Bruy
1b8597306b
[processing] put all qgis algs in single directory
2014-10-03 15:47:44 +03:00