swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
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
058aa46 Enable plugins (eg. to show PDFs) in webview widgets used on feature info in identify or in forms 14 September 2016, 15:07:02 UTC
8f8b328 Test masks (cherry-picked from e3313fac95ea143988ea32bf162b01b4df8e6fa1) 14 September 2016, 02:59:36 UTC
1190efe Make sure items in legend always occupy the set number of columns In some cases (eg a legend with 4 items and 3 columns) less columns were being created (cherry-picked from 52eef9006183a66d53926f33e73afa1dcd534e59) 14 September 2016, 02:59:28 UTC
65ae3f7 Fix multi column legends with odd number of items would place more items in rightmost columns instead of leftmost columns Eg a 2 column legend with 3 items would put 1 item in the first column and 2 in the second. This was ugly, and now it places 2 in the first column and 1 in the second. The legend column assigner was incorrectly adding padding above the first item in a column during column size calculation (padding which is not present when actually rendering the column) (cherry-picked from a673fa8393146d9a8cd1a3bf6f0444bfa23352d7) 14 September 2016, 02:59:23 UTC
4257646 Add a bunch of tests for legend grouping into columns (cherry-picked from 570e6936b655aef2877d2d63c9892f1df05df312) 14 September 2016, 02:59:16 UTC
d5bfc82 [delimitertext] fix watcher check ignored and harmful watcher created for iterator (fixes #15558) (cherry-picked from b3e31087181732f7511d047b98352e97f08b0d04) 14 September 2016, 02:58:50 UTC
ed75016 qgsmessagebar timeout is not respected in python the default timeout is not respected in python gui/qgsmessagebar.sip:51: void pushMessage( const QString &text, MessageLevel level = INFO, int duration = 0 ); https://qgis.org/api/qgsmessagebar_8h_source.html#l00090 void pushMessage( const QString &text, MessageLevel level = INFO, int duration = 5 ) { return pushMessage( QString::null, text, level, duration ); } (cherry-picked from bb4e6b8fb800b69d28407102a4f17494a4cd5ad9) 14 September 2016, 02:56:34 UTC
9dfd7b2 [processing] fix progress reporting (fix #15521) (cherry picked from commit b14dfa65fe8c5db852bac0899f8aac64b91faada) Conflicts: python/plugins/processing/gui/AlgorithmDialogBase.py 13 September 2016, 14:03:30 UTC
5a4a67a Merge pull request #3482 from mhugent/joins_over_several_tables2 Joins over several tables2 13 September 2016, 10:05:12 UTC
bb4d83f Fix imports in test_qgsfeatureiterator 13 September 2016, 09:19:17 UTC
45e485c Fix joins over several tables 12 September 2016, 15:25:38 UTC
c27c9b5 Correctly support joins using virtual fields 12 September 2016, 14:40:35 UTC
c151724 Merge pull request #3476 from mhugent/fix_event_layer Fix for event layer functionality in 2.4 12 September 2016, 06:53:47 UTC
9290ee3 Fix event layer to work with 25d, z and zm 09 September 2016, 15:08:22 UTC
4aaa6d4 debian packaging update: add internal QtWebKit bindings (backported from c2f363f) 09 September 2016, 06:46:09 UTC
dbcddc4 Fix warning 05 September 2016, 09:21:20 UTC
cbe1b85 Fix bindings 05 September 2016, 08:43:51 UTC
8fae816 Merge pull request #3446 from mhugent/convert_geometry_provider Port conversion of geometry to provider type to 2.14 branch 05 September 2016, 07:06:10 UTC
back to top