swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
66bcfbb Release of 2.14.20 27 October 2017, 12:00:19 UTC
b3fb4ed bring back sip workaround, but only for the affected versions (followup 7e4345a9d) (cherry picked from commit 2abb209d248b27f9716029966eb9a11631fa9e2f) 01 October 2017, 12:15:59 UTC
c5097d8 debian package: handle grass RC abis 27 September 2017, 21:02:30 UTC
c6ac16e debian packaging: depend on grass abi (cherry picked from commit ac890ba2a3f3b59d754b1fcd818d053f8189c96d) 27 September 2017, 20:53:39 UTC
f622641 debian packaging: drop mimelnk files for KDE3 18 September 2017, 13:25:37 UTC
df0ae5d Release of 2.14.19 15 September 2017, 13:08:40 UTC
c3417bb [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify Needs to be manually apply to QGIS 3 Funded by Ifremer 13 September 2017, 13:19:34 UTC
d8fa85e [backport on 2.14] enable custom help in python expressions 06 September 2017, 13:59:09 UTC
9117137 remove sip workaround (fixes #17038, refs #16071) 20 August 2017, 08:56:03 UTC
c3d2fb7 Release of 2.14.18 18 August 2017, 12:31:42 UTC
5746b9d Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup 15 August 2017, 01:29:51 UTC
b51d4ef [BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param fixed #16670 26 July 2017, 13:18:00 UTC
476b584 Release of 2.14.17 21 July 2017, 12:00:03 UTC
fb88071 [OGR] Use OGR_F_SetFieldNull() with GDAL >= 2.2 to avoid GeoJSON fields to be unset (fixes #16812) 08 July 2017, 14:42:51 UTC
f8d50ce Fix GML2 after Port GML3 improvements to 2.14 branch 05 July 2017, 17:20:58 UTC
f96af4a Port GML3 improvements to 2.14 branch 04 July 2017, 13:42:04 UTC
44fb457 debian packaging: drop explicit libopenscenegraph-dev build dependency 04 July 2017, 06:52:52 UTC
bbe5e15 Identation [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon 30 June 2017, 08:25:49 UTC
b7f252b [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon 30 June 2017, 08:01:34 UTC
7bc1bc4 [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists 28 June 2017, 20:20:22 UTC
477cd91 [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists 28 June 2017, 20:10:25 UTC
3130f80 Release of 2.14.16 23 June 2017, 12:00:04 UTC
96ada08 include uic qtwebkit.py (cherry picked from commit c39e4fcecd630655175ac996c617020357a0c065) 19 June 2017, 14:49:29 UTC
3d9af5b [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOutputValues Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects 06 June 2017, 12:33:06 UTC
5fdde8a [OGR provider] Use OGR_F_IsFieldSetAndNotNull() when available. Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields whereas previously there was only unset fields. For QGIS purposes, both states (unset/null) are equivalent. Cherry-picked from 47dd83dd75c7f86fa59510a4b65c453f27fb3771 01 June 2017, 19:07:09 UTC
b3579ab Fix build of dxf2shp plugin with GDAL 2.2 Up to know the plugin relied on the fact that GDAL exported the symbols of its internal shapelib. Since GDAL 2.2 this is no longer the case. So build the internal copy of shapelib in the plugin, but to avoid symbol name clashes, prefix the shapelib symbols with qgis_. And also use GDAL VSI large API for I/O so that on Windows on particular non ASCII filenames are properly handled. 01 June 2017, 18:59:12 UTC
eb7c98f [Server] Fix WMS GetContext accesscontrol and add tests 24 May 2017, 15:08:46 UTC
ac97341 [Server] Add GetContext test 23 May 2017, 12:32:56 UTC
9e1fb80 Revert "[Server] Add tests (GetContext and access control project)" This reverts commit 5d9b460fac429556237d8e30cefa5c47a3c5a3ac. 23 May 2017, 11:58:02 UTC
5d9b460 [Server] Add tests (GetContext and access control project) 23 May 2017, 11:30:43 UTC
b82d757 [Server] Fix indent Add GetProjectSettings tests in AccessControl test 20 May 2017, 15:13:17 UTC
e13e757 [Server] Add GetProjectSettings tests in AccessControl test 20 May 2017, 14:03:40 UTC
a916bf4 Release of 2.14.15 19 May 2017, 12:00:04 UTC
212f68f indentation fix 18 May 2017, 19:54:56 UTC
5f4ac85 crssync: check result of CSVReadParseLine instead of feof (cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9) 18 May 2017, 16:22:52 UTC
acd3575 Merge pull request #4545 from rldhont/release-2_14-processing-rscripts-outputs [BUGFIX][Processing] R scripts do not have enough outputs 16 May 2017, 17:43:07 UTC
6feed19 [processing] stop algorithm execution if geometry/feature error occured (fix #11986) 13 May 2017, 06:42:15 UTC
b830eab [BUGFIX][Processing] R scripts do not have enough outputs R scripts in processing only supports Vector, Raster and Table. This commit adds fix the file output and adds directory, number and string outputs. 12 May 2017, 14:49:58 UTC
512f5d5 Fix layer drawing order in server to also work in complex projects and with custom drawing order 27 April 2017, 12:11:14 UTC
9206331 [BUGFIX][Server] QgsOWSServer restorer modifying layers and not well restoring them The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetString and it's not idempotent. The solution is to use QgsVectorLayer::setSubsetString in the 2 cases. 27 April 2017, 11:38:43 UTC
466758f Properly deal with empty cache/directory in server backport 41693604674384ddd2b3869378db9b9d645d61a4 24 April 2017, 12:59:47 UTC
7ce99ca Release of 2.14.14 21 April 2017, 12:36:44 UTC
b35bbb6 [BUGFIX][Processing] Fix spatialite version comparison 20 April 2017, 13:04:50 UTC
ca40e11 fix qgis startup crash with plugin manager (#4372) 19 April 2017, 03:57:43 UTC
323af15 Fix Refactor Fields error if layer has no features 06 April 2017, 08:20:13 UTC
c32c9e3 backport a30cf2923c75e786f085593a1c69463310aae66d 05 April 2017, 12:25:20 UTC
22da058 [processing] find grass >=7.0 (backport of 099e7a7) 27 March 2017, 22:21:31 UTC
2bc086b [BUGFIX][Processing] SAGA not loaded on QGIS 2.18.5 Fixed #16378 27 March 2017, 12:53:35 UTC
36080d6 Fix wkt import for QgsCurvePolygonV2. Backport to 2.14 26 March 2017, 08:39:29 UTC
fc425b2 make travis even happier 24 March 2017, 18:12:22 UTC
3d24b7a processing: improve saga detection on windows (cherry picked from commit 0d1ab702fc7112afabf5319ad947a445bb219acd) 24 March 2017, 16:52:17 UTC
35b7489 Release of 2.14.13 24 March 2017, 12:21:50 UTC
af8905f Merge pull request #4297 from rldhont/release-2_14-processing-saga-230 [Processing] Add SAGA LTR support in 2.14 23 March 2017, 09:54:58 UTC
b1ae883 [Processing] Add SAGA LTR support in 2.14 22 March 2017, 18:30:03 UTC
58bd0e1 [Server] Enhance WCS mapLayerFromCoverage 20 March 2017, 21:38:52 UTC
1ec067e [Server] Enhance WFS mapLayerFromTypeName 20 March 2017, 21:30:41 UTC
b15d9e4 [Server] Layer cache messages 20 March 2017, 21:26:14 UTC
874c726 [BUGFIX][Processing] Vector tools -- add next methods for features iterator 15 March 2017, 20:12:37 UTC
16f3282 backport fix vertical alignment in attribute table references #12700 funded by Kartoza 14 March 2017, 22:32:25 UTC
7786cab WMTS parsing bugfix backport Backport of fix https://github.com/geopython/OWSLib/commit/d2d7c60e2bf29f08f2b728ed031e596000aa3432 to fix https://github.com/geopython/OWSLib/issues/361 10 March 2017, 11:59:02 UTC
577d9e0 Skip WMS_GetPrint_SRS test in PyQgsServer As per discussion with Alessandro Pasotti cherry-picked from 2af1e9f4822a8f272bf7df09bac614067bccfa8d 09 March 2017, 17:09:11 UTC
11338a2 Fix low res macOS icon for dock, app switcher, etc., rendering Use 1024x1024 size. cherry-picked from 35edc182ea20eca6b3ae16defce5557f21b390a2 09 March 2017, 00:54:38 UTC
10617b4 Merge branch 'release-2_14' of https://github.com/QGIS/qgis into release-2_14 05 March 2017, 13:44:21 UTC
21fb5d5 [MetaSearch] update release vresion 05 March 2017, 13:43:48 UTC
3dc5c9a Merge pull request #4221 from tomkralidis/issue-16176-2.14 MetaSearch: fix help URL 04 March 2017, 22:51:29 UTC
090bf1b MetaSearch: fix help URL (http://hub.qgis.org/issues/16176) 04 March 2017, 17:18:48 UTC
ec80d9c Merge pull request #4215 from tomkralidis/issue-16261-2.14 MetaSearch: clean OWS URL when adding from search 04 March 2017, 17:12:21 UTC
2efb2a3 Fix build against recent sip/PyQt4: qgsfiledownloader.sip:33:0: src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()' RuntimeError: qgis._core cannot import type 'QList<QVariant>' from PyQt4.QtCore (cherry picked from commit 85a0db24f32351f6096cd8282f03ad5c2f4e6ef5) fixes #16071 04 March 2017, 08:48:39 UTC
cd0817b MetaSearch: clean OWS URL when adding from search (http://hub.qgis.org/issues/16261) 04 March 2017, 01:32:52 UTC
b86db94 update data.gov CSW endpoint to https 03 March 2017, 11:42:14 UTC
beb55d1 Followup to dfe268f; update QScintilla new lib name in 2.10 for Qt4 [ci skip] 02 March 2017, 22:02:21 UTC
f887965 Update QScintilla CMake module; handle 2.10 name; backport 2.18 change [ci skip] kind of cherry-picked from b1c653b24963eb45f9f5d0471e3ed17c19c5bf54 and fb3fcfa3a0448b1bade8bf789ee67bf070b7de73 28 February 2017, 16:34:45 UTC
cbed95c message log viewer: window isn't closeable and last tab has to stay (fixes #16220) (cherry picked from commit 2ccdac770bb6be96f2feeeb5827e312d8c432dae) 24 February 2017, 14:41:26 UTC
d8da919 Release of 2.14.12 24 February 2017, 12:00:10 UTC
f60e917 release.pl: bypass pre-commit hooks 24 February 2017, 11:10:37 UTC
d9f9c9d Adapt another centroid to match the improved segmentation 23 February 2017, 08:14:46 UTC
c13e8b9 Adapt circularstring centroids for python geometry test 22 February 2017, 16:53:35 UTC
5fcd470 Backport fix for segmentation to 2.14 22 February 2017, 15:36:45 UTC
88c3d4e Merge pull request #4152 from boundlessgeo/release-2_14-SldRotationFix fixed forgot merge conflict message 16 February 2017, 16:55:16 UTC
852b9af fixed forgot merge conflict message 16 February 2017, 16:48:44 UTC
190c31d Merge pull request #4051 from boundlessgeo/release-2_14-SldRotationFix Tests and fix to read sld:Rotation when does not have ogc sub tags 16 February 2017, 14:01:34 UTC
70f51ae adapt bindings to sip 4.19 (fixes #16071) (cherry picked from commit 718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb) 12 February 2017, 20:24:43 UTC
aba58a2 [processing] added missing import (fixes #16181) (backported from 84bef5f; followup b003cbe0) 12 February 2017, 10:24:17 UTC
e05a8ca moved node value parsing to ogc filter parsing 08 February 2017, 09:15:25 UTC
fc24332 refresh canvas when panning map to selected rows 03 February 2017, 10:28:52 UTC
82060f4 backport sorted field list issues If the field list is sorted by name, the touched functions should take into consideration the sorted list IDs instead of the unsorted one. 01 February 2017, 10:14:49 UTC
6630eed [processing] fix parameter value retrieval 27 January 2017, 14:40:11 UTC
840379d Merge pull request #4035 from rldhont/server-backport-release-2_14-tests [Server] Backport tests for 2.14 27 January 2017, 13:17:07 UTC
a7133f5 [Server] Backport tests 27 January 2017, 11:17:08 UTC
000e974 [BUFIX][Server] Regression in GetPrint GRID parameters 26 January 2017, 15:56:38 UTC
637b585 [BUGFIX][Processing] Script: get output file extension 26 January 2017, 15:39:19 UTC
328754c fix import 26 January 2017, 09:21:35 UTC
4c91a96 [processing] make additional Fusion parameters optional (cherry picked from commit 49e7b94a633254c99309b439db20f06d196d2fac) 25 January 2017, 13:45:55 UTC
d722fb9 typo 25 January 2017, 11:21:45 UTC
f66066b updated help for qgis:mergevectorlayers (#3883) "two" => "multiple" (cherry picked from commit 5e061b1c632b6701df09d293b53af028d1685847) 24 January 2017, 13:51:17 UTC
9888b45 [processing] support non-ogr layers in merge vector layers alg (cherry picked from commit e338a90c80dd8b58ed41cb932c8a166b3172db2a) 24 January 2017, 13:51:03 UTC
e648e21 [processing] fix app freeze when closing options dialog (fixes #15550) (cherry picked from commit 3dcf4874859f777050f06c9fde54233e5df73b2c) 24 January 2017, 13:37:46 UTC
da3eb06 [processing] fix modeler output values in case algorithm(s) execution modifies those (fixes #16021) (cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333) 24 January 2017, 12:55:11 UTC
b6fb784 [processing] allow other output formats than shapefile in GDAL polygonize (cherry picked from commit 8f291a92df1667e718d49a4108e6f44721357f40) 24 January 2017, 12:43:35 UTC
b4f3d4c Tests and fix to read sld:Rotation when does not have ogc sub tags 24 January 2017, 12:39:47 UTC
back to top