swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
1d80925 msvc: use /bigobj for sip modules (cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) 22 October 2016, 10:27:50 UTC
03d2bb9 Bump version to 2.19 21 October 2016, 12:14:53 UTC
f60e1ef changelog and news update for 2.18 21 October 2016, 12:14:02 UTC
cc42978 release.pl: stay on same master* branch 21 October 2016, 12:12:30 UTC
1fbca7e [BUGFIX][QGIS-Server] Don't failed when transform boundingbox 21 October 2016, 09:58:43 UTC
aa5d359 [pyqgis-console] APIs file updated 21 October 2016, 08:30:25 UTC
fd26409 Revert "[processing] correct check for empty extent values. MAde extent params optional by default, to accept auto extent" This reverts commit 8de56bf01a38fd75574a3a5bac1bcd52b0d88c55. 21 October 2016, 07:44:17 UTC
8de56bf [processing] correct check for empty extent values. MAde extent params optional by default, to accept auto extent 21 October 2016, 07:37:46 UTC
2efb544 [processing] make CRS extent optional in gdal wapr 21 October 2016, 07:37:07 UTC
f35c60a Revert "Make Extent and Extent CRS GDAL parameters optional" This reverts commit dc2df62b88cdc01b0fc8839779da44fb87ccd213. 21 October 2016, 07:20:13 UTC
a965a13 Fix import of shapefiles to postgres - regression introduced in 5abdfcb (#3652) 21 October 2016, 07:10:26 UTC
70a4ee7 Merge pull request #3649 from nyalldawson/strip_null [processing] Add algorithm to strip null geometries 21 October 2016, 05:20:57 UTC
ded486c [processing] Fix bad grammer in qgis alg help 21 October 2016, 04:57:20 UTC
1c2f0de Hide import/export buttons for arcgis services as they do not work (fixes #15637) 21 October 2016, 03:19:32 UTC
75d98ec Fix legend test images after changes in b385ebd 21 October 2016, 01:36:32 UTC
3748497 [processing] Add algorithm to strip null geometries 21 October 2016, 00:46:45 UTC
00653d2 Legend test mask updates 20 October 2016, 21:23:26 UTC
649d41f [processing] more complete support for int64 fields (follow up 8d2cc8806b) 20 October 2016, 17:02:05 UTC
6df926d Using QVariant.Type enum instead of numbers for readability. 20 October 2016, 17:02:05 UTC
be25a29 Fixing issue with 'Eliminate sliver polygons' and fields of type long. 20 October 2016, 17:02:05 UTC
09db6e4 release.pl: * allow minor releases from master_2 branch * convert windows splash screen to BMP3 from PNG 20 October 2016, 16:10:31 UTC
f4e1e6f Fix reordering and removal of legend nodes in composer legend 20 October 2016, 15:20:57 UTC
10cab93 Fix building of legend node tree if embedded widgets are used in the layer 20 October 2016, 15:20:57 UTC
b385ebd Fix display of diagram legend entries (fixes #15448) To make the implementation saner, the legend node that may be embedded within parent layer node is kept separately from activeNodes. 20 October 2016, 15:20:57 UTC
5ae0e78 Check validity of input geometries in intersection algorithm, take 2 Fail if invalid geometries are found. And some easy performance wins. Just because. Fix #11986 20 October 2016, 15:12:40 UTC
01e570c Revert "Check validity of input geometries in intersection algorithm" This reverts commit dbbbf610cfcf3fa655118d73d27a197ac1b3b224. Has broken some tests, needs more investigation 20 October 2016, 14:42:54 UTC
dbbbf61 Check validity of input geometries in intersection algorithm Fail if invalid geometries are found. And some easy performance wins. Just because. Fix #11986 20 October 2016, 14:09:42 UTC
f0f093b [processing] fixed dialog for selecting scripts (cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d) 20 October 2016, 09:46:58 UTC
7cfe041 Update test mask 20 October 2016, 07:36:39 UTC
dc2df62 Make Extent and Extent CRS GDAL parameters optional Specify what the default is when extent CRS is not specified. Allow using "auto" to have extent automatically set to min covering extent. Fixes #15685 20 October 2016, 07:08:57 UTC
1f5fb80 Fix backport of "force multitype output on processing overlay ops" 20 October 2016, 06:19:37 UTC
2b8bf50 Fix bad backport. pt 2 20 October 2016, 05:11:48 UTC
6c0752e Fix bad backports 20 October 2016, 03:58:25 UTC
6d92ed4 [legend] insure multi-line labels are vertically centered with tall symbols (cherry-picked from 455874258cfe7deeb4de888483adbedd97c4da7b) 19 October 2016, 20:27:50 UTC
a3e22f6 Fix badly worded string (cherry-picked from 4b398d3c80ce76503b285bdd82859a16dfc4cb7d) 19 October 2016, 20:27:50 UTC
2d79b42 Fix more occurances of drawPolygon issues on Windows (cherry-picked from 4bcd97066f0c52f6f4f95adc665193bca0ab4a93) 19 October 2016, 20:27:50 UTC
1719933 Select all text after reset line edit to null 19 October 2016, 20:27:50 UTC
4cc7623 Defer processing of dropped files On Windows (and maybe other platforms) Qt locks the dragging application for the duration of dropEvent. This means that dropping large files or projects onto QGIS results in Explorer windows being locked and unresponsive until the entire file/project is loaded. There does not seem to be any Qt method for releasing this lock early, so instead we return from dropEvent as quickly as possible and defer the actual file loading to a slot which is fired up immediately after dropEvent concludes. (cherry-picked from bd81edc36f867bd2774acc6bf956802ae8cd2cd7) 19 October 2016, 19:28:14 UTC
ff99816 Followup: respect API changes 19 October 2016, 14:22:48 UTC
1a05c70 [processing] ensure that outputs of vector overlay operations are multiparts (#3622) 19 October 2016, 14:18:09 UTC
d236e30 Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import 19 October 2016, 12:38:02 UTC
003504a [DB Manager] Allow lowercase field names for homogenize PostGIS Import PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportIntoPostGIS and not in DB Mananger. This commit fix it. 19 October 2016, 11:41:40 UTC
be8f6e0 Merge pull request #3627 from rldhont/fix_server_legend_layertitle-master_2 [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend 19 October 2016, 09:41:53 UTC
838bf79 [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend If the layer has only one legend node, it is embedded in parent. In QGIS Server the user can specify no layer title, so the layer title has not be displayed. 19 October 2016, 08:19:11 UTC
acf74a6 Fix crash upon setting non-integer Dpi while in debug mode Closes #15566 19 October 2016, 07:06:57 UTC
f289ef3 [processing] add missed spatial index constructor 19 October 2016, 06:21:06 UTC
0d09ad1 [processing] fixed parameterString test 18 October 2016, 20:05:13 UTC
d911671 [processing] dont set default value in param string, when passed null value 18 October 2016, 20:05:12 UTC
c8e2eb1 Fix failure on testGeopackageExtentUpdate test 18 October 2016, 17:36:32 UTC
d7bd5dc [processing] correctly set default value for string parameters when no value is provided 18 October 2016, 15:41:59 UTC
194004b Fix 70ae301310c7a58134ac699fae70af7fd1176684 70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk or GDAL 2.1.2 18 October 2016, 14:00:52 UTC
9d316b0 [OGR provider] Update layer extent for GPKG layers When moving or deleting a geometry that previously touched the layer extent, the layer extent was never shrinked. This fix requires GDAL 2.1.2 or above as well. Fixes #15273 18 October 2016, 13:22:44 UTC
e22b195 Hide constraint warnings when there are no constraints 18 October 2016, 11:35:53 UTC
b8e41e8 qgm2cpp.pl fix (cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) 18 October 2016, 10:08:05 UTC
73afe21 Fix QgsMapLayer ConvertToSubClassCode (#3611) Fix #15683 18 October 2016, 10:05:50 UTC
2b033c1 Fix relation manager mess when adding new relations The table showed wrong information because it didn't take sorting into account and relied on stable row numbers. 18 October 2016, 10:04:07 UTC
17510f0 [processing] Fix handling of None shapeEncoding Fixes #15719 -- object of type 'NoneType' has no len() 18 October 2016, 09:44:05 UTC
a4c5509 Merge pull request #3612 from ghtmtt/patch-2 [processing] Missing import fixed for R algorithm 18 October 2016, 09:39:33 UTC
f187707 Fix icon size for constraint warning 18 October 2016, 09:08:23 UTC
dc5abfe Fix ogrLayerName handling of PostgreSQL dataset URIs Also document "uri" parameter semantic, and add more tests. See for background https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045311.html REF #15698 18 October 2016, 09:05:10 UTC
1700aa1 Fix form constraints and group visibility When a relation editor was shown (or more generally a widget which is not an editor widget), constraints and group visibility were silently disabled. 18 October 2016, 08:38:08 UTC
4ba3290 [postgres] Avoid crash when fetching default value fails 18 October 2016, 08:32:08 UTC
321017f Fix offline editing (#3620) We cannot just restore all layer properties, offline editing relies on some not being copied. 18 October 2016, 06:44:26 UTC
fb78285 [composer] Allow syncing pictures to true north Previously pictures could only be synced to grid north, which can be totally wrong for many CRSes (especially in polar areas) Users now are given a choice of grid or true north, and can also enter an optional offset to apply if eg magnetic north is instead desired. When synced to true north the bearing is calculated using the centre point of the linked map item. Fix #192, #4711 This fix was sponsored by the Norwegian Polar Institute's Quantarctica project (http://quantarctica.npolar.no) and coordinated by Faunalia. (cherry-picked from 89cc6454b989de1746779b2f648a32d2863ebada) 18 October 2016, 06:11:58 UTC
b2b6675 Fix effects lost on geometry generator symbol layer (cherry-picked from 2a873b83ade6ac2a49ad18598e25e27fd6e9d3d2) 18 October 2016, 04:22:41 UTC
7396370 german translation update 17 October 2016, 23:48:05 UTC
219a97c windows: prefer spatialite_i over spatialite 17 October 2016, 18:13:26 UTC
9a96252 Use qIsInf instead of isinf 17 October 2016, 17:10:38 UTC
f3637b1 [processing] avoid overlapping UI (#3616) Super small changes that avoids the overlapping of multi selection widget with other widgets 17 October 2016, 16:45:58 UTC
e639730 [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not returned even if FILTER param is set 17 October 2016, 15:49:41 UTC
8f4405f Also restore layer variables for raster layers from QML 17 October 2016, 12:13:38 UTC
f0dd7fd Restore layer variables from QML Fix #14452 17 October 2016, 12:10:27 UTC
1f1898d Allow 0 (infinite) for scale dependent visibility Fix #15414 17 October 2016, 11:05:22 UTC
fdc3542 Fix extraction of ogr LayerName from database dataset URIs See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676 Includes testcase. REF #15698 17 October 2016, 09:53:53 UTC
6c4cb92 [processing] Missing import fixed for R algorithm 17 October 2016, 08:22:42 UTC
a63805a [processing] fixed handling of None param values in ogr2ogrtopostgis.py 17 October 2016, 08:16:26 UTC
589a217 [processing] made connection params optional in ogr2ogrtopostgis.py 17 October 2016, 07:39:15 UTC
e58177c [processing] fixes for 'import into PostGIS' alg fixes #15097 17 October 2016, 07:18:33 UTC
61a10df [processing] fixed check for empty param for strings 17 October 2016, 06:32:57 UTC
904b62b Merge pull request #3607 from strk/master_2-processing-libpq-defaults [processing] Do not override libpq defaults 17 October 2016, 06:02:21 UTC
bec7cdd Fix bad fills when using marker line with render effects (fix #15696) (cherry-picked from a0bfc10, 55f207) 17 October 2016, 04:25:52 UTC
e15c93d Fix color widget opens in wrong panel (fix #15705) (cherry-picked from 721d3c5bfbd33f00ab675edebb3d3aa3854352e3) 17 October 2016, 04:25:52 UTC
d4feb35 Add test for setting up connection string 15 October 2016, 09:14:47 UTC
be3e807 [processing] Allow using libpq defaults for host,port,user,pass and dbname Fixes #15706 15 October 2016, 08:44:05 UTC
979d619 Fix extraction of ogr LayerName from multi-layer dataset URIs Adds supports for "layerid" when present. Drop special handling for "table=" portions found in URI, making the code more generic. Includes testcase. Fixes #15698 - import geodatabase to postgis via processing 15 October 2016, 07:12:38 UTC
b50fee3 Python scripts have 4-spaces indent 14 October 2016, 16:10:31 UTC
b8a2bc4 debian packaging: add support for yakkety 14 October 2016, 08:03:21 UTC
dd85796 Revert "postgres provider: quote compound key columns in uri" This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d. I've tested that reverting this does not re-introduce bug http://hub.qgis.org/issues/13710 14 October 2016, 08:00:05 UTC
5abdfcb Fix PostgreSQL import of layers with multi-column or quoted-column keys Fixes #15226 (drag & drop of postgresql views) Includes test 14 October 2016, 07:59:58 UTC
4b059e0 Fix unused variable warning 14 October 2016, 03:39:39 UTC
de85fdd Fix layer tree expanded state when used expand/collapse all (fixes #15691) 14 October 2016, 03:21:56 UTC
f124107 Fix incorrect selection rect drawn for composer items on windows 13 October 2016, 22:34:22 UTC
4c26a81 Add default shortcut to open attribute table (F6) 13 October 2016, 22:20:43 UTC
7d6d6c7 Using 'perimeter (curved)' labels on polygon layers will now respect 'Show upside-down labels' setting (cherry-picked from 34e2bea, a21946a, 12a8891) 13 October 2016, 21:46:19 UTC
518b249 [processing] removed debug line 13 October 2016, 13:56:05 UTC
1132624 [processing] correctly handle help loading (fix #15641) 13 October 2016, 13:18:38 UTC
8a4b782 [processing] fixed wrong provider reference in union algorithm 13 October 2016, 11:45:01 UTC
948dcc2 [processing] warn if extent might not be in the expected CRS 13 October 2016, 11:40:47 UTC
5fd4cee Merge pull request #3598 from borysiasty/master_2 [Plugin Manager] Fix font size (issue #15302) 13 October 2016, 08:37:20 UTC
ffd1a2c [Plugin Manager] Fix font size (issue #15302) 13 October 2016, 08:19:32 UTC
back to top