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
Juergen E. Fischer
82b6e0342a
cosmetic cleanups, typo fixes, formatting
2014-10-21 01:33:20 +02:00
Robert Szczepanek
a7b3fccc30
[TRANSUP] pl: GDAL, heatmap
2014-10-20 22:26:31 +02:00
Nyall Dawson
c0bfceab3a
Improve wording of string
2014-10-21 07:10:59 +11:00
Nyall Dawson
8ab0674f44
[composer] Fix page orientation and size ignored when printing
...
Turns out QPrinter::setPaperSize silently flips the width and height
of a page if the printer orientation is set to landscape. So, make sure
we manually set the orientation to portrait before setting the page size
so that we can be sure the QPrinter is set to the correct page size.
This also restores the 2.4 behaviour where users could override
printed page size in the printer properties dialog (but only if
no data defined page size settings are active).
(fix #11352 )
2014-10-21 06:46:19 +11: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
05157f89a0
Repack() shapefiles on unload whenever they have been modified
...
Previous preconditions that would only repack them when features have been
deleted seems to not have covered everything.
Fix #11007
2014-10-20 17:34:55 +02:00