Juergen E. Fischer
8d3654baa7
indentation update
2014-10-20 00:16:36 +02:00
volaya
c81a27ecf1
Merge pull request #1641 from gioman/gdal_rasterize
...
better gdal rasterize defaults
2014-10-19 23:59:40 +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
Robert Szczepanek
34d07964ed
[TRANSUP] pl: first run
2014-10-19 23:08:20 +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
da5766c19d
[composer] Allow rotation for pictures set to "zoom & resize" mode
...
Previously rotation was only allowed for pictures set to "Zoom" mode,
which causes pictures to change size when the rotation changes (frame
size is constant). This change allows pictures set to "Zoom and resize"
mode to have rotation set. Altering the rotation when in this mode
keeps the picture size constant and changes the frame size to suit.
(fix #10640 )
2014-10-19 21:16:13 +11:00
Nyall Dawson
a7d708f95e
[composer] Prevent renaming to duplicate name in manager ( fix #11051 )
2014-10-19 20:32:23 +11:00
Nyall Dawson
5d10f3c4c4
[composer] Don't rasterise svg arrow heads
2014-10-19 18:37:46 +11:00
Nyall Dawson
d74f4062f0
Fix warning
2014-10-19 18:37:46 +11:00
Nyall Dawson
fadf182e1d
[composer] Fix placement of coordinates in map corners ( fix #8827 )
2014-10-19 18:34:26 +11:00
Chris Crook
422ea56f5b
Merge pull request #1630 from ccrook/GraduatedRendererUnitTests2
...
Graduated renderer unit tests2
2014-10-19 19:37:38 +13:00
Nyall Dawson
7798bd8abb
[composer] Fix crash caused by 7773d4e
...
Don't set the parent object of a composition to a composer view, as
we manage deletion of compositions manually and don't always want
the composition deleted when a view a deleted.
2014-10-19 17:11:36 +11:00
Nyall Dawson
8732cbf097
Fix Qt warning caused by destructor of QgsNetworkContentFetcher
2014-10-19 16:03:35 +11:00
Nyall Dawson
0c4e8e6436
Minor code cleanups for composer attribute table widget
2014-10-19 16:03:34 +11:00
Nyall Dawson
7773d4e0a8
[composer] Ensure that composers are deleted before compositions
...
Fixes some rare crashes when loading projects.
2014-10-19 16:03:34 +11:00
Nyall Dawson
64f0fdf371
Expand composer item group test suite
2014-10-19 14:45:19 +11: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
c1b63dfcf2
Add missing #infndef to qgscomposeritemgroup.h
2014-10-19 14:45:18 +11:00
Nyall Dawson
dbf70c603a
[composer] Fix a memory leak when destroying compositions
2014-10-19 14:45:18 +11:00
Nyall Dawson
9d0b83ab90
[composer] Allow removing svg markers for arrows ( fix #11220 )
...
Previous behaviour was that if the start or end marker was cleared
than the old marker was drawn. This made it impossible to remove
an svg marker from the start or end of the line after one had been
assigned.
Also fix a Qt warning caused by trying to draw markers if the marker
size is set to 0.
2014-10-19 12:31:02 +11:00
Nyall Dawson
6c0155a90e
[composer] Don't evaluate expression for label display name
2014-10-19 11:31:10 +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
Nyall Dawson
f4489c27c8
Fix some compiler/doxygen warnings
2014-10-19 08:35:58 +11:00
Paolo Cavallini
2fe69e6eb2
Merge pull request #1635 from gioman/saga_slope
...
Fixes SAGA slope,aspect,curvature for SAGA 2.1.x
2014-10-18 23:34:22 +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
borys
7a9d781458
[TRANSUP] [pl] Typo fix
2014-10-18 21:03:06 +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
Werner Macho
99cec14c5b
[TRANSUP] transifex update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-17 18:04:14 +02:00
Paolo Cavallini
ab5229c890
Merge pull request #1633 from gioman/saga_split_shapes_new_option
...
add new parameter to SAGA split shapes tool, fixes #11427
2014-10-17 17:46:17 +02:00
Giovanni Manghi
c575fa51df
add new parameter to SAGA split shapes tool
2014-10-17 16:42:23 +01:00
Juergen E. Fischer
bb95a0f43a
use layer title instead of name in server getlegendgraphic response ( fixes #11406 )
2014-10-16 23:11:56 +02:00
Juergen E. Fischer
4bf04e1ce1
combine layer type and edit icon when editing ( fixes #11411 )
2014-10-16 22:34:47 +02:00