swh:1:snp:ddab58068ba462c6d9c86b5a775e71ab09bfd519

sort by:
Revision Author Date Message Commit Date
6d30c62 Release of 2.14.8 21 October 2016, 12:15:16 UTC
a37d2e6 [BUGFIX][QGIS-Server] Don't failed when transform boundingbox 21 October 2016, 10:01:08 UTC
36d3fef Merge pull request #3623 from nyalldawson/true_north_214 [composer] Backport fixes for true north handling to 2.14 20 October 2016, 23:06:13 UTC
b2a2c18 [processing] more complete support for int64 fields (follow up 8d2cc8806b) (cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) 20 October 2016, 18:09:59 UTC
dbf6169 Using QVariant.Type enum instead of numbers for readability. (cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) 20 October 2016, 18:09:59 UTC
a7092ca Fixing issue with 'Eliminate sliver polygons' and fields of type long. (cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) 20 October 2016, 18:09:59 UTC
961f6be Merge pull request #3642 from rldhont/fix_server_legend_layertitle-release-2_14 [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend 20 October 2016, 07:30:41 UTC
deb3dc7 Backport [processing] ensure that outputs of vector overlay operations are multiparts (#3622) 20 October 2016, 06:40:59 UTC
d185929 [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, 16:21:50 UTC
24f3cc5 Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import 19 October 2016, 13:03:52 UTC
7cec859 [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, 13:03:38 UTC
70186ee [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, 14:23:57 UTC
c74c722 qgm2cpp.pl fix (cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) 18 October 2016, 10:08:20 UTC
640e10b [processing] Allow using libpq defaults for host,port,user,pass and dbname Fixes #15706 Includes tests 18 October 2016, 09:50:35 UTC
aa413b6 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:54 UTC
d78d62e Const correctness for QgsPoint::azimuth 18 October 2016, 07:06:48 UTC
13afc10 [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:21:17 UTC
71bfa1d windows: prefer spatialite_i over spatialite (cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) 17 October 2016, 18:16:12 UTC
c4538b7 [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not returned even if FILTER param is set 17 October 2016, 16:38:35 UTC
003f10e 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:56:02 UTC
cf83352 Fix incorrect selection rect drawn for composer items on windows 17 October 2016, 05:25:33 UTC
d1aff82 Fix bad fills when using marker line with render effects (fix #15696) (cherry-picked from a0bfc10, 55f207) 17 October 2016, 05:25:27 UTC
11627e8 Merge pull request #3608 from Cracert/trans_2_14 [TRANSUP] pl: update translators in 2.14 branch 15 October 2016, 13:57:25 UTC
8914085 [TRANSUP] pl: update translators in 2.14 branch 15 October 2016, 10:30:00 UTC
c422268 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:31:52 UTC
167a5af Add .editorconfig file 14 October 2016, 14:35:12 UTC
17c8549 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:12:22 UTC
c8b1b18 Fix PostgreSQL import of layers with multi-column or quoted-column keys Fixes #15226 (drag & drop of postgresql views) Includes test 14 October 2016, 08:12:22 UTC
f002a4a debian packaging: add support for yakkety 14 October 2016, 07:39:29 UTC
3efbc0b Fix HTML annotation does not display HTML (fix #8609) Annotation was only rendering html when it was associated with a map layer. Now if it isn't associated with a map layer it will always render the html. (cherry-picked from 53c3ed2dc02baf43c3a5cc7323f37869f434f25a) 13 October 2016, 21:52:03 UTC
9486166 Fix first marker is drawn twice for marker line interval mode (cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) 13 October 2016, 21:52:02 UTC
bd5f979 Fix invalid values for @map_extent_width/height (fix #15672) (cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) 13 October 2016, 21:19:24 UTC
4dcbc1f Fix escaping in regexp function help (cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) 13 October 2016, 21:19:01 UTC
e160750 [processing] correctly handle help loading (fix #15641) (cherry picked from commit 11326245fae6b4f7946c950ec5ba2a8151e95c44) 13 October 2016, 13:20:58 UTC
614acd0 Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code 12 October 2016, 15:10:50 UTC
38b43a2 Fix hub link 12 October 2016, 13:22:36 UTC
7d42a4b Add test for #15188 (this branch is unaffected by the bug) 12 October 2016, 11:46:48 UTC
713e576 [QGIS Server] Loss qobject_cast when it's usefull 11 October 2016, 09:38:14 UTC
d7ed069 [QGIS Server] Use qobject_cast when it's usefull 10 October 2016, 15:58:33 UTC
ca0fb19 Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vector layer join buffer is empty and not reloaded if the layer is in cache. To fix it, the QgsServerProjectParser has to have the same method as QgsVectorLayerJoinBuffer::readXml. This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop 10 October 2016, 14:28:15 UTC
4aacaa9 Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache" This reverts commit e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b. 10 October 2016, 14:27:16 UTC
3c7a642 Revert "fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b" This reverts commit 5b79287aaa64fe97142978f6507dc8c0d1004fd9. 10 October 2016, 14:26:42 UTC
ff86ecd Revert "Fix QGIS server for PyQgsServerAccessControl" This reverts commit 7d334c7d76e63ab8c3d752ab5c1e74b44771b8d6. 10 October 2016, 14:24:36 UTC
139d140 fix warning (cherry picked from commit cd3adc077eda76f1503ed7d4e29b1b2e41218d47) 09 October 2016, 22:49:22 UTC
f2e87c9 fix typos 09 October 2016, 11:55:20 UTC
df16ef6 german translation update 09 October 2016, 11:55:07 UTC
a84a282 fix typos 08 October 2016, 23:36:49 UTC
7d334c7 Fix QGIS server for PyQgsServerAccessControl 07 October 2016, 17:32:42 UTC
409a183 Update ogcutils tests 07 October 2016, 14:23:11 UTC
1ab83dc [BUGFIX] Support OGC PropertyIsLike attributs The OGC PropertyIsLike element can have 4 attributs: * matchCase to specify LIKE or ILIKE * wildCard to specify a wildcard char symbol * signleChar to specify a single char symbol * escape to specify an escape char symbol 07 October 2016, 14:07:20 UTC
2d17b32 [BUGFIX] Expression in like escape % and _ The Expression LIKE binary operator does not care about escape % and _ char. No-one has already open an issue about it but in the OGC element PropertyIsLike the user can defined is own wild and single char. This mean that QGIS has to escape % and _ if they are not used as wild and single char. 07 October 2016, 13:52:39 UTC
5b79287 fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b 07 October 2016, 13:47:13 UTC
90662d5 osgeo4w: really use package name (fixes 6db9a371) (cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) 07 October 2016, 13:24:43 UTC
e0c281e [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vector layer join buffer is empty and not reloaded if the layer is in cache. To fix it, the layer XML element has to be read each time the layer is used. This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop 07 October 2016, 13:23:56 UTC
bc5ac29 [OGR provider] Make feature iterator work on GeometryCollection sublayers When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression. Now attribute table no longer shows features with OGR GeometryCollection. Fixes also issues where sublayer geometry type is too strict regarding 2D vs 2.5D geometry types. Fixes #15675 Conflicts: src/providers/ogr/qgsogrfeatureiterator.cpp tests/src/python/test_provider_ogr.py 07 October 2016, 12:00:22 UTC
872d86e [OGR provider] Force REPACK at the first edit action. In the case where we deal with a shapefile, it is possible that it has pre-existing holes in the DBF (see #15407), so if using a GDAL version recent enough (>=2.1.2) to have reliable packing, do a packing at the first edit action. Fixes #15407 Conflicts: src/providers/ogr/qgsogrprovider.cpp 07 October 2016, 10:22:29 UTC
35ddf1f osgeo4w: use package name in build directory (cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) 07 October 2016, 09:26:34 UTC
d4317a7 [OGR provider] Check if REPACK has emitted errors Refs #15393 and #15570 Real fix for the REPACK issues has been committed per GDAL ticket https://trac.osgeo.org/gdal/ticket/6672 (GDAL 2.1.2 or above) Add test to simulate the situations that caused problems. 06 October 2016, 15:46:37 UTC
446493d [labeling] Fix data defined placement with rotated maps For layers requiring reprojection and with rotated maps any labels with data defined x/y would not be rendered Fix #14236 (cherry-picked from d36fb619b5a210406aaa50ed3aab59763f5f749a) 06 October 2016, 12:27:19 UTC
322c8f4 Preserve edits for multiline editor when length exceeds field size Previously when using the multiline option for text edit widgets the entire contents of the field would be discarded if the entered value exceeded the maximum length for a string field. Now the entered string is truncated to the maximum field length. (cherry-picked from 7d8fba8b8c1a2e39b0814053029bf64c20e85c73) 06 October 2016, 11:53:26 UTC
d5ef91f Fix rule based renderer shows 0 count on first click of "show counts" (cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) 06 October 2016, 11:52:41 UTC
b7e24e3 Fix last segment length in measure dialog is incorrect after completing measurement with right mouse click (cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742) 06 October 2016, 11:50:52 UTC
d98d24b Fix measure dialog shows wrong results when changing units If the measurement was not finished (ie right click occurred) then the last length would be missing from the table Fix #15433 (cherry-picked from 03bff507d9814ec1a3d9fdfdbe5cfbc5b6274689) 06 October 2016, 11:50:45 UTC
35ba4b3 Fix crash when validating geometry (fix #15660) Also fix python bindings for QgsGeometryValidator (cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546) 06 October 2016, 11:50:37 UTC
683309a [processing] correct GRASS 7 detection on Mac (fix #15645) follow up e1ff6e896a (cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2) Conflicts: python/plugins/processing/algs/grass7/Grass7Utils.py 04 October 2016, 16:41:04 UTC
a23dc9e [Processing][Rscripts] Use temp script filename The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute. Server side or for debugging this could be a problem. So processing_script.r will be stored in temp folder. 03 October 2016, 13:47:27 UTC
ebb6c22 [Server] GetStyles: no more needs to add units in SLD After @aaime works on SLD, no more needs to add units in SLD send by GetStyles 01 October 2016, 16:25:31 UTC
d463ddd Merge pull request #3549 from rldhont/release-2_14-aaime_sld Cherry-picking @aaime works on SLD to release-2_14 01 October 2016, 16:22:55 UTC
26d5c6b fix typos (cherry picked from commit 454e1e43fa8c1ceef109c09f70e4d1595e81d402) 01 October 2016, 15:33:08 UTC
330e95c debian packaging: add ca-certificates as build dependency for dash upload (followup e6b1121) 01 October 2016, 14:33:36 UTC
da67550 Keep API compatibility and update SIP 01 October 2016, 13:50:36 UTC
4aef2db Fix cherry-pickings Do not generate a ogc:Filter where a ogc:Expression is expected. #3366 Emit valid SLD when mm are used as symbol unit #3414 Export map level scale based dependencies in most vector symbology #3436 01 October 2016, 13:50:24 UTC
5297df7 Export map level scale based dependencies in most vector symbology 01 October 2016, 13:50:24 UTC
760036a Emit valid SLD when on screen mm are used SLD does not have a notion of on screen mm, rescale them to pixels to get an equivalent, more valid and more widely usable, output 01 October 2016, 13:50:24 UTC
b627401 Do not generate a ogc:Filter where a ogc:Expression is expected. Fixes #10076 and #11202 01 October 2016, 13:50:24 UTC
8a28f9b Fix first range when exporting graduated renderer to sld (fix #15212) 01 October 2016, 13:49:31 UTC
e6b1121 CDash submissions should be done with https now (cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) 30 September 2016, 12:53:53 UTC
8fe0c17 QgsOgcUtils: add support to generate WFS 1.1 and 2.0 filters Fixes #14119: Ensure the OGC filter XML expression contains the GML namespace references 30 September 2016, 12:23:41 UTC
3dfcf14 Add qgis.PyQt.Qt compat files (#3491) * added PyQt.Qt * fix matthias comments 29 September 2016, 12:02:33 UTC
2e284c8 nodetool: use exact intersect when picking features (fixes #15294) (cherry picked from commit 6b2799414a3b6434818adc859d3f1363029eb579) 29 September 2016, 11:45:14 UTC
699724a [travis] Disable flaky qgis_ziplayertest test 28 September 2016, 22:44:46 UTC
aa30c2f gdal tools: disconnect canvas signal after building vrt (fixes #15389) (cherry picked from commit e963fff346aafdb87494c9a33c4cddd3754ab5b1) 28 September 2016, 15:55:12 UTC
b46a172 categorized renderer: also setup symbol render context for hashed symbols (cherry picked from commit c7c52442f71a6a17ea1ad97e741b2b4b6d51f698) 28 September 2016, 13:26:20 UTC
d843aff Fix indentation 27 September 2016, 00:39:40 UTC
4b796d2 Make counting and testing filters in rule based renderers faster Hand filters off to the provider where possible and avoid fetching unnecessary attributes/geometry (cherry-picked from 99000369892ac985e6b13f8a8eb62cea0b73117e) 26 September 2016, 23:04:14 UTC
32faecc Remove icon with bad sRGB profile (causing Qt warnings) (cherry-picked from 2a2bf2cbe4567a0c053db64cb4d78addb9e49a2c) 26 September 2016, 23:03:48 UTC
9a483c2 Fix server error when no log file set (cherry-picked from f5ffbbf801ff299d6abbba7e2f85ccab67a5c374) 26 September 2016, 23:03:43 UTC
4963fa9 Set initial effect selection in layer effects widget to first enabled effect Hopefully makes the widget a bit more user friendly - otherwise the initial settings shown may be for a disabled effect and the users is left wondering why changes have no impact (cherry-picked from f67a48a39ba93f57597f6c7cc021e78460091200) 26 September 2016, 23:03:38 UTC
ed8807c Release of 2.14.7 23 September 2016, 18:23:30 UTC
f939e9c Fix database locking when editing GeoPackage Concurrent read and write can lock a GeoPackage database given the default journaling mode of SQLite (delete). Use WAL when possible to avoid that. Fixes #15351 23 September 2016, 17:42:21 UTC
bcec7ab [snapping] fix default advanced mode values for added layers Backported from PR #3513 (cherry picked from commit be636c178cd527f4533f467292acd05bde4238c9) 21 September 2016, 03:32:53 UTC
0f73cdf [processing] Just remove the url property from DlgGetScriptsAndModel. (revert 7e24798, followup fad50ec) 20 September 2016, 18:18:24 UTC
7e24798 Fix fad50ec 20 September 2016, 14:41:51 UTC
fb2c167 [Processing] bugfix: intersection QGIS algorithm fixing this by testing int_com. ``` Traceback (most recent call last): File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 203, in execute self.processAlgorithm(progress) File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\algs\qgis\Intersection.py", line 100, in processAlgorithm int_geom = QgsGeometry(int_com.difference(int_sym)) ``` AttributeError: 'NoneType' object has no attribute 'difference' (cherry picked from commit 3661bc39dbee312b3a0887ca80287cbc7b2260ec) (cherry picked from commit 5b573179f3d2fb94542714a4bd3fcdb28f4e3307) 19 September 2016, 10:04:21 UTC
a465b0e show command line help as message box on windows (cherry picked from commit bd23bf1a2368fa68fe692d451f61bfe3095619bd) 17 September 2016, 22:30:57 UTC
1556555 [processing] allow all field types as unique ID field in Mean coords alg (cherry picked from commit 75269d66b9d79c3b4a2b18bd9626c22840aa6713) 16 September 2016, 09:52:45 UTC
26f06b7 Fix ParameterGeometryPredicate.getValueAsCommandLineParameter (cherry picked from commit d85de7ccd8946ab3ded83abae674554d482dbcf5) 16 September 2016, 09:24:08 UTC
0a0544e Catch exceptions in transform() expression function (cherry-picked from 2a8333ef6be003b8c391a72dbed033a33373d677) 15 September 2016, 13:52:20 UTC
53a7010 [processing] correct error message (fix #15511) (cherry picked from commit d393734bd3d368f52271838414a3edbf1d4eb1a5) 15 September 2016, 08:13:49 UTC
687fdad fix 058aa46 14 September 2016, 16:09:13 UTC
back to top