Nyall Dawson
310419566b
Switch to 16x16 pixel icons for python console for consistency with other dock toolbars
2015-05-31 09:43:31 +10:00
Juergen E. Fischer
2ab8a0bed9
include user.py in translations
2015-05-31 00:42:51 +02:00
Salvatore Larosa
f7401c9b27
[user expression] Fix crash and add a log message when the expression is not valid, fixes #12852
2015-05-31 00:07:33 +02:00
Nyall Dawson
51bd0b2bc5
Followup 2dc5d95, add unit tests
2015-05-31 07:58:05 +10:00
alexbruy
d5b2e7baf3
Merge pull request #2094 from NaturalGIS/fix_grass_r_stream
...
[processing] remove r.stream modules that are addons, fix r.stream.extract in grass7
2015-05-30 14:51:29 +03:00
Giovanni Manghi
f8ae76b7b5
remove r.stream module that are addons, fix r.stream.extract in grass7
2015-05-30 07:54:34 +01:00
Giovanni Manghi
2b1b9f53ac
fix processing/grass7 in master
2015-05-30 07:24:41 +01:00
Nyall Dawson
39f4ed526d
Fix build
2015-05-30 08:57:55 +10:00
Nyall Dawson
42da218626
Fix memory leaks
2015-05-30 08:53:19 +10:00
Juergen E. Fischer
aeb0e71e32
fix sip bindings
2015-05-29 20:35:42 +02:00
Marco Hugentobler
0e55b3bf0f
Fix loading of curved multitypes
2015-05-29 18:00:24 +02:00
Marco Hugentobler
82d18e7e61
Update python binding for QgsGeometry
2015-05-29 11:40:20 +02:00
Juergen E. Fischer
dd53fda846
indentation update
2015-05-29 08:57:54 +02:00
Nyall Dawson
e7219050a1
Avoid unnecessary detach of QgsFeature when renderering non-curved
...
geometries
2015-05-29 06:46:42 +10:00
alexbruy
bd3b173817
Merge pull request #2065 from arnaud-morvan/processing-parameter-table
...
[processing] fix setting value in the ParameterTable
2015-05-28 18:31:21 +03:00
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