Nyall Dawson
ba7f0c7ee1
Default to faster render for heatmap renderer
2015-02-10 22:23:01 +11:00
Nathan Woodrow
04c37f960e
Right missing right click on QgsColorButtonV2
2015-02-10 21:02:53 +10:00
Marco Hugentobler
27bf440eac
Server: fix loading of dependent layers when using the getFeature() function (ticket #12090 )
2015-02-10 11:21:11 +01:00
Nyall Dawson
db17513287
Fix some warnings, incorrect use of abs for double values
2015-02-10 18:54:49 +11:00
Nyall Dawson
76927bb833
Use a newer cmake version for Travis builds to avoid Qt warnings
2015-02-10 18:51:40 +11:00
Martin Dobias
68f94647fd
Fix #12165 - table can't be joined multiple times
2015-02-10 14:48:22 +07:00
Nyall Dawson
a7f774037a
More coverity fixes
2015-02-10 17:37:17 +11:00
Martin Dobias
dc156c8d79
Fix #12154 - select by location not working when A covers B
...
The combination of touches+overlaps+contains is not enough if input layer
(where selection should be done) is completely within selection layer.
I have reintroduced "intersects" predicate and made it default.
The processing toolbox has an improved (fixed?) version but fTools
were not adapted at the same time
2015-02-10 13:06:53 +07:00
Martin Dobias
eaeff1976c
Fix intersection in SelectByLocation and ExtractByLocation
2015-02-10 13:06:53 +07:00
Juergen E. Fischer
b35a596af4
raster calculator: allow unquoted raster references ( fixes #11682 )
2015-02-10 00:38:24 +01:00
Juergen E. Fischer
d0159e2d92
postgres provider: restore default for cursor counter
2015-02-09 21:46:14 +01:00
Juergen E. Fischer
72015bf5e4
INSTALL: remove reference to Visual C++ 2008
2015-02-09 17:17:31 +01:00
Martin Dobias
0386ed01fc
Fix issue with intents to rebuild index of an empty layer
...
With one or more empty layers, this would lead to a weird blinking due to progress
dialog being opened when snapping to empty layers is active.
The fix adds a flag in the point locator, so the index is not rebuilt unless there
are some features in the layer
2015-02-09 23:14:14 +07:00
Juergen E. Fischer
ee50520a52
fix leak on loading layer definition (also fixes #12064 )
2015-02-09 11:46:00 +01:00
Nyall Dawson
e4253721c8
Coverity fixes
...
Including a notable bug causing "mean" to be missing from merge
attributes dialog options.
2015-02-09 16:05:14 +11:00
Nyall Dawson
a1b858b85f
[raster] Fix cubic resampler visual glitches (refs #6561 )
...
Resampler was not correctly bounding color components for premultiplied
image format. There's still errors in the resampled raster at the
source image edges and glitches with transparency channels, though.
Also fix a bunch of inefficiencies in the code.
2015-02-09 14:35:59 +11:00
Juergen E. Fischer
9fb00653b2
more coverity fixes
2015-02-09 01:15:07 +01:00
Juergen E. Fischer
0593ef6a26
rename new QgsSnapper::snapPoint method to snapMapPoint and restore python name
...
of deprecated old version (fixes #12153 )
2015-02-09 01:15:07 +01:00
Juergen E. Fischer
90cc725b3f
nine cell filter: restore defaults
2015-02-09 01:15:07 +01:00
Nathan Woodrow
47ffa70a75
Merge pull request #1890 from rutsky/patch-1
...
treat PostgreSQL's "xml" field type as string
2015-02-09 09:06:00 +10:00
Nyall Dawson
d6bfe7c17f
Add missing overrides
2015-02-09 09:02:49 +11:00
Juergen E. Fischer
b67daf0336
new coverity fixes
2015-02-08 19:32:50 +01:00
Juergen E. Fischer
b2cfe0b330
postgres provider: show notices
2015-02-08 19:27:34 +01:00
Juergen E. Fischer
a264a27dfb
fix windows build (pow called with an integer) and comma cosmetics
2015-02-08 13:15:42 +01:00
Matthias Kuhn
2e9cc1a4ff
Reduce debug noise and fix Qt5 compatibility
...
Fix #12145 (Master does not compile with Qt5 libraries)
2015-02-08 12:49:08 +01:00
Matthias Kuhn
a7baf39652
Preserve formatting of expressions for datadefined symbology
...
Followup 6fb347d
2015-02-08 12:49:08 +01:00
Juergen E. Fischer
0ed6cfad34
followup 2f9dfd250
2015-02-08 10:13:42 +01:00
Juergen E. Fischer
2f9dfd250f
fix build error
2015-02-08 10:12:05 +01:00
volaya
c4a6adc788
Merge pull request #1753 from arnaud-morvan/processing_managefields
...
Create FieldMapper GeoAlgorithm
2015-02-08 09:03:40 +01:00
volaya
afd21cd79f
Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators
...
Processing bylocation operators
2015-02-08 09:02:56 +01:00
alexbruy
b1a2ccdc90
Merge pull request #1892 from neteler/master
...
[processing] updates for GRASS GIS 7 support; file date updated in comment
2015-02-08 09:53:04 +02:00
Markus Neteler
a18286fa3d
GRASS GIS batch job needs sqlite directory to be created
2015-02-07 23:35:35 +01:00
Juergen E. Fischer
6ed695aa73
remaining cppcheck issues
2015-02-07 23:14:09 +01:00
Markus Neteler
0a1382a0be
updates for GRASS GIS 7 support; file date updated in comment
2015-02-07 21:53:30 +01:00
Juergen E. Fischer
2589b1a7dd
fix build without QwtPolar
2015-02-07 20:28:38 +01:00
Juergen E. Fischer
c67e31d165
move travis notifications to #qgis-test
2015-02-07 18:41:00 +01:00
Juergen E. Fischer
0f9397028e
fix more cppcheck issues
2015-02-07 18:40:42 +01:00
Sandro Santilli
a40eca4a34
Use core support for map rotation in composer
...
Includes patch by Martin Dobias
See http://lists.osgeo.org/pipermail/qgis-developer/2015-January/036309.html
Fix #11912
2015-02-07 15:34:30 +01:00
Sandro Santilli
7d6b7ccc50
Show actually visible canvas area in overview (possibly rotated)
...
Fix #11862
2015-02-07 15:30:14 +01:00
Sandro Santilli
1ccf558497
Add a new visiblePolygon method to QgsMapSettings
...
Centralizes code to return a possible rotated map area boundaries.
Makes use of the new method from the grid decoration.
Adds new testcase for QgsMapSettings, including test for visibleExtent,
mapUnitsPerPixel and the new visiblePolygon method.
2015-02-07 15:05:00 +01:00
Juergen E. Fischer
198d8fe58f
fix warnings and extra semicolons
2015-02-07 13:54:46 +01:00
Juergen E. Fischer
dc93261ce5
fix cppcheck issues
2015-02-07 12:57:57 +01:00
Juergen E. Fischer
205b1367d8
restore imports in python/plugins/processing/__init__.py (followup 956c155e8)
2015-02-07 12:57:57 +01:00
Nathan Woodrow
66091cadfd
Remove travis notifications in IRC
...
Anyone who forks QGIS and has Travis will also send stuff to IRC which is annoying.
See https://github.com/travis-ci/travis-ci/issues/1094
2015-02-07 20:45:12 +10:00
Nyall Dawson
4def416bbc
Merge pull request #1858 from vmora/symbol_list_refacto
...
line symbol layer refacto to avoid code duplication
2015-02-07 20:51:40 +11:00
Nyall Dawson
b60221a375
Coverity fixes (uninitialized members)
2015-02-07 19:56:57 +11:00
Juergen E. Fischer
76b0bcfce0
again more coverity fixes
2015-02-07 09:54:11 +01:00
Nyall Dawson
5160d467cb
More (probably harmless) uninitialized variables in tests
2015-02-07 13:16:03 +11:00
Juergen E. Fischer
a3668f5853
more coverity fixes
2015-02-07 02:31:42 +01:00
Juergen E. Fischer
e3d5a0549c
fix some coverity issues
2015-02-06 21:12:18 +01:00