26192 Commits

Author SHA1 Message Date
Nyall Dawson
45ee1ad3fd Add overrides pt 6 2015-01-22 09:37:36 +11:00
Nyall Dawson
e847bb1108 Add missing methods to sip 2015-01-22 07:00:58 +11:00
vmora
6fb347d23f improve GUI consistency & UX for data-defined style
data defined buttons added to the gui
fixes #9881
2015-01-22 06:56:34 +11:00
Giovanni Manghi
2db2c5cb7f fix Processing ogr2ogr convert format tool 2015-01-21 19:19:45 +00:00
alexbruy
ecb93b192a Merge pull request #1848 from gioman/fix_postgis_import
fix Processing OGR import into PostGIS
2015-01-21 21:05:09 +02:00
Giovanni Manghi
8499242b82 fix Processing OGR import into PostGIS 2015-01-21 18:52:13 +00:00
Radim Blazek
43213a37ec apply browser filter to the whole tree 2015-01-21 19:32:53 +01:00
Juergen E. Fischer
77a280eff2 fix building of app test with internal qwtpolar 2015-01-21 18:14:58 +01:00
Matthias Kuhn
f155041289 Merge pull request #1846 from naihil/master
Call QgsMapTool::deactivate() to uncheck assigned action/button
2015-01-21 18:08:00 +01:00
Matthias Kuhn
e49adad1de Use cached feature for context menu feature action on attribute dialog
Dirty hack to
 * fix #11744
 * fix #11546
2015-01-21 17:56:19 +01:00
Matthias Kuhn
dbfe899194 Merge pull request #1847 from m-kuhn/oq
Make QwtPolar optional
2015-01-21 17:35:56 +01:00
Matthias Kuhn
ea54b3c661 Only show actions menu on attribute dialog when necessary
Fix #12013
2015-01-21 17:13:09 +01:00
Radim Blazek
f0a7a1c78d use QgsBrowserTreeView in qbrowser 2015-01-21 16:38:48 +01:00
Matthias Kuhn
3752be6678 Make QwtPolar optional 2015-01-21 15:56:07 +01:00
volaya
4549a389b7 Merge pull request #1680 from tmizu23/r_utils
fix Empty console Output on R under processing. refs #7643
2015-01-21 15:40:42 +01:00
Matthias Kuhn
f5b10ba15f Merge pull request #1752 from mhugo/fix_11948
Test for write access mode for editing capabilities
2015-01-21 15:30:46 +01:00
volaya
678f1ab4c0 [processing] allow using upcoming saga release 2015-01-21 14:04:36 +01:00
volaya
dce7ef30fb renamed geostatistics modules in SAGA connector 2015-01-21 14:04:35 +01:00
Radim Blazek
0cdfcd1315 fixed ziplayertest, b843f8189 follow up 2015-01-21 13:00:22 +01:00
volaya
c1f60e3876 Merge pull request #1843 from radosuav/processing_sublayers
[Processing] Add support for input rasters with sublayers.
2015-01-21 12:53:58 +01:00
Matthias Kuhn
8f6b0145e5 SIP update: QgsVectorLayer::applyNamedStyle, errorMsg is /Out/ 2015-01-21 12:45:49 +01:00
volaya
bebd71c8b4 Merge pull request #1844 from gioman/fix_saga_rastercalc
fix different issues in SAGA grid calculator module and add a couple of useful options
2015-01-21 12:37:38 +01:00
Matthias Kuhn
7796b157f1 Merge pull request #1839 from rduivenvoorde/identify_color_11996
fix for #11996, use user colors for rubberband instead of fixed red when...
2015-01-21 12:31:30 +01:00
Matthias Kuhn
723f7be9b4 Remove duplicated code and add some documentation 2015-01-21 12:20:16 +01:00
Anatoliy Golubev
6a66d3156d Call QgsMapTool::deactivate() to uncheck assigned action/button 2015-01-21 13:11:43 +03:00
Radim Blazek
b843f81895 fixed browser single layer zip files path, fixes hopefully #11871 2015-01-21 10:46:37 +01:00
Nyall Dawson
670ad7b809 Add gaussian blur image operation 2015-01-21 20:02:42 +11:00
Nyall Dawson
be2d6d1a70 New QgsImageOperation class for operations that modify QImages
Contains framework for multithreaded operations on QImages, and
numerous operations such as grayscale, hue/saturation, brightness/
contrast modification, flip, blur, distance transform, alpha
modification and color overlays.
2015-01-21 18:58:10 +11:00
Martin Dobias
3f88ee5213 Do not show 'remove current style' action when it can't be used 2015-01-21 14:28:12 +07:00
Martin Dobias
c391abd752 Fix todo in QgsMapMouseEvent 2015-01-21 12:06:43 +07:00
Nyall Dawson
6a080bada1 Add some missing type conversions to python bindings 2015-01-21 11:04:38 +11:00
Larry Shaffer
c6a77f6201 Fix #6922, rearrange proxy form to clearly show when system's is used 2015-01-20 17:01:49 -07:00
Nyall Dawson
f0447db733 Add overrides pt 5 2015-01-21 09:52:22 +11:00
Juergen E. Fischer
cfb4b3350a fix warning 2015-01-20 23:20:21 +01:00
Juergen E. Fischer
106358c46c fix windows build 2015-01-20 22:43:30 +01:00
rldhont
df79c2a979 [BUGFIX][QgsGmlSchema] Decode element name
Good practice for the element name is to exclude accents but when GML is
 automatically generated attribut element name can have accent.

It's some time the case with GetFeatureInfo.
2015-01-20 22:20:12 +01:00
Giovanni Manghi
a95e28fb0a fix different issues in SAGA grid calculator module and add a couple of useful options 2015-01-20 20:56:46 +00:00
Juergen E. Fischer
4786bd15cd osgeo4w: also use Visual C++ 2010 for 32bit 2015-01-20 21:45:52 +01:00
Juergen E. Fischer
bdcbeb19ad fix format_date example (fixes #12016) 2015-01-20 21:17:18 +01:00
Radim Blazek
752f530951 fixed browser add favourite path 2015-01-20 20:26:21 +01:00
Radim Blazek
74e2abd38c reverted partially ba4948e44 (#11871 - browser crash with zipped file) 2015-01-20 19:52:58 +01:00
Radim Blazek
bf22ff5064 browser save/restore state moved to new class QgsBrowserTreeView 2015-01-20 18:46:12 +01:00
mhugent
a2a82d2fe5 Merge pull request #1830 from manisandro/transaction
[FEATURE] Transactional editing for postgres layers
2015-01-20 17:22:55 +01:00
Martin Dobias
cae4eb3383 [FEATURE] New snapping API with improved indexing (QEP 13)
Merge branch 'snapping-improved'
2015-01-20 21:21:14 +07:00
Martin Dobias
8177bbef1a Snapping utils optimization
Avoid snapping to edges if vertex has already been found.
Also increase the maximum feature count to 1M before doing non-indexed queries
2015-01-20 21:18:06 +07:00
Martin Dobias
5361a6914e Decrease the debugging noise 2015-01-20 21:17:32 +07:00
Martin Dobias
006edcb7da Node tool: Declutter a bit the mouse press event logic 2015-01-20 21:12:54 +07:00
Martin Dobias
dbe830b0bb Point locator: Use just one R-tree for indexing instead of three R-trees
The maintenance of three R-trees was too complicated, using a lot of memory
and the performance benefit was questionable :)
The approach with just one R-tree leads to much simpler code

Removed k-NN queries in the process - they were not used in QGIS code. They can be
reintroduced later, but there is not much use for them right now...
2015-01-20 18:54:07 +07:00
radosuav
82f043c28c [Processing] Add support for input rasters with sublayers. 2015-01-20 12:36:46 +01:00
volaya
b0291985ac [processing] added specific algorithm for saga 214 2015-01-20 12:34:17 +01:00