31589 Commits

Author SHA1 Message Date
Matthias Kuhn
99e21a7e5b [processing] Silence warning 2016-03-15 11:55:16 +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
e888d6d684 [processing] Add autoincremental field test 2016-03-15 11:45:34 +01:00
Matthias Kuhn
5607ae3f78 [processing] Fix autoincremental field 2016-03-15 11:37:51 +01:00
Matthias Kuhn
01cc455d2d [processing tests] Improve test debug messages 2016-03-15 11:08:46 +01:00
Matthias Kuhn
0e690fc701 [processing tests] Fix test generation parameter types 2016-03-15 11:08:46 +01:00
Juergen E. Fischer
01c2cfbe87 pyqtwrapper: set sip api to 2 for PyQt.QtCore for Qt4
(followup fb3fcfa3)
2016-03-15 10:31:04 +01:00
Matthias Kuhn
567a323c08 Add server tests to blacklist 2016-03-15 08:18:40 +01:00
Matthias Kuhn
5789dd8e99 python3 compatibility fix 2016-03-15 08:18:39 +01:00
Matthias Kuhn
39047221ce [qt5 server] deprecate usage of QFtp and remove from Qt5 builds 2016-03-15 08:18:39 +01:00
Nyall Dawson
8fc405648b Default to layer CRS in raster save as dialog (fix #14209) 2016-03-15 13:12:53 +11:00
Nyall Dawson
15d2be26f1 Fix incorrect projection if raster or plugin layer is first layer
loaded into an empty project (fix #14392)
2016-03-15 12:19:44 +11:00
Matthias Kuhn
054894a3dc Fix failing tests 2016-03-14 23:25:28 +01:00
Matthias Kuhn
9852d6d74f Improve debug output of processing tests 2016-03-14 22:01: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
Juergen E. Fischer
8c918aeaf3 astyle updates cosmetics, temporary file cleanups 2016-03-14 20:38:20 +01:00
Nyall Dawson
e72a82e04f Minor refactor of QgsDiagramLayerSettings
- add public getters and setters for variables, will make variables
private in QGIS 3.0
- avoid some memory leaks and potential crashes
- move calculation of referenced fields to diagram classes, out
of QgsVectorLayerDiagramProvider
2016-03-15 06:24:38 +11:00
Hugo Mercier
e1ae69a0cd Merge pull request #2557 from mhugo/fix_13959
Only filter legend nodes that are checked
2016-03-14 15:32:27 +01:00
Hugo Mercier
f9c736c9f8 Only filter legend nodes that are checked.
Keep unchecked legend items when filtered by expression
2016-03-14 14:17:43 +01:00
Sandro Mani
13d407e367 Merge pull request #2905 from manisandro/checker_crash
[Geometry checker] Make polyLineSize survive empty geometries
2016-03-14 11:47:49 +01:00
Matthias Kuhn
d6fca7e2e3 Indentation update 2016-03-14 10:56:24 +01:00
Matthias Kuhn
9ca09abb02 Fix expected dataset for splitlineswithlines test 2016-03-14 09:57:04 +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
97b0375804 [processing] test: limit coordinate comparison precision 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
648e6ac692 [processing] test: remove gfs output files 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
9124586bbf [processing] update test output files 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bf54b9529a [processing] test cases for splitlineswithlines 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
Matthias Kuhn
5676430050 Rewrite some signals to new-style 2016-03-14 08:52:06 +01:00
Marco Hugentobler
90e0cb995f Fix attribute creation in transect sample 2016-03-14 08:31:09 +01:00
Matthias Kuhn
627815d6ce Merge pull request #2903 from sebastic/qt5-qspatialite
Add support for Qt5 to qspatialite provider.
2016-03-14 08:29:41 +01:00
Matthias Kuhn
bd6508aabc Merge pull request #2908 from SebDieBln/Test_ImprovePanningTest
improve the test of panning the map canvas by keyboard
2016-03-14 08:21:20 +01:00
Matthias Kuhn
1f8e94e2d4 Disable ccaching on travis
Let's see if it is responsible for some false alarms
https://github.com/qgis/QGIS/pull/2908
2016-03-14 07:18:33 +01:00
Sebastian Dietrich
c7e675c343 improve the test of panning the map canvas by keyboard
Verify the extent is changed after each key event.
2016-03-14 00:08:29 +01:00
Alexander Bruy
6610c6e25d [processing] don't throw error when new provider added and settings is not updated yet 2016-03-13 13:22:19 +02:00
Juergen E. Fischer
48911ca9a4 evis: update QAction::activated to triggered 2016-03-13 12:02:43 +01:00
Juergen E. Fischer
811c9c29f7 remove superfluous file 2016-03-13 12:02:31 +01:00
Juergen E. Fischer
c2ff2d7721 osgeo4w: support for OSGEO4W_DESKTOP and fix deinstallation 2016-03-13 02:42:47 +01:00
Sandro Mani
34bd124023 [Geometry checker] Make polyLineSize survive empty geometries 2016-03-12 22:32:29 +01:00
Nyall Dawson
23cd2fcb4f [NEEDS-DOCS] Reword "zoom to layer scale" to "zoom to visible scale"
...makes it clearer what this does, as the original wording could be
confused with zooming to the layer's native scale/resolution
2016-03-13 07:51:20 +11:00
Bas Couwenberg
e2c83aeca4 Add CancelQuery for Qt5 only. 2016-03-12 21:50:46 +01:00
Nyall Dawson
1e1dfca7d3 Fix crash when right clicking raster layer (indentified by Coverity) 2016-03-13 07:34:04 +11:00
Nyall Dawson
66938e9fef Fix Coverity warning 2016-03-13 07:34:00 +11:00
Bas Couwenberg
72a6b774ef Enable QSpatiaLite for travis qt4 builds. 2016-03-12 21:02:32 +01:00
Bas Couwenberg
6685667a24 Mark CancelQuery as not support in hasFeature(). 2016-03-12 21:00:21 +01:00