Matthias Kuhn
0d165e5621
Merge pull request #3058 from arnaud-morvan/processing_postgis_errors
...
Processing - Fix unicode/str error in postgis_utils
2016-05-11 12:30:14 +02:00
arnaud.morvan@camptocamp.com
66b1416dfe
Processing - Fix unicode/str error in postgis_utils
2016-05-11 11:27:58 +02:00
Harrissou Sant-anna
cf45742fe8
use same icons as in other dialogs for this task
2016-05-09 07:02:30 +02:00
Harrissou Sant-anna
af73c3dd58
replace icon
2016-05-02 17:22:47 +02:00
Matthias Kuhn
abfd7740bd
Fix qgis.PyQt compatibility imports
2016-04-29 14:10:41 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Alexander Bruy
77d95b0d65
[processing] don't write NaN's to attribute table ( fix #14639 )
2016-04-26 20:44:53 +03:00
Alexander Bruy
9a05558aff
fix formatting
2016-04-26 15:22:52 +03:00
volaya
5cc2dcd2a4
[processing] fixed wrong call to addToLog
2016-04-26 12:47:54 +02:00
Matthias Kuhn
59522582bf
[processing] Improve error message when clipping fails due to 2.5D
2016-04-21 17:11:16 +02:00
Alexander Bruy
b7a4e20627
[processing] add Rectangles, Ovals, Diamonds algorithm ( fix #11575 )
...
This is direct port of abandoned "Rectangles, Ovals and diamonds" plugin.
There are two algorithms: one uses fixed values and second — variable
values from attribute table. Test for fixed distance version included.
2016-04-13 12:33:08 +03:00
Nyall Dawson
ae59b733c3
[processing] Use unary union in dissolve (much faster for many
...
complex geometry inputs)
2016-04-10 12:58:01 +10:00
Alexander Bruy
3ab6db168f
[processing] fix looping over features in Join Attributes alg ( fix #14428 )
2016-04-04 11:52:02 +03:00
Alexander Bruy
428ec00e5b
fix typo
2016-03-25 16:21:06 +02:00
Alexander Bruy
660bb27388
[processing] replace some raster icons with SVG to improve HiDPI support (refs #14474 )
2016-03-25 15:19:52 +02:00
Alexander Bruy
6f7961044f
[processing] refactor Virtual vector layer algorithm
...
Add support for unioned layers (fix #12991 )
2016-03-25 15:19:52 +02:00
Alexander Bruy
70e2696be5
Merge pull request #2936 from sept-en/master
...
[processing] fix filter in Processing settings dialog. Add ability to specify mininal required number of items for MultipleInput parameter (fix #11469 , fix #12580 )
2016-03-23 17:23:08 +02:00
volaya
48104d5737
Merge pull request #2891 from csandor/patch-1
...
Table names in postgresql can be max 63 characters long
2016-03-23 10:41:40 +01:00
Septen
8c9eddcdc6
Some PEP8 fixes.
2016-03-23 00:55:36 +03:00
Maximilian Krambach
097b18190c
identation errors and wrong file paths
2016-03-22 22:01:21 +01:00
Maximilian Krambach
c445828f9e
changed check for validity from isGeosValid() to validateGeometry() in dissolve.py
2016-03-21 21:30:23 +01:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Bernhard Ströbl
cd267b066c
[processing] change field access
2016-03-16 16:34:56 +01:00
Bernhard Ströbl
62a4db8c40
[BUG] run eliminate with non-editable input layer
2016-03-16 14:07:12 +01:00
Bernhard Ströbl
8a84152427
[processing] use proper way to access geometry
2016-03-16 08:35:33 +01:00
Juergen E. Fischer
c6d921729e
python fixes:
...
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
python/console/console_sci.py:547 QsciScintillaCompat?
python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Matthias Kuhn
eb8167d920
[processing] Remove various unused imports and variables
2016-03-15 11:55:05 +01:00
Matthias Kuhn
e9b30a0a36
[processing] Fix dissolve
2016-03-15 11:46:05 +01:00
Matthias Kuhn
5607ae3f78
[processing] Fix autoincremental field
2016-03-15 11:37:51 +01:00
Juergen E. Fischer
fb3fcfa3a0
Python3/Qt5/2to3 updates:
...
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Matthias Kuhn
d6fca7e2e3
Indentation update
2016-03-14 10:56:24 +01:00
Bernhard Ströbl
e02d36f830
[BUG] make sure that result line consists of two nodes
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
cfc0eb680e
Try to fix indentation error
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
0c719d6c0e
[BUG] Do not output lines with two identical points
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
e3a2a1e5db
[BUG] access geometry the right way
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
ffae112ece
[BUG] Do not output lines shorter than 0.00001
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bbcacfbfbd
[BUG] Avoid trying to split a line with itself
2016-03-14 09:57:03 +01:00
Csaba Sandor
48e20cf08f
Table names in postgresql can be max 63 characters long
2016-03-09 10:39:37 +01:00
Alexander Bruy
0571395919
indentation
2016-03-01 19:02:30 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02: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
11a9a66104
[processing] add icons for fTools and GDALTools algorithms
2016-03-01 15:57:31 +02:00
Nyall Dawson
d32c41a60e
[processing] Fixes for field calculator and field mapper
...
- respect project distance, area and ellipsoid settings
- ensure expression variables are correctly evaluated
2016-02-28 12:45:43 +11:00
Hugo Mercier
dccca45468
[processing] Fix crash in ExecuteSQL.py
2016-02-26 11:10:46 +01:00
Matthias Kuhn
3e5e108b1a
[processing] Make basic statistics translatable
2016-02-26 08:58:30 +01:00
Hugo Mercier
b92cb81fe7
[processing] Change version test so that ExecuteSQL is testable during feature freeze
2016-02-22 15:09:15 +01:00
Alexander Bruy
d3852e481e
[processing] fix handling of NULLs is Basic statistics for text fields
2016-02-22 13:35:13 +02:00
Matthias Kuhn
f6995646f2
[processing] Add some newlines to the output of basic stats
2016-02-21 13:15:09 +01:00
Alexander Bruy
d8a5e0fc45
[processing] correctly handle zero in Basic statistics alg ( fix #14331 )
2016-02-18 18:52:09 +02:00
Alexander Bruy
08577ac15d
[processing] fixes for Create Grid algorithm ( fix #14303 )
2016-02-17 14:46:29 +02:00