5647 Commits

Author SHA1 Message Date
radosuav
34df72c75b [Processing] Use raster band scailing factor and offset in Zonal Statistics algorithm 2015-11-30 14:00:47 +01:00
Matthias Kuhn
6992f2450e Add QGIS3 API change comment 2015-11-30 13:52:11 +01:00
Nic
ec9f086222 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-30 10:14:46 +01:00
Giuseppe Sucameli
57eb409084 Squashed commit of the following:
commit 883cdbc3ead1a98c594d9f5584cd50a3fd161511
Author: Giuseppe Sucameli <brush.tyler@gmail.com>
Date:   Mon Nov 30 01:12:47 2015 +0100

    [DbManager] fix indentation due to merge f15b6011f9

commit f15b6011f97797794ff4369645449b6803e15cd0
Merge: c4dcb7b 6d3df91
Author: Giuseppe Sucameli <brush.tyler@gmail.com>
Date:   Mon Nov 30 01:09:18 2015 +0100

    Merge branch 'gdaltools_buildvrt_asrs' of https://github.com/giohappy/QGIS into giohappy-gdaltools_buildvrt_asrs

    Conflicts:
    	python/plugins/GdalTools/tools/doBuildVRT.py

commit 6d3df91f0226fa71356da45b9b5ef1c9f9796ebd
Author: giohappy <giohappy@gmail.com>
Date:   Wed Jun 4 12:48:58 2014 +0200

    Added a_srs option to buildvrt command
2015-11-30 01:17:52 +01:00
Giuseppe Sucameli
c4dcb7b812 [DbManager] delete layer passed to querybuilder to set sql layer filter (follow f6e31613) 2015-11-30 00:38:06 +01:00
Giuseppe Sucameli
5408e843ec Merge branch 'DbManager_SetFilter' of https://github.com/SebDieBln/QGIS
[DbManager] New button to define a sql-filter when adding a query-based layer
2015-11-30 00:36:08 +01:00
Juergen E. Fischer
0519423b0f fix pyuic wrapper where qt4 & 5 are available 2015-11-29 17:04:56 +01:00
Juergen E. Fischer
079029e354 indentation update 2015-11-29 17:04:56 +01:00
Sebastian Dietrich
f6e3161317 Added a button to set a filter for a query layer. 2015-11-29 13:19:55 +01:00
Nic
dd8826f372 Update GroundFilter.py 2015-11-27 15:16:48 +01:00
Nic
c622457fc5 Update ClipData.py
subprocess lines deleted because obsolete
2015-11-27 11:08:05 +01:00
Nic
41538e6dec Update FilterData.py
subprocess lines deleted and fixed syntax error
2015-11-27 11:02:12 +01:00
volaya
09c8239a77 [processing] fixed missing colon in function definition 2015-11-27 09:13:04 +01:00
volaya
17e1bd6be3 Merge pull request #2505 from radosuav/processing_extent
[Processing] Check layer projection when using it for subset extent
2015-11-27 09:10:27 +01:00
volaya
0a21d91be5 [processing] allow manually add scripts to scripts provider 2015-11-27 08:51:53 +01:00
volaya
4b853bfa40 Merge pull request #2472 from spono/patch-8
[Processing] Update TinSurfaceCreate.py
2015-11-27 08:23:56 +01:00
volaya
ae748d3b7d Merge pull request #2463 from spono/patch-7
[proessing]small correction on FUSION internal commands
2015-11-27 08:14:38 +01:00
volaya
5375522ce1 Merge pull request #2465 from spono/patch-9
[processing] Create DTM2ASCII
2015-11-27 08:12:06 +01:00
Nyall Dawson
7eb1133bc5 Make QgsLineStringV2::fromWkbPoints private 2015-11-27 16:32:47 +11:00
Nyall Dawson
1f33011960 Add more tests to QgsLineStringV2, fix vertexAngle calculation 2015-11-27 16:32:09 +11:00
Sebastian Dietrich
b498094780 enable/disable buttons in QgsRuleBasedRendererV2Widget based on selection
also made a tooltip and a label more precise
2015-11-26 21:15:18 +01:00
Nic
c10329e488 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-26 16:24:24 +01:00
radosuav
c58981fd5e [Processing] Check layer projection when using it for subset extent 2015-11-26 15:29:35 +01:00
Sab
06357dd31e Fix problem with QSpinBox error in Processing dialog windows
This will cause QGIS to crash, when accessing Processing > Options
items.
2015-11-26 13:12:03 +00:00
Nyall Dawson
74ca290bd3 QgsLineStringV2 fixes
- fix incorrect centroid calculation (was always returning 0,0)
- fix closestSegment when numPoints < 2
- fix broken leftOf calculation for closestSegment
- area calculation when numPoints < 2

Plus add more unit tests
2015-11-26 16:56:30 +11:00
Nyall Dawson
f45f688f61 [labeling] Avoid placing labels over ANY part of point symbols 2015-11-25 17:00:20 +11:00
Nic
d4ba0c77f8 Update Cover.py 2015-11-24 17:59:15 +01:00
Matthias Kuhn
afd436da9f Yet another fix to 594fafe 2015-11-24 16:57:43 +01:00
Matthias Kuhn
2e7c33281c Followup 594fafe73b8, Also fix processing 2015-11-24 16:29:35 +01:00
Marco Hugentobler
594fafe73b Fix ftools geometry collection handling 2015-11-24 15:42:33 +01:00
Nyall Dawson
ffebfd9bb7 [FEATURE] Allow overide of geometry type in vector save as dialog
Also allows forcing output file to be multi type, or include z
dimension.

This makes it possible to do things like save a geometryless
table WITH a geometry type, so that geometries can then be
manually added to rows. Previously this was only possible to do in
QGIS by resorting to dummy joins or other hacks.
2015-11-24 06:30:15 +11:00
Nic
4f9244d6f0 Update TinSurfaceCreate.py 2015-11-23 17:41:39 +01:00
Nic
3791ff8173 Update GroundFilter.py 2015-11-23 17:39:26 +01:00
Nyall Dawson
55ead85382 Allow setting label obstacle geom in QgsPalLabeling::registerFeature
Sponsored by City of Uster
2015-11-21 22:52:22 +11:00
Juergen E. Fischer
22f0f25364 fix builds with older compilers 2015-11-20 23:12:53 +01:00
Matthias Kuhn
d795e508cc Merge pull request #469 from olivierdalang/SanitizeEntryNames
Warning about invalid entry names
2015-11-20 18:03:44 +01:00
Nic
6bb94e0664 Update ClipData.py 2015-11-20 17:04:37 +01:00
Nic
fb568c3238 Update ClipData.py 2015-11-20 17:03:26 +01:00
Juergen E. Fischer
79640ef805 restore QgsVectorLayer::setReadOnly (followup 4cd1e38) 2015-11-20 15:45:02 +01:00
Matthias Kuhn
bbbf8a5a27 [sip] fix editor widget bindings 2015-11-20 15:31:58 +01:00
Alessandro Pasotti
4180c1e275 Merge pull request #2489 from elpaso/qgseditorwidgetwrapper-config-added
Added config() to QgsEditorWidgetWrapper SIP wrapper
2015-11-20 13:23:56 +01:00
elpaso
8c24e1e2d4 Added const to config() method 2015-11-20 12:45:23 +01:00
elpaso
7cc0a21bf8 Added config() to QgsEditorWidgetWrapper SIP wrapper 2015-11-20 10:47:57 +01:00
Nyall Dawson
4203a7c1f4 Add method to determine approximate rendered symbol bounds for markers
Sponsored by City of Uster
2015-11-20 19:55:02 +11:00
Nyall Dawson
323f265c94 Misc cleanups following c9f0d83 2015-11-20 10:38:34 +11:00
Matthias Kuhn
5b5960970e Some sip changes and doxymentation 2015-11-19 15:32:28 +01:00
Matthias Kuhn
4cd1e38631 fieldEditable -> readOnly 2015-11-19 15:32:28 +01:00
Matthias Kuhn
a50f2d051f Refactor edit form configuration out of QgsVectorLayer 2015-11-19 15:32:28 +01:00
Juergen E. Fischer
c40a764f5c indentation update 2015-11-19 13:30:25 +01:00
Nyall Dawson
f3a5dcc98b Fix build 2015-11-19 20:37:47 +11:00