4737 Commits

Author SHA1 Message Date
alexbruy
c61d5f2cfc Merge pull request #2063 from HenningJagd/master
[processing] behavior of scroll zoom in the modeler
2015-05-28 18:23:34 +03:00
Juergen E. Fischer
c7cb963ac7 also depend on spatialite_init_ex() in pyspatialite (followup 252aaab andd4b72a2) 2015-05-27 23:12:49 +02:00
Matthias Kuhn
8eca38ca5f Attribute table performance when deleting features
This fixes performance issues with the attribute table visible when deleting a
large number of features.

The attribute table tries to behave smart in the following way:

 * It tries to remove only the deleted rows as long as they are in one or a few
   single blocks
 * If there are more than 100 rows to delete and it starts to delete blocks
   of a size smaller than 10 it assumes that the selection to delete is widely
   distributed and that a reload of the whole model is less expensive than a
   differential update.

Fix #10167
2015-05-27 22:28:23 +02:00
Nyall Dawson
ec01d7698e More Coverity memory leak fixes 2015-05-27 23:03:00 +10:00
Radim Blazek
58f9372b3c also spatialite_cleanup_ex conditional for spatialite >= 4 2015-05-27 15:00:33 +02:00
Nathan Woodrow
f2144918d2 Less verbose template function message.
args='auto' and group='custom' as default
2015-05-27 22:39:12 +10:00
Nathan Woodrow
e6403da7b2 Remove adding $ to front of custom functions
Fixes calling no argument functions
2015-05-27 21:27:24 +10:00
Giuseppe Sucameli
08dd620b59 Create a view from the selected query (PR#1999) 2015-05-27 09:59:31 +02:00
Alexander Bruy
596b126b94 fix conflicts 2015-05-27 10:34:32 +03:00
Alexander Bruy
6919d9841b Merge branch 'master' of https://github.com/scubbx/QGIS into processing-r.stat
Conflicts:
	python/plugins/processing/algs/grass7/Grass7Algorithm.py
2015-05-27 10:29:55 +03:00
Etienne Trimaille
b1dd253fc5 fix selected query (fixes #12429) 2015-05-27 00:56:06 +02:00
alexbruy
90d7a7ab48 Merge pull request #2064 from arnaud-morvan/processing-check-validity
[processing] add Check Validity algorithm
2015-05-26 17:02:26 +03:00
Juergen E. Fischer
252aaab89e adopt 'new' spatialite initialization scheme via thin wrapper around sqlite3_open and sqlite3_close (fixes #12771) 2015-05-26 14:36:36 +02:00
Martin Dobias
205daae008 Support overriden layer styles also in the composer legend 2015-05-26 18:59:30 +07:00
alexbruy
ea64d32131 Merge pull request #2076 from NaturalGIS/fix_grass7_r_surf_area
[processing] fix grass7 r.surf.area
2015-05-26 14:38:55 +03:00
Marco Hugentobler
b5801afe29 Update python bindings for QgsGeometry 2015-05-26 11:42:52 +02:00
Radim Blazek
0c4ea1f6e5 new class QgsAnimatedIcon 2015-05-26 10:59:55 +02:00
Juergen E. Fischer
d40d481bd3 avoid warning about not created test difference image 2015-05-25 21:43:55 +02:00
Juergen E. Fischer
98c601d1ba fix typos 2015-05-25 20:12:02 +02:00
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
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