25122 Commits

Author SHA1 Message Date
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
alexbruy
88e5cde31a Merge pull request #1652 from gioman/processing_count_points
result field in Processing 'count points in polygon' must be integer
2014-10-23 14:21:59 +03: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
691f4a2858 Fix #11455 take two (raster crashes)
Thanks to Nyall for pointing this out
2014-10-23 16:16:21 +07:00
Juergen E. Fischer
d833c22b46 fix interpretation of numeric constants in scientic notation (fixes #10939) 2014-10-23 00:07:48 +02:00
Juergen E. Fischer
99c5c10cfb osgeo4w: package pdbs in nightly build 2014-10-22 18:54:14 +02: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
Werner Macho
1ead57f745 [TRANSUP] transifex update
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-22 16:06:16 +02:00
Martin Dobias
ea910d887d Fix #11369 (New layers are not active with new legend) 2014-10-22 19:57:05 +07:00
Martin Dobias
c9e05f9800 Fix #11455 (Crash when setting transparency for WMS layer)
Layer transparency instance was not copied when renderers were cloned.
2014-10-22 17:39:14 +07:00
Martin Dobias
6db04b41f9 Fixed SIP wrapper for conversion to QgsRasterInterface subclasses 2014-10-22 17:39:14 +07:00
Matthias Kuhn
da98a3c343 Self referencing relations: do not repeatedly embed dual view 2014-10-22 11:27:34 +02:00
Nyall Dawson
5f9e45af49 [composer] Avoid hang when adding columns to table on Win (fix ##11462) 2014-10-22 19:39:02 +11: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
borys
abf816bf80 [TRANSUP] pl: the layers panel toolbar and color dialogs 2014-10-22 10:02:57 +02:00
Nyall Dawson
92e3d64a0e [composer] Catch CRS exceptions when drawing grid lines
Prevents bad grid parameters for a transformed grid flooding the user
with hundreds of unclosable error message boxes.
2014-10-22 18:51:25 +11:00
Juergen E. Fischer
528c4cacb6 vector file writer: assume shapefiles contain multitype data (fixes #10584) 2014-10-22 09:27:19 +02: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
Nyall Dawson
a4f20840e5 Tweak data defined button icons so they align to pixel grid 2014-10-22 17:51:51 +11:00
Martin Dobias
c7d6f417ba Fix #11074 (raster save as broken)
Now the rows/cols edit boxes are prepopulated when the dialog is created
which solves the problem
2014-10-22 12:43:24 +07:00
Martin Dobias
037138fae5 Fix #10999 (reshape tool throws GEOS exceptions)
Exceptions fixed earlier by @mkuhn in 37f1a1
Numerical problems found by @arnaud-morvan, corrected by @jef-n
2014-10-22 11:34:52 +07:00
Juergen E. Fischer
f2b7c0fcf8 handle unset setting values in processing (fixes #11340) 2014-10-22 01:21:45 +02:00
Juergen E. Fischer
b5f047d2d3 keep add feature action until non-modal attribute form is closed (fixes #11461) 2014-10-22 00:25:39 +02:00
Werner Macho
9dbeefb688 Merge pull request #1651 from Cracert/master
[TRANSUP] pl: menu and toolbars
2014-10-22 00:21:03 +02:00
Robert Szczepanek
f1ce3724e2 [TRANSUP] pl: menu and toolbars 2014-10-21 23:53:29 +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
Werner Macho
4bcde11753 [TRANSUP] transifex update
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-21 19:24:26 +02: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
Werner Macho
fdf0436e94 Merge pull request #1647 from Cracert/master
[TRANSUP] pl: GDAL, heatmap
2014-10-21 17:29:18 +02: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
Martin Dobias
ba8a60f67b Fix #11456 (canvas not refreshed anymore after adding a new feature)
Resorted to a "minimalist" fix - other solutions would potentially break
even more stuff. The handling of non-modal dialogs for add/edit feature
attributes + handling of isModified() should be addressed at some point.
2014-10-21 18:11:51 +07:00
Martin Dobias
aa46df2fad Fix one memory leak + add note to show() calls as they will delete the dialog 2014-10-21 18:11:51 +07:00
Sandro Santilli
93864ce55c Remove workaround for layergroup bug #6938, now fixed 2014-10-21 12:42:42 +02:00
Matthias Kuhn
37f1a16ce9 Catch GEOS exceptions when reshape tool is used on non-closed-linestring
And use qWarning() instead of QgsDebugMsg() to make tracing GEOS errors easier
because a stack trace is printed.
2014-10-21 12:11:34 +02:00
Nyall Dawson
58c34ae361 [composer] Default to setting a map for new legend items
It's friendlier for users, who may not realise they need to set
a map before they can filter legends.
2014-10-21 20:49:37 +11:00
Nyall Dawson
2b36dea1f7 Follow up 0bda714
Ensure that mLegendFilterByMap is set before setting the map when
reading legend xml
2014-10-21 20:49:18 +11:00
Martin Dobias
0bda7143b1 [composer] Fixed assignment of map to legend + no updates when legend is removed
Thanks to Nyall for his help!
2014-10-21 16:07:44 +07:00
Martin Dobias
fe9c5c4f09 Fix #11330 (Composer legend can be smaller than its content) 2014-10-21 13:04:11 +07:00
Martin Dobias
3546b325a5 Fix #11382 (keep check state of the moved layer)
Cloning of the existing node will preserve the check state, in addition
it will keep other custom properties that would be lost prevously.
2014-10-21 12:19:00 +07:00
Jürgen Fischer
697ebffe4d Merge pull request #1616 from ahuarte47/Issue_11243
Fix #11243: Data corruption with feature simplification
2014-10-21 02:01:19 +02:00
Juergen E. Fischer
42d915ef0f skip primary key column when pasting to spatialite layers (fixes #11322) 2014-10-21 01:33:20 +02:00
Juergen E. Fischer
77b42cca09 german translation update 2014-10-21 01:33:20 +02:00