27385 Commits

Author SHA1 Message Date
alexbruy
3ab1230bac Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi
[processing] fix GRASS7 v.voronoi output as lines
2015-06-08 10:57:25 +03:00
Marco Hugentobler
77d68b0d6c Fix reshape assertion if reshape line does not intersect twice 2015-06-08 09:00:37 +02:00
Nyall Dawson
35834e849b Avoid overflowing url drawn over widgets in browser info widget 2015-06-08 14:33:42 +10:00
Nyall Dawson
aeda9554ba Add confirmation prompt before deleting PostGIS and Spatialite
tables through the browser. Also add confirmation before dropping
connections (fix #12853).
2015-06-08 13:52:20 +10:00
Nathan Woodrow
aa6db0eb8c Merge pull request #2119 from nirvn/browser_toolbar_improvement
[browser] slight re-ordering and icon improvements
2015-06-07 20:46:55 +10:00
Nathan Woodrow
ea31c680f9 Merge pull request #2120 from nirvn/layer_legend_icon_updates
[gui] sync layer right-click menu & composer legend item icons
2015-06-07 19:52:25 +10:00
Marco Hugentobler
624d142ec4 Fix bugs related to adding and removing geometry parts 2015-06-07 11:07:50 +02:00
Mathieu Pellerin
cc8c7ab0ae [gui] update duplicate layer icon to align to a 16 x 16 grid 2015-06-07 14:19:24 +07:00
Mathieu Pellerin
1b4fe75ab3 [gui] sync layer right-click menu & composer legend item icons 2015-06-07 14:00:09 +07:00
Mathieu Pellerin
4075979e0d [browser] slight re-ordering and icon improvements 2015-06-07 12:06:06 +07:00
pcav
faf3bcd0d6 Better output name for some SAGA Processing modules 2015-06-06 19:38:20 +02:00
pcav
b5bd178c8f Better default for Processing:grass:r.series 2015-06-06 19:33:34 +02:00
Marco Hugentobler
8cdf0d6d95 Fix numerical problems in reshape tool 2015-06-06 17:03:41 +02:00
Marco Hugentobler
211d28b5a0 Don't test imported rings for validity (fixes display of simplified polygons) 2015-06-06 12:45:50 +02:00
Martin Dobias
f3c781edc1 Merge pull request #2117 from nirvn/osm_area_more_improvements
[OSM] add two more tags to determine area of closed ways with highway / barrier
2015-06-06 15:08:07 +08:00
Mathieu Pellerin
6ef5fb7215 [osm] add two more tags to area check 2015-06-06 13:04:02 +07:00
Juergen E. Fischer
7aae459fa9 wmts: also accept extents in WGS84BoundingBox (fixes #12432) 2015-06-05 17:38:28 +02:00
Juergen E. Fischer
ee9d9eea40 enable c++11 support for MSVC>2010 (although that's still what's used for the packages) 2015-06-05 16:52:02 +02:00
Jürgen Fischer
e330265e95 Merge pull request #2114 from geometalab/master
Add GeoPackage/GPKG writable driver support
2015-06-05 16:36:01 +02:00
Marco Hugentobler
1cd4fd6e73 Even more geos exceptions 2015-06-05 14:26:46 +02:00
Matthias Kuhn
476ee1d4ad Change test description (Minor change) 2015-06-05 14:25:21 +02:00
Mirko Stocker
fb107f1d4f Add GeoPackage/GPKG writable driver support 2015-06-05 13:58:24 +02:00
Marco Hugentobler
e87cb5b9e1 More geos exceptions 2015-06-05 13:15:58 +02:00
Nyall Dawson
53cb5df91e Merge pull request #2111 from vmora/issue_12876
fix #12876
2015-06-05 19:21:31 +10:00
vmora
65a57edc64 fix #12876: data-defined size was too small
The scale methos "by area" was still defined at the symbol level causing
an extra sqare root to be applied to the size.
2015-06-05 08:43:19 +02:00
Matthias Kuhn
0df62b7aad AttributeForm: Use horizontal space for editor widgets
Followup e66dd998d
2015-06-05 02:53:31 +02:00
Matthias Kuhn
e66dd998d6 Use full height on attribute form with drag and drop layout
And fix some file permission issues
2015-06-05 02:46:16 +02:00
Juergen E. Fischer
316210d622 fix crash attribute table crash when attributes are added/removed bypassing vector layer (fixes #12477) 2015-06-04 22:28:21 +02:00
Juergen E. Fischer
c22ad17cee also copy vector provider encoding when duplicating layers (fixes #11687) 2015-06-04 22:28:21 +02:00
Werner Macho
7f29de8847 changing vietnamese translators on request
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-06-04 19:58:53 +02:00
pcav
1969c716e6 Merge branch 'master' of https://github.com/qgis/QGIS 2015-06-04 19:37:13 +02:00
pcav
8cdd6173b0 Minor fixes to SAGA modules, for consistency 2015-06-04 19:36:30 +02:00
Marco Hugentobler
12134a0283 Consider new wkb types for postgis in browser. Fixes second part of #12857 2015-06-04 18:01:35 +02:00
Giovanni Manghi
fab465aa16 fix GRASS7 v.voronoi output as lines 2015-06-04 16:55:27 +01:00
Marco Hugentobler
9d38b711c7 Remove code duplication in geos import 2015-06-04 17:34:03 +02:00
Larry Shaffer
71ceab8dc5 Fix single band gray with alpha raster type not recognized (fix ##4159)
- Add band color interpretation for WCS provider (from GDAL provider)
2015-06-04 09:01:11 -06:00
Marco Hugentobler
08f2f4138d Make geometry import/export more robust in case of invalid geometries. Fixes #12836 2015-06-04 14:52:07 +02:00
Nyall Dawson
f39fbf4ef6 Some (very minor) coverity fixes 2015-06-04 21:48:46 +10:00
Matthias Kuhn
10c7d6aa06 Add test for NULL bounding box of empty line 2015-06-04 12:42:34 +02:00
Matthias Kuhn
033baf1b0c Don't crash when deleting last vertex
Fix #12867

Also preserves NULL rectangles in QgsRectangle::normalize()
2015-06-04 11:30:59 +02:00
Matthias Kuhn
385529ef7b PalLabelling: Reproject geometries before evaluating mininum size
Followup 2b096e09
2015-06-03 23:59:42 +02:00
Juergen E. Fischer
d53d30d290 fix style selection when loading from database (fixes #12863) 2015-06-03 23:41:23 +02:00
Juergen E. Fischer
d71b5c66cf homogenize translation strings 2015-06-03 20:24:10 +02:00
Matthias Kuhn
2b096e09e2 Fix suppress labelling of short lines
And deduplicate code
Followup cfe397e
2015-06-03 18:53:36 +02:00
Juergen E. Fischer
8ab005f875 postgres provider: check pg_extension only on Pg>9 2015-06-03 14:16:24 +02:00
Tomáš Pospíšek
0af69ed9fb Add pertinent example for 'LIKE' operator
The usage examples for the 'LIKE' operator are not really pertinent. The proposed change adds an example that actually illustrates the usual usage of the 'LIKE' operator.
2015-06-03 12:51:04 +02:00
Juergen E. Fischer
6a019ada8a don't crash on geometryless wfs features 2015-06-03 00:19:09 +02:00
Nyall Dawson
450c3effd5 Fix missing labels if map rotation is enabled with OTF reprojection
(fix #12025)
2015-06-03 07:54:34 +10:00
Nyall Dawson
d598069779 Fix warning on startup 2015-06-03 07:17:59 +10:00
Juergen E. Fischer
43a8d72baf debian packaging update: include links to qt4 in api docs 2015-06-02 22:55:15 +02:00