Giovanni Manghi
|
6e4b883ac5
|
fix grass7 r.surf.area
|
2015-05-25 17:32:03 +01:00 |
|
Hugo Mercier
|
2e86d54b27
|
Merge pull request #2025 from mhugo/db_manager_dev
db manager SQL window enhancements
|
2015-05-25 16:29:40 +02:00 |
|
arnaud.morvan@camptocamp.com
|
ae6b290a4f
|
Add processing CheckValidity algorithm
|
2015-05-25 13:24:20 +02:00 |
|
mhugent
|
b7a2a79de2
|
Merge pull request #2055 from mhugent/geometry_mmsql_2_8
[FEATURE]: New geometry classes (take 2)
|
2015-05-25 10:03:42 +02:00 |
|
Marco Hugentobler
|
68fe5f5791
|
[FEATURE:] New geometry classes
|
2015-05-25 08:53:49 +02:00 |
|
alexbruy
|
bb80c63805
|
Merge pull request #2074 from NaturalGIS/fix_saga_contour
[processing] fix SAGA 2.1.4 contour lines from grid
|
2015-05-25 09:40:45 +03:00 |
|
alexbruy
|
12883f50a7
|
Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2
[processing] fix grass7 r.relief2
|
2015-05-25 09:40:15 +03:00 |
|
alexbruy
|
6596adc8e6
|
Merge pull request #2073 from NaturalGIS/fix_grass7_r_flow
[processing] fix grass7 r.flow
|
2015-05-25 09:39:47 +03:00 |
|
Juergen E. Fischer
|
cec5bdeb0d
|
fix some warnings
|
2015-05-24 18:48:22 +02:00 |
|
Paolo Cavallini
|
3ecf6e6546
|
Update Datasources2Vrt.py
Naming more consistent with other tools.
|
2015-05-24 15:27:03 +02:00 |
|
Giovanni Manghi
|
cee47d66b4
|
fix SAGA 2.1.4 contour lines from grid
|
2015-05-24 13:53:22 +01:00 |
|
Giovanni Manghi
|
d591ac4da1
|
better indentation
|
2015-05-24 12:26:30 +01:00 |
|
Giovanni Manghi
|
b1baa6e3ce
|
fix GRASS7 r.flow
|
2015-05-24 12:22:11 +01:00 |
|
Giovanni Manghi
|
4f87af0851
|
better fix for r.relief in grass7
|
2015-05-24 10:41:01 +01:00 |
|
Giovanni Manghi
|
6be81c675b
|
better fix for r.relief in grass7
|
2015-05-24 10:40:45 +01:00 |
|
volaya
|
2ff6f7245a
|
Merge pull request #2066 from luipir/master
Added Datasources2Vrt processing alg
|
2015-05-23 23:48:56 +02:00 |
|
alexbruy
|
76aa0356cb
|
Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief
[processing] fix GRASS7 r.relief
|
2015-05-23 09:11:00 +03:00 |
|
HenningJagd
|
8c624a3452
|
[processing] fix folding in the model
Earlier commit broke the update of lines when folding parameters in the
modeler. This one fixes it again.
|
2015-05-22 23:14:46 +02:00 |
|
Giovanni Manghi
|
adb5b643f5
|
fix GRASS7 r.relief
|
2015-05-22 19:59:36 +01:00 |
|
Nyall Dawson
|
e7b7549c29
|
[FEATURE] New statistical summary dock widget
Can display summary statistics (eg mean, standard deviation, ...)
for a field or expression from a vector layer.
|
2015-05-23 04:35:11 +10:00 |
|
Nyall Dawson
|
1078daf712
|
Add option to get null count from QgsVectorLayer::getDoubleValues
|
2015-05-23 04:35:11 +10:00 |
|
Luigi Pirelli
|
782292720d
|
added Datasources2Vrt processing alg to merge different datasources in a single VRT
This is useful for that commands that have multiple inputs but that have to be contained
in a single vrt
|
2015-05-22 20:17:27 +02:00 |
|
pcav
|
0aedbcaf7f
|
Merge branch 'master' of https://github.com/qgis/QGIS
|
2015-05-22 19:57:46 +02:00 |
|
pcav
|
e25fb2de6d
|
Fix for #12812
|
2015-05-22 19:57:40 +02:00 |
|
Matthias Kuhn
|
e2ff8edc79
|
Make python NULL hashable
|
2015-05-22 19:53:03 +02:00 |
|
arnaud.morvan@camptocamp.com
|
aba4fe0fe2
|
Fix processing ParameterTable.setValue
|
2015-05-22 17:35:23 +02:00 |
|
Nyall Dawson
|
9031e9849f
|
[FEATURE] Add options under categorised renderer advanced menu to
set categories to symbols with a matching name from the style
library or an XML style file.
Thanks Lene for the great hackfest!
|
2015-05-23 00:42:24 +10:00 |
|
pcav
|
2004f22ac5
|
Uniform and informative output names for Processing (QGIS, final)
|
2015-05-22 16:39:20 +02:00 |
|
pcav
|
00f64971f7
|
Uniform and informative output names for Processing (QGIS, Take #2)
|
2015-05-22 16:09:55 +02:00 |
|
pcav
|
efeae6f44f
|
Merge branch 'master' of https://github.com/qgis/QGIS
|
2015-05-22 15:57:14 +02:00 |
|
pcav
|
7dacddc08a
|
Uniform and informative output names for Processing (QGIS, Take #1)
|
2015-05-22 15:56:45 +02:00 |
|
HenningJagd
|
4e6394e213
|
[processing] fixed disappearing lines in modeler
Moved the updating of paths of arrows/lines in the modeler out of the
paint method, fixing various rendering problems.
|
2015-05-22 14:20:23 +02:00 |
|
HenningJagd
|
2f9b9265d6
|
[processing] behavior of scroll zoom in the modeler
Zooming shouldn't recenter the scene on the cursor, only scale the scene
around it.
|
2015-05-22 12:59:25 +02:00 |
|
Nyall Dawson
|
ef0d413819
|
Data defined font marker character
|
2015-05-22 20:00:19 +10:00 |
|
Matthias Kuhn
|
a2ae8b4e38
|
Add unit tests for postgres provider
basically to get a framework to test the expression compiler
|
2015-05-22 11:57:16 +02:00 |
|
Matthias Kuhn
|
9b6e23d3af
|
Add convenience method QgsVectorLayer::getFeatures( expression )
|
2015-05-22 11:57:16 +02:00 |
|
volaya
|
5c3a7af532
|
Merge pull request #2058 from arnaud-morvan/processing-model-help
Fix processing model help saving
|
2015-05-22 08:37:53 +02:00 |
|
arnaud.morvan@camptocamp.com
|
c19a4a70bd
|
Fix processing model help saving and make script help content saving consistent with models behavior
|
2015-05-21 17:29:02 +02:00 |
|
Nyall Dawson
|
1e3b820da4
|
[FEATURE] Data defined properties for font marker
|
2015-05-22 01:04:02 +10:00 |
|
volaya
|
87f2370da3
|
[processing] implement alternative display names for algorithms
|
2015-05-21 16:53:46 +02:00 |
|
volaya
|
7a35d62b09
|
[processing] add help links for gdal/ogr alga
|
2015-05-21 15:44:00 +02:00 |
|
volaya
|
f1dc58ce01
|
[processing] fixed saga help links
|
2015-05-21 15:44:00 +02:00 |
|
volaya
|
c9841fb645
|
[processing] cosmetic improvements to gdal/ogr algs
|
2015-05-21 15:44:00 +02:00 |
|
Nyall Dawson
|
a80c3496ac
|
Add size assistant to simple and svg marker data defined sizes
|
2015-05-21 21:47:33 +10:00 |
|
Alexander Bruy
|
daee595366
|
[processing] allow to specify geometry type for input vectors in R
scripts
|
2015-05-21 12:57:50 +03:00 |
|
volaya
|
4d62566db7
|
[processing] fixed ‘add script from file’ tool
|
2015-05-21 09:25:11 +02:00 |
|
volaya
|
a58085bf4e
|
[processing] allow selection parameters with option populated from data source
|
2015-05-21 09:05:26 +02:00 |
|
pcav
|
d14c4aa41e
|
Uniform and informative output names for Processing (GRASS-v.* modules completed)
|
2015-05-20 23:08:20 +02:00 |
|
pcav
|
80a8c49bfa
|
Uniform and informative output names for Processing (GRASS-v.* modules take #2 - up to v.split*)
|
2015-05-20 22:41:10 +02:00 |
|
Nyall Dawson
|
b1ffff826d
|
Fix build
|
2015-05-21 05:49:04 +10:00 |
|