4130 Commits

Author SHA1 Message Date
Nyall Dawson
fa1e8032e7 [symbology] Add method for retrieving symbol layers as list 2014-11-24 20:45:10 +11:00
Nyall Dawson
a0c1380e79 Fix incorrect warning dialog appearing when creating new ramp
Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categorised renderer.
2014-11-24 20:45:10 +11:00
Gillian Milani
6f4809d45b add a save button for subform (1-n relations) 2014-11-24 08:38:12 +01:00
volaya
484e16254d [processing] fixed help in models 2014-11-23 14:04:06 +01:00
Nyall Dawson
8039895db2 Add support for weighting points by expression to heatmap renderer 2014-11-23 21:48:41 +11:00
Alexander Bruy
cefc4df6be [processing] redirect output from command line tools to Info tab (fix #5618) 2014-11-22 12:53:26 +02:00
Alexander Bruy
6637796719 [processing] fix Field calculator algorthm (fix #11488) 2014-11-22 12:52:18 +02:00
Nyall Dawson
802a4acdba Add an invert checkbox for heatmap renderer 2014-11-22 20:02:54 +11:00
Nyall Dawson
727747658b [FEATURE] Live heatmap renderer
Allows for live, dynamic heatmaps for point layers. Options include
specifying heatmap radius in pixels, mm or map units, choice of
color ramp, and a slider for selecting a tradeoff between render
speed and quality.
2014-11-22 13:03:54 +11:00
Larry Shaffer
8299b20638 Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager 2014-11-21 11:05:09 -07:00
volaya
9f8a742352 [processing] patch for issues with delimited text layers
Still won't work when using delimited text layers in parameters of type MultipleInput
2014-11-21 16:45:51 +01:00
volaya
6e334d645a [processing] Added missing field type to vector tools 2014-11-21 15:02:21 +01:00
volaya
ac0eddaea1 [processing] Add snippet collection to script editor
The list of snippets is still very short, but the snippet management logic is added in this commit
2014-11-21 15:02:20 +01:00
volaya
51de0caeb8 [processing] better output logging for gdal/org calls
Fixes #11501
2014-11-21 15:02:19 +01:00
volaya
f3fdd9c200 [processing] clean unused line 2014-11-21 15:02:18 +01:00
Giovanni Manghi
97e796906f [Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes 2014-11-21 10:25:26 +01:00
volaya
336fe99af1 [processing] remember last output folder in batch interface 2014-11-21 09:23:38 +01:00
volaya
df9372a85b [processing] better behaviour for fields calculator custom dialog 2014-11-21 09:10:08 +01:00
volaya
05dc06d41e [processing] fixed fields calculator algorithm
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
volaya
09c6b2b346 [processing]removed unused code 2014-11-21 09:07:30 +01:00
volaya
810cb3fb99 [processing] fixed handling of tables in models
Fixes #11694
2014-11-21 07:22:39 +01:00
volaya
530b15a0e1 [processing] provide non-random default ordering of parameters in models
Fixes #11702
2014-11-21 07:21:47 +01:00
Juergen E. Fischer
9ceb5ceab6 sip sync 2014-11-21 01:17:21 +01:00
Juergen E. Fischer
a57066a48d * fix cppcheck warnings
* some sip updates
* [API] fix spelling QgsMultiRenderChecker::drawBackround
* [API] fix spelling QgsSymbolLayerV2Utils::drawStippledBackround
* [API] fix spelling QgsMapSettings::layerTransfrom
2014-11-20 15:02:35 +01:00
Nyall Dawson
44a334b095 Add hasDefaultValues method to QgsDataDefined, add some tests 2014-11-20 21:28:34 +11:00
Juergen E. Fischer
6cc073d9dd widgetParametersPanel.ui: fix header
[ci skip]
2014-11-20 00:47:23 +01:00
Nyall Dawson
09ab5696b1 Boost coverage of raster fill unit tests
Also add missing sip bindings for GUI widget
2014-11-19 22:24:02 +11:00
Alexander Bruy
3c2d45ffd7 [processing] repair non-working random extract algorithms (fix #11571) 2014-11-19 12:02:20 +02:00
Alexander Bruy
5e6f4c2fae [processing] correctly handle editable and non-editable fixed tables (fix #11602) 2014-11-19 12:02:20 +02:00
Alexander Bruy
4c24666c87 [processing] add open script action to script editor 2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373 [processing] add hypsometric curves calculation algorithm 2014-11-19 12:02:20 +02:00
Nyall Dawson
c8ad99bf6a Fix incorrect cast to double in shapeburst fill header 2014-11-19 19:40:51 +11:00
Paolo Cavallini
edd8d9bc64 Merge pull request #1692 from neteler/patch-4
Delete r.average.txt
2014-11-19 08:03:54 +01:00
Paolo Cavallini
d66c927f60 Merge pull request #1693 from neteler/patch-5
Update and rename r.bilinear.txt to r.resamp.interp.txt
2014-11-19 08:03:12 +01:00
Nyall Dawson
52159851bf [FEATURE] Raster image symbol fill type
Allows for filling polygons with a tiled raster image. Options
include (data defined) file name, opacity, image size (in pixels,
mm or map units), coordinate mode (feature or view) and rotation.
2014-11-19 15:26:09 +11:00
Markus Neteler
9c2a1131f8 Update and rename r.bilinear.txt to r.resamp.interp.txt
r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules
2014-11-18 22:05:11 +01:00
Markus Neteler
36869f075a Delete r.average.txt
Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules
2014-11-18 22:00:33 +01:00
volaya
d7f7b06ed8 Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing
2014-11-18 16:11:25 +01:00
radosuav
da91a9ee58 Revert "Fix translations in Processing.py"
This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7.
2014-11-18 15:07:28 +01:00
Radim Blazek
eef435e979 [GRASS] data item fix 2014-11-18 13:39:46 +01:00
alexbruy
20deafdb36 Merge pull request #1605 from ghtmtt/patch-1
Update geometricfigures.rst
2014-11-18 10:48:56 +02:00
Alexander Bruy
05830c2c1d [processing] handle ints and floats in range parameter panel 2014-11-17 20:03:31 +02:00
Alexander Bruy
42f16efe6a [processing] refactor batch processing dialog and update related parameters widgets 2014-11-17 20:03:31 +02:00
Alexander Bruy
bec113b1bc [processing] refactor algortim dialog
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.

ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00
Alexander Bruy
c4e5ff75b9 [processing] update layer selector widget 2014-11-17 20:03:31 +02:00
Alexander Bruy
20682a7c49 [processing] update fixed table widget and dialog 2014-11-17 20:03:31 +02:00
Alexander Bruy
2a8fabfeea [processing] fix typo 2014-11-17 20:03:31 +02:00
Alexander Bruy
95650c43a5 [processing] rename number selector to keep consistency 2014-11-17 20:03:31 +02:00
Alexander Bruy
06e6e71841 [processing] update range input widget 2014-11-17 20:03:30 +02:00
Alexander Bruy
c9a90d9a08 [processing] don't override default selection mode in ui file 2014-11-17 20:03:30 +02:00