30738 Commits

Author SHA1 Message Date
Nyall Dawson
44559fee3b Increase tolerance on blend modes test 2016-01-20 21:34:01 +11:00
Martin Dobias
06932d98de [tracer] If tracing is not possible, simply use a straight line like usual
Until now the tracing was quite strict and it would show error messages
if something went wrong with start/end-points and would not allow creation
of points outside the tracing graph. It is however more user-friendly
to allow capturing points outside of the graph, so the user does not need
to enable/disable tracing whenever capturing some extra points is needed.

Also, the warning "too many features" is hidden immediately when there
is reasonable amount of features (before it would stick there until timeout).
2016-01-20 10:39:19 +01:00
Alexander Bruy
63af3e2765 Merge pull request #2634 from alexbruy/wfs-dialog
option to keep WFS dialog open after adding layer(s)
2016-01-20 11:19:53 +02:00
Alexander Bruy
1c3f066edf Merge pull request #2643 from alexbruy/sublayers
More informative layer names when loading GDAL/OGR sublayers
2016-01-20 11:19:29 +02:00
Martin Dobias
9fda6aaf53 [tracing] fix the case when OTF reprojection is disabled 2016-01-20 09:44:24 +01:00
Nyall Dawson
60816af372 Correctly mark some raster classes copy/assignment as private
As they haven't been properly implemented yet and the classes
violate the rule of three
2016-01-20 17:06:04 +11:00
Nyall Dawson
cc505424ce Hopefully fix raster layers not rendering on Windows
The copy constructor for QgsContrastEnhancement was using
an uninitialized value for the mContrastEnhancementAlgorithm
member, resulting in no contrast function being set in
certain occasions.

Refs #13155
2016-01-20 17:05:37 +11:00
Nyall Dawson
bac3b3001f Add some tolerance to font marker test 2016-01-20 17:05:03 +11:00
Denis Rouzaud
2bacecea0b Merge pull request #2697 from SebDieBln/FixVectorJoinDialog
Fix vector join dialog
2016-01-19 22:50:43 +01:00
Sebastian Dietrich
01603d728c QgsJoinDialog offers only vector-layer for joining. 2016-01-19 22:06:05 +01:00
Martin Dobias
81448f8541 fix "failing" travis build 2016-01-19 19:05:50 +01:00
Martin Dobias
7a5df7ada6 Move tracing action creation to qgis app 2016-01-19 18:03:15 +01:00
mhugent
f4bdaad59f Merge pull request #2666 from mhugent/symbology_brush_transform
Symbology brush transform
2016-01-19 16:19:09 +01:00
Matthias Kuhn
fc6f2cbf21 fix tests 2016-01-19 15:04:18 +01:00
Marco Hugentobler
aa3e550a2f Revert "Revert sipfile changes"
This reverts commit f7284651218c7ebb0eb043e98f648ee04be42f83.
2016-01-19 14:43:45 +01:00
Sandro Santilli
69cb0c4ed3 Fix double-release of postgresql connection on table retriveal stop
Also breaks earlier out of loop and print a different status
message on "stop" (rather than "complete").

Fixes #14140
2016-01-19 13:15:35 +01:00
volaya
014b69647a [processing] removed redundant code 2016-01-19 12:35:00 +01:00
volaya
f762380835 [processing] more checks before running model 2016-01-19 12:34:59 +01:00
Martin Dobias
4b079ae418 Fix crash while tracing and a layer is removed (fixes #14130) 2016-01-19 12:26:12 +01:00
Sandro Mani
f27ab9a571 Merge pull request #2688 from manisandro/geom_checker_fixes
Geom checker fixes
2016-01-19 12:02:05 +01:00
Giuseppe Sucameli
472fa9bb08 Merge pull request #2696 from mdouchin/debug_dbmanager_sqlite_layer_info
[bugfix][DbManager] Fix indexes fetch with sqlite >= v3.8.9 (fix #14110)
2016-01-19 11:33:38 +01:00
Sandro Santilli
670ded3d06 Abort if trying to use shared pgsql connection from non-main thread
Connections cannot be shared between threads, document it.
See #13141
2016-01-19 11:01:10 +01:00
Sandro Santilli
da372c8d40 Ensure "dbname" is always set in the uri
Fixes #10600
2016-01-19 10:58:14 +01:00
Michael Douchin
bae865153f [bugfix][DbManager] 14110 - Error fetching layer indexes with recent sqlite version
Fixes #14110

The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connector.py`,
expected to get 3 fields from the sqlite method `PRAGMA index_list` .
In recent versions of SQLite, since 3.8.9, though, this method now returns 5 fields.
This commit fixes this issue by checking the length of columns returned by the method.
2016-01-19 10:27:52 +01:00
Hugo Mercier
26ae323431 Virtual layer: add support for expression filter 2016-01-19 09:52:05 +01:00
volaya
a549ded47b [processing] prevent circular dependencies in models
fixes #99090
2016-01-19 09:39:57 +01:00
Sandro Mani
47aeb596b5 Whitespace fixes 2016-01-19 09:39:29 +01:00
Sandro Mani
9b7afc8f48 [Geometry checker] Be more verbose about output file creation failure reason 2016-01-19 09:39:29 +01:00
Sandro Mani
20658509dc [Geometry checker] Fix memory corruption in QgsGeometryTypeCheck fix when converting to singleparts 2016-01-19 09:39:29 +01:00
Sandro Mani
65aa885de8 [Geometry checker] Remove some debugging prints 2016-01-19 09:39:29 +01:00
Sandro Mani
28dc710516 [Geometry checker] Clear previous rubberbands if new selection is empty 2016-01-19 09:39:29 +01:00
Sandro Mani
772ded8c38 [Geometry checker] Show feedback in the UI when the user presses Cancel 2016-01-19 09:39:29 +01:00
Sandro Mani
8835658706 Make QgsVectorFileWriter::driverMetadata also match by driver longName 2016-01-19 09:39:29 +01:00
Sandro Mani
20ca316308 [Geometry checker] Prevent output layer from being set as current input layer when dialog is visible 2016-01-19 09:39:29 +01:00
Sandro Mani
4827cbc932 [Geometry checker] Don't allow setting output layer equal to input layer 2016-01-19 09:39:29 +01:00
volaya
b2a12735c5 [processing] fixed update of console call in GdalAlgorithmDialog
fixes #14129
2016-01-19 09:03:23 +01:00
Jürgen Fischer
d91f0cd1ef Merge pull request #2694 from nirvn/kml_improve_default
[vector export] better default for kml altitudemode
2016-01-19 08:12:12 +01:00
nirvn
9159573f1a [vector export] better default for kml altitudemode 2016-01-19 11:38:53 +07:00
Nyall Dawson
7e642df52b Followup 8435fee, fix filtering of NULL values 2016-01-19 15:06:44 +11:00
Nyall Dawson
d902c56f4d Revert "[travis] Use newer clang 3.7 for linux builds"
This reverts commit 54cf64bcdc6dc362fe8ca75c019ec82c7c240af9.

Seems like the recent clang 3.7.1 release is causing build
issues with the sip bindings. Revisit at some later stage, but
for now just get Travis building correctly again.
2016-01-19 13:16:37 +11:00
Nyall Dawson
8435fee4a4 Correctly quote field name in categorized filters (fix #14118) 2016-01-19 11:38:52 +11:00
Sebastian Dietrich
5e5f95b75a Hide excepted layers even if all types of layers are allowed. 2016-01-19 01:22:42 +01:00
Nyall Dawson
17528d6fe4 Merge pull request #2693 from SebDieBln/FixAllLayersFilterConstant
[Bugfix] Make the flag 'All' actually contain all types of layers
2016-01-19 11:16:26 +11:00
Nyall Dawson
e2e3604784 Fix crash using expression for heatmap renderer (fix #14127) 2016-01-19 11:09:54 +11:00
Nyall Dawson
23fc3cf9cc Fix invalid rubber band when digitising polygon and layer CRS
is not the same as map CRS (fix #14117)
2016-01-19 10:50:17 +11:00
Matthias Kuhn
3529433729 Fix memory leak in rulebased renderer sip bindings 2016-01-19 00:23:13 +01:00
Matthias Kuhn
2246dccdbf Another rulebased renderer fix 2016-01-19 00:19:57 +01:00
Matthias Kuhn
77cbfd34cf Fix some issues with QgsRuleBasedRendererV2::Rule 2016-01-19 00:16:06 +01:00
Sebastian Dietrich
9d5617deea make the flag 'All' actually contain all types of layers 2016-01-18 23:36:24 +01:00
Nyall Dawson
7e90d5773f Whitespace fix 2016-01-19 08:42:02 +11:00