Matthias Kuhn
4e8c679ba0
SIP update for QgsFilterLineEdit
...
events have not been defined in the sip file, therefore QgsFilterLineEdits
created in python did not receive the events, leading to visual glitches.
Fix #11372
2014-10-20 15:47:10 +02:00
alexbruy
ac5ff27a80
Merge pull request #1642 from timlinux/processing
...
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
2014-10-20 11:03:30 +03:00
volaya
9f8beb0254
Merge pull request #1640 from gioman/saga_mosaick_fix
...
small fix for SAGA module
2014-10-20 09:25:30 +02:00
volaya
1eefed257d
Merge pull request #1639 from gioman/saga_transpose_grids
...
Add SAGA 2.1.2 Transpose Grids tool
2014-10-20 09:24:53 +02:00
volaya
f3e7a3ed17
Merge pull request #1643 from gioman/gdal_rasterize_type
...
Add option to allow choose raster type output to gdal_rasterize
2014-10-20 09:24:15 +02:00
Nyall Dawson
9bc7eca7b2
Cleanup action text
...
Make sure all actions use standard capitalization and ... suffixes when
required. Add missing menu key shortcuts to composer actions.
2014-10-20 17:26:01 +11:00
Giovanni Manghi
3c246159b7
Add option to allow choose raster type output to gdal_rasterize
2014-10-19 23:24:06 +01:00
Tim Sutton
afc60e1828
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
2014-10-20 00:21:56 +02:00
Juergen E. Fischer
8d3654baa7
indentation update
2014-10-20 00:16:36 +02:00
Giovanni Manghi
e1dedee70c
better gdal rasterize defaults
2014-10-19 22:33:54 +01:00
Giovanni Manghi
a0a546f19c
small fix for SAGA module
2014-10-19 22:26:12 +01:00
Giovanni Manghi
6a33e279da
Add SAGA 2.1.2 Transpose Grids tool
2014-10-19 22:19:45 +01:00
volaya
a548d1fe2b
Merge pull request #1637 from gioman/saga_grid_cell_index
...
fix SAGA 2.1.2 Sort Grid module: name and parameters changed
2014-10-19 23:12:14 +02:00
volaya
f35fb5ebf7
Merge pull request #1636 from gioman/saga_mosaick
...
fixes SAGA 2.1.2 merge raster layers module as it changed name (now "mosaick") and parameters
2014-10-19 23:10:01 +02:00
volaya
db0f423e0d
[processing] disabled editing modeler item with double click (was causing crash)
2014-10-19 23:05:32 +02:00
volaya
e4b4d5764e
[processing] removed repeated algorithms from simplified mode
2014-10-19 23:02:33 +02:00
Giovanni Manghi
7e40811840
fix SAGA 2.1.2 Sort Grid module: name and parameters changed
2014-10-19 20:37:42 +01:00
volaya
4ff831f995
[processing] fixed table export
2014-10-19 21:34:22 +02:00
volaya
c3914f0c40
[processing] removed redundant saga algorithm
2014-10-19 21:34:21 +02:00
volaya
18e9fba08b
[processing] remember min/max value in number params in modeler
2014-10-19 21:34:21 +02:00
Giovanni Manghi
af1fe9e231
fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters
2014-10-19 19:46:15 +01:00
Nyall Dawson
0f4bd4e0fc
[composer] Move ungrouping logic from composer view to composition
...
As per previous commit, this is useful for plugin authors. It also
fixes a potential bad crash (itemRemoved emitted for group item after
the group item was already deleted) and adds unit tests.
2014-10-19 14:45:19 +11:00
Nyall Dawson
993f0dcd3d
[composer] Move code for creating groups to QgsComposition
...
Previously this code was located in QgsComposerView. Moving it to
QgsComposition simplifies grouping items for plugins. Also start
a new unit test for QgsComposerItemGroup.
2014-10-19 14:45:19 +11:00
Nyall Dawson
71fbe9c9ce
[composer] Fixes to composer item sip bindings
...
- Added some missing /TransferThis/ arguments
- Ensure that correct item type is returned for all item types
2014-10-19 14:45:18 +11:00
Nyall Dawson
0cb985465b
[composer] Fix area calculation in expressions with OTF ( fix #9791 )
...
Adds an argument to QgsExpression::replaceExpressionText to allow
passing an optional QgsDistanceArea to use during calculations.
Ensure that html and label composer items correctly specify this
argument.
2014-10-19 11:04:57 +11:00
volaya
fad44d0330
[processing] fixed autofill in batch processing interface
...
Fixes #11435
2014-10-19 00:19:07 +02:00
Giovanni Manghi
28f3f4624c
fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x
2014-10-18 22:31:41 +01:00
Giovanni Manghi
0dca55e564
fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x
2014-10-18 22:30:54 +01:00
Paolo
d77e0f0b1f
Typo fixed in r.series
2014-10-18 22:28:52 +02:00
volaya
eb998de282
[processing] removed border in table in batch processing dialog
2014-10-18 18:05:01 +02:00
volaya
5e9dc03c7a
[processing] better handling of wrong models
2014-10-18 16:37:05 +02:00
volaya
de91734fc8
[processing] fixed issue when running models in a batch process
...
Fixes #11438
2014-10-18 16:37:04 +02:00
Alexander Bruy
b1e7ede36b
[processing] more robust layer sorting in multiple selection widget ( fixes #11429 )
2014-10-18 11:19:53 +03:00
Giovanni Manghi
c575fa51df
add new parameter to SAGA split shapes tool
2014-10-17 16:42:23 +01:00
Juergen E. Fischer
c90d810ce3
allow setting visiblity of selected layers ( fixes #10835 )
2014-10-15 18:49:35 +02:00
Nyall Dawson
4ea5c80948
[composer] Avoid crash when using redo on multiframe ( fix #11351 )
...
Since multiframe changes can remove and create new frame items,
it's not safe to directly manipulate frame items in
QgsComposerItemCommand. Now, commands which apply to a frame always
fetch a reference to the correct frame item directly from the
parent multiframe. Also added unit tests for this crash.
2014-10-15 20:17:10 +11:00
Sandro Santilli
1ff2ad3cc3
[TopoViewer] fix layer visibility after QgsLegendInterface API changes
...
It was broken with 2.4, whereas QgsLegendInterface::moveLayer started
forcing layer visibility on (undocumented behaviour).
Fixes #11382
2014-10-14 23:43:40 +02:00
Juergen E. Fischer
2cef8d50f2
remove get from QgsProviderRegistry::getProviderCapabilities() (followup 2e943c93)
2014-10-14 13:30:33 +02:00
Jürgen Fischer
e0df5d4dd9
Merge pull request #1621 from manisandro/bad_layer_improvements
...
Bad layer dialog improvements
2014-10-14 13:25:22 +02:00
Nyall Dawson
1cb22c084d
[composer] Seperate draw empty rows option from empty table behaviour
...
Now "draw empty rows" is a seperate checkbox (fix #11392 )
2014-10-14 21:25:12 +11:00
Nathan Woodrow
1770ec1a6b
Merge pull request #1618 from ccrook/GraduatedRendererBugFix11366
...
Fix #11366 Customised graduated renderer labels ignored
2014-10-13 08:14:43 +10:00
volaya
d1f84fd11a
[processing] fixed wrong import in parameters classç
...
Fixes #11393
2014-10-12 19:11:31 +02:00
Salvatore Larosa
659cada5b6
[processing] Fixes #11388 - save vector file dialog does not show file ext
2014-10-11 21:36:51 +02:00
Sandro Mani
2e943c936c
Bad layer dialog improvements (Funded by Sourcepole)
2014-10-09 16:49:31 +02:00
Alexander Bruy
55181c634a
[processing] fix handling of boolean parameters in modeller
2014-10-09 17:35:54 +03:00
Alexander Bruy
d8c38b5c8d
[processing] more fixes for i18n support
2014-10-09 17:35:53 +03:00
alexbruy
0a4dae2099
Merge pull request #1619 from anitagraser/patch-4
...
[processing] fixed value used before assignment error
2014-10-09 12:36:41 +03:00
Anita Graser
4a639ad984
fixed value used before assignment error
2014-10-09 11:16:47 +02:00
Nyall Dawson
a5b5bd4c45
[composer] Fix new frames not inheriting outline color, clean up item api a bit
2014-10-09 19:56:59 +11:00
Alexander Bruy
7a389f634e
[processing] fix i18n support
2014-10-09 10:52:59 +03:00