Nathan Woodrow
a763594432
Fix #11208 - Error when saving MSSQL layer when using DSN
2014-10-24 09:55:35 +10:00
Nyall Dawson
8e2def581a
[composer] Negative position values should be allowed
2014-10-24 09:52:13 +11:00
Juergen E. Fischer
27f296df7d
update changelog for brighton release
2014-10-23 21:27:19 +02:00
Juergen E. Fischer
2c7378bb16
expressions: keep brackets ( fix #11475 )
2014-10-23 21:03:08 +02: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
Werner Macho
e2f1450513
Merge pull request #1654 from Cracert/master
...
[TRANSUP] pl: processing
2014-10-23 19:04:18 +02:00
Robert Szczepanek
5c9fee512b
[TRANSUP] pl: processing
2014-10-23 18:57:03 +02:00
Martin Dobias
2c19543178
Merge pull request #1653 from 3nids/fixidentmenurubber
...
delete rubber bands when exiting identify menu
2014-10-23 21:05:46 +07: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
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