2889 Commits

Author SHA1 Message Date
Martin Dobias
90b10f79cf Fix unit tests
- QgsFeature owns QgsFields (otherwise the assigned QgsFields may get deleted)
- updated QgsRenderChecker to use map settings + map renderer job
- fixed DPI issue in map renderer to map settings conversion
- fixed vector layer cache (failing file operations)

There are still few tests that keep failing compared to master branch,
but the reason for failure are tiny pixel diffs and we should probably just
update the expected images.
2013-12-11 16:21:35 +07:00
Martin Dobias
e814e8df92 Invalidate cached image when layer's data or appearance is modified 2013-12-10 15:35:13 +07:00
Martin Dobias
9164ae9412 Options: remove legacy rendering options, add parallel rendering 2013-12-09 22:40:29 +07:00
Martin Dobias
bf7dd52299 Various fixes to make it compile on Windows 2013-12-06 09:22:26 +07:00
Martin Dobias
e1ea342ffc Enable Python in background threads. Fixed drawing of plugin layers. 2013-12-05 18:59:44 +07:00
Martin Dobias
2bece090f5 Update Python bindings to match changes in core/gui libraries. 2013-12-05 18:27:45 +07:00
Martin Dobias
b04f81a12b Threading - WIP 2013-10-31 11:25:33 +07:00
nyalldawson
247e6c762d Remove redundant composer selection tolerance setting 2013-10-31 13:28:11 +11:00
Alexander Bruy
c3fb7f9efa [processing] bump version to 2.0 2013-10-29 12:26:32 +02:00
Alexander Bruy
2dce80b1c8 [processing] fix issue wil multiple selection 2013-10-29 10:54:48 +02:00
Nyall Dawson
ac0c5d1bd2 Add sip bindings for guide controls 2013-10-29 08:25:40 +01:00
Nyall Dawson
46009c6950 [FEATURE] Add clear guides action to composer view menu 2013-10-29 08:25:24 +01:00
nyalldawson
71b762bbb5 [FEATURE] Move option to snap to grid to composer view menu, add independant option to show/hide grid 2013-10-29 08:24:22 +01:00
Denis Rouzaud
d17ea5d829 rubberband: respect enum order, add new icon type in SIP 2013-10-29 07:19:58 +01:00
Martin Dobias
a7409b7405 Plugin layers: added support for legend symbology items 2013-10-29 10:59:32 +07:00
Denis Rouzaud
d4027bbda8 add LayerSelection idetinfy mode in SIP 2013-10-28 08:29:49 +01:00
Giuseppe Sucameli
5f5cd4cca9 dbmanager: be sure to close db cursors (fix #7679) 2013-10-24 23:26:02 +02:00
Juergen E. Fischer
ec0f0bea28 indentation update and a few fixed typos 2013-10-24 15:26:39 +02:00
Alexander Bruy
f9c2b91e52 [processing] use list widget in Multiple selection dialog 2013-10-21 19:12:21 +03:00
Victor Olaya
2b99414c9e [processing] fixed typo in nviz 2013-10-20 20:41:25 +02:00
Victor Olaya
5cfd708b7b [processing] fixed wrong indentation 2013-10-20 19:01:56 +02:00
Victor Olaya
83cca9b7cd [processing] corrected string 2013-10-20 18:48:05 +02:00
volaya
5b4fee8932 Merge pull request #945 from gioman/grassrasterexport
[processing] fixes GRASS raster export in order to cope with r.horizon and r.composite
2013-10-20 09:47:50 -07:00
volaya
16ac256311 Merge pull request #949 from gioman/sagarasterimportexport
[processing] fixes SAGA import and export rasters
2013-10-20 09:47:33 -07:00
volaya
f0c9efbf01 Merge pull request #954 from gioman/grassnvizcolor
[processing] add COLOR parameter to nviz to allow draping rasters over the digital elevation model
2013-10-20 09:39:19 -07:00
volaya
26702abe0d Merge pull request #953 from gioman/grasssagacomposite
[processing] fixes SAGA RGBComposite and GRASS r.composite
2013-10-20 09:34:24 -07:00
volaya
54c576f711 Merge pull request #950 from gioman/sagaresampling
[processing] suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator
2013-10-20 09:02:01 -07:00
volaya
b7cdf5fd81 Merge pull request #948 from gioman/r_kappa
[processing] no need to escape parameters in r.kappa as processing does it by default
2013-10-20 09:01:16 -07:00
volaya
f724efd76c Merge pull request #947 from gioman/escapegrassparameters
[processing] GRASS parameters values needs always to be escaped
2013-10-20 09:00:31 -07:00
volaya
a9fea57cd9 Merge pull request #946 from gioman/r_horizon
[processing] fixes GRASS r.horizon and adds r.horizon.height
2013-10-20 08:59:29 -07:00
volaya
eb2200ec30 Merge pull request #952 from gioman/sagaresamplingdescription
[processing] better parameters descriptions for SAGA resampling tool
2013-10-20 08:59:10 -07:00
volaya
fbfafb9e2c Merge pull request #955 from gioman/v_select
[processing] adds v.select
2013-10-20 08:57:05 -07:00
volaya
5386b28aa7 Merge pull request #957 from gioman/sagapointstatsforpoly
[processing] Fix SAGA points stats for polygons
2013-10-20 08:56:34 -07:00
volaya
99ecb03a85 Merge pull request #960 from gioman/sagakriging
[processing] fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8
2013-10-20 08:53:50 -07:00
volaya
8a11a82c6d Merge pull request #961 from gioman/grassvectorexport
[processing] fixes ticket #8814
2013-10-20 08:53:08 -07:00
Juergen E. Fischer
6734ab443a make QgsMapToolTouch::gestureEvent() public 2013-10-19 20:03:17 +02:00
Alexander Bruy
bdc02a2369 add message about processing completion (fix #8916) 2013-10-19 13:42:52 +03:00
Alexander Bruy
af5a3a5d63 [processing] add warning before clearing log 2013-10-18 20:42:36 +03:00
gioman
10312cc5ab fixes ticket #8814: 2013-10-17 14:07:39 +01:00
gioman
fecccda364 Fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8 2013-10-17 13:12:24 +01:00
Borys Jurgiel
b114dceb1a [Plugin installer] fix #8876 2013-10-17 11:55:16 +02:00
gioman
78bc437da4 SAGA Points Statistics for Polygons can work just in SAGA 2.10 2013-10-17 10:14:49 +01:00
gioman
27f1e9416d SAGA Points Statistics for Polygons can work just in SAGA 2.10 2013-10-17 10:13:20 +01:00
gioman
84b682d46e the logic for SAGA raster import was not right 2013-10-16 15:08:17 +01:00
gioman
fd8cb1fcba adds v.select 2013-10-16 12:04:34 +01:00
gioman
4c80a076a5 add COLOR parameter to nviz to allow draping rasters over the digital elevation model 2013-10-16 09:30:10 +01:00
Matthias Kuhn
77dce0fbf8 sip: expose QgsEditorWidgetWrapper.initWidget to python 2013-10-16 08:21:19 +02:00
gioman
0bb3b2385a fixes SAGA RGBComposite and GRASS r.composite 2013-10-15 23:55:51 +01:00
gioman
4db8bba253 better parameters descriptions for SAGA resampling tool 2013-10-15 20:52:38 +01:00
gioman
c645342c06 suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator 2013-10-15 20:45:46 +01:00