Salvatore Larosa
2da907741e
[pyqgis-console] update prepared API file
2014-10-24 09:18:56 +02:00
Salvatore Larosa
a0f8060f98
[pyqgis-console] small fix
2014-10-24 09:18:56 +02:00
Alexander Bruy
94a33cd1c9
[processing] fix issues with Create Grid algortihm
2014-10-24 09:35:45 +03:00
Martin Dobias
8db77fcff7
Fix Andreas' problem with checkboxes in legend + update SIP bindings
...
The problem was that rule-based renderer allowed cloned rules to have the same unique rule key.
That in turn created the confusion with checkboxes in legend. Now rules always have new rule key
when cloned. The only exception is when the whole renderer is cloned - in such case we preserve
their rule keys, so that other components (legend / visibility presets) can still keep using
the original rule keys.
Projects where this problem appears need to be fixed - the easiest way is to select all rules,
copy&paste them and remove the previous rules.
2014-10-24 12:25:33 +07:00
Juergen E. Fischer
65db7fb1ed
dxf export: fixes for text support (text width, underline/overline/strikeout
...
and line direction symbols)
2014-10-23 20:35:22 +02:00
Denis Rouzaud
a41a9a38ac
delete rubber bands when exiting identify menu
2014-10-23 14:45:00 +02:00
Martin Dobias
cc306099d9
Fix #11474 (cannot move layers in layer tree anymore)
...
I have managed to break that with implementation of #11369 .
Obviously it is a bad idea to change selection in a slot connected to model's rowsInserted signals
because the drag'n'drop does not work properly anymore. Now registry bridge will emit a signal after
new layers have been added, so the selection change at that point should be safe.
2014-10-23 19:08:54 +07:00
Giovanni Manghi
6f30ab9be7
result field in Processing 'count points in polygon' must be integer
2014-10-23 11:11:03 +01:00
Martin Dobias
aeb9d934ed
Fix QgsRasterInterface bindings again (fixes PyQgsRasterFileWriter test)
2014-10-23 16:16:21 +07:00
Martin Dobias
37ba8e4187
Fix #9319 (copy of QgsExpression crashes)
...
Disabled the copy constructor for now (later we may introduce implicit sharing)
2014-10-22 23:03:53 +07:00
Martin Dobias
ea910d887d
Fix #11369 (New layers are not active with new legend)
2014-10-22 19:57:05 +07:00
Martin Dobias
6db04b41f9
Fixed SIP wrapper for conversion to QgsRasterInterface subclasses
2014-10-22 17:39:14 +07:00
alexbruy
6be9d08061
Merge pull request #1646 from gioman/saga_shapesmodules_fixes1
...
fixes for 2 shapes tools for SAGA 2.1.2
2014-10-22 11:13:04 +03:00
alexbruy
47f5873e86
Merge pull request #1649 from gioman/ogr_clip
...
add Processing clip using ogr2ogr to compensate for the bad Clip perform...
2014-10-22 11:12:47 +03:00
alexbruy
372c3ce8ac
Merge pull request #1650 from gioman/gdal_rasterize_writeover
...
fix processing gdal_rasterize to allow write vector values in a existing raster layer
2014-10-22 10:01:03 +03:00
Juergen E. Fischer
f2b7c0fcf8
handle unset setting values in processing ( fixes #11340 )
2014-10-22 01:21:45 +02:00
Giovanni Manghi
d9b1638073
added detail about the output
2014-10-21 22:27:18 +01:00
Juergen E. Fischer
3bdb104a01
use QgsCredentials to request wms/ows credentials on demand and wms cleanups ( fixes #11184 )
2014-10-21 23:26:36 +02:00
Giovanni Manghi
ee8b74f5ca
fix processing gdal_rasterize to allow write vector values in a existing raster layer
2014-10-21 22:21:52 +01:00
Giovanni Manghi
80c1dda94d
add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool
2014-10-21 16:48:19 +01:00
alexbruy
b24572ad7f
Merge pull request #1648 from gioman/processing_gdal_output_type
...
Add raster data type output option to some Processing/GDAL tools otherwise output is always Float64
2014-10-21 17:22:42 +03:00
Matthias Kuhn
338e138be6
SIP update: expose QgsAttributeAction icon, iconPath and name
...
Fix #11458
2014-10-21 15:32:17 +02:00
Nyall Dawson
5b9210b91d
[composer] Respect reference point when resizing scalebar and legend
...
Previously, the reference point (and data defined position/size) were
ignored when scalebars or legends resized themselves.
Fix #11321 , #11380
2014-10-21 23:03:55 +11:00
Giovanni Manghi
eea6c6bf54
Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64
2014-10-21 12:38:44 +01:00
Giovanni Manghi
93efeeff83
Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64
2014-10-21 12:34:16 +01:00
Sandro Santilli
93864ce55c
Remove workaround for layergroup bug #6938 , now fixed
2014-10-21 12:42:42 +02:00
Juergen E. Fischer
82b6e0342a
cosmetic cleanups, typo fixes, formatting
2014-10-21 01:33:20 +02:00
Giovanni Manghi
17626b802a
fixes for 2 shapes tools for SAGA 2.1.2
2014-10-20 19:54:47 +01:00
Martin Dobias
4906d56955
Fix #10819 (simple/marker line with offset on the wrong side of inner rings)
2014-10-21 00:51:52 +07:00
Martin Dobias
43c4cd72ad
Fix #10956 (QgsSnapper crash/freeze/issues)
...
QgsMapSettings instance of QgsMapCanvas may have been prematurely deleted by SIP.
The KeepReference annotation will force QgsMapCanvas wrapper to keep one more ref
to it, so its reference count will not go to zero while map canvas is still alive.
2014-10-21 00:06:13 +07:00
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