Activity

From 2016-10-09 to 2016-11-07

2016-11-07

11:57 PM Revision 32b1603c (qgis): Update indentation
Nyall Dawson
11:53 PM Revision cef4719c (qgis): Add another file to .gitignore
Nyall Dawson
11:52 PM Revision 3b307017 (qgis): Prepare commit ensures empty line before doxygen block
Nyall Dawson
11:51 PM Revision fd150905 (qgis): Update identation
Nyall Dawson
11:42 PM Revision f8bda8db (qgis): Avoid crash in testqgsexpression.cpp
Nyall Dawson
11:42 PM Revision ec551618 (qgis): Avoid lazy evaluation for substr expression function
Better solution is to set handlesNull to true to avoid the default
null parameter = null result behaviour, and handle...
Nyall Dawson
11:42 PM Revision 0fbcc4b9 (qgis): [FEATURE] upgrade the substr() function
- support negative start value (e.g. substr('hello',-2) returns 'lo')
- support negative length value (e.g. substr('h...
Mathieu Pellerin - nIRV
11:18 PM Revision 11405af0 (qgis): Fix range widget wrapper not correctly respecting default allow
null setting Nyall Dawson
11:18 PM Revision 0ae610c5 (qgis): [FEATURE] Detect literal default values for spatialite provider
Nyall Dawson
11:18 PM Revision 94413c38 (qgis): Show literal defaults in add feature form
Nyall Dawson
11:18 PM Revision 1fea20de (qgis): Split handling of literal default values from provider side
default value SQL clauses
QgsVectorDataProvider now has two methods:
- defaultValueClause: returns SQL fragment whi...
Nyall Dawson
11:18 PM Revision b0bd61f3 (qgis): [FEATURE] Detect default literal values from OGR layers
Requires GDAL >= 2 Nyall Dawson
08:18 PM Feature request #12084: Paths with backslash instead of slash on Windows
Any chance to move on with this? It is sometimes driving me crazy. Drag and dropped layers are saved into QGIS projec... Miroslav Umlauf
05:15 PM Revision 59b10d65 (qgis): Merge pull request #3720 from sbrunner/WFS-provider-metadata
Add metadata for WFS provider in layer metadata informations Stéphane Brunner
04:46 PM Revision bc1ad2ce (qgis): Add metadata for WFS provider in layer metadata informations
Stéphane Brunner
03:03 PM Feature request #15823 (Closed): allow negative map rotation value in print composer
In the main qgis map canvas, the map can be rotated with both positive and negative values. This is handy because it ... Jamie Robertson
12:48 PM Revision 8e7ae8f0 (qgis): Avoid having duplicated relations in the discovery
Patrick Valsecchi
12:15 PM Revision 0ca9eb0d (qgis): debian packaging: drop trusty support
Jürgen Fischer
10:18 AM Revision b2b67ee8 (qgis): [BUGFIX] QgsOgcUtils: fix typo contians -> contains
This has been fix in feature 'QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters' 1da1c278e758e7c84376ce... René-Luc ReLuc
09:00 AM Revision 91e4b24a (qgis): Better reading/writting of editor widget config.
Avoid saving config parameters that are not set and support not
having them in the XML.
Patrick Valsecchi
07:34 AM Bug report #15822 (Closed): Singleparts to multi-part polygon algorithm uses NULL values also
I have a polygon shapefile with an attribute villageID, in which some polygons have the same attribute value and so t... Sharachchandra Lele
07:15 AM Revision 6d8990b7 (qgis): Fix coverity uninitialized variable warnings
Nyall Dawson
05:37 AM Feature request #15821 (Open): Add raster import to postgis database to DB Manager import tool
For now there is no GUI to load rasters into postgis database, only command line tools like raster2pgsql and ogr2ogr.... Nikolay Lebedev
05:34 AM Revision 3c530a62 (qgis): Merge pull request #3723 from nirvn/regexp_matches
[FEATURE] add regexp_matches() function Nyall Dawson
04:47 AM Revision 1d245b2e (qgis): [FEATURE] add regexp_matches() function
The new function returns an array of strings captured by capturing
groups in a supplied regular expression. For e.g.,...
Mathieu Pellerin - nIRV
04:20 AM Revision 4e4bb2bf (qgis): Merge pull request #3728 from nyalldawson/open
Cleanup processing file handling Nyall Dawson
03:20 AM Revision 8acc286b (qgis): [FEATURE] Snap to layer algorithm accepts a mode parameter
With a new option to prefer to snap to closest point on geometry.
The old behaviour was to prefer to snap to nodes, e...
Nyall Dawson
03:20 AM Revision c3a978b9 (qgis): [FEATURE][processing] Snap geometries to layer algorithm
Port the Geometry Snapper plugin across to the analysis lib, and
expose to python bindings
Add a new algorithm which...
Nyall Dawson
03:20 AM Revision 983fe248 (qgis): Port some API from QgsPoint to QgsPointV2
Nyall Dawson
03:20 AM Revision dae0a017 (qgis): [FEATURE][processing] Snap geometries algorithm allows snapping
to other layer types, supports point/line layers
Fix #14791, #15313
Nyall Dawson
03:20 AM Revision 9b667d1e (qgis): [FEATURE] Remove c++ geometry snapper plugin
All functionality is now available through analysis lib + processing
algorithm.
Marked as feature for documentation ...
Nyall Dawson
03:17 AM Bug report #15580: Closing "measure angle" causes crash on multiple displays
The same happens with 2.14.8 Nicklas Larsson
03:13 AM Revision 0484769b (qgis): [processing] Use subprocess.DEVNULL instead of open(os.devnull)
Nyall Dawson
02:36 AM Revision 6a99017b (qgis): [processing] Use with ... when opening files
Nyall Dawson
02:11 AM Revision b4bca5bb (qgis): [processing] Don't try to force load files which don't exist
Nyall Dawson
02:11 AM Revision 272cd380 (qgis): Fix python deprecation warning
Nyall Dawson
02:11 AM Revision d783c732 (qgis): Fix processing tests
Nyall Dawson
02:11 AM Revision 54522fd5 (qgis): Fix crash when trying to render polygon with no exterior ring
Should only occur with very badly corrupted layers, but we
shouldn't crash in this case
Nyall Dawson
02:00 AM Bug report #15820: problem about interpolation function
Thanks. Better use text and png than docs and ppt, as the first are more compact and easier to read. Paolo Cavallini
01:58 AM Bug report #15820 (Closed): problem about interpolation function
Dear Sir/Madam,
I am sending a problem which we faced during using QGIS 2.14.8 (LTS).
I have attached the problem d...
can ayday

2016-11-06

12:23 AM Revision 143c18da (qgis): Fix processing tests weren't actually comparing resultant features
.... oops (my fault - copy/paste error) Nyall Dawson
12:22 AM Revision eefa7115 (qgis): [processing] Fix invalid geometries made by densify when input geom is ...
Nyall Dawson
06:20 PM Feature request #15313 (Closed): Generalize geometry snapper for other data types
Fixed in changeset commit:"dae0a017617d3082b6e89f8a3e75c2c9bcd0ebf5". Nyall Dawson
06:20 PM Feature request #14791 (Closed): Add linestring support for 'Snap Geometries' plugin
Fixed in changeset commit:"dae0a017617d3082b6e89f8a3e75c2c9bcd0ebf5". Nyall Dawson
06:11 PM Revision 78236c0b (qgis): Use contextGenerator in refactor fields algorithm
Arnaud Morvan
05:58 PM Revision a8d9dea1 (qgis): Add QgsExpressionContextGenerator inheritances in sip
Arnaud Morvan
03:25 PM Revision a6a09d9a (qgis): [processing] Fix Ogr2OgrToPostGisList with 8798c42339 and 3472ac80d8bd
Arnaud Morvan
03:21 PM Revision 01941176 (qgis): [processing] Log gdal calls
Arnaud Morvan
01:55 PM Bug report #15795: Color Select in MacOS
In this latest compilation from William K. (2.18), it's impossible to use the MacOS standard color selection dialog. ... Rhenriques Henriques
01:29 PM Revision 8b8bc26e (qgis): [processing] Fix connection to postgis
Arnaud Morvan
01:29 PM Revision 9cd39e79 (qgis): [db_manager] Fix connection to postgis
Arnaud Morvan
01:05 PM Revision 4a626994 (qgis): [processing] Fix TableWidgetWrapper in batch dialog
Arnaud Morvan
01:04 PM Revision 2d2fe8b8 (qgis): [processing] Fix BatchOutputSelectionPanel with QgsMapLayer instances
Arnaud Morvan
01:03 PM Revision 93be141a (qgis): [processing] Fix import error in FieldsMappingPanel
Arnaud Morvan
11:35 AM Bug report #15819 (Closed): DB Manager SQL Window Not Launching
With the Database Manager open, and when connected to a database (either PostGIS or Spatialite) the SQL Window (F2) c... Frank Donnelly
11:27 AM Bug report #15818 (Closed): Cached WFS GetCapabilities
I have a WFS server with a PostGIS data source. Layers are often added, and when I call the WFS GetCapabilities direc... Thomas Bildsoe
11:24 AM Feature request #15817 (Open): Add an "offset" property to first level symbol (needed for the "Of...
To use the rotate point symbol, one can define a rotation field at the first level of symbol layers and have the tool... Harrissou Santanna
07:20 AM Feature request #10837: Enable multi core rendering in Print Composer
There are reasons why multi-threaded rendering (MTR) is not enabled for print composer as of now... First of all, MTR... Martin Dobias
01:12 AM Feature request #10837: Enable multi core rendering in Print Composer
Although this feature request is well over 2 years old, I still heartily support it.
My largest-scale QGIS project (h...
JW van Aalst
06:50 AM Bug report #15784: processing: select by location, extract by location algorithms broken
Pull request proposed that make this unrelevant : https://github.com/qgis/QGIS/pull/3725 Arnaud Morvan

2016-11-05

03:05 PM Revision e90263ac (qgis): Merge pull request #3724 from elpaso/auth_tests_2_14
[tests] Authmanager tests for username/pwd and PKI Alessandro Pasotti
02:16 PM Revision 6fd3f741 (qgis): [tests] Authmanager tests for username/pwd and PKI
Alessandro Pasotti
12:47 PM Revision e426dbc8 (qgis): fix customwidgets includes path
Jürgen Fischer
12:01 PM Revision 022e2285 (qgis): Fill image with 0 in rendering thread (#3722)
Calling QImage::fill( 0 ) on rendering start takes about 40% of the
time required for setting up a new job.
Since thi...
Matthias Kuhn
11:48 AM Revision 701d4440 (qgis): Export parametric SVG parameters, will fallback symbols for the system ...
Andrea Aime
05:13 AM Revision 5984b218 (qgis): Add missing /Factory/ annotations to geometry classes
Martin Dobias
04:55 AM Revision 5fed35a8 (qgis): Add missing /Transfer/ annotations to geometry classes
(cherry picked from commit 91e2f009c9652aac2a54380083f2c1c591069471) Martin Dobias
04:55 AM Revision 32eaac03 (qgis): Add missing /Factory/ annotations to geometry classes
(cherry picked from commit 93e559d399a57faf300d2ca6093c30220879f228) Martin Dobias
04:40 AM Revision 91e2f009 (qgis): Add missing /Transfer/ annotations to geometry classes
Martin Dobias
04:38 AM Revision 93e559d3 (qgis): Add missing /Factory/ annotations to geometry classes
Martin Dobias

2016-11-04

02:06 PM Bug report #15816 (Closed): QGIS overrides CSVT "String" format and makes integer instead
I have a CSV file with a corresponding CSVT file of the same name. When I add it as a delimited text layer the forma... Kit Ruseau
01:46 PM Revision bef03091 (qgis): Merge pull request #3721 from elpaso/auth_tests_pki_ows_master
[tests] WMS/WFS PKI authentication test Alessandro Pasotti
12:09 PM Revision a0e0fcf9 (qgis): [tests] WMS/WFS PKI authentication test
Alessandro Pasotti
11:36 AM Revision 16a88e6c (qgis): Merge pull request #3719 from elpaso/auth_tests_more_master
Auth tests more master Alessandro Pasotti
10:38 AM Revision ecef7d75 (qgis): Fix empty legends in WMS GetPrint
Marco Hugentobler
09:50 AM Revision f587defd (qgis): [tests][bugfix] Check for result diff existance before accessing to it
Alessandro Pasotti
09:46 AM Revision f582849c (qgis): [tests] Authmanager Postgres PKI test
Alessandro Pasotti
09:13 AM Revision ea43ce0e (qgis): Always create a main network access manager
Or threaded networking - like XYZ layers - will crash in standalone apps. Matthias Kuhn
08:36 AM Feature request #15815 (Open): Handle Bad Layers Bypass
When handling bad layers due to a network request time out the project takes far too long to give you the option to n... Willem Buitendyk
07:24 AM Bug report #15814 (Closed): Crash in osgEarth::SpatialReference::getEllipsoid() when try to openi...
When I try to run the globe plugin QGIS 2.16.3 crashes with following report:
Process: QGIS [42645...
Andi H
06:29 AM Bug report #15809: QGIS 2.18 not recognizing projection
I would expect that if both the QPJ and PRJ are missing QGIS is going to have to guess. I would assume (and I could b... Randal Hale
01:16 AM Bug report #15809: QGIS 2.18 not recognizing projection
Hi Randal,
what is exactly the behaviour that you are expecting?
because (I did not test thouroughly though), to me...
Richard Duivenvoorde
06:15 AM Revision 0dd094ca (qgis): Remove per-pixel debug msg slowing down reprojection (fixes #15796)
Even at level 5, the debug string would still be built and thrown away,
and affects both debug builds and RelWithDebu...
Martin Dobias
06:07 AM Revision db0e7d57 (qgis): Remove per-pixel debug msg slowing down reprojection (fixes #15796)
Even at level 5, the debug string would still be built and thrown away,
and affects both debug builds and RelWithDebu...
Martin Dobias
05:14 AM Bug report #15813 (Closed): UnicodeDecodeError when switching project
When I swich between two projects (both has accented characters in filepath) I get the following error dialog:
<pr...
Adam Szieberth
04:27 AM Revision 24361c53 (qgis): Fix crash with tiled WMS (fixes #15799)
(cherry picked from commit 16719b3f0f166667fdead8731a9ffe7227ab39f8) Martin Dobias
04:23 AM Revision 16719b3f (qgis): Fix crash with tiled WMS (fixes #15799)
Martin Dobias
04:23 AM Bug report #15802: QGIS slower and slower after editing
The plugin "Numerical Digitize" also caused this affect in my case. It also has the problem that it reregisteres the ... Thomas Baumann
04:02 AM Bug report #13869: QGis gets slower while editing
I'll try without plugins and get back to you! Oskar Karlin
03:28 AM Bug report #15812: Trace digitizing behaves unexpectedly when editing layer is in UTM but the pro...
Confirmed Saber Razmjooei
03:28 AM Bug report #15812: Trace digitizing behaves unexpectedly when editing layer is in UTM but the pro...
Confirmed Saber Razmjooei
03:23 AM Bug report #15812 (Closed): Trace digitizing behaves unexpectedly when editing layer is in UTM bu...
Version: 2.16 x64, 2.18 x64, 2.19-dev x64
Platform: Windows 10 x64
I'm not sure whether there are any limitations of...
sand thorn
02:16 AM Feature request #15811 (Open): Ability to return WMS GetLegendGraphic response in SVG format
For now QGIS Server returns GetLegendGraphic in jpeg or png formats. That's not great when using it in responsive web... Nikolay Lebedev
01:34 AM Revision 9a2ca1ce (qgis): Merge pull request #3673 from nyalldawson/constraints
[FEATURE] Improved constraint handling, pt 1 Nyall Dawson
01:08 AM Bug report #15803: 2.18: Move Selection to Top not working in attribute table
Yep, confirmed here Paolo's trick: if you in the lower left corner of the attribute table temporarily use 'Show Selec... Richard Duivenvoorde
01:02 AM Revision 100667ac (qgis): Fix dialogs which violate HIG (use of : at end of label)
Nyall Dawson

2016-11-03

12:57 AM Bug report #15802 (Feedback): QGIS slower and slower after editing
Yep, several plugins reregister on events/signals on edit saves. OR other logic doing weird things with data...
So p...
Richard Duivenvoorde
01:02 PM Bug report #15802: QGIS slower and slower after editing
"rectangles, ovals,..." Is another plugin which causes this behaviour Nyall Dawson
09:15 AM Bug report #15802: QGIS slower and slower after editing
Problem may caused through installed cad plugins
See #13869
Gerhard Spieles
06:37 AM Bug report #15802 (Closed): QGIS slower and slower after editing
I am editing a vector layer (SHP) in QGIS. I save edits a lot because of fear of losing changes because the applicati... Oskar Karlin
10:13 PM Bug report #15796 (Closed): OTF CRS Transformation of 1-bit tif raster grids in 2.18.0 is very sl...
Fixed in changeset commit:"db0e7d57218f29dd5a6f386b8b4ce40f11a3ab59". Martin Dobias
08:24 PM Bug report #15799 (Closed): Crash when loading a tiled WMS layer
Fixed in changeset commit:"16719b3f0f166667fdead8731a9ffe7227ab39f8". Martin Dobias
05:55 AM Bug report #15799: Crash when loading a tiled WMS layer
I have tried with many different services, with always the same result. For example, any layer in this service: http:... Augustin Roche
05:17 AM Bug report #15799 (Feedback): Crash when loading a tiled WMS layer
Please provide URL for the WMS service you have used Martin Dobias
08:16 PM Revision b23e29f8 (qgis): Merge pull request #3716 from elpaso/auth_tests_more_2_18
More Authentication Tests Alessandro Pasotti
07:49 PM Revision 9c535b53 (qgis): [tests] Use from qgis.PyQt import
Alessandro Pasotti
07:30 PM Revision 342e7439 (qgis): [tests] Use from Qt import
Alessandro Pasotti
06:51 PM Revision be12e831 (qgis): [tests] Py3 compat and postgres 9.4 default
Alessandro Pasotti
06:51 PM Revision c54d9d8e (qgis): [tests] Server connection timeout
Alessandro Pasotti
06:51 PM Revision d17a65c7 (qgis): [tests] Chmod 0400 PKI certificates
Alessandro Pasotti
06:51 PM Revision 4fe9a8be (qgis): [tests][bugfix] Skip diff image if it does not exists
Alessandro Pasotti
06:50 PM Revision 4329128a (qgis): [tests] PKI authentication tests
Alessandro Pasotti
06:50 PM Revision f1791ecc (qgis): [tests] PKI auth tests on a PKI-enabled QGIS Server
Alessandro Pasotti
05:32 PM Revision 4fe9daad (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:32 PM Revision e1d272d2 (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:30 PM Revision 0796ecbe (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
05:29 PM Revision 74f49ddd (qgis): [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs...
René-Luc ReLuc
03:58 PM Revision 8b3c39a2 (qgis): [processing] add missed description files for OTB 5.4.0
Alexander Bruy
12:48 PM Bug report #15810 (Open): Geometry generator creates too many geometries for multipart input
I'm using geometry generator to buffer island polygons and style them with a dashed outline. The style looks wrong if... Anita Graser
11:57 AM Bug report #15780: QGIS 2.18 crashes while rendering (Windows 10)
It seems that memory management is broken while rendering. In print composer, while render, if layers in map uses mix... Dmitry Kravchook
08:57 AM Bug report #15780: QGIS 2.18 crashes while rendering (Windows 10)
(Might be unrelated)
It also crash a lot on my Linux (Ubuntu 16.04) machine. Not quite sure how to debug, but from th...
Klas Karlsson
11:40 AM Revision a382ec77 (qgis): Merge pull request #3035 from alexbruy/global-startup-script
Add global python startup script support in addition to per-user scripts Alexander Bruy
11:11 AM Revision 434bbeab (qgis): Add global python startup script support in addition to per-user script...
Alexander Bruy
11:11 AM Revision 373e591a (qgis): drop old user startup script in favour of the new system
User script should be placed into $HOME/.local/share/QGIS.
Additionally global scripts from /usr/local/share and
/usr...
Alexander Bruy
11:06 AM Bug report #15809 (Closed): QGIS 2.18 not recognizing projection
I've went back and forth on this. There has been a lot of testing that has went down a different road than what I was... Randal Hale
10:58 AM Bug report #15808 (Open): Rotate or Offset point symbols tools do not recognize layer field when ...
I don't know if it's a feature request or a bug but when setting the rotation/offset field for a symbol, from the dat... Harrissou Santanna
10:47 AM Bug report #15430 (Reopened): SLD export does not account of attribute based symbology
Giovanni Manghi
02:01 AM Bug report #15430: SLD export does not account of attribute based symbology
I believe this report got misunderstood and wrongly closed.... this was was about symbols using attributes directly f... Andrea Aime
01:28 AM Bug report #15430 (Closed): SLD export does not account of attribute based symbology
This is a duplicate of #14170 Alessandro Pasotti
01:28 AM Bug report #15430 (Closed): SLD export does not account of attribute based symbology
This is a duplicate of #14170 Alessandro Pasotti
10:46 AM Bug report #15729 (Closed): Processing/master: GRASS region extent should not be mandatory for ve...
yes seems fixed. Does this need any backport? Giovanni Manghi
10:46 AM Bug report #15729 (Closed): Processing/master: GRASS region extent should not be mandatory for ve...
yes seems fixed. Does this need any backport? Giovanni Manghi
10:36 AM Bug report #15803: 2.18: Move Selection to Top not working in attribute table
see also #15663 Giovanni Manghi
06:40 AM Bug report #15803 (Closed): 2.18: Move Selection to Top not working in attribute table
In my current 2.18 the button 'Move Selection to top' (see attached screenshot) in the attributes table is not workin... Richard Duivenvoorde
10:35 AM Bug report #15663 (Closed): Move selection to top does not work
duplicate of #15803 Giovanni Manghi
10:35 AM Bug report #15663 (Closed): Move selection to top does not work
duplicate of #15803 Giovanni Manghi
09:16 AM Bug report #15724: Crash - seg fault on project open
Sounds a lot like a problem I'm having (posted first on #15780). (Ubuntu 16.04)
For me it seems to be PostGis relate...
Klas Karlsson
08:27 AM Feature request #15807 (Open): Ability to set buffer and background to font markers
Font markers are superior to labels (at least for a point layer) in some aspects:
1. They stay on their own layer: s...
Adam Szieberth
08:23 AM Bug report #15806 (Closed): snap 3D does not work when editing
1. go to editing;
2. with vertices instruments select and move a vertex to any other vertex with another value (with...
salvatore fiandaca
08:12 AM Bug report #15805 (Closed): Symbol icon center should be the center of its bounding box instead o...
As title says.
Symbols get shifted in print composer legend and the result is ugly: they can easily overlap other it...
Adam Szieberth
07:59 AM Bug report #15804 (Closed): Symbol icon should show output preview value
Symbols should show output preview (first) value in layer list and as legend symbols.
Sometimes an example item shoul...
Adam Szieberth
07:58 AM Revision 777fc860 (qgis): Merge pull request #3712 from nirvn/pal_zero_width_char_fix
[pal] fix curved labels failure with zero-width characters Nyall Dawson
07:35 AM Revision 769c82b5 (qgis): [pal] fix curved labels failure with zero-width characters
(fixes 15801) Mathieu Pellerin - nIRV
07:33 AM Revision 9cd29f39 (qgis): [processing] Fix batch panel under Qt5
Nyall Dawson
06:45 AM Revision 73038f20 (qgis): Merge pull request #3710 from DelazJ/patch-16
Make collapsible the "Curve segmentation" frame Nyall Dawson
06:41 AM Revision 962166c4 (qgis): Merge pull request #3708 from nirvn/singlepart_to_multi
[processing] optimise singlepart to multipart algorithm Nyall Dawson
05:57 AM Bug report #15709: bad match of valeurs with virtual layer
The bug is also on the new version 2.18
Additional info, the virtual query is:
SELECT * FROM hafa_origin_03 WHERE in...
Hugues Bernard
03:40 AM Feature request #6297 (Closed): Startup python script for all users
Fixed in changeset commit:"434bbeabfcd39b32d1725a6d2a01fba751243069". Alexander Bruy
03:05 AM Revision 03e29d4f (qgis): [processing] optimise singlepart to multipart algorithm
- keep z/m/curved geometries intact
- rewrite loop to avoid the cost of nb. feature x unique values
Mathieu Pellerin - nIRV
01:30 AM Bug report #14170: <se:ElseFilter/> nor working when styling data with sld
Apparently, when converting to rule-based an ELSE expression is inserted as last default rule but when converting (ex... Alessandro Pasotti

2016-11-02

11:58 PM Bug report #15801 (Closed): labelling: curved placement fails when string used contains zero-widt...
Fixed in changeset commit:"769c82b57964c41e0febe7d2848e0925b3e13f53". Mathieu Pellerin - nIRV
07:53 PM Bug report #15801 (Closed): labelling: curved placement fails when string used contains zero-widt...
A number of scripts rely on zero-width character(s) (Indic-based scripts, Arabic, etc.), which triggers a failure in ... Mathieu Pellerin - nIRV
08:40 PM Revision a44ea228 (qgis): Small refinement to multipart to singlepart alg
Nyall Dawson
06:17 PM Revision f692e191 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
06:16 PM Revision e64d6475 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
06:14 PM Revision d20b2a81 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
05:48 PM Revision 963d75f4 (qgis): [BUGFIX][QGIS Server] Apply filter element
René-Luc ReLuc
04:29 PM Bug report #15795: Color Select in MacOS
This behavior happens when the layer is categorized by any field. Double click any categorized feature from list -> u... Rhenriques Henriques
03:31 PM Revision 2be0f013 (qgis): document undocumented method
Alexander Bruy
03:26 PM Revision a3c762b2 (qgis): more doxygen fixes
Alexander Bruy
03:06 PM Revision ef012c44 (qgis): Fix test for QT5
Even Rouault
03:05 PM Revision fca3dc2e (qgis): Fix test for QT5
Even Rouault
02:48 PM Revision 5a2bb5d8 (qgis): fix doxygen comments
Alexander Bruy
01:44 PM Revision 75b23cb5 (qgis): update Python bindings
Alexander Bruy
01:44 PM Revision dac03d5c (qgis): use default QString() constructor instead of ""
improve doxygen docs Alexander Bruy
01:44 PM Revision f7d59123 (qgis): fix formatting
Alexander Bruy
01:44 PM Revision 9ae6e6ff (qgis): fix typo in comment
Alexander Bruy
01:44 PM Revision 2497375e (qgis): [FEATURE] save and restore color ramp used for singleband pseudocolor r...
Alexander Bruy
01:44 PM Revision 54dcc347 (qgis): default value does not need to be explicitly set
Alexander Bruy
01:16 PM Revision 1c44d747 (qgis): Merge pull request #3695 from nirvn/processing_modeler_dblclick
[processing] resurrect editing of modeler item on double-click Alexander Bruy
12:59 PM Revision eb91915b (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:43 PM Revision 189d8f56 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:42 PM Revision 85fcc7e0 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
12:40 PM Revision 06dc5011 (qgis): test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
Even Rouault
11:47 AM Revision dbd7de39 (qgis): Merge pull request #3689 from rduivenvoorde/getPlugins3
Temporarily hardcode plugins version in url ?qgis=3.0 Denis Rouzaud
11:22 AM Revision a7ffecd8 (qgis): Make collapsible the "Curve segmentation" frame
in Settings --> Options --> Rendering dialog (for coherence with other frames)
also fix a typo
Harrissou Santanna
11:06 AM Bug report #15800 (Closed): DXF text accents only display correctly in ANSI encoding
When add DXF vector layer (Point Type), no matter what encoding I select on open dialog, I got wrong accent character... Almerio Moreira
10:13 AM Bug report #15798: Shapefile layer not editable after clearing Query Builder
I tried changing the filter expression to <field> LIKE '%' as an alternative to clearing the Query Builder, and that ... Steve Lowman
07:27 AM Bug report #15798: Shapefile layer not editable after clearing Query Builder
I notice that if I change the filtered attribute value in the Query Builder, then I can edit the features thus made v... Steve Lowman
07:04 AM Bug report #15798: Shapefile layer not editable after clearing Query Builder
Should have said, "..., so I can make an edit to a filtered-out feature." Steve Lowman
05:52 AM Bug report #15798 (Closed): Shapefile layer not editable after clearing Query Builder
In a shapefile layer, I apply a Query Builder expression. Later, I clear the Query Builder, so I can make an edit. Ho... Steve Lowman
09:09 AM Revision 4f5337fc (qgis): Merge pull request #3704 from pvalsecc/fix_collapsing
Fix saving of the collapsed state for relations Nyall Dawson
09:06 AM Revision 5d877fd8 (qgis): Merge pull request #3707 from nyalldawson/multipart_to_single
[processing] optimise multipart to singlepart algorithm Alexander Bruy
07:21 AM Revision 28457ed4 (qgis): Fix saving of the collapsed state for relations
In the attribute form, the collapsed state of RelationReference
was not loaded correctly and was interfering with the...
Patrick Valsecchi
07:12 AM Bug report #15799 (Closed): Crash when loading a tiled WMS layer
QGIS crashes when I try to load a WMS layer for which the tile size is set. Augustin Roche
07:06 AM Revision 18fc0c6f (qgis): [processing] optimise multipart to singlepart algorithm
- simplify code
- keep z/m/curved geometries intact
- might be a bit faster
Nyall Dawson
07:05 AM Revision f65e7702 (qgis): [FEATURE[processing] New algorithm to compute geometry by expression
This algorithm updates existing geometries (or creates new
geometries) for input features by use of a QGIS expression...
Nyall Dawson
06:47 AM Bug report #15430: SLD export does not account of attribute based symbology
The use case above is for "<ElseFilter/>", not linked to property based symbology as I defined it above (as in, havin... Andrea Aime
05:58 AM Bug report #15430: SLD export does not account of attribute based symbology
Hi,
I just noticed that when exporting rule based symbology to SLD where there is a rule where the filter is "ELSE" ...
Giovanni Manghi
05:46 AM Revision 9b9a002b (qgis): Update api break docs
Nyall Dawson
04:42 AM Revision fac5bc06 (qgis): [FEATURE] Field constraints can be enforced or not
Non-enforced constraints just show a warning to the user, but
do not prevent committing the feature. Enforced constra...
Nyall Dawson
04:42 AM Revision 3f2a7810 (qgis): Respect non-enforced constraints when editing/adding features
Warnings are shown, but features can be committed. Fields which
fail an unenforced constraint are now shaded in yello...
Nyall Dawson
04:42 AM Revision e3a60836 (qgis): fix test
Nyall Dawson
03:56 AM Bug report #8669: Duplicate entry in ellipsoid selector
Faced with the same issue. dr -
02:07 AM Revision 2500d75f (qgis): Move responsibility for storage of constraint expressions to QgsVectorL...
Nyall Dawson
02:07 AM Revision cb94b68d (qgis): Move constraint handling to QgsFieldConstraints
Avoids cluttering QgsField API Nyall Dawson
02:07 AM Revision 003fe183 (qgis): Color a few pixels slightly differently
Nyall Dawson
02:07 AM Revision bb6fc32e (qgis): [FEATURE] Not null constraint detection for ogr provider
Implements not null constraint detection for the OGR layers, where
supported for the data format by OGR.
(only avail...
Nyall Dawson
02:07 AM Revision 210c98be (qgis): Fix failing unit test
Nyall Dawson
02:07 AM Revision 961b63f2 (qgis): Update API break docs
Nyall Dawson
02:07 AM Revision a6319a47 (qgis): If the layer is NOT being edited then only check layer based constraints
and not any constraints enforced by the provider
Because:
1. we want to keep browsing features nice and responsive....
Nyall Dawson
02:07 AM Revision c98d380d (qgis): Move responsibility for testing for attribute against constraints
to QgsVectorLayerUtils::validateAttribute()
Also clean up some strings shown to the user when a constraint
check fails
Nyall Dawson
02:07 AM Revision 3a596749 (qgis): Fix some untranslatable strings
Nyall Dawson
02:07 AM Revision f99ea26b (qgis): Refactor constraint handling
- store constraint origin in QgsField
- move handling of constraint expressions to QgsField
Nyall Dawson
02:07 AM Revision 1cecf37b (qgis): Enforce unique constraints in attribute form
Nyall Dawson
02:07 AM Revision d1fd5884 (qgis): Add method to fetch constraints from a vector data provider
Implemented for unique and not null constraints for postgres
provider
Nyall Dawson
02:07 AM Revision 3e40f803 (qgis): Implement constraint detection for spatialite provider
Nyall Dawson
02:07 AM Revision 21f885aa (qgis): Select all text after reset line edit to null
Nyall Dawson
02:07 AM Revision 6bbd0061 (qgis): Move handling of not null constraint from edit form to layer
Nyall Dawson
02:07 AM Revision bd9f672a (qgis): Allow constraints to be added at a QgsVectorLayer level
Nyall Dawson
02:07 AM Revision 4efad04b (qgis): Move constraints to QgsField
Nyall Dawson
02:07 AM Revision f6c1bf7f (qgis): Add gui for setting/exposing constraints in field properties
Provider set constraints cannot be changed by users, ie
if a not null constraint is set on the field at the database
...
Nyall Dawson
02:07 AM Revision b7d0fd6f (qgis): New class QgsVectorLayerUtils
Contains static helper methods for working with vector layers.
Initially only contains a method to test whether a val...
Nyall Dawson

2016-11-01

12:52 AM Revision 5e3bef77 (qgis): Fix QgsFeatureRequest with expression not using provider fields
and limit (fix #15771) Nyall Dawson
12:39 AM Revision 57a57545 (qgis): Add test for QgsFeatureRequest.setLimit and feature variable
Matthias Kuhn
12:39 AM Revision fb849620 (qgis): Avoid unexpected gpkg test success with older GDAL versions
Nyall Dawson
12:34 AM Bug report #15797 (Closed): aggregate's @parent feature gives varying (and wrong) results
Further testing of aggregated’s @parent feature led to the discovery of another oddity, whereas a filtered aggregatio... Mathieu Pellerin - nIRV
11:46 PM Revision b679cbe0 (qgis): Speed up inserting features into memory layers by ~65%
By avoiding an unnecessary map lookup Nyall Dawson
05:55 PM Revision 46281919 (qgis): fix german translation string
Jürgen Fischer
01:51 PM Revision d3c7a041 (qgis): fix typo
(cherry picked from commit 658cfe68c91ec24f04f8ebda307fbec7d55a412f) Jürgen Fischer
01:50 PM Revision da451274 (qgis): fix typos
(cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370) Jürgen Fischer
01:48 PM Revision 053c5311 (qgis): fix typos
(cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370) Jürgen Fischer
01:46 PM Revision 7a326b1b (qgis): fix typos
Jürgen Fischer
08:36 AM Revision 667718bc (qgis): [feature] Editor widget auto config for foreign keys (#3699)
Automatically pick RelationReference widgets for foreign keys. Patrick Valsecchi
07:58 AM Bug report #15761 (Rejected): Please provide a Toolbox interface to SAGA 3
Duplicates #15747 Alexander Bruy
07:58 AM Bug report #15761 (Rejected): Please provide a Toolbox interface to SAGA 3
Duplicates #15747 Alexander Bruy
05:14 AM Revision 4f8ee78f (qgis): Fix some no such signal/slot warnings
... in such a way that they'll never appear again Nyall Dawson
04:41 AM Revision b7980400 (qgis): Fixed legend renderer expected images
Martin Dobias
04:41 AM Revision 90e1c936 (qgis): Fix building of legend node tree if embedded widgets are used in the layer
(cherry picked from commit 10cab93c3652c38db27553616f36290f7b820c48) Martin Dobias
04:41 AM Revision 6b120a86 (qgis): 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 fr...
Martin Dobias
04:41 AM Revision 5e4bb00f (qgis): Fix import of shapefiles to postgres - regression introduced in 5abdfcb...
(cherry picked from commit a965a132c52df9308b5a58be92c04a285826485a) Martin Dobias
04:41 AM Revision 629ca8b9 (qgis): Hide import/export buttons for arcgis services as they do not work (fix...
(cherry picked from commit 1c2f0de9fbea8e90c9d20036bfa1601c1d192a89) Martin Dobias
04:41 AM Revision 5c83b792 (qgis): Fix reordering and removal of legend nodes in composer legend
(cherry picked from commit f4e1e6f6eefec74fcf61542c3c9e236c4fb3054f) Martin Dobias
02:45 AM Bug report #15780: QGIS 2.18 crashes while rendering (Windows 10)
Thank you Richard for your tips.
I've found that it doesn't just happen with the large QGIS project file, but also wi...
JW van Aalst
02:00 AM Bug report #15780: QGIS 2.18 crashes while rendering (Windows 10)
Hi Jan Willem,
without more information devs cannot dive into this.
I'm not familiar enough with Windows minidumps/...
Richard Duivenvoorde
02:10 AM Revision 47109d13 (qgis): Flip some connects to new style
Nyall Dawson
01:51 AM Bug report #15779 (Closed): 2.17 weekly and 2.18.0 both seem to render 1-bit tif raster grids slo...
Duplicate of issue #15796 sand thorn
01:48 AM Bug report #15796 (Closed): OTF CRS Transformation of 1-bit tif raster grids in 2.18.0 is very sl...
Platform: Windows 10 x64
Version: 2.17-dev x64, 2.18.0 x64, 2.19-dev x64
If raster grids are in a UTM projection and...
sand thorn

2016-10-31

11:44 PM Revision 70d7ce16 (qgis): Describe some dependancy changes in API break docs
Nyall Dawson
09:50 PM Bug report #15795 (Closed): Color Select in MacOS
If "Use native color choose dialogs" option is used in MacOS and QGIS 2.16 it's impossible to use QGIS after any colo... Rhenriques Henriques
08:09 PM Bug report #15794: snapping is always on, fails to respect default setting, upon QGIS launch
Similarly, the code uses "default_snap_type" as its setting key for snapping type (i.e. vertex, segment, vertexandseg... Mathieu Pellerin - nIRV
08:06 PM Bug report #15794 (Closed): snapping is always on, fails to respect default setting, upon QGIS la...
Since the snapping refactoring, snapping is always active upon QGIS launch, even though I set the snapping default to... Mathieu Pellerin - nIRV
07:44 PM Revision 08218de5 (qgis): [OGR provider] Use constBegin() / constEnd()
Even Rouault
07:22 PM Bug report #13741: Spatialite moving fields
This problem can be replicated consistently with the following steps:
# Create a non-geometry table in a spatialite d...
Gregor Sanders
06:16 PM Revision 819f571b (qgis): Fix test_provider_ogr_gpkg.py
Even Rouault
06:15 PM Revision 8cf03ced (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:32 PM Revision 38a77118 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:12 PM Revision d0774e62 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
05:10 PM Revision bb9c75b3 (qgis): [OGR provider] Make addAttributes() return the requested field type, pr...
Fixes #15614 Even Rouault
03:18 PM Revision 7d2098cd (qgis): Followup cc6b1e3: also respect subexp vars in presence of filter
Matthias Kuhn
02:25 PM Revision cc6b1e33 (qgis): Fix @parent variable detection in aggregate subExpression
Matthias Kuhn
02:24 PM Revision 6d387650 (qgis): More test for referencedVariables
Matthias Kuhn
01:03 PM Revision 25e98343 (qgis): Revert "[ogr] Ignore request limit if unable to compile expression"
This reverts commit e7333f68145f27a74aacd8f75939623e37fc4510. Matthias Kuhn
12:15 PM Revision e7333f68 (qgis): [ogr] Ignore request limit if unable to compile expression
Fix #15771 Matthias Kuhn
12:15 PM Revision 1b2158d8 (qgis): Fix caching aggregate expressions with @parent usage
Matthias Kuhn
10:28 AM Bug report #15793 (Closed): Fill ring tool is broken
Qgis 2.18 32bit osgeo network installer Win 10.
If you have a polygon with a ring, when you use fill ring tool, yo...
Luca Mandolesi
10:18 AM Bug report #15614: Error when adding integer field to an existing geopackage
This was due to the create field dialog asking to create fields with width 1, whereas the GPKG driver doesn't support... Even Rouault
10:18 AM Bug report #15614: Error when adding integer field to an existing geopackage
This was due to the create field dialog asking to create fields with width 1, whereas the GPKG driver doesn't support... Even Rouault
10:18 AM Bug report #15614: Error when adding integer field to an existing geopackage
This was due to the create field dialog asking to create fields with width 1, whereas the GPKG driver doesn't support... Even Rouault
10:18 AM Bug report #15614: Error when adding integer field to an existing geopackage
This was due to the create field dialog asking to create fields with width 1, whereas the GPKG driver doesn't support... Even Rouault
09:11 AM Bug report #15614 (Closed): Error when adding integer field to an existing geopackage
Fixed in changeset commit:"bb9c75b39443a86bd1419081d9847c35ed0e8c27". Even Rouault
09:45 AM Revision f438542f (qgis): Break oneliners
Matthias Kuhn
07:24 AM Revision 88871c23 (qgis): Merge pull request #3696 from nirvn/processing_otb_silent
[processing] remove console error message when optional otb provider not installed Nyall Dawson
06:53 AM Revision 8e663309 (qgis): [processing] remove console error message when optional otb provider no...
Mathieu Pellerin - nIRV
06:40 AM Feature request #15792 (Open): SLD based style NOT used when loading a shapefile
Not sure if this is deliberate or an issue, but when a shapefile xxx has a QML-style file next to it with the same fi... Richard Duivenvoorde
06:22 AM Revision fa366390 (qgis): Fix 'enable macros' button does not run open macro (fix #9523)
Nyall Dawson
05:53 AM Revision a3186f80 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
(cherry picked from commit de85fdd6e8fa3d4f38196376aabccce317cbf341) Martin Dobias
05:53 AM Revision d6860f30 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
(cherry picked from commit de85fdd6e8fa3d4f38196376aabccce317cbf341) Martin Dobias
05:51 AM Revision 24fbe1a0 (qgis): Fix crash in node tool after deleting the whole geometry (fixes #15659)
Made sure that both closestVertex() and closestSegment() return negative
distance on error (e.g. with null or emtpy g...
Martin Dobias
05:50 AM Revision afd04eb0 (qgis): Fix crash in node tool after deleting the whole geometry (fixes #15659)
Made sure that both closestVertex() and closestSegment() return negative
distance on error (e.g. with null or emtpy g...
Martin Dobias
05:37 AM Revision dd4b34ed (qgis): [processing] Modeller should not be modal
Nyall Dawson
05:18 AM Revision b48d2022 (qgis): [processing] resurrect editing of modeler item on double-click
Mathieu Pellerin - nIRV
05:13 AM Revision 07b25af5 (qgis): Merge pull request #3694 from nirvn/processing_sort_model_inputs
[processing] sort model input parameters to avoid random ordering Nyall Dawson
04:53 AM Revision bec37924 (qgis): [processing] sort model input parameters to avoid random ordering
Mathieu Pellerin - nIRV
04:41 AM Feature request #15791 (Open): rename shapefiles in browser
added ability to rename shapefiles to QGIS browser salvatore fiandaca
04:16 AM Bug report #15771 (Closed): @parent not linked to the correct feature when looping through layer
Fixed in changeset commit:"e7333f68145f27a74aacd8f75939623e37fc4510". Anonymous
03:05 AM Feature request #15790 (Open): Determine action of all fields when merging features
When merging features the most frequent action I find I need is to apply the same merging metric to all fields yet th... Dan Isaacs
02:41 AM Revision 3caccd53 (qgis): [processing] Fix handling of multiple field input in modeller
Nyall Dawson
02:16 AM Bug report #15789 (Feedback): attribute table: virtual field values are not updated when underlyi...
On master, the displayed values of virtual field(s) within an attribute table are not updated when the underlying fie... Mathieu Pellerin - nIRV
01:06 AM Feature request #15788 (Closed): Processing: make buffer parameters uniform
Currently we have the following default width for buffers:
* ogr 1000
* qgis 10
* v.buffer.distance: no default
* sa...
Paolo Cavallini

2016-10-30

12:48 AM Bug report #15787 (Closed): Processing: GRASS: `r.viewshed` fails
The command fails. Previously it was working fine. From the log it might be an upstream issue, or a consequence of a ... Paolo Cavallini
12:40 AM Bug report #15786 (Closed): Processing>`v.surf.rst*`: WHERE param not necessary
In the current implementation, the `WHERE` parameter is compulsory, which is useless and cumbersome. Please move it t... Paolo Cavallini
12:14 AM Revision a117df22 (qgis): Merge pull request #3656 from nirvn/processing_import_to_spatialite
[processing] add "Import into Spatialite" algorithm Nyall Dawson
12:13 AM Revision 29ce141d (qgis): Merge pull request #3657 from nirvn/processing_modeler_mandatory
[processing] fix modeler parameter mandatory checkbox logic Nyall Dawson
12:12 AM Revision d5698be6 (qgis): Fix some processing breakage
Nyall Dawson
12:00 AM Feature request #15785 (Open): Add Buffer by percentage to Processing
It is now an external plugin doing something not easily doable in Processing:
https://plugins.qgis.org/plugins/Buffe...
Paolo Cavallini
11:00 PM Revision bd950616 (qgis): Rename visible "favourite" strings to "favorite", change API to
use "favorite" Nyall Dawson
10:56 PM Revision 8dab2cd4 (qgis): [FEATURE][processing] New algorithm to extend lines
Allows extending linestrings by a set distance at the start
and end of the line
Nyall Dawson
10:56 PM Revision ef34e393 (qgis): Add method to QgsGeometry to extend the start/end of a linestring
Nyall Dawson
10:56 PM Revision 82312e10 (qgis): [FEATURE][processing] New algorithm to extract specific nodes
This algorithm allows you to extract specific nodes from geometries.
Eg you can extract the first or last node in the...
Nyall Dawson
10:56 PM Revision 2b545822 (qgis): [FEATURE] New expression function 'extend'
Extends linestrings by a specified amount at the start and
end of the line
Nyall Dawson
10:22 PM Bug report #9523 (Closed): openProject macro won't load when enable Macros setting set to Ask
Fixed in changeset commit:"fa3663907a706971bbc418a1896b48a14f572327". Nyall Dawson
08:16 PM Bug report #15784 (Closed): processing: select by location, extract by location algorithms broken
Victor, I suspect this is an unaddressed fallout from the recent parameter refactoring.
*Steps to reproduce*
# Open ...
Mathieu Pellerin - nIRV
06:37 PM Bug report #15771: @parent not linked to the correct feature when looping through layer
This commit (#7a05a7a8c4b9184f6cad7d155b6714076b1dccd9) improved things (i.e. @parent's caching works, so is $geometr... Mathieu Pellerin - nIRV
06:37 PM Bug report #15771: @parent not linked to the correct feature when looping through layer
This commit (#7a05a7a8c4b9184f6cad7d155b6714076b1dccd9) improved things (i.e. @parent's caching works, so is $geometr... Mathieu Pellerin - nIRV
02:58 AM Bug report #10329 (Closed): OpenSuse 13.1 LXDE Application launcher menu corrupted by QGIS2 .desk...
Jürgen Fischer

2016-10-29

01:42 AM Feature request #15781 (Closed): Double the amount of storable colors in the custom color picker
Nyall Dawson
12:18 PM Feature request #15781: Double the amount of storable colors in the custom color picker
Absolutely fabulous. I had not yet discovered that feature. Thank you. As far as I'm concerned, this feature request ... JW van Aalst
12:01 PM Feature request #15781 (Feedback): Double the amount of storable colors in the custom color picker
Do you realise you can create your own color palettes from within the color picker dialog? This would be a better app... Nyall Dawson
10:52 AM Feature request #15781 (Closed): Double the amount of storable colors in the custom color picker
In my cartographic work, I work with 30 to 40 specific colors across several QGIS projects. However, the custom color... JW van Aalst
12:23 AM Revision c494c472 (qgis): Merge pull request #3690 from nyalldawson/extract_by_exp
[FEATURE][processing] New extract by expression algorithm Nyall Dawson
10:54 AM Feature request #15782 (Open): More recent projects in the startup list
The amount of recent projects is currently limited to a mere 10 projects. However, I am concurrently managing over 20... JW van Aalst
08:30 AM Bug report #15780 (Closed): QGIS 2.18 crashes while rendering (Windows 10)
While my large project file (140+ postgis layers) rendered perfectly on screen in 2.16, QGIS 2.18 crashes unpredictab... JW van Aalst
04:33 AM Revision 121f48d6 (qgis): [processing] add import into spatialite algorithm
Mathieu Pellerin - nIRV

2016-10-28

12:05 AM Revision 74e64645 (qgis): [FEATURE][processing] New extract by expression algorithm
Filters an input layer by expression Nyall Dawson
09:13 PM Bug report #15779 (Closed): 2.17 weekly and 2.18.0 both seem to render 1-bit tif raster grids slo...
I can notice increased render time compared to 2.16.3, when moving my viewport around with 1-bit tif raster grid (wit... sand thorn
04:57 PM Revision 54f312fa (qgis): Temporarily hardcode plugins version in url ?qgis=3.0
If QGIS 3.0 is actually released this line should be removed. Richard Duivenvoorde
03:13 PM Revision 1e6b5eb4 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
03:09 PM Revision 9f228d4b (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
(cherry picked from commit 9ecdf6101433) Hugo Mercier
02:26 PM Revision 91661421 (qgis): Merge pull request #3688 from mhugo/fix_15737
Don't delete QgsAttributeDialog too early. Fixes #15737 Hugo Mercier
01:03 PM Bug report #15778 (Feedback): red crosses appear after converting delimited text layer with pie c...
Looks like your layer is in edit mode. Try switching that off Nyall Dawson
07:38 AM Bug report #15778 (Closed): red crosses appear after converting delimited text layer with pie cha...
I have been importing my data using a csv file, which works without problems. I have then been able to make pie chart... Renate Wesselingh
12:31 PM Revision 8e25b893 (qgis): Merge duplicated api doc break section titles
Matthias Kuhn
12:31 PM Revision 7a05a7a8 (qgis): Fix caching of aggregate values with @parent
And add a test for referencedVariables Matthias Kuhn
12:18 PM Revision 032a954a (qgis): [processing] added missing imports
fixes #15766 Victor Olaya
11:56 AM Revision 800b1a6f (qgis): fix indentation
Martin Dobias
11:52 AM Revision 84e52b74 (qgis): [processing] fixed alg names for vector menu
fixes #15764 Victor Olaya
11:52 AM Revision 3c8c509c (qgis): [processing] replace greater than and lower than characters in log
fixes #15748 Victor Olaya
11:52 AM Revision 05e70b26 (qgis): [processing] allow only one row in batch interface
fixes #15703 Victor Olaya
11:23 AM Revision 66a213bc (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
11:17 AM Revision 9ecdf610 (qgis): Don't delete QgsAttributeDialog too early. Fixes #15737
Hugo Mercier
11:00 AM Revision ed3b0714 (qgis): Cancel WCS requests just like it is done in WMS
(cherry picked from commit 50258e6f01ef7dededbf057c03813ecf3442f5b9) Martin Dobias
10:58 AM Revision aeeb5d95 (qgis): Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoid...
Martin Dobias
10:33 AM Revision 59d1d702 (qgis): Fix identify tool for WMS if webkit is not available (fixes #15596)
(cherry picked from commit 430694ba9a2beb5fe23d5814b63aaecdbee7a3d7) Martin Dobias
10:06 AM Revision e78fc620 (qgis): Add button to reset processing menus in config dialog
Arnaud Morvan
09:54 AM Revision ea2e68b8 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:50 AM Revision f3652069 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80) Martin Dobias
09:11 AM Revision 79e5911e (qgis): Update RegularPoints.py
Fixes #15773 Paolo Cavallini
08:57 AM Revision 80e820f4 (qgis): Fix build
Nyall Dawson
07:23 AM Bug report #15777 (Closed): Categorized symbols without categories are lost when saving and re-op...
h2. To reproduce
# Download and unpack https://github.com/geometalab/osmaxx/blob/v2.5.0/osmaxx/core/static/osmaxx/ex...
Raphael Das Gupta
07:07 AM Revision f63a69b3 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
07:07 AM Revision e1e3f86b (qgis): Fix color picker does not show previous color
Nyall Dawson
06:53 AM Bug report #15698 (Reopened): [Processing] Import Vector into PostGIS database doesn't work with ...
This fix breaks some Processing OGR algorithms (tested with buffer, but other may be affected too).
To reproduce:
# ...
Alexander Bruy
06:53 AM Bug report #15698 (Reopened): [Processing] Import Vector into PostGIS database doesn't work with ...
This fix breaks some Processing OGR algorithms (tested with buffer, but other may be affected too).
To reproduce:
# ...
Alexander Bruy
06:21 AM Revision 9a6cefcd (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:18 AM Revision ada60507 (qgis): Fix listing of WMTS layers in browser (fixes #15350)
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6) Martin Dobias
06:15 AM Feature request #15776 (Closed): Saving Edit Widget settings for Fields with Spatialite databse
Ooops...seems to work! Saber Razmjooei
06:05 AM Feature request #15776 (Closed): Saving Edit Widget settings for Fields with Spatialite databse
It will be good to save Edit Widget settings for Fields within the style setting for Spatial database. Currently, the... Saber Razmjooei
06:11 AM Revision 8be3b01b (qgis): Merge pull request #3685 from nirvn/array_unique
[FEATURE] add array_distinct() function Nyall Dawson
05:51 AM Revision 17fc7dbe (qgis): [FEATURE] add array_distinct() function
Mathieu Pellerin - nIRV
05:31 AM Revision c93d56a9 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
05:27 AM Revision 5f01a872 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
05:26 AM Bug report #15737 (Closed): Editing a form opened via openFeatureForm crashes qgis
Fixed in changeset commit:"91661421814df138aa62a092aed0573e01840ea7". Hugo Mercier
05:26 AM Revision 68cbf070 (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
04:03 AM Bug report #15775 (Closed): Zoom to selection zooms more than needed
Select a feature
Click on the zoom to selection button
You'll get the selected feature on the screen, but not entirel...
Harrissou Santanna
03:18 AM Bug report #15766 (Closed): Processing: error in Difference
Fixed in changeset commit:"032a954a4e3a326dd0612dbc1d0e4c061f365af9". Victor Olaya
03:14 AM Revision 520b94e4 (qgis): Fix can't save custom colours in color picker (fix #15760)
Also fixes a memory leak caused by color picker widget not
being deleted
Nyall Dawson
03:14 AM Revision df9ce850 (qgis): Fix color picker does not show previous color
Nyall Dawson
03:13 AM Revision e812e430 (qgis): Fix color pickers opens in dock layout when editing rules via
layer properties Nyall Dawson
02:54 AM Bug report #15764: Former fTools menu: mismatches
i fixed the missing menus
The order of menus cannot be defined, so that is not something that can be fixed at the mo...
Victor Olaya
02:52 AM Bug report #15764 (Closed): Former fTools menu: mismatches
Fixed in changeset commit:"84e52b74ea4ddb0b26d96b64105d5419c0e08669". Victor Olaya
02:52 AM Bug report #15703 (Closed): Cannot run batch processing with only 1 row of parameters
Fixed in changeset commit:"05e70b269754f625dd083070a57c2c14ca8fe9b6". Victor Olaya
02:52 AM Bug report #15748 (Closed): Processing: Log tab in processing dialog misses text in between angle...
Fixed in changeset commit:"3c8c509c8188e9db302278ac743f1b2c7a740a38". Victor Olaya
02:16 AM Revision 65bd120f (qgis): Remove repo junk
Nyall Dawson
02:16 AM Revision ee4acb0b (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson

2016-10-27

01:53 AM Bug report #15729: Processing/master: GRASS region extent should not be mandatory for vector tools
This seems to be fixed already. Parameter is still mandatory, but it can be left blank to use min covering extent Victor Olaya
12:25 AM Revision 0af73314 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
12:11 AM Bug report #15773 (Closed): Processing: Regular points: default too small
Fixed in changeset commit:"79e5911e07ccdee5daec43f490b219ef804cc8c3". Paolo Cavallini
12:02 AM Bug report #15773 (Closed): Processing: Regular points: default too small
The default for the command is 0.000100, far too small for metric coords. If a careless user does not check it, this ... Paolo Cavallini
11:58 PM Revision 65a379be (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752.
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
Nyall Dawson
11:11 PM Revision f292fdd6 (qgis): Add test for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision adb184e4 (qgis): Add documentation for @parent aggregate filter
Matthias Kuhn
11:11 PM Revision 0b3646b2 (qgis): Expression functions can dynamically report geometry and columns
Matthias Kuhn
11:11 PM Revision c2b84241 (qgis): Always cache values and add fid to feature hash
Matthias Kuhn
11:11 PM Revision c79cf9ae (qgis): Fetch attributes and geometry for aggregate function
Matthias Kuhn
11:11 PM Revision f80a33be (qgis): [FEATURE] Expose @parent variable in aggregate functions
This makes it possible to access attributes and geometry from the parent
feature when in the filter of the "aggregate...
Matthias Kuhn
10:58 PM Bug report #15772 (Closed): Copy/Paste style should not override band number
With a multiband raster, rendered using a singleband pseudocolor type, copy/paste style does not work between bands, ... Mike Taves
09:25 PM Bug report #15771 (Closed): @parent not linked to the correct feature when looping through layer
While testing out the cool new @parent variable for the aggregate() function, I noticed the @parent variable doesn't ... Mathieu Pellerin - nIRV
08:44 PM Revision fb457813 (qgis): Merge pull request #3678 from nirvn/string_to_array_to_string
[FEATURE] add string_to_array() and array_to_string() functions Nyall Dawson
06:22 PM Bug report #15760 (Closed): can't save colours in colour picker
Fixed in changeset commit:"520b94e405512cdf3a3b1ffa9cd804402387332f". Nyall Dawson
05:57 PM Revision 0f7babb6 (qgis): Convert API break document to markdown
Matthias Kuhn
05:44 PM Revision dcad93ac (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:24 PM Revision 01f3c9ae (qgis): [FEATURE] Add is_selected and num_selected functions
* is_selected() returns if the current feature is selected
* num_selected() returns the number of selected features o...
Matthias Kuhn
05:24 PM Revision f52dfba2 (qgis): [expressions] Variable length arguemnt functions accept 0 params
Matthias Kuhn
05:15 PM Revision 9feb6c47 (qgis): Vector layer properties GUI: tweak message to be "Save in database (Geo...
Even Rouault
05:12 PM Revision 7373036e (qgis): [FEATURE] add string_to_array() and array_to_string() functions
Mathieu Pellerin - nIRV
05:01 PM Revision 2e636432 (qgis): [OGR provider] Field type declaration: update with more sensible values...
In particular put 0 as minimum length for integer, integer64, real and text fields,
so as to let OGR decide the defau...
Even Rouault
04:57 PM Revision 631db7b8 (qgis): [OGR provider] Fix declaration of types (master regression) and update ...
Even Rouault
04:47 PM Revision 925964b2 (qgis): [processing] Fix fieldmapper dialog init method
Arnaud Morvan
04:02 PM Revision 8c7ca625 (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
03:59 PM Revision 984ec65f (qgis): [DBManager GPKG] Set appropriate icon for line layers
Even Rouault
03:40 PM Feature request #10479: Refine current rule
This would be a great improvement to see! I've attached a screen shot to help illustrate the problem.
Also, if the "...
Donovan Cameron
02:36 PM Revision b5822900 (qgis): indentation fix
Victor Olaya
02:36 PM Revision 472a5501 (qgis): [processing] fixed field loading in field calculator
fixes #15767
Conflicts:
python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py
Victor Olaya
02:31 PM Revision bf6607f0 (qgis): [processing] fixed simplify geometries
Victor Olaya
02:30 PM Revision 530bf516 (qgis): indentation fix
Victor Olaya
02:28 PM Revision dc4f1a42 (qgis): [processing] fixed field loading in field calculator
fixes #15767 Victor Olaya
11:57 AM Revision ba309cb1 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
11:57 AM Revision e67a47b9 (qgis): [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) a...
Even Rouault
11:44 AM Bug report #15767: Processing: QGIS field calc does not see layer fields
yes, it is in both 2.18 and master Victor Olaya
08:26 AM Bug report #15767: Processing: QGIS field calc does not see layer fields
Thanks a lot. Is this backported to 2.18.x? Paolo Cavallini
05:29 AM Bug report #15767 (Closed): Processing: QGIS field calc does not see layer fields
Fixed in changeset commit:"dc4f1a4290a762073af508033ea1935a9e5a1dc0". Victor Olaya
02:34 AM Bug report #15767 (Closed): Processing: QGIS field calc does not see layer fields
as a result, the calculator is unusable Paolo Cavallini
11:10 AM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
Merging touching features also fails in some cases (see screencast 15741_3.mp4, 15741_4.mp4). R. R.
11:10 AM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
Merging touching features also fails in some cases (see screencast 15741_3.mp4, 15741_4.mp4). R. R.
09:25 AM Bug report #15761: Please provide a Toolbox interface to SAGA 3
Thanks!
Problem is, as I noted, I never got SAGA 2 to work on OS X. For whatever unknown reason, the parsing of the c...
vince -
09:21 AM Bug report #15737: Editing a form opened via openFeatureForm crashes qgis
Ok, there is something strange around QgsAttributeDialog::show that is overloaded. It forces the dialog to be deleted... Hugo Mercier
09:01 AM Bug report #15737: Editing a form opened via openFeatureForm crashes qgis
Confirmed!
you gave me a nice workaround, thanks.
Regis Haubourg
08:52 AM Bug report #15737: Editing a form opened via openFeatureForm crashes qgis
If you call openFeatureForm with modal = False, it does not crash... Hugo Mercier
09:18 AM Revision fa7491f2 (qgis): Fix python bindings of QgsGeometryRubberBand
Marco Hugentobler
08:36 AM Bug report #13836: MySQL Vector geometries are only visible in edit mode
the same rendering error also using geoserver and a WMS from a mysql table paolo tome
08:26 AM Bug report #14703 (Feedback): Identify Results -> Save Link Fails
The problem here is that QGIS use QWebView to show content in the identify dialog. QWebView is not a full-featured we... Alessandro Pasotti
08:09 AM Feature request #15762: Return disable zooming with mouse wheel
This is an screenshot of 2.14.x with the preference that dissapear on the latest versions. Pedro Martin
08:04 AM Feature request #15770 (Open): [composer] allow expressions for legend item text
In the layer panel, it's possible to show the count of features on any layer. And this count can be shown in the comp... Harrissou Santanna
07:59 AM Bug report #15769: Crash at QGIS exit related to OGR provider
Note: happens when opening "qgis my.gpkg" Even Rouault
07:54 AM Bug report #15769 (Closed): Crash at QGIS exit related to OGR provider
I get random (but rather frequent) crashes at QGIS opening on Linux with master.
Stack-trace:
[Switching to Thr...
Even Rouault
07:54 AM Bug report #15707 (Closed): [processing] dissolve (QGIS Geoalgorithm) causes a crash (minidump)
No more releases for 2.16 and problem already solved in 2.18.
If needed, here is #70cdd0199b2062e17e953e497515d7aa0da...
Arnaud Morvan
07:43 AM Bug report #15689: crashing when opening a project containing WMS layers
I have a similar problem that started with 2.18. My platform:
Ubuntu 16.04 64bit, QGIS 2.18.0 from ubuntugis
I canno...
Christian S
07:20 AM Revision 11e52835 (qgis): Merge pull request #3677 from nirvn/map_themes_signal_fix
[map themes] fix composer signal name Nyall Dawson
07:15 AM Revision 1d09538c (qgis): Merge pull request #3670 from nirvn/expression_replace_array
[FEATURE] array support for the replace() expression function Nyall Dawson
07:04 AM Bug report #15768 (Closed): DB Manager - Update SQL layer is not available when using column with...
It is impossible to update SQL layers (item doesn't appear in the context menu) when you select an available column w... Jérôme Guélat
06:54 AM Revision 8a809b87 (qgis): [map themes] fix composer signal name
Mathieu Pellerin - nIRV
06:39 AM Bug report #15766: Processing: error in Difference
Occurs on Debian stretch/sid Valerie Anderson
06:33 AM Revision 3fb2d9e4 (qgis): [expression] further improve replace() to support a map argument
Mathieu Pellerin - nIRV
06:09 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
I've just made a build of the master, and the problem is solved for me (see my posts above).
Using the build version ...
Sylvain Beorchia

2016-10-26

01:38 AM Bug report #14846: QGIS Union: wrong results
File attached 'QGIS Union Test Shapefiles.zip' Graeme Seggie
01:24 AM Bug report #14846: QGIS Union: wrong results
To aid fix, I am attaching some files (in response to Matthias Kuhn feedback on email group) showing the results from... Graeme Seggie
11:23 PM Bug report #15766 (Closed): Processing: error in Difference
In both Difference and Symmetrical difference:... Paolo Cavallini
11:21 PM Bug report #15765 (Closed): GDALTools: icons missing
In various machines, both Debian ans Windows, GDALTools menus are mostly missing their icons Paolo Cavallini
11:19 PM Bug report #15764 (Closed): Former fTools menu: mismatches
The former fTools menu has been replaced with Processing shortcuts.
However:
* the order of various commands is diffe...
Paolo Cavallini
11:03 PM Feature request #15763 (Closed): Processing: remove support for GRASS6
A working r.mampcalc in GRASS7 may be a blocker for this, see #6894 Paolo Cavallini
10:59 PM Bug report #14735: SagaAlgorithm since Saga 2.2.4: RESAMPLING instead of INTERPOL
RESAMPLING is already the default, so it can be removed safely Paolo Cavallini
02:19 PM Bug report #14735: SagaAlgorithm since Saga 2.2.4: RESAMPLING instead of INTERPOL
Just leaving my temporary way to solve this (for reference). In SagaAlgorithm214.py:... gcarrillo -
08:31 PM Revision 637c6d33 (qgis): Fix adding features with "evaluate default values"
Matthias Kuhn
05:03 PM Revision 642e4a48 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit f456932514c750d4b077a9daaea5ddfbbad3f1c8. Denis Rouzaud
05:02 PM Revision 31fc48f8 (qgis): Revert "[Postgres] fix writing default value when primary key has varch...
This reverts commit 5768c5a6e7dae24a1ab2ae614da7a87dad2c1020. Denis Rouzaud
04:35 PM Bug report #15760: can't save colours in colour picker
Confirmed Nyall Dawson
10:02 AM Bug report #15760 (Closed): can't save colours in colour picker
I can't seem to get colours to save in the drag and drop boxes in colour chooser windows. Also tried to use the -> (r... Donovan Cameron
04:35 PM Bug report #15761: Please provide a Toolbox interface to SAGA 3
Just an FYI,
In a SAGA GIS mailing list "posting":https://sourceforge.net/p/saga-gis/mailman/saga-gis-developer/thre...
Donovan Cameron
10:32 AM Bug report #15761 (Rejected): Please provide a Toolbox interface to SAGA 3
Folks,
this is just to remember you that SAGA 3 has been released and it'd be nice to have the new API integrated in...
vince -
04:28 PM Revision f4569325 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
04:25 PM Revision 5768c5a6 (qgis): [Postgres] fix writing default value when primary key has varchar columns
kudos to @m-kuhn to find and solve this Denis Rouzaud
04:15 PM Bug report #14703 (Open): Identify Results -> Save Link Fails
Attached a project with a layer that allows to replicate the issue.
Clicking on links in the identify window causes ...
Giovanni Manghi
04:15 PM Bug report #14703 (Open): Identify Results -> Save Link Fails
Attached a project with a layer that allows to replicate the issue.
Clicking on links in the identify window causes ...
Giovanni Manghi
04:15 PM Bug report #14703 (Open): Identify Results -> Save Link Fails
Attached a project with a layer that allows to replicate the issue.
Clicking on links in the identify window causes ...
Giovanni Manghi
02:13 PM Feature request #15762 (Open): Return disable zooming with mouse wheel
In QGIS 2.16.x and later the mouse wheel preference to disable zooming has disappeared. Please return it or made poss... Pedro Martin
01:45 PM Revision fdd0b660 (qgis): Merge pull request #3674 from gacarrillor/patch-3
[processing] import vector in Eliminate to avoid error Alexander Bruy
12:46 PM Revision a042c9de (qgis): Followup 858978, fix failing tests
Nyall Dawson
12:19 PM Revision 22b9027e (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
12:19 PM Revision 77ed6caa (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
12:01 PM Revision 8b742014 (qgis): [FEATURE] array support for the replace() expression function
Mathieu Pellerin - nIRV
11:22 AM Revision 85897885 (qgis): Use QgsExpressionContextScope::addVariable instead of setVariable
...where appropriate (ie, read-only, non user set variables).
It's much faster as it doesn't need to check whether th...
Nyall Dawson
11:04 AM Revision 2d2ce003 (qgis): Merge pull request #3665 from rouault/save_style_gpkg
[FEATURE] [OGR provider] Load/save style in database for GPKG and Spatialite Even Rouault
10:59 AM Revision 469f07c0 (qgis): Use fallback default mode for snapping with bad configuration
Matthias Kuhn
10:55 AM Revision 322edff6 (qgis): Remove snapping settings from status bar
Matthias Kuhn
10:25 AM Bug report #15550: Processing: activating a new provider causes QGIS to freeze for a few seconds
Confirmed here, both on Debian sid and on Windows, several machines. It is more than a few seconds, it 's several tens. Paolo Cavallini
09:54 AM Bug report #15759 (Closed): SVG Path(s) continuously increasing duplicates
Every time the option pannel is open the original set
of svg paths is duplicated so that you easely end
with dozens o...
Roy Roge
09:46 AM Feature request #15758 (Open): change length+width of subticks on a scale bar and label them
It'd be great to be able to do some more styling with scale bars, like changing the length and width of sub ticks on ... Donovan Cameron
09:27 AM Revision 42b9bff0 (qgis): include qgsactionmanager.h in install
(cherry picked from commit 5d7f8e9565541660d6ae080f520f38a3259173ce) Jürgen Fischer
09:23 AM Revision 5d7f8e95 (qgis): include qgsactionmanager.h in install
Jürgen Fischer
09:22 AM Revision 49432a84 (qgis): Optimise QgsAbstractGeometry
Make nCoordinates virtual, and provide shortcuts for some
geometry types. The base method which calls coordinateSeque...
Nyall Dawson
09:20 AM Revision 5798a82c (qgis): Speed up point layer rendering - don't calculate unused label obstacles
Cuts render time by ~60%. Fix #15752. Nyall Dawson
08:04 AM Revision 6f827406 (qgis): [expressions] Allow non-greedy regex by switching to QRegularExpression
Nyall Dawson
07:46 AM Feature request #8672: Add an option to modify datasource string on a query layer properties window
http://changelog.qgis.org/en/qgis/version/2.18.0/#db-manager-add-ability-to-update-sql-layer
Might be done as of 2.18...
Martin HOFFMANN
05:22 AM Bug report #15742: Error in Basic statistics for numeric fields
This happens in 9 machines, with a variety of settings. Some of them have uninstalled 2.16 before installing 2.18, so... Paolo Cavallini
04:03 AM Bug report #15742: Error in Basic statistics for numeric fields
Paolo Cavallini wrote:
> Verified on 10 Windows boxes, it works on only 2 of them, same error confirmed for the other...
Giovanni Manghi
05:16 AM Bug report #15757 (Closed): GDALTools: file extension not automatically added
This is quite cumbersome for users. If extensions are not added, errors result, like:... Paolo Cavallini
05:01 AM Bug report #15756 (Closed): New relation doesn't appear on dialog window after new relation is added
If in Relation dialog windows is present a relation, adding a new relations the fields appear empty in dialog window.... Luca Mandolesi
04:35 AM Feature request #15755 (Open): Make it simpler to use QgsGeometryRubberBand
Having previously used the QgsRubberBand to draw temporary lines in QGIS I needed to draw polygons too. I found the Q... Casper Børgesen
03:57 AM Revision 2a13dbff (qgis): Import vector because it is used in line 95.
It seems that line 95 was added by a cherry pick commit. gcarrillo -

2016-10-25

01:54 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Rene,
Indeed the problem has dissapeared.
I tested after and before your commit on the 2_14 branch.
Thanks a lot!...
Tudor Bărăscu
05:08 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
Can you test my last commit on qgis-server ? I probably fixed your issue with getProjectSettings.
Regards,
René-Luc ReLuc
01:48 AM Bug report #15614: Error when adding integer field to an existing geopackage
This bug is still present in QGIS 2.18... It also happens with other types (text columns seem to be OK, though). Jérôme Guélat
01:12 AM Bug report #15742: Error in Basic statistics for numeric fields
Verified on 10 Windows boxes, it works on only 2 of them, same error confirmed for the other 8. Paolo Cavallini
09:07 AM Bug report #15742: Error in Basic statistics for numeric fields
Sure, already planned, next days during a course, with several machines.
Thanks for checking.
Paolo Cavallini
08:59 AM Bug report #15742: Error in Basic statistics for numeric fields
Paolo Cavallini wrote:
> Very strange indeed. Could it be due to a different version of a lib? I just tested again, a...
Giovanni Manghi
08:58 AM Bug report #15742 (Feedback): Error in Basic statistics for numeric fields
Work fine here on 2.18 on both Windows (standalone) and Ubuntu 16.04, with any data. Giovanni Manghi
08:55 AM Bug report #15742: Error in Basic statistics for numeric fields
Very strange indeed. Could it be due to a different version of a lib? I just tested again, and confirm the issue. Paolo Cavallini
08:55 AM Bug report #15742: Error in Basic statistics for numeric fields
Very strange indeed. Could it be due to a different version of a lib? I just tested again, and confirm the issue. Paolo Cavallini
08:53 AM Bug report #15742: Error in Basic statistics for numeric fields
Strange. Can't reproduce locally, and as I can see Travis also does not report any failure for this alg Alexander Bruy
05:41 AM Bug report #15742: Error in Basic statistics for numeric fields
It happens with any data here, just tested. Paolo Cavallini
05:38 AM Bug report #15742: Error in Basic statistics for numeric fields
Can't reproduce using Processing and QGIS test data. Can you share dataset which causes this? Alexander Bruy
12:43 AM Bug report #15754 (Closed): editing several layers in geopackage - database is locked
In a QGIS project with several layers from a single geopackage database, the following problem frequently occurs:
Sw...
Jochen Huber
12:21 AM Bug report #15752 (Closed): Degradation of rendering performances in MSSQL provider
Fixed in changeset commit:"5798a82c8011ea7f44a1ed1d55ef0719786e8056". Nyall Dawson
12:29 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
Sorry, I don't know if my answer was clear. I'm using default Single Symbol style without any change. Andre Jesus
12:26 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
??What renderer/symbol style are you using???
I'm using default QGIS style.
The same occurs using WFS:
*ly1 WFS/li...
Andre Jesus
11:58 AM Bug report #15752 (Feedback): Degradation of rendering performances in MSSQL provider
Nyall Dawson
11:58 AM Bug report #15752: Degradation of rendering performances in MSSQL provider
What renderer/symbol style are you using? Nyall Dawson
05:17 AM Bug report #15752 (Closed): Degradation of rendering performances in MSSQL provider
All version since 2.14.x raised the render time compared to 2.8.x:
!https://s9.postimg.org/ip5dt924f/Screenshot_...
Andre Jesus
12:14 AM Bug report #15723: Labels not showing when adding them using Python
Can I ask someone to change the Category from "PyQGIS Console" to "Python plugins and bindings" since I think that la... Casper Børgesen
04:48 PM Revision 323c6582 (qgis): [processing] add workaround for GDAL regression with cutlines (fix #15746)
Alexander Bruy
03:46 PM Revision a1b1ba12 (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
03:39 PM Revision d0da880b (qgis): [DB Manager] Fix refresh issue when renaming GPKG table, and disable ad...
Even Rouault
01:55 PM Revision 36db42eb (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:53 PM Revision 80827625 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:52 PM Revision 162f4bf7 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:49 PM Revision 9d0bb340 (qgis): [BUGFIX][QGIS Server] Do not cache invalid layer
After readLayerXml, the server stored layers in cache and in registry without verifying validity. René-Luc ReLuc
01:44 PM Revision a43f8a36 (qgis): Address snapping config UX problems
See https://github.com/qgis/QGIS/pull/3617#issuecomment-255114425 Matthias Kuhn
11:54 AM Bug report #15721: WFS 2.0 does not use srsDimension
Doesn't classify as severe. Annoying, but not severe.
Nyall Dawson
07:37 AM Bug report #15721: WFS 2.0 does not use srsDimension
Same behavior on 2.18.0 Thibault Coupin
11:19 AM Revision f8bae671 (qgis): Clean QgsVectorLayer: remove duplicated writeSld method
René-Luc ReLuc
10:43 AM Bug report #15462 (Closed): Mean coordinates does list all attributes
Alexander Bruy
09:57 AM Bug report #15462: Mean coordinates does list all attributes
Giovanni Manghi wrote:
> belg4mit - wrote:
> > Alexander Bruy wrote:
> > > As already said, it is fixed in master
> >...
belg4mit -
09:02 AM Bug report #15462 (Feedback): Mean coordinates does list all attributes
belg4mit - wrote:
> Alexander Bruy wrote:
> > As already said, it is fixed in master
>
> An as I said, I applied the...
Giovanni Manghi
06:26 AM Bug report #15462 (Reopened): Mean coordinates does list all attributes
Alexander Bruy wrote:
> As already said, it is fixed in master
An as I said, I applied the patch but it had no effec...
belg4mit -
06:26 AM Bug report #15462 (Reopened): Mean coordinates does list all attributes
Alexander Bruy wrote:
> As already said, it is fixed in master
An as I said, I applied the patch but it had no effec...
belg4mit -
06:26 AM Bug report #15462 (Reopened): Mean coordinates does list all attributes
Alexander Bruy wrote:
> As already said, it is fixed in master
An as I said, I applied the patch but it had no effec...
belg4mit -
03:56 AM Bug report #15462 (Closed): Mean coordinates does list all attributes
As already said, it is fixed in master Alexander Bruy
03:56 AM Bug report #15462 (Closed): Mean coordinates does list all attributes
As already said, it is fixed in master Alexander Bruy
10:28 AM Revision 3bb7d5cc (qgis): [OGR provider] More uses of QStringLiteral / QLatin1String
Even Rouault
10:28 AM Revision 3b77e4b3 (qgis): [FEATURE] [OGR provider] Load/save style in database for GPKG and Spati...
Even Rouault
10:28 AM Revision 9ae15697 (qgis): QgsVectorLayer::writeSymbology(): fix crash when called with invalid da...
Even Rouault
10:28 AM Revision e2379632 (qgis): SIP QgsVectorLayer: fix signatures for output parameter
saveStyleToDatabase() and getStyleFromDatabase() should define errMsg as
output parameter
And loadNamedStyle() also f...
Even Rouault
10:28 AM Revision a70d4280 (qgis): QgsVectorLayer::loadNamedStyle(): make it work with non database URI
Such as OGR GPKG Even Rouault
10:15 AM Revision e1654b7d (qgis): Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally,
normally or under Valgrind.
Trying to run it under V...
Even Rouault
10:15 AM Revision a1bff295 (qgis): [DBManager] Remove geopackage support from spatialite plugin
Even Rouault
10:15 AM Revision e08f981b (qgis): [DBManager] Add tests for GPKG plugin
Even Rouault
10:14 AM Revision 390588b6 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated plugin
Even Rouault
10:14 AM Revision 3113fc60 (qgis): [OGR provider] Support full SELECT subset string
This will be useful for DBManager SQL request layer. Even Rouault
10:13 AM Revision 85fbc4a7 (qgis): [FEATURE] Vector layer save as: offer file/layer overwriting, new layer...
When saving a vector layer into an existing file, depending on the capabilities
of the output driver, the user can no...
Even Rouault
08:57 AM Revision 7470b55b (qgis): Enable CROP_TO_CUTLINE by default
Fixes https://hub.qgis.org/issues/15750
Please backport it where appropriate.
Paolo Cavallini
07:50 AM Feature request #15746 (Closed): Processing: enable GDALWARP_IGNORE_BAD_CUTLINE YES by default
Fixed in changeset commit:"323c6582c605362dfe6e6db734a40923c9fc3e21". Alexander Bruy
07:48 AM Feature request #15746: Processing: enable GDALWARP_IGNORE_BAD_CUTLINE YES by default
Fix pushed to master. Please test Alexander Bruy
05:39 AM Bug report #15753: Processing: help users in setting up paths
Ticket recreated, deleted by mistake. Comment by Alexander Bruy:
===
Are you using static package or install OTB from...
Paolo Cavallini
05:37 AM Bug report #15753 (Open): Processing: help users in setting up paths
People are very often into trouble when it comes to enter the path to specific backends for Processing (e.g. OTB, LAS... Paolo Cavallini
05:27 AM Bug report #15749: Processing: gdal merge converts no data in 0
I had a look to GDAL manpage, and could not spot the change. GDAL 2.1.1+dfsg-5 here. Paolo Cavallini
03:33 AM Bug report #15749: Processing: gdal merge converts no data in 0
Looks like there are changes in gdal_merge behaviour. Works fine with GDAL 1.10.1 Alexander Bruy
05:26 AM Bug report #15743 (Closed): Processing: errors in underlying commands are not handled gracefully ...
Agreed. Paolo Cavallini
03:41 AM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
If I understand correctly 2.16 will not receive updates anymore, so there is no sense to backport anything to it Alexander Bruy
05:25 AM Feature request #13031 (Open): map extent
I still think this is a good suggestion. AFAICT, Ilaria is suggesting to have something similar to the Region definit... Paolo Cavallini
04:02 AM Feature request #13031 (Closed): map extent
Closed for lack of feedback. Reopen if necessary Alexander Bruy
05:23 AM Bug report #12530: Basins close to bounding box are not calculated
Possibly - cannot test now because of saga API break. However at first it worked, as shown by the images on the train... Paolo Cavallini
04:04 AM Bug report #12530: Basins close to bounding box are not calculated
Looks like SAGA issue Alexander Bruy
04:37 AM Bug report #14688: SVG in Layer Properties Crashes QGIS
I've encountered the same issue on Mac OS 10.11.6 and QGIS 2.14.3.
As the OP mentioned, the issue is resolved when ...
Bernardo Loureiro
04:30 AM Revision 72e4cf7d (qgis): Fix a qt warning message on startup
Nyall Dawson
04:22 AM Revision f195e940 (qgis): Make welcome page layout align with other panels + docks
Nyall Dawson
04:16 AM Bug report #13093: SAGA kernels and other commands are created without a CRS, or with a wrong one
Probably same issue as #6945 (for vectors) Alexander Bruy
04:14 AM Revision 0b35ccef (qgis): Update qt5 build instructions for Fedora
Nyall Dawson
04:12 AM Feature request #12449 (Rejected): Show <description> to OTB commands
Duplicates #5468 and probably #5378 Alexander Bruy
04:12 AM Feature request #12449 (Rejected): Show <description> to OTB commands
Duplicates #5468 and probably #5378 Alexander Bruy
04:05 AM Bug report #11187 (Closed): 2.4 install on Ubuntu 14.04. Vector menu missing many items.
Closed for the lack of feedback. Reopen if necessary Alexander Bruy
04:00 AM Feature request #13814: Processing: use sqlite/spatialite as intermediate format
We stick to Shapefiles because this is format which supported by all 3rd party tools (e.g. SAGA, GRASS, OTB etc). Usi... Alexander Bruy
03:54 AM Bug report #15567 (Closed): "Merge Selected Features" Tool - wrong source attribut
Closed for lack of feedback. Please reopen if necessary Alexander Bruy
03:51 AM Bug report #15750 (Closed): Processing: Clip raster by mask layer: enable -crop_to_cutline by def...
Alexander Bruy
03:34 AM Bug report #13279 (Closed): Processing & SAGA
Closed as not relevant. Alexander Bruy
02:52 AM Bug report #15747: SAGA support broken for SAGA LTR version
To obtain the list of options to change, just download both interface descriptions from the wiki:
https://sourceforg...
Paolo Cavallini

2016-10-24

01:32 AM Feature request #15751 (Open): Add a standard repo for publishing online maps
Several plugins can produce fully functional web pages (most notably qgis2web, qgis2threejs, etc.).
The user however...
Paolo Cavallini
01:30 AM Revision b2587b7b (qgis): [FEATURE] Remove zonal stats plugin
This is now fully exposed via processing, which is the logical
place for this feature to reside.
One less c++ plugin...
Nyall Dawson
01:29 AM Revision e75b572b (qgis): [FEATURE] Remove dxf2shp converter plugin
This functionality is available in OGR and there is no longer
a need for a dedicated QGIS plugin to do this task
Mar...
Nyall Dawson
01:17 AM Revision 1367fd09 (qgis): Prepare commit converts single line doxygen block format
Flips single line doxygen comments to use the proper single line
format:
/*!< comment */ to //!< Comment
and
/...
Nyall Dawson
12:54 AM Revision 3ef8e6af (qgis): Minor doxygen improvements
Nyall Dawson
12:34 AM Revision af55c022 (qgis): Followup 4166a3, don't use QStringLiteral in definitions
Causes linker errors in some random cases Nyall Dawson
12:00 AM Bug report #15715: Segmentation fault on exit when using a QgsMapTool
Ah, yes, I have an idea why. If an object belonging to the canvas is referenced somewhere "outside" of qgis context a... Uros Bernik
11:55 PM Bug report #15715: Segmentation fault on exit when using a QgsMapTool
Yes, i've seen this suggested: http://gis.stackexchange.com/questions/206523/segmentation-fault-upon-exit-of-qgis-map... Uros Bernik
11:57 PM Bug report #15750: Processing: Clip raster by mask layer: enable -crop_to_cutline by default
Fixed with commit:7470b55.
Please backport it where appropriate.
Paolo Cavallini
11:51 PM Bug report #15750 (Closed): Processing: Clip raster by mask layer: enable -crop_to_cutline by def...
I think this is the most sensible default for the user. Paolo Cavallini
11:46 PM Bug report #15749 (Closed): Processing: gdal merge converts no data in 0
gdal merge, as it is used in Processing, converts no data in 0... Paolo Cavallini
05:41 PM Revision 794c8f3c (qgis): [DB_Manager GPKG] Fix creating and changing default values of columns
Even Rouault
05:01 PM Revision f84826d5 (qgis): [DB_Manager GPKG] Fix logic inversion in GDAL 1.X vs GDAL 2.X cases
Even Rouault
02:37 PM Revision cc0ada9f (qgis): Add a hyperlink to the processing tests readme
Matthias Kuhn
02:33 PM Revision 8f13d4e2 (qgis): typo fix
Harrissou Santanna
11:43 AM Revision 96e7883b (qgis): Add more links to test-relted README files
Sandro Santilli
11:20 AM Revision 31cd7a81 (qgis): Add link to processing test document
Sandro Santilli
10:33 AM Revision af236c4e (qgis): Merge pull request #3628 from rouault/dbmanager_gpkg
[DBManager] Add dedicated GeoPackage plugin Even Rouault
09:17 AM Revision 72229c1c (qgis): Merge pull request #3658 from nirvn/processing_modeler_mousewheel
[processing] fix modeleter mouse wheel zoom under qt5 Alexander Bruy
09:08 AM Bug report #15748 (Closed): Processing: Log tab in processing dialog misses text in between angle...
For some reason, text in between angled brackets disappears completely from log output found in the processing execut... Martijn Verkleij
08:27 AM Revision bb9e276d (qgis): Merge pull request #3660 from nyalldawson/qstringallc
Fix literal QString construction for Qt5/c++11 Nyall Dawson
08:05 AM Bug report #15747 (Closed): SAGA support broken for SAGA LTR version
Now that SAGA has an LTR policy, it is important to support it, by:
* adding SAGA LTR to Osge4W and OSX installers
...
Paolo Cavallini
07:26 AM Revision 4166a3ea (qgis): Fix most clazy qstring-unneeded-heap-allocations warnings
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
Nyall Dawson
07:14 AM Bug report #15742: Error in Basic statistics for numeric fields
Still true for 2.18 Paolo Cavallini
07:05 AM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
in 2.18, no error is displayed, even when layers are not created. Paolo Cavallini
04:06 AM Feature request #15746: Processing: enable GDALWARP_IGNORE_BAD_CUTLINE YES by default
The above mentionned GDAL 2.1.0 regression will be fixed in the upcomping GDAL 2.1.2 per https://trac.osgeo.org/gdal/... Even Rouault
04:02 AM Feature request #15746 (Closed): Processing: enable GDALWARP_IGNORE_BAD_CUTLINE YES by default
Currently gdalwarp fails in Processing and elsewhere:
gdalwarp -ot Float32 -q -of GTiff -cutline watersheds.shp -co
...
Paolo Cavallini
04:02 AM Revision 8fa8167d (qgis): Add a simple dialog for configuring text formatting
Nyall Dawson
04:02 AM Revision 687c66f5 (qgis): Add Points as valid render unit (for font sizes)
Nyall Dawson
04:02 AM Revision 5f241d62 (qgis): Implicitly shared text settings classes
Nyall Dawson
04:02 AM Revision 4d5e7536 (qgis): Flip QgsPalLayerSettings to use QgsTextRenderer classes
Nyall Dawson
04:02 AM Revision f6a344c2 (qgis): Add QgsTextFormatPanelWidget for text format control inside panel
Nyall Dawson
04:02 AM Revision 074ae421 (qgis): Restore separate handling of label component opacity
...in a way that avoids unnecessary detachments of the
settings objects
Nyall Dawson
04:02 AM Revision aac26228 (qgis): Remove option to show label shadow rectangles from GUI
...and instead just make it #ifdef out Nyall Dawson
04:02 AM Revision 76c12ba9 (qgis): Split QgsLabelingGui off into QgsTextFormatWidget
New widget allows for setting just the formatting properties
of text
Nyall Dawson
04:02 AM Revision 169b367c (qgis): [FEATURE] Allow label font size in mm/pixels
And all other label sizes (eg buffer size) now accept sizes in
pixels too
Nyall Dawson
04:02 AM Revision 25b3c633 (qgis): Remove unused QgsLabelPreview class
Nyall Dawson
04:02 AM Revision 0b88de24 (qgis): New widget QgsTextPreview for previewing all formatting for QgsTextRend...
Switch the labeling gui to use this widget, which has the benefits:
- previews all label settings, including shadow a...
Nyall Dawson
04:02 AM Revision e3517c6f (qgis): Fix text renderer not respecting min/max mm scale for map units (fix #1...
Nyall Dawson
04:02 AM Revision a5356011 (qgis): Test masks
Nyall Dawson
04:02 AM Revision e820da3c (qgis): Fix unit handling for labeling dialog
Nyall Dawson
04:02 AM Revision 08143475 (qgis): [FEATURE] QgsTextRenderer class for rich text rendering
Moves all the drawing code out of labeling into a new class
which just handles rendering text. This allows other part...
Nyall Dawson
04:02 AM Revision 5495f205 (qgis): Minor refactor of label drawing
Remove use of scale factors from PAL layer settings and use
render context factors directly
Nyall Dawson
04:02 AM Revision 4282474c (qgis): Respect render context antialiasing setting in text renderer
Nyall Dawson
03:59 AM Revision 79671103 (qgis): Merge pull request #3663 from nyalldawson/clazy3
Clazy qt5 optimisations - round 2 Nyall Dawson
03:42 AM Revision 2fab1b8b (qgis): Fix doxygen warnings/missing docs
Nyall Dawson
03:25 AM Revision b4e31012 (qgis): Fix bad snapping signal names
Nyall Dawson
03:24 AM Revision 5eb875d6 (qgis): [processing] Add algorithm to strip null geometries
Nyall Dawson
02:36 AM Revision 2fb8695d (qgis): Use isEmpty() rather than size() to check for empty lists
Nyall Dawson
02:36 AM Revision 8a742e94 (qgis): Fix some clazy container-inside-loop warnings
From the clazy docs:
"Finds places defining containers inside loops. Defining them
outside the loop and using resize...
Nyall Dawson
02:36 AM Revision 44289084 (qgis): Optimise passing of variables by ref/value
Nyall Dawson
02:36 AM Revision 3272964f (qgis): Fix classes which violate the rule-of-three
(identified using clazy analyser) Nyall Dawson
02:36 AM Revision 904b004d (qgis): Fix clazy missing-typeinfo warnings
From the clazy docs:
"Suggests usage of Q_PRIMITIVE_TYPE or Q_MOVABLE_TYPE in cases where
you're using QList<T> and ...
Nyall Dawson
02:36 AM Revision bdc39ff6 (qgis): Fix clazy reserve-candidates suggestions
Avoids repeated memory allocations Nyall Dawson

2016-10-23

12:41 AM Revision 12a7bb34 (qgis): [processing] Fix qgis zonal stats algorithm
Nyall Dawson
09:14 PM Revision 96a649e3 (qgis): Add missing bindings
Matthias Kuhn
08:54 PM Revision 54b953f4 (qgis): Cleanup and modernize QgsProject code
Matthias Kuhn
07:02 PM Bug report #14698 (Closed): No labels shown when font Size is set to Map unit for labels
Fixed in changeset commit:"e3517c6f4ca74360b8c99b6c5efc810b7327e0f0". Nyall Dawson
10:42 AM Feature request #6894: GRASS r.mapcalc cumbersome to use, issues on Windows
Currently the command is quite cumbersome:
* rasters have to be selected in the interface anyway (quite pointless fr...
Paolo Cavallini
08:38 AM Revision 28abbf95 (qgis): add *.py to .gitattributes
Jürgen Fischer
07:42 AM Revision 66b66ed4 (qgis): Update r.mapcalc.txt
Better description of r.mapcalc Paolo Cavallini

2016-10-22

11:23 PM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
AFAICT iterating is broken now in 2.16, so I raise the severity. Paolo Cavallini
11:10 PM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
Unsure whether it is the same error. Also running `SAGA:Clip raster with polygon` runs fine without iterative, but fa... Paolo Cavallini
10:03 AM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
Thanks. IMHO it is useful to backport it both to 2.14 and to 2.16 series. Paolo Cavallini
09:49 AM Bug report #15743: Processing: errors in underlying commands are not handled gracefully by iterat...
this is fixed in master
#b4562d143e6ef140e14b0cb9625ef923412db793
Looks like it is not backported...
Victor Olaya
09:38 AM Bug report #15743 (Closed): Processing: errors in underlying commands are not handled gracefully ...
When a command has an error, and is ran as iterative, the underlying error is not handled gracefully, and returns:
<...
Paolo Cavallini
11:03 PM Revision 14456470 (qgis): QgsVectorDataProvider API cleanup
Matthias Kuhn
09:54 PM Revision 6bf74b43 (qgis): fix #15744 (followup dbf6169)
Jürgen Fischer
09:20 PM Revision ec25df15 (qgis): Merge pull request #3659 from nyalldawson/clazy3
Fix clazy level 0 checks Nyall Dawson
02:46 PM Revision 1dca9383 (qgis): Fix some clazy "inefficient-qlist-soft" warnings
From the clazy docs:
Finds QList<T> where sizeof(T) > sizeof(void*).
QVector<T> should be used instead.
Nyall Dawson
02:46 PM Revision 498d03b8 (qgis): Fix clazy qstring-left warnings
From the clazy docs:
Finds places where you're using QString::left(0) instead
of QString::at(0). The later form is c...
Nyall Dawson
02:46 PM Revision 368a04a4 (qgis): Fix clazy "detaching-temporary" warnings
From the clazy docs:
Finds places where you're calling non-const member functions on
temporaries. For example getLis...
Nyall Dawson
02:46 PM Revision 35ecdd1a (qgis): Fix issues with writing to temporary objects
Nyall Dawson
02:46 PM Revision 06cf59a4 (qgis): Add missing references in Q_FOREACH loops
Nyall Dawson
02:46 PM Revision bd20fe42 (qgis): Fix clazy qvariant-template-instantiation warning
From the clazy docs:
Detects when you're using QVariant::value<Foo>() instead
of QVariant::toFoo().
The former resu...
Nyall Dawson
02:46 PM Revision ad13699a (qgis): Fix clazy temporary-iterator warning
Calling constBegin/constEnd on temporary container can result
in endless loop
Nyall Dawson
02:46 PM Revision a3968a29 (qgis): Fix clazy qmap-with-pointer-key warnings
From the clazy docs:
Finds cases where you're using QMap<K,T> and K is a pointer.
QMap has the particularity of sor...
Nyall Dawson
02:46 PM Revision fae8071a (qgis): Fix clazy qstring-arg warnings
Avoid chained QString::arg() calls and instead use the multi-arg
overload to save memory allocations
Nyall Dawson
02:46 PM Revision 94598314 (qgis): Remove unused variables
Nyall Dawson
02:46 PM Revision f2672151 (qgis): Fix clazy qfileinfo-exists warnings
From the clazy docs:
Finds places using QFileInfo("foo").exists() instead of the faster
version QFileInfo::exists("f...
Nyall Dawson
02:46 PM Revision ef511073 (qgis): Fix clazy "qstring-ref" warnings
From the clazy docs:
Finds places where QString::fooRef() should be used instead of
QString::foo(), to avoid tempora...
Nyall Dawson
12:54 PM Bug report #15744 (Closed): Processing do not load on QGIS 2.14.8/OSGeo4W
Fixed in changeset commit:"6bf74b437646c480595ead6765102a3f70825b4f". Jürgen Fischer
11:42 AM Bug report #15744 (Closed): Processing do not load on QGIS 2.14.8/OSGeo4W
... Giovanni Manghi
12:28 PM Revision 2cb69821 (qgis): release.pl: stay on same master* branch
(cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f) Jürgen Fischer
12:28 PM Revision 6acf0f74 (qgis): msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) Jürgen Fischer
12:26 PM Revision 0332f5ab (qgis): msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) Jürgen Fischer
12:12 PM Bug report #15745 (Closed): Processing iterate mode for QGIS tools creates empty files in "OSGeo4...
Pick any QGIS tool for vector layers and run it in iterate mode, leaving the output field empty.
Run the tool: the p...
Giovanni Manghi
09:33 AM Bug report #15742 (Closed): Error in Basic statistics for numeric fields
running the alg from Processing I get:... Paolo Cavallini
07:28 AM Revision 8ee25cdf (qgis): [processing] fix modeleter mouse wheel zoom under qt5
Mathieu Pellerin - nIRV
07:01 AM Revision ddc44dfd (qgis): [processing] fix modeler parameter mandatory checkbox logic
Mathieu Pellerin - nIRV
05:19 AM Revision a51bebda (qgis): Fix missing doc warning
Nyall Dawson
03:04 AM Bug report #15739: Wrong "Zoom to layer" extent on a shapefile layer with logically deleted records
2.14.8 (LTR) also affected [ missing in the Affected version set ] Sandro Santilli
03:04 AM Bug report #15739: Wrong "Zoom to layer" extent on a shapefile layer with logically deleted records
2.14.8 (LTR) also affected [ missing in the Affected version set ] Sandro Santilli

2016-10-21

01:03 AM Revision 3cc9b5d9 (qgis): Indentation
Nyall Dawson
12:21 AM Bug report #15741 (Closed): PostGIS issue when using 'Merge selected features' tool (Geometry t...
The 'Merge selected features' tool is also available for non touching features. This may cause data loss when using P... R. R.
11:24 PM Revision f5d61abf (qgis): Merge pull request #3655 from sebastic/patch-1
Fix copyright in 2017 Nyall Dawson
11:14 PM Revision 85818c68 (qgis): Fix copyright in 2017
Match copyright header with python code. Bas Couwenberg
10:59 PM Feature request #15740 (Open): Inform user of logically deleted records in shapefiles and allow r...
If a shapefile contains logically deleted records, the user is not informed about that.
The only thing a user can do...
Alessandro Sarretta
10:34 PM Bug report #15739 (Open): Wrong "Zoom to layer" extent on a shapefile layer with logically delete...
When clicking on the "Zoom to layer" function on a shapefile with logically-deleted records in the DBF, the zoom wron... Alessandro Sarretta
09:50 PM Feature request #13113: Support for multiple geometry in QGIS
Nathan Woodrow wrote:
> Support for mixed geometry types in one layer isn't going to happen in QGIS for a long time i...
Tomasz Nycz
03:04 PM Revision d527c857 (qgis): Missing import fixed for R algorithm
matteo ghetta
02:22 PM Revision bde0f6ee (qgis): Merge pull request #3650 from nirvn/processing_spatialite_sql
[processing] add a "Spatialite execute SQL" algorithm Alexander Bruy
02:15 PM Revision 6d30c628 (qgis): Release of 2.14.8
Jürgen Fischer
02:14 PM Revision f60e1ef1 (qgis): changelog and news update for 2.18
Jürgen Fischer
02:14 PM Revision b7fe4bb2 (qgis): Release of 2.18 (Las Palmas)
Jürgen Fischer
02:12 PM Revision cc429785 (qgis): release.pl: stay on same master* branch
Jürgen Fischer
12:01 PM Revision a37d2e6a (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:59 AM Revision 009c0ea0 (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:58 AM Revision 1fbca7eb (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:57 AM Revision 2b9f475a (qgis): [BUGFIX][QGIS-Server] Don't failed when transform boundingbox
René-Luc ReLuc
11:11 AM Revision 2475ee57 (qgis): Allow 0 (infinite) for scale dependent visibility
Fix #15414 Matthias Kuhn
11:11 AM Revision 35f9aa29 (qgis): Restore layer variables when loading QML
Fix #14452 Matthias Kuhn
11:04 AM Revision b6ee2391 (qgis): Hide constraint warnings when there are no constraints
Matthias Kuhn
11:04 AM Revision b4ff6683 (qgis): Fix icon size for constraint warning
Matthias Kuhn
11:02 AM Revision d5d3eeee (qgis): 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 vi...
Matthias Kuhn
10:58 AM Revision 04e37966 (qgis): [postgres] Avoid crash when fetching default value fails
Matthias Kuhn
10:30 AM Revision aa5d359b (qgis): [pyqgis-console] APIs file updated
Salvatore Larosa
10:27 AM Feature request #10947: Use Filter() instead of STIntersects() for better performance in MSSQL
I think 4) is more complex to implement than 3).
Because 3) would also improve performance a lot, I want to propose t...
Markus Woehling
09:44 AM Revision fd264098 (qgis): Revert "[processing] correct check for empty extent values. MAde extent...
This reverts commit 8de56bf01a38fd75574a3a5bac1bcd52b0d88c55. Victor Olaya
09:37 AM Revision 8de56bf0 (qgis): [processing] correct check for empty extent values. MAde extent params ...
Victor Olaya
09:37 AM Revision 2efb544b (qgis): [processing] make CRS extent optional in gdal wapr
Victor Olaya
09:20 AM Revision f35c60ad (qgis): Revert "Make Extent and Extent CRS GDAL parameters optional"
This reverts commit dc2df62b88cdc01b0fc8839779da44fb87ccd213. Victor Olaya
09:19 AM Bug report #15738 (Closed): Repeated segfault when merging and editing polygons
Steps to reproduce:
Open the attached shape file that contains a set of polygons.
Select two polygons.
Merge the poly...
Karl Kastner
09:10 AM Revision a965a132 (qgis): Fix import of shapefiles to postgres - regression introduced in 5abdfcb...
Martin Dobias
08:09 AM Revision 81e86acc (qgis): Merge pull request #3651 from nirvn/processing_modeler_fix
[processing] fix broken modeler under pyqt5/python3 (fixes #15734) Victor Olaya
07:20 AM Revision 70a4ee75 (qgis): Merge pull request #3649 from nyalldawson/strip_null
[processing] Add algorithm to strip null geometries Nyall Dawson
06:57 AM Revision ded486c0 (qgis): [processing] Fix bad grammer in qgis alg help
Nyall Dawson
05:19 AM Revision 1c2f0de9 (qgis): Hide import/export buttons for arcgis services as they do not work (fix...
Martin Dobias
05:11 AM Revision bd7149ce (qgis): [processing] fix broken modeler under pyqt5/python3 (fixes #15734)
Mathieu Pellerin - nIRV
05:05 AM Revision 772f2019 (qgis): [processing] add a spatialite execute SQL algorithm
Mathieu Pellerin - nIRV
05:05 AM Revision d83e650a (qgis): [processing] make spatialite connector work with python3
Mathieu Pellerin - nIRV
04:04 AM Bug report #15737: Editing a form opened via openFeatureForm crashes qgis
It seems that only osgeo4w is not affected Regis Haubourg
02:34 AM Bug report #15737 (Closed): Editing a form opened via openFeatureForm crashes qgis
Hi,
on 2.16.3 (either compiled or from binaries) and master 7d00cae4bbb723aaf4a2c1e51a9a485c402bc180 (23th of septe...
Regis Haubourg
03:36 AM Revision 75d98ec9 (qgis): Fix legend test images after changes in b385ebd
Martin Dobias
02:46 AM Revision 37484979 (qgis): [processing] Add algorithm to strip null geometries
Nyall Dawson
02:09 AM Bug report #10828: project loading and adding/removing layers is slow if project has composers
Got the same problem as well under Linux, as under Windows 7 and 10. QGIS VErsion 16.3 and 16.1.
I got a project with...
Bjoern Gessler
02:08 AM Bug report #15499: Qgis Desktop 2.14.5 and 2.16 Projects with Multiple Composers Loading Very Slowly
Got the same problem as well under Linux, as under Windows 7 and 10. QGIS VErsion 16.3 and 16.1.
I got a project with...
Bjoern Gessler

2016-10-20

01:27 AM Feature request #15736 (Open): Switch all labels on/off
In complex projects, if labels are very cluttered, it is often useful to switch them all off. Currently this requires... Paolo Cavallini
01:11 AM Bug report #15735 (Closed): Wrong "Show feature count" on a shapefile layer with logically delete...
Loading a shapefile with logically-deleted records in the DBF includes the logically-deleted records in the count sho... Sandro Santilli
01:10 AM Bug report #15685: Processing gdalwarp issues
yes, make sense to me
Thanks a lot!
Victor Olaya
01:04 AM Bug report #15685 (Reopened): Processing gdalwarp issues
Ok, sorry for the light push (I was hoping the testsuite would have caught regressions)
For the record, master_2 rev...
Sandro Santilli
01:04 AM Bug report #15685 (Reopened): Processing gdalwarp issues
Ok, sorry for the light push (I was hoping the testsuite would have caught regressions)
For the record, master_2 rev...
Sandro Santilli
01:04 AM Bug report #15685 (Reopened): Processing gdalwarp issues
Ok, sorry for the light push (I was hoping the testsuite would have caught regressions)
For the record, master_2 rev...
Sandro Santilli
01:04 AM Bug report #15685 (Reopened): Processing gdalwarp issues
Ok, sorry for the light push (I was hoping the testsuite would have caught regressions)
For the record, master_2 rev...
Sandro Santilli
12:25 AM Bug report #15685: Processing gdalwarp issues
Sandro
I had to revert your change. It breaks many places where extents are used, and also it modifies the syntax of...
Victor Olaya
01:06 AM Revision 36d3fef0 (qgis): Merge pull request #3623 from nyalldawson/true_north_214
[composer] Backport fixes for true north handling to 2.14 Nyall Dawson
11:23 PM Revision 00653d2d (qgis): Legend test mask updates
Nyall Dawson
11:08 PM Bug report #15734 (Closed): processing: graphical modeler broken under master
Fixed in changeset commit:"81e86accc395b8fb93a73e666d9ac772bcdced7c". Victor Olaya
08:13 PM Bug report #15734: processing: graphical modeler broken under master
PR submitted (https://github.com/qgis/QGIS/pull/3651). Mathieu Pellerin - nIRV
07:08 PM Bug report #15734 (Closed): processing: graphical modeler broken under master
When trying to add any parameter to a new model, processing throws the following error:... Mathieu Pellerin - nIRV
08:26 PM Bug report #15637: ArcGIS MapServer Services Export not working
Turns out the support for import/export of connections for arc rest services was never there, so for the meanwhile I ... Martin Dobias
08:20 PM Bug report #15637 (Closed): ArcGIS MapServer Services Export not working
Fixed in changeset commit:"1c2f0de9fbea8e90c9d20036bfa1601c1d192a89". Martin Dobias
08:09 PM Revision dbf61698 (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:09 PM Revision a7092ca3 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
08:09 PM Revision b2a2c188 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:04 PM Revision 7ff08835 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:03 PM Revision 2c6ebf1d (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:03 PM Revision e64a96f5 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
08:02 PM Revision 4730d250 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
08:02 PM Revision 62a94361 (qgis): Using QVariant.Type enum instead of numbers for readability.
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed) gcarrillo -
08:02 PM Revision 89fa21e5 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
07:19 PM Bug report #4863: Should hidden layers be editable/selectable?
I think a possible use case where to use this function is when editing very complex features that cause slow renderin... Alessandro Sarretta
07:02 PM Revision 649d41f1 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
Alexander Bruy
07:02 PM Revision 6df926df (qgis): Using QVariant.Type enum instead of numbers for readability.
gcarrillo -
07:02 PM Revision be25a29d (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
gcarrillo -
06:22 PM Revision 5c47bd69 (qgis): release.pl:
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG
(cherry picked from com...
Jürgen Fischer
06:16 PM Revision 20139842 (qgis): fix translation strings
Jürgen Fischer
06:10 PM Revision 09db6e4a (qgis): release.pl:
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG
Jürgen Fischer
05:38 PM Bug report #15686: Save as Image from WMS/WMTS has reprojection issues
Reprojection was performed by selecting the target SRS in the "Save As" dialog. The resolution in both case was set t... whatnick -
05:20 PM Revision 10cab93c (qgis): Fix building of legend node tree if embedded widgets are used in the layer
Martin Dobias
05:20 PM Revision b385ebd9 (qgis): 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 fr...
Martin Dobias
05:20 PM Revision f4e1e6f6 (qgis): Fix reordering and removal of legend nodes in composer legend
Martin Dobias
05:12 PM Revision 5ae0e784 (qgis): 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
Matthias Kuhn
04:42 PM Revision 01e570cc (qgis): Revert "Check validity of input geometries in intersection algorithm"
This reverts commit dbbbf610cfcf3fa655118d73d27a197ac1b3b224.
Has broken some tests, needs more investigation
Matthias Kuhn
04:09 PM Revision dbbbf610 (qgis): Check validity of input geometries in intersection algorithm
Fail if invalid geometries are found.
And some easy performance wins. Just because.
Fix #11986
Matthias Kuhn
03:06 PM Bug report #15727 (Closed): Eliminate sliver polygons fails when dealing with fields of type Long.
Solved by this commit: #6df926dfe6e3e8f7ac330fbb9206dc69492da6ed gcarrillo -
02:55 PM Revision fba53db7 (qgis): Followup a6a4f2ed: clean pre-cxx-11 garbage
Matthias Kuhn
02:05 PM Revision 9bab3fa3 (qgis): Fix build warning
Matthias Kuhn
12:56 PM Revision 58be4fc8 (qgis): Rename visibility presets to map themes part 2
Matthias Kuhn
12:56 PM Revision 067e5905 (qgis): Update snapping settings widget when avoid intersection list changes
Matthias Kuhn
12:56 PM Revision 0f93fb0b (qgis): Q_PROPERTYze QgsCoordinateReferenceSystem::unitType
Matthias Kuhn
12:56 PM Revision f6046681 (qgis): Remove QgsSnappingDialog
Matthias Kuhn
12:56 PM Revision 3e83fafc (qgis): Expose QgsUnitTypes to QML
Matthias Kuhn
12:56 PM Revision 85c105d6 (qgis): Move management of avoidIntersectionLayers to QgsProject
Matthias Kuhn
12:56 PM Revision 5c919fbc (qgis): Move topological editing setting management fully to QgsProject
Matthias Kuhn
12:56 PM Revision a6a4f2ed (qgis): Enable C++11 by default
Matthias Kuhn
12:56 PM Revision 80641488 (qgis): Make QgsPoint a Q_GADGET
Matthias Kuhn
12:56 PM Revision 64d3c788 (qgis): Use toolbar or status bar for snapping config
Denis Rouzaud
12:56 PM Revision bb23d6eb (qgis): Move snapping options to project menu
Matthias Kuhn
12:55 PM Revision f3482d2c (qgis): Rename visibility presets to map themes part 2 (#3641)
Matthias Kuhn
12:54 PM Revision bb225f56 (qgis): Improve db_manager README
Matthias Kuhn
12:49 PM Revision e0d8db72 (qgis): Rename README to README.md
Matthias Kuhn
12:30 PM Bug report #11986: Intersection returns the wrong result
Anonymous wrote:
> Fixed in changeset commit:"dbbbf610cfcf3fa655118d73d27a197ac1b3b224".
I can see that sanity check...
Evangelos Rozos
07:45 AM Bug report #11986 (Closed): Intersection returns the wrong result
Fixed in changeset commit:"dbbbf610cfcf3fa655118d73d27a197ac1b3b224". Anonymous
12:15 PM Bug report #15708: qgis master error during cmake configure
Those are just warnings, not errors. Does the further compilation process finish successfully? Johannes Kroeger
11:47 AM Revision 57b40618 (qgis): [processing] fixed dialog for selecting scripts
(cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d) Victor Olaya
11:46 AM Revision f0f093b5 (qgis): [processing] fixed dialog for selecting scripts
(cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d) Victor Olaya
11:30 AM Revision b9c2ab2b (qgis): Merge pull request #3646 from alexbruy/processing-otb-test
[processing] add tests for OTB algorithms Alexander Bruy
11:13 AM Revision a3ebc7bd (qgis): [processing] add test for ParameterSelection
Alexander Bruy
11:13 AM Revision 7bd43159 (qgis): [processing] expose zonal statistics from Zonal statistics plugin in to...
Alexander Bruy
11:13 AM Revision 8f7183b2 (qgis): [processing] add icon for zonal statistics tool
Alexander Bruy
10:51 AM Revision 06976a2e (qgis): 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 ...
Sandro Santilli
10:51 AM Revision 79718153 (qgis): Do not pass None to len()
Sandro Santilli
10:31 AM Revision ea0ad5dd (qgis): Merge pull request #3592 from alexbruy/processing-interpolation
[processing] add interpolation tools Alexander Bruy
10:28 AM Revision df90e6b9 (qgis): [processing] remove unused test data
Alexander Bruy
10:28 AM Revision 2778a8fe (qgis): [processing] minor formatting fixes to the OTB README
Alexander Bruy
10:28 AM Revision fd8379c1 (qgis): [processing] remove unused file
Alexander Bruy
10:28 AM Revision b9d5b2c4 (qgis): fix conflicts
Alexander Bruy
10:19 AM Revision 2d4e3da8 (qgis): Merge pull request #3647 from nirvn/composer_attribute_table_fix
[composer] fix attribute table widget connect warning Nyall Dawson
10:17 AM Revision 47222749 (qgis): Fix calculation of transparent region
Nyall Dawson
10:02 AM Revision 69e8da0f (qgis): [composer] fix attribute table widget connect warning
Mathieu Pellerin - nIRV
09:38 AM Revision 02fc2b08 (qgis): Fix missing commit
Nyall Dawson
09:36 AM Revision 7cfe0412 (qgis): Update test mask
Nyall Dawson
09:32 AM Revision bc30cdf4 (qgis): Followup c9251c, fix crash
Nyall Dawson
09:30 AM Revision 961f6be5 (qgis): Merge pull request #3642 from rldhont/fix_server_legend_layertitle-rele...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
09:08 AM Revision dc2df62b (qgis): 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 ...
Sandro Santilli
08:50 AM Feature request #15733 (Open): improve qml API to allow filtering different layer definition sect...
QML API currently saves the whole layer definition which leads to caveats in project handling.
One is that saving m...
Regis Haubourg
08:46 AM Revision 3bdc77d3 (qgis): Merge pull request #3645 from nirvn/linefillpattern_fix
[symbology] prevent creation of a zero width/height line pattern image (fixes #15728) Nyall Dawson
08:40 AM Revision deb3dc71 (qgis): Backport [processing] ensure that outputs of vector overlay operations ...
Matthias Kuhn
08:23 AM Revision 7b22f5d8 (qgis): TEST: add a test for otb conversion application (simpler than bandmath)
Manuel Grizonnet
08:23 AM Revision 3212d393 (qgis): [symbology] prevent creation of a zero width/height line pattern image ...
Mathieu Pellerin - nIRV
08:23 AM Revision d4f410a3 (qgis): Install OTB in QGIS Travis CI script to be able to run OTB test
Alexander Bruy
08:22 AM Revision a7d4b19f (qgis): update readme for otb maintenance script
Alexander Bruy
08:21 AM Revision afea25bd (qgis): BUG: add version 5.4 to supported version
Manuel Grizonnet
08:21 AM Revision 1e7018f0 (qgis): TEST: add test of OTB BandMath application in processing
Manuel Grizonnet
08:21 AM Bug report #15448 (Closed): Last diagram attribute not shown in "layers panel" layer's legend
Fixed in changeset commit:"b385ebd9ba9272516eed61e5825a603fcee969e9". Martin Dobias
08:19 AM Revision 1f5fb809 (qgis): Fix backport of "force multitype output on processing overlay ops"
Matthias Kuhn
07:11 AM Revision 2b8bf500 (qgis): Fix bad backport. pt 2
Nyall Dawson
05:58 AM Revision 6c0752e7 (qgis): Fix bad backports
Nyall Dawson
05:06 AM Bug report #15713 (Closed): processing: grass7 algorithms broken, (falsely) claims grass7 not ins...
All good now. Thanks again Victor. Mathieu Pellerin - nIRV
05:06 AM Bug report #15713 (Closed): processing: grass7 algorithms broken, (falsely) claims grass7 not ins...
All good now. Thanks again Victor. Mathieu Pellerin - nIRV
05:06 AM Bug report #15713 (Closed): processing: grass7 algorithms broken, (falsely) claims grass7 not ins...
All good now. Thanks again Victor. Mathieu Pellerin - nIRV
03:59 AM Bug report #15713 (Feedback): processing: grass7 algorithms broken, (falsely) claims grass7 not i...
Alexander Bruy
04:27 AM Bug report #15668: Raster Translate doesn't read output format
I have a similar problem with QGIS LTR 2.14.7, QGIS 2.16.3 and QGIS 2.17 under windows 64 bits (install OSGeo4W 64 bi... Olivier ATHIMON
04:27 AM Bug report #15668: Raster Translate doesn't read output format
I have a similar problem with QGIS LTR 2.14.7, QGIS 2.16.3 and QGIS 2.17 under windows 64 bits (install OSGeo4W 64 bi... Olivier ATHIMON
04:27 AM Bug report #15668: Raster Translate doesn't read output format
I have a similar problem with QGIS LTR 2.14.7, QGIS 2.16.3 and QGIS 2.17 under windows 64 bits (install OSGeo4W 64 bi... Olivier ATHIMON
04:25 AM Bug report #15732 (Closed): Feature rendering order has no effect on 2.5D renderer
If you use the 2.5D renderer, the "Control feature rendering order" is ticked and pre-filled with the fancy 2.5D form... Johannes Kroeger
04:18 AM Bug report #15731 (Closed): Draw effects have no effect on 2.5D Renderer styles
Use the 2.5D renderer on a polygon layer.
Turn on or off any Draw Effects.
Nothing happens.
Johannes Kroeger
04:03 AM Bug report #14513: Bad Interpolation TIN (displacement and hole) when too many points inside pixe...
The problem of TIN Interpolation always exists in QGIS LTR 2.14.7, QGIS 2.16.3 and QGIS 2.17...
Any solution Maximil...
Olivier ATHIMON
03:56 AM Bug report #15712 (Rejected): Dissolve function crash QGIS 2.16.3
Duplicates #15707 Alexander Bruy
03:56 AM Bug report #15712 (Rejected): Dissolve function crash QGIS 2.16.3
Duplicates #15707 Alexander Bruy
03:56 AM Bug report #15712 (Rejected): Dissolve function crash QGIS 2.16.3
Duplicates #15707 Alexander Bruy
03:15 AM Bug report #15721: WFS 2.0 does not use srsDimension
I use this tag for severe not for regression.
I follow the documentation : Severe/Regression: a bug that makes QGIS t...
Thibault Coupin
02:27 AM Bug report #15721 (Feedback): WFS 2.0 does not use srsDimension
Why tagging this as regression? did it worked as expected in previous qgis releases? cheers! Giovanni Manghi
02:27 AM Bug report #15721 (Feedback): WFS 2.0 does not use srsDimension
Why tagging this as regression? did it worked as expected in previous qgis releases? cheers! Giovanni Manghi
03:05 AM Bug report #15730 (Closed): "Geometry tools" vector menu entry is duplicated
One containers the "geometry checker" and the other the classical "ftools" tools. Giovanni Manghi
02:33 AM Bug report #15729 (Closed): Processing/master: GRASS region extent should not be mandatory for ve...
Apperently in the latest Processing/master_2 the GRASS region has become a mandatory parameter for vector tools. This... Giovanni Manghi

2016-10-19

01:51 AM Bug report #15685 (Closed): Processing gdalwarp issues
Fixed in changeset commit:"06976a2e87737c755f5783243e09185e7c872e06". Sandro Santilli
01:41 AM Bug report #15685: Processing gdalwarp issues
Sandro Santilli wrote:
> Because this ticket reports too many bugs and is more useful to restrict the scope of ticket...
Giovanni Manghi
12:58 AM Bug report #15685: Processing gdalwarp issues
Because this ticket reports too many bugs and is more useful to restrict the scope of tickets.
You can see from the t...
Sandro Santilli
12:51 AM Bug report #15685 (Reopened): Processing gdalwarp issues
Sandro Santilli wrote:
> Please file a new ticket if you see problems with GDAL-1.x.
why should I file a new ticket ...
Giovanni Manghi
12:49 AM Bug report #15685 (Closed): Processing gdalwarp issues
Please file a new ticket if you see problems with GDAL-1.x. Sandro Santilli
12:49 AM Bug report #15685 (Closed): Processing gdalwarp issues
Please file a new ticket if you see problems with GDAL-1.x. Sandro Santilli
12:43 AM Bug report #15685 (Reopened): Processing gdalwarp issues
The problems with gdal < 2.* has to be fixed and/or retested after this latest patches. Giovanni Manghi
12:43 AM Bug report #15685 (Reopened): Processing gdalwarp issues
The problems with gdal < 2.* has to be fixed and/or retested after this latest patches. Giovanni Manghi
12:09 AM Bug report #15685 (Closed): Processing gdalwarp issues
Fixed in changeset commit:"dc2df62b88cdc01b0fc8839779da44fb87ccd213". Sandro Santilli
09:43 AM Bug report #15685: Processing gdalwarp issues
I tested your patches on master_2 (gdal 2.*).
If the "raster extent..." is left blank is all ok, no automatically ad...
Giovanni Manghi
03:11 AM Bug report #15685: Processing gdalwarp issues
Giovanni can you test this change ?
https://github.com/qgis/QGIS/pull/3638
Sandro Santilli
03:11 AM Bug report #15685: Processing gdalwarp issues
Giovanni can you test this change ?
https://github.com/qgis/QGIS/pull/3638
Sandro Santilli
03:02 AM Bug report #15685: Processing gdalwarp issues
The param is already non-mandatory, but the *GUI* currently intercept a blank value to signify "use min extent" rathe... Sandro Santilli
02:54 AM Bug report #15685: Processing gdalwarp issues
Sandro Santilli wrote:
> I found the culprit of non-optionality being gui/ExtentSelectionPanel, which takes an empty ...
Giovanni Manghi
02:51 AM Bug report #15685: Processing gdalwarp issues
I found the culprit of non-optionality being gui/ExtentSelectionPanel, which takes an empty string as meaning "use mi... Sandro Santilli
02:29 AM Bug report #15685: Processing gdalwarp issues
I'm trying to figure what sets that raster extent, beause at the time getConsoleCommands is reached (in algs/gdal/war... Sandro Santilli
12:21 AM Revision 8c7d772f (qgis): Further optimisations to nonTransparentImageRect calculation
Nyall Dawson
11:50 PM Revision c9251c57 (qgis): Avoid creating multiple render contexts when calculating legend
node size
Partial fix for qgis slowdown when using layer with large
number of legend nodes
Nyall Dawson
11:45 PM Bug report #15728 (Closed): line pattern fill symbology throws qpainter warnings when line space ...
Fixed in changeset commit:"3bdc77d3daa4257c926932204ff4a9340084788a". Nyall Dawson
11:27 PM Bug report #15728: line pattern fill symbology throws qpainter warnings when line space in map un...
PR submitted (https://github.com/qgis/QGIS/pull/3645). Mathieu Pellerin - nIRV
11:27 PM Bug report #15728: line pattern fill symbology throws qpainter warnings when line space in map un...
PR submitted (https://github.com/qgis/QGIS/pull/3645). Mathieu Pellerin - nIRV
10:15 PM Bug report #15728 (Closed): line pattern fill symbology throws qpainter warnings when line space ...
When the line pattern fill symbology uses map unit line spacing value and the scale forces the line spacing to effect... Mathieu Pellerin - nIRV
10:27 PM Revision 2d79b421 (qgis): Fix more occurances of drawPolygon issues on Windows
(cherry-picked from 4bcd97066f0c52f6f4f95adc665193bca0ab4a93) Nyall Dawson
10:27 PM Revision 17199337 (qgis): Select all text after reset line edit to null
Nyall Dawson
10:27 PM Revision a3e22f66 (qgis): Fix badly worded string
(cherry-picked from 4b398d3c80ce76503b285bdd82859a16dfc4cb7d) Nyall Dawson
10:27 PM Revision 6d92ed45 (qgis): [legend] insure multi-line labels are vertically centered with tall sym...
(cherry-picked from 455874258cfe7deeb4de888483adbedd97c4da7b) Mathieu Pellerin - nIRV
09:28 PM Revision 4cc7623d (qgis): Defer processing of dropped files
On Windows (and maybe other platforms) Qt locks the dragging
application for the duration of dropEvent. This means th...
Nyall Dawson
09:10 PM Bug report #15715 (Closed): Segmentation fault on exit when using a QgsMapTool
It looks like your "gui" variable with canvas and a map tool still lives when QGIS libs have been already uninitializ... Martin Dobias
09:10 PM Bug report #15715 (Closed): Segmentation fault on exit when using a QgsMapTool
It looks like your "gui" variable with canvas and a map tool still lives when QGIS libs have been already uninitializ... Martin Dobias
08:01 PM Bug report #15727 (Closed): Eliminate sliver polygons fails when dealing with fields of type Long.
With Shapefiles such as [1] that have fields of type Long, the _Eliminate sliver polygons_ QGIS algorithm throws an e... gcarrillo -
06:51 PM Feature request #15726 (Open): print composer - ability to run python before / during / after exp...
Adding the ability to run custom python functions in the print-composer export process would allow for additional aut... Jesse McMillan
06:21 PM Revision d1859290 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
06:17 PM Revision b6588cd9 (qgis): Merge pull request #3636 from rldhont/fix_server_legend_layertitle-rele...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
04:42 PM Feature request #15725 (Open): Replace a data source in QGIS given a symbology with many layers
Given a complex QGIS style file (project file .qgs with related symbols) which consists of many layers (>20), which r... Sfkeller -
04:30 PM Bug report #15369: layer rendering very slow and QGIS crashes with large number of rule based sym...
Updates made by other people to this ticket appear to suggest that the reported issue was *slow rendering*. In fact t... Chris Freyberg
06:35 AM Bug report #15369: layer rendering very slow and QGIS crashes with large number of rule based sym...
I can confirm that changing from categorized to rule based renderer with a large number of rules makes rendering magn... Andreas Neumann
04:22 PM Revision ff99816f (qgis): Followup: respect API changes
Matthias Kuhn
04:18 PM Revision 1a05c70c (qgis): [processing] ensure that outputs of vector overlay operations are multi...
Mathieu Pellerin - nIRV
03:43 PM Revision 58f31f1a (qgis): [processing] add tests for interpolation tools
Alexander Bruy
03:07 PM Revision 18f4238a (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
03:03 PM Revision 24f3cc55 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
03:03 PM Revision 7cec8592 (qgis): [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 ImportI... René-Luc ReLuc
02:58 PM Revision cf600495 (qgis): [processing] ensure that outputs of vector overlay operations are multi...
Mathieu Pellerin - nIRV
02:39 PM Revision 56ced864 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
02:39 PM Revision 2b01c7ce (qgis): [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 ImportI... René-Luc ReLuc
02:38 PM Revision d236e303 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
02:35 PM Revision 010fc7c6 (qgis): Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import
René-Luc ReLuc
01:59 PM Revision ca66951a (qgis): [processing] add icons for interpolation tools
Alexander Bruy
01:59 PM Revision 774965c2 (qgis): [processing] expose TIN interpolation from interpolation plugin in toolbox
Alexander Bruy
01:58 PM Revision f7575e08 (qgis): [processing] expose IDW interpolation from Interpolation plugin in toolbox
Alexander Bruy
01:41 PM Revision 003504aa (qgis): [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 ImportI... René-Luc ReLuc
01:40 PM Revision 5d4cf2fd (qgis): Merge pull request #3625 from rldhont/db_manager_lowercaseFieldNames
[DB Manager] Allow lowercase field names for homogenize PostGIS Import René-Luc ReLuc
01:17 PM Bug report #15724: Crash - seg fault on project open
A copy of the project file can be found here:
https://www.dropbox.com/s/2pxtodg66c8qelx/project_crash.qgs?dl=1
Unfor...
Spencer Gardner
12:33 PM Bug report #15724 (Feedback): Crash - seg fault on project open
Can you share the project? Nyall Dawson
10:35 AM Bug report #15724: Crash - seg fault on project open
Just noticed that my dump file was too big for an attachment. It can be downloaded from here:
https://www.dropbox.com...
Spencer Gardner
10:33 AM Bug report #15724 (Closed): Crash - seg fault on project open
A coworker has been developing a map that has started crashing when he tries to open it. The crash occurs both on Win... Spencer Gardner
01:03 PM Revision a9795ad8 (qgis): [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 ImportI... René-Luc ReLuc
12:32 PM Bug report #15273: Geopackage layer extent wrong
Fix requires GDAL 2.1.2 or later to work Even Rouault
12:32 PM Bug report #15273: Geopackage layer extent wrong
Fix requires GDAL 2.1.2 or later to work Even Rouault
12:32 PM Bug report #15273: Geopackage layer extent wrong
Fix requires GDAL 2.1.2 or later to work Even Rouault
12:09 PM Revision c1303727 (qgis): doc: fixed processing's description for v.extract (#3637)
Jaka Kranjc
11:41 AM Revision be8f6e07 (qgis): Merge pull request #3627 from rldhont/fix_server_legend_layertitle-mast...
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
11:15 AM Revision 41fafd69 (qgis): [processing] support MultiPoint geometries in Delaunay triangulation
Piotr Pociask
11:15 AM Revision 3af23036 (qgis): Test for multipoint Delaunay triangulation
Piotr Pociask
11:15 AM Revision cd0fefb4 (qgis): [processing] Update voronoi classes for Python3; update expected data f...
Piotr Pociask
10:19 AM Revision 838bf795 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
09:17 AM Revision 133a6f5a (qgis): Fix crash upon setting non-integer Dpi while in debug mode
Closes #15566 Sandro Santilli
09:06 AM Revision acf74a65 (qgis): Fix crash upon setting non-integer Dpi while in debug mode
Closes #15566 Sandro Santilli
08:21 AM Revision f289ef32 (qgis): [processing] add missed spatial index constructor
Alexander Bruy
08:19 AM Revision ee9e1c33 (qgis): [processing] add missed spatial index constructor (follow up 700441eec9)
Alexander Bruy
07:56 AM Bug report #15097 (Reopened): Issues when running "Import into PostGIS" in batch mode
@volaya @alexbruy
tested the latest master_2
"missing parameter value: Table to import..."
when leaving the table n...
Giovanni Manghi
07:56 AM Bug report #15097 (Reopened): Issues when running "Import into PostGIS" in batch mode
@volaya @alexbruy
tested the latest master_2
"missing parameter value: Table to import..."
when leaving the table n...
Giovanni Manghi
06:36 AM Revision 1a51a757 (qgis): Merge pull request #3631 from nirvn/legend_vertical_alignment_2
[legend] insure multi-line labels are vertically centered with tall symbols Nyall Dawson
05:22 AM Bug report #3673 (Closed): Offline edit: do not allow select not PostGIS/WFS-T layers
Matthias Kuhn
05:19 AM Bug report #15591 (Closed): Minscale down to 1:1 only
Fixed in 1f1898df1616ce5d3239bf2257470dd2c6b96566 Matthias Kuhn
05:18 AM Bug report #10560 (Closed): Wrong feature count after edit
@Ervin, make sure you use the layer.add/remove/etcFeature() methods and not layer.dataProvider().add/remove/etcFeatur... Matthias Kuhn
05:14 AM Bug report #15463 (Closed): Layer "Scale dependent visibility" doesn't work anymore since 2.16
I assume that commit:1f1898df1616ce5d3239bf2257470dd2c6b96566 fixes this issue.
Basically, in 2.12, the scale "0" ...
Matthias Kuhn
05:02 AM Revision 45587425 (qgis): [legend] insure multi-line labels are vertically centered with tall sym...
Mathieu Pellerin - nIRV
04:33 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
fix only for 2.14 and release-2_18 because probably the issue is not present in qgis3 due the different ssl infrastru... Luigi Pirelli
04:21 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
created two PR
for 2.14: https://github.com/qgis/QGIS/pull/3640
for 2.18: https://github.com/qgis/QGIS/pull/3671
Luigi Pirelli
04:31 AM Bug report #15722: Geopackage attribute table issues
Here is an example GoePackage with example table and view.
Thanks a lot for any hint!
Radek Pasiok
03:42 AM Bug report #15722 (Closed): Geopackage attribute table issues
On QGIS 2.14.7 (ed8807c) Windows OSGeo4W 64-bit attribute table doesn't contain primary key column (QGIS 2.16+ is doi... Radek Pasiok
04:28 AM Bug report #15723 (Closed): Labels not showing when adding them using Python
I have a simple vector polygon layer with one feature. Using python I create a simple label displaying the area of th... Casper Børgesen
02:31 AM Revision 4bcd9706 (qgis): Fix more occurances of drawPolygon issues on Windows
Nyall Dawson
02:03 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Arnaud: note that as long as we store the value in a double, 18 digits just won't fit, so the value would be changed ... Sandro Santilli

2016-10-18

01:53 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Hello Sandro,
It's me that change this some times ago, because the french ministry of developement says that importi...
Arnaud Morvan
01:49 AM Bug report #15685: Processing gdalwarp issues
Sandro Santilli wrote:
> And the issue is that "-te" is computed wrong ? Or "-te" should not be passed in at all ?
i...
Giovanni Manghi
01:46 AM Bug report #15685: Processing gdalwarp issues
And the issue is that "-te" is computed wrong ? Or "-te" should not be passed in at all ? Sandro Santilli
01:37 AM Bug report #15685: Processing gdalwarp issues
Hi Sandro,
I'm sorry to me the description is clear and detailed
Sandro Santilli wrote:
> I'm trying to reproduce, ...
Giovanni Manghi
01:18 AM Bug report #15685: Processing gdalwarp issues
Giovanni: maybe it would be more useful to split this report in 3 different tickets ?
It's not easy to understand wha...
Sandro Santilli
01:12 AM Bug report #15685 (In Progress): Processing gdalwarp issues
I'm trying to reproduce, can you confirm I should be useing the "Warp (reproject)" processing tool ?
Opening the dial...
Sandro Santilli
01:12 AM Bug report #15685 (In Progress): Processing gdalwarp issues
I'm trying to reproduce, can you confirm I should be useing the "Warp (reproject)" processing tool ?
Opening the dial...
Sandro Santilli
01:18 AM Revision 4b398d3c (qgis): Fix badly worded string
Nyall Dawson
12:38 AM Revision cea47427 (qgis): Optimise creation of spatial indexes
Use constructor which takes an iterator instead of manually
adding features, and don't request attributes for spatial...
Nyall Dawson
12:07 AM Bug report #15566 (Closed): Crash when clicking on magnifier spinbox
Fixed in changeset commit:"acf74a6539a015dc5ae3e948c43163e01dde2d3d". Sandro Santilli
11:59 PM Bug report #15566: Crash when clicking on magnifier spinbox
I could reproduce in final-2_16_3-97-gb779a6a and 2.17+ (commit:f289ef3).
Could *not* reproduce in 2.14 branch, altho...
Sandro Santilli
11:45 PM Bug report #15566: Crash when clicking on magnifier spinbox
How about rounding to closest integer ? Sandro Santilli
11:45 PM Bug report #15566: Crash when clicking on magnifier spinbox
How about rounding to closest integer ? Sandro Santilli
11:56 PM Bug report #15721 (Closed): WFS 2.0 does not use srsDimension
The WFS service of French National Institute of Geographic and Forest Information (IGN-F) provide some geometry with ... Thibault Coupin
10:05 PM Revision 0d09ad1e (qgis): [processing] fixed parameterString test
Victor Olaya
10:05 PM Revision d911671b (qgis): [processing] dont set default value in param string, when passed null v...
Victor Olaya
08:08 PM Revision d32a949b (qgis): Blacklist PyQgsDBManagerGpkg test
The test consistently segfaults on Travis, but run fine locally,
normally or under Valgrind.
Trying to run it under V...
Even Rouault
08:08 PM Revision 2c1356cd (qgis): [DBManager] Remove geopackage support from spatialite plugin
Even Rouault
08:08 PM Revision 3f2866c4 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated plugin
Even Rouault
08:08 PM Revision 68cb04a5 (qgis): [OGR provider] Support full SELECT subset string
This will be useful for DBManager SQL request layer. Even Rouault
08:08 PM Revision d10e564b (qgis): [DBManager] Add tests for GPKG plugin
Even Rouault
07:57 PM Revision 9d6acbdb (qgis): [processing] add missed imports
Alexander Bruy
07:38 PM Revision b779a6a3 (qgis): Fix failure on testGeopackageExtentUpdate test
Even Rouault
07:36 PM Revision c8e2eb16 (qgis): Fix failure on testGeopackageExtentUpdate test
Even Rouault
05:41 PM Revision d7bd5dc5 (qgis): [processing] correctly set default value for string parameters when no ...
Victor Olaya
04:44 PM Revision 2655ceda (qgis): Merge pull request #3595 from rldhont/fix_server_legend_layertitle
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend René-Luc ReLuc
04:23 PM Revision 70186ee2 (qgis): [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.
Th...
Even Rouault
04:01 PM Revision d2299c1f (qgis): [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.
Th...
Even Rouault
04:00 PM Revision 194004b0 (qgis): Fix 70ae301310c7a58134ac699fae70af7fd1176684
70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
or GDAL 2.1.2
Even Rouault
03:59 PM Revision 8c373703 (qgis): Fix 70ae301310c7a58134ac699fae70af7fd1176684
70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
or GDAL 2.1.2
Even Rouault
03:55 PM Revision aeaef6f5 (qgis): [processing] made connection params optional in ogr2ogrtopostgis.py
Victor Olaya
03:55 PM Revision 700441ee (qgis): [processing] remove debug line and fix spatial index creation
Alexander Bruy
03:55 PM Revision 63955e65 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
Victor Olaya
03:55 PM Revision e55d1923 (qgis): [processing] fixes for 'import into PostGIS' alg
fixes #15097 Victor Olaya
03:55 PM Revision 6731eaa9 (qgis): Add test for setting up connection string
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
Sandro Santilli
03:55 PM Revision 135576ec (qgis): [processing] fixed wrong import in i_aster_toar
Conflicts:
python/plugins/processing/algs/grass7/ext/i_aster_toar.py
Victor Olaya
03:55 PM Revision b83fbb16 (qgis): [processing] warn if extent might not be in the expected CRS
Victor Olaya
03:55 PM Revision b4562d14 (qgis): [processing] fixed iterative execution
fixes #15650 Victor Olaya
03:55 PM Revision 7a87fb55 (qgis): [processing] don't use full path for naming layers when loaded in datao...
Victor Olaya
03:55 PM Revision 22a6c473 (qgis): [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480 Victor Olaya
03:55 PM Revision eb5fc90f (qgis): [processing] dont use hidden outputs when exporting to python or displa...
fixes #14998
Conflicts:
python/plugins/processing/core/GeoAlgorithm.py
Victor Olaya
03:55 PM Revision 90db2464 (qgis): [processing] use only selected features for spatial index
fixes #15584 Victor Olaya
03:55 PM Revision 128da300 (qgis): [processing] better update of expression widget when layer is changed i...
Victor Olaya
03:55 PM Revision c0e3b8fb (qgis): [processing] added short help for saga raster calculator
Victor Olaya
03:55 PM Revision d63222e6 (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706 Sandro Santilli
03:47 PM Revision e0fc6414 (qgis): Show commit errors in transaction mode
Matthias Kuhn
03:22 PM Revision 9d316b01 (qgis): [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.
Th...
Even Rouault
03:03 PM Revision 70ae3013 (qgis): [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.
Th...
Even Rouault
02:17 PM Revision 1b48a743 (qgis): test_provider_ogr_gpkg.py: remove stuff that shouldn't have gone in 348...
Even Rouault
02:16 PM Revision 348af7ed (qgis): test_provider_ogr_gpkg.py: pyflakes fixes
Even Rouault
01:43 PM Revision 9786fc00 (qgis): DBManager: python3 fix in create table dialog
The setAutoCompletion() method of QComboBox was deprecated in QT 4 and
has been removed in QT 5. Auto completion is e...
Even Rouault
01:35 PM Revision e22b1953 (qgis): Hide constraint warnings when there are no constraints
Matthias Kuhn
01:18 PM Revision 50389490 (qgis): WMS Server: catch QgsCSException and don't add null bounding boxes to t...
Marco Hugentobler
12:17 PM Revision a51ef429 (qgis): [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable ...
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, ...
René-Luc ReLuc
12:08 PM Revision c74c722c (qgis): qgm2cpp.pl fix
(cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) Jürgen Fischer
12:08 PM Revision b8e41e84 (qgis): qgm2cpp.pl fix
(cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd) Jürgen Fischer
12:07 PM Revision 14fbb942 (qgis): qgm2cpp.pl fix
Jürgen Fischer
12:05 PM Revision 73afe217 (qgis): Fix QgsMapLayer ConvertToSubClassCode (#3611)
Fix #15683 Matthias Kuhn
12:04 PM Revision 2b033c1a (qgis): 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.
Matthias Kuhn
11:50 AM Revision 640e10b5 (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706
Includes tests
Sandro Santilli
11:44 AM Revision 2fc41801 (qgis): [processing] Fix handling of None shapeEncoding
Fixes #15719 -- object of type 'NoneType' has no len() Sandro Santilli
11:44 AM Revision 17510f09 (qgis): [processing] Fix handling of None shapeEncoding
Fixes #15719 -- object of type 'NoneType' has no len() Sandro Santilli
11:39 AM Revision a4c55092 (qgis): Merge pull request #3612 from ghtmtt/patch-2
[processing] Missing import fixed for R algorithm Alexander Bruy
11:38 AM Revision f0f70a5d (qgis): Merge pull request #3624 from ghtmtt/master
[processing] porting some small fixes to master Alexander Bruy
11:08 AM Revision f1877078 (qgis): Fix icon size for constraint warning
Matthias Kuhn
11:05 AM Revision aa413b67 (qgis): 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...
Sandro Santilli
11:05 AM Revision 566e93e6 (qgis): 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...
Sandro Santilli
11:05 AM Revision 8843de88 (qgis): 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...
Sandro Santilli
11:05 AM Revision dc5abfed (qgis): 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...
Sandro Santilli
10:56 AM Revision 76d17ca5 (qgis): update ScriptEditorDialog for py3
matteo ghetta
10:38 AM Revision 1700aa1c (qgis): 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 vi...
Matthias Kuhn
10:32 AM Revision 4ba3290a (qgis): [postgres] Avoid crash when fetching default value fails
Matthias Kuhn
10:13 AM Revision 7f3b10b4 (qgis): [processing] fix button font size in script editor
fixes the zooming of the font size in script editor dialog using another method matteo ghetta
10:10 AM Revision 76eb086c (qgis): [processing] avoid overlapping UI
multi field widget doesn't overlap anymore with other widgets matteo ghetta
10:08 AM Revision 904f49ec (qgis): [processing] Missing import fixed for R algorithm
matteo ghetta
09:06 AM Revision d78d62eb (qgis): Const correctness for QgsPoint::azimuth
Nyall Dawson
08:44 AM Revision 321017fe (qgis): Fix offline editing (#3620)
We cannot just restore all layer properties, offline editing relies on some not
being copied.
Matthias Kuhn
08:32 AM Revision 743a5cdb (qgis): Followup e8be0e, fix rotation when disabling sync
Nyall Dawson
08:30 AM Revision 1762c9ca (qgis): Merge pull request #3619 from nirvn/processing_tinyfix
[processing] fix missing argument when calling getMinCoveringExtent() Victor Olaya
08:21 AM Revision 13afc10d (qgis): [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 pola...
Nyall Dawson
08:11 AM Revision fb78285d (qgis): [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 pola...
Nyall Dawson
07:11 AM Bug report #14350: Virtual layers problem with accents
see test dataset
with SQL : SELECT * FROM essai WHERE "STATUT" = 'Sous-préfecture'
Alain FERRATON
06:55 AM Bug report #15097 (Closed): Issues when running "Import into PostGIS" in batch mode
Fixed in changeset commit:"e55d1923fc08900864f7ef02866cca0a2e11cc15". Victor Olaya
06:40 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Edouard if I read your original submission correctly we dont' need a project saved by 2.16 but by 2.12 ? Sandro Santilli
06:22 AM Revision b2b66751 (qgis): Fix effects lost on geometry generator symbol layer
(cherry-picked from 2a873b83ade6ac2a49ad18598e25e27fd6e9d3d2) Nyall Dawson
06:20 AM Revision 89cc6454 (qgis): Merge pull request #3618 from nyalldawson/true_north
[composer] Allow syncing pictures to true north (fixes #192) Nyall Dawson
06:06 AM Bug report #15273 (Closed): Geopackage layer extent wrong
Fixed in changeset commit:"70ae301310c7a58134ac699fae70af7fd1176684". Even Rouault
05:55 AM Revision 730b5b79 (qgis): [processing] fix missing argument when calling getMinCoveringExtent()
Mathieu Pellerin - nIRV
05:45 AM Revision e8be0ed9 (qgis): [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 pola...
Nyall Dawson
05:45 AM Revision fb860fb6 (qgis): New class QgsBearingUtils with method to calculate true north
Nyall Dawson
05:22 AM Revision a6148deb (qgis): [FEATURE] Data defined symbol layer visibility
Adds a data defined override to control a symbol layer's
visibility. Allows users to disable drawing certain symbol l...
Nyall Dawson
05:22 AM Revision b8c2e68f (qgis): [FEATURE] Allow symbol layers to be temporarily disabled
Adds a new checkbox at the bottom of each symbol layer's
properties which allows you to control whether the layer is
...
Nyall Dawson
05:22 AM Revision 2a873b83 (qgis): Fix effects lost on geometry generator symbol layer
Nyall Dawson
05:22 AM Revision 2835cad6 (qgis): Grey out disabled symbol layers in tree
Nyall Dawson
05:20 AM Revision bd81edc3 (qgis): Defer processing of dropped files
On Windows (and maybe other platforms) Qt locks the dragging
application for the duration of dropEvent. This means th...
Nyall Dawson
04:38 AM Revision 4589a807 (qgis): Followup ecee438
Nyall Dawson
03:16 AM Bug report #13635 (Closed): different handling of invalid geometries between LTR and master version
Sandro Santilli
03:13 AM Bug report #13345 (Feedback): Processing Import into PostGIS: set default output SR
Paolo could you test with a current version, either from release-2_14 or master_2 ?
If you can still reproduce, can y...
Sandro Santilli
03:13 AM Bug report #13345 (Feedback): Processing Import into PostGIS: set default output SR
Paolo could you test with a current version, either from release-2_14 or master_2 ?
If you can still reproduce, can y...
Sandro Santilli
03:11 AM Bug report #13760 (Feedback): OGR Conversion format (Toolbox) don't work due to wrong syntax
Alex, Giovanni: could you please try with current master_2 or release-2_14 branches ?
I've recently fixed extracting ...
Sandro Santilli
03:11 AM Bug report #13760 (Feedback): OGR Conversion format (Toolbox) don't work due to wrong syntax
Alex, Giovanni: could you please try with current master_2 or release-2_14 branches ?
I've recently fixed extracting ...
Sandro Santilli
03:11 AM Bug report #13760 (Feedback): OGR Conversion format (Toolbox) don't work due to wrong syntax
Alex, Giovanni: could you please try with current master_2 or release-2_14 branches ?
I've recently fixed extracting ...
Sandro Santilli
02:44 AM Bug report #15719 (Closed): object of type 'NoneType' has no len()
Fixed in changeset commit:"17510f095202776c5a050e8b3dd2d1b63133e9ef". Sandro Santilli
02:29 AM Bug report #15719 (Closed): object of type 'NoneType' has no len()
Attempts to use the "Import Vector into PostGIS database" tool of Processing results in this error:
Traceback (most ...
Sandro Santilli

2016-10-17

01:55 AM Revision ecee4381 (qgis): Fix changing project CRS from legend doesn't correctly set CRS
Also avoid fragile duplicated code for setting/retrieving
common project properties
Fixes #15717
Nyall Dawson
01:48 AM Revision 7396370a (qgis): german translation update
Jürgen Fischer
10:07 PM Revision 9a90a245 (qgis): Add processing test .aux.xml to .gitignore
Nyall Dawson
09:59 PM Revision 25ef130c (qgis): Merge branch 'master' of github.com:qgis/QGIS
Borys Jurgiel
09:59 PM Revision a6c04fc4 (qgis): [Plugin Manager] Fix font size also in master (issue #15302)
Borys Jurgiel
09:54 PM Revision 17e318bd (qgis): [FEATURE] Drag qpt to QGIS to create new composer from template
Nyall Dawson
09:20 PM Feature request #4711 (Closed): Map Composer - Align Map Item to North
Fixed in changeset commit:"e8be0ed988f091bac1c8c6653777869f9f3f222c". Nyall Dawson
09:20 PM Feature request #192 (Closed): print composer, when using not "north-up" projections make image...
Fixed in changeset commit:"89cc6454b989de1746779b2f648a32d2863ebada". Nyall Dawson
08:17 PM Revision 55505f9e (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:16 PM Revision 71bfa1d5 (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:13 PM Revision 8194de9b (qgis): windows: prefer spatialite_i over spatialite
(cherry picked from commit 219a97c35b7c1d8a8943d4e2e47a8956288320b4) Jürgen Fischer
08:13 PM Revision 219a97c3 (qgis): windows: prefer spatialite_i over spatialite
Jürgen Fischer
07:10 PM Revision 9a962524 (qgis): Use qIsInf instead of isinf
Matthias Kuhn
06:45 PM Revision f3637b17 (qgis): [processing] avoid overlapping UI (#3616)
Super small changes that avoids the overlapping of multi selection widget with other widgets matteo ghetta
06:38 PM Revision c4538b76 (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
06:36 PM Revision ba2dd71b (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
05:49 PM Revision e6397307 (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
05:22 PM Revision 82d9e054 (qgis): Merge pull request #3606 from rldhont/fix_server_featureinfo_nogeometry
[BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not… René-Luc ReLuc
04:56 PM Bug report #15717 (Closed): Change project CSR from layer CSR doesn't change CSR everywhere
Fixed in changeset commit:"ecee43814a3ee13470683e376191cb3719ec0e44". Nyall Dawson
05:53 AM Bug report #15717 (Closed): Change project CSR from layer CSR doesn't change CSR everywhere
I've noticed that when using context menu "Set project CRS from layer" the CRS code showed in the right bottom corner... amedeo fadini
03:59 PM Revision 522013b8 (qgis): scripts/scandeps.pl: avoid duplicate build depends
Jürgen Fischer
03:59 PM Revision e158ecad (qgis): scripts/scandeps.pl run and t2tdoc
Jürgen Fischer
03:13 PM Bug report #15639 (Closed): labelling: line curved placement is broken
All fixed Nyall Dawson
03:13 PM Bug report #15639 (Closed): labelling: line curved placement is broken
All fixed Nyall Dawson
07:09 AM Bug report #15639: labelling: line curved placement is broken
Thanks - Frits!
Is it fixed with commit:12a8891
@Mathieu - did you test? Can we close this issue?
Andreas Neumann
02:41 PM Revision 25d0351d (qgis): [processing] fixed creating params and outputs from description strings
Victor Olaya
02:13 PM Revision 8f4405f4 (qgis): Also restore layer variables for raster layers from QML
Matthias Kuhn
02:10 PM Revision f0dd7fd4 (qgis): Restore layer variables from QML
Fix #14452 Matthias Kuhn
01:56 PM Bug report #15718 (Closed): Blocking labels not respected for centroid-based label placement
It seems to me that the 'blocking' feature for labels is buggy (or not fully documented).
I noticed that the result d...
Markus Straub
01:28 PM Revision 697cd1bb (qgis): [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not r...
René-Luc ReLuc
01:05 PM Revision 1f1898df (qgis): Allow 0 (infinite) for scale dependent visibility
Fix #15414 Matthias Kuhn
12:35 PM Revision 272a7ae0 (qgis): Revert "[processing] fixed handling of None param values in ogr2ogrtopo...
This reverts commit b94098543983b8b267f36c75756dcebd7c7db2a4.
It was pushed accidentally
Sandro Santilli
11:56 AM Revision 003f10e9 (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:55 AM Revision 8bcac0f4 (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:55 AM Revision 52a0082a (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:53 AM Revision fdc3542a (qgis): Fix extraction of ogr LayerName from database dataset URIs
See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
Includes test...
Sandro Santilli
11:22 AM Revision da0ee8b0 (qgis): Merge pull request #3597 from rouault/saveas_overwrite_append
[FEATURE] Vector layer save as: offer file/layer overwriting, new layer creation, feature and field appending Even Rouault
11:11 AM Revision b9409854 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Victor Olaya
10:47 AM Revision 03f08a6c (qgis): Fix QgsMapLayer ConvertToSubClassCode (#3611)
Fix #15683 Matthias Kuhn
10:23 AM Revision 8fa3127c (qgis): Don't rely on RTTI to convert symbol layer to sip objects
Matthias Kuhn
10:22 AM Revision 6c4cb92a (qgis): [processing] Missing import fixed for R algorithm
matteo ghetta
10:16 AM Revision a63805a6 (qgis): [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Victor Olaya
09:39 AM Revision 589a217d (qgis): [processing] made connection params optional in ogr2ogrtopostgis.py
Victor Olaya
09:36 AM Revision d4b06362 (qgis): Minimal improvement for processing tests README
Matthias Kuhn
09:31 AM Revision 576ad138 (qgis): Fix python calls to inexistent methods
Matthias Kuhn
09:18 AM Revision e58177cf (qgis): [processing] fixes for 'import into PostGIS' alg
fixes #15097 Victor Olaya
08:41 AM Bug report #15097 (Reopened): Issues when running "Import into PostGIS" in batch mode
the latest build of master on osgeo4w is 979d619 that does not contain the latest commits, among the others the lates... Giovanni Manghi
08:32 AM Revision 61a10df4 (qgis): [processing] fixed check for empty param for strings
Victor Olaya
08:05 AM Revision 3001bd5f (qgis): Merge pull request #3610 from NaturalGIS/processing_grass7_v_voronoi_sk...
Processing grass7 v voronoi skeleton Victor Olaya
08:02 AM Revision 904b62b2 (qgis): Merge pull request #3607 from strk/master_2-processing-libpq-defaults
[processing] Do not override libpq defaults Victor Olaya
07:25 AM Revision cf833521 (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
07:25 AM Revision d1aff824 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:53 AM Revision 49535581 (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
06:53 AM Revision 4f10a9d2 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:25 AM Revision bec7cdd5 (qgis): Fix bad fills when using marker line with render effects (fix #15696)
(cherry-picked from a0bfc10, 55f207) Nyall Dawson
06:25 AM Revision e15c93d0 (qgis): Fix color widget opens in wrong panel (fix #15705)
(cherry-picked from 721d3c5bfbd33f00ab675edebb3d3aa3854352e3) Nyall Dawson
06:25 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
a screencast to show hos the interface works
https://youtu.be/pN30XE7r7_k
Luigi Pirelli
02:58 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
just waiting to have a UX review before to create the PR Luigi Pirelli
02:54 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
I'll prepare a PR from the following branch:
https://github.com/boundlessgeo/qgis/tree/CAs_import_via_keystore
the ...
Luigi Pirelli
02:45 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
I didn't find any solution to #15687 => the only way to reload ssl CA cache without waiting some minutes for the upda... Luigi Pirelli
05:47 AM Bug report #15713: processing: grass7 algorithms broken, (falsely) claims grass7 not installed
commit:25d0351 should fix it
Please confirm and close the ticket
Thanks for the report!
Victor Olaya
03:21 AM Bug report #15713 (Closed): processing: grass7 algorithms broken, (falsely) claims grass7 not ins...
For ~1 week now, I can't execute any grass7 algorithm within processing. When I try to do so, I can an error message ... Mathieu Pellerin - nIRV
05:41 AM Bug report #15716 (Closed): Editing in temporary scratch layer leads to geometry corruption (un...
I started just now to use a temporary scratch layer for digitizing features: in detail I need to split an existing la... amedeo fadini
05:12 AM Bug report #14452 (Closed): Height and Angle are not restored from .qml file for 2.5D renderer
Fixed in changeset commit:"f0dd7fd4e7fe830de7331a27bcf3939712e3a84c". Anonymous
04:47 AM Revision 688d1a5e (qgis): [processing] Speed up dissolve when not using fields
Nyall Dawson
04:13 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Matthias Kuhn wrote:
> Can you attach a .qgs project file with an affected layer?
Sorry I can't. Since The post of t...
EDOUARD GOUYON
04:05 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Can you attach a .qgs project file with an affected layer? Matthias Kuhn
04:05 AM Bug report #15414 (Closed): misbehavior maximum and minimum scale (layer properties)
Fixed in changeset commit:"1f1898df1616ce5d3239bf2257470dd2c6b96566". Anonymous
03:53 AM Bug report #15715 (Closed): Segmentation fault on exit when using a QgsMapTool
When using pyqgis in a custom application, there is a Segmentation fault crash upon exiting the application after app... Uros Bernik
03:48 AM Bug report #12610: QGIS not showing WMS legend while LegendURL is present
As I can see, in QGis 2.14.7 it is resolved using the WMS Kay Warrie gave. I use a lot of WMS'es from the Flemish Gov... Filip Mahieu
03:28 AM Bug report #15714 (Closed): Qgis donload entire postgis data table (with geom) opening attribute ...
Dear developers
as I wrote on this thread
http://osgeo-org.1560.x6.nabble.com/Qgis-and-huge-amount-of-data-opening-q...
Pietro Rossin
03:21 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
cHello again,
Yes, only the GetProjectSettings is buggy (when layers are missing), everything else seems to be ok.
T...
Tudor Bărăscu
02:04 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
Thanks for founding issues, is the GetProjectSettings Request the only one to segfault QGIS Server ?
I apo...
René-Luc ReLuc
03:18 AM Revision a05b610a (qgis): [processing] Use prepared geometries for intersects tests
Wherever possible use prepared geometry engines for intersects
type tests, as it's much faster
Nyall Dawson
02:30 AM Revision 86368f39 (qgis): [processing] Optimise feature requests within qgis algs
- don't use setFilterFid() within loops to fetch features one
at time (as it's extremely slow), instead use setFilter...
Nyall Dawson

2016-10-16

01:55 AM Revision 55f20710 (qgis): Always clear pen/brush before drawing layer effects (fix #15696)
Nyall Dawson
01:50 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
@Rene
There is also a performance penalty regression. My production server seemed to be behaving less responsive and...
Tudor Bărăscu
01:46 AM Bug report #15683 (Closed): python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer...
Fixed in changeset commit:"03f08a6c79fc4016d7ed0b89262d916cb3b70bab". Anonymous
01:45 AM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Matthias, it *did* fix this issue, I've got a working processing tool (db manager, etc.) again! :) Mathieu Pellerin - nIRV
11:42 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Can you check the PR 3611?
https://github.com/qgis/QGIS/pull/3611
I don't really have an explanation why that shoul...
Matthias Kuhn
12:18 AM Bug report #15097 (Closed): Issues when running "Import into PostGIS" in batch mode
Fixed in changeset commit:"e58177cf9e360021618d6029821cbc8416496cff". Victor Olaya
11:02 PM Bug report #15706 (Closed): "Import Vector into PostGIS database" tool does not honour libpq defults
Fixed in changeset commit:"be3e807d0f0e7a9099f7ff48ca02855583c1d841". Sandro Santilli
08:09 PM Revision 8f9fe006 (qgis): add paramter to v.voronoi.skeleton
Giovanni Manghi
07:43 PM Revision 80c6a27f (qgis): Add a GRASS7 tool to compute skeletons of areas, using v.voronoi
Giovanni Manghi
03:32 PM Bug report #12435: "Export Atlas as images" command in OSX won't let user choose file type.
The issue prevents creating atlas images with transparent background, since file format cannot be changed to PNG. Simo Aro
01:38 PM Bug report #15712: Dissolve function crash QGIS 2.16.3
Did see the issue #15707. I also tried the "Dissolve all" and it seems to take ages to finish similar to the one I st... Soren Lindqvist
01:25 PM Bug report #15712 (Rejected): Dissolve function crash QGIS 2.16.3
I have a polygon layer with about 12000 polygons, I want to dissolve by using an ID field using "vector-geoprocessing... Soren Lindqvist
08:47 AM Bug report #15692: DB-Manager freezes when running complex SQL queries
What do you mean with "freeze"? Does the query finish in DB Manager after the necessary processing time? Unfortunatel... Anita Graser
08:37 AM Feature request #15711: Add surface and linear in legend
Would it be possible to add a legend in addition to the count of entities
At your choice:
1 - The linear
2 - Surface...
Michel Chrétien
05:35 AM Feature request #15711 (Open): Add surface and linear in legend
Would it be possible to add a legend in addition to the count of entities
At your choice:
1 - The linear
2 - Surface...
Michel Chrétien
06:19 AM Bug report #15521: Concave hull broken
Algorithm isn't working because Delaunay triangulation can't handle MultiPoint geometries. I've created "pull request... Piotr Pociask

2016-10-15

03:57 PM Revision 11627e80 (qgis): Merge pull request #3608 from Cracert/trans_2_14
[TRANSUP] pl: update translators in 2.14 branch Werner Macho
02:16 PM Bug report #15637: ArcGIS MapServer Services Export not working
Confirmed on 2.17 Master on Ubuntu 16.04 Randal Hale
01:58 PM Bug report #15097: Issues when running "Import into PostGIS" in batch mode
Hi Victor, thanks for the fixes. I see still two issues:
1) when the table name is left blank, once imported the tab...
Giovanni Manghi
12:30 PM Revision 8914085d (qgis): [TRANSUP] pl: update translators in 2.14 branch
Robert Szczepanek
11:14 AM Revision d4feb35a (qgis): Add test for setting up connection string
Sandro Santilli
10:44 AM Revision be3e807d (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706 Sandro Santilli
10:29 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
You can replicate the problem by deleting the vl_material.. table from the offline.sqlite and restarting the apache s... Tudor Bărăscu
07:50 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
@Rene
I just figured out why the server is crashing when doing a GetProjectSettings request.
The server cannot acce...
Tudor Bărăscu
09:31 AM Revision c4222687 (qgis): 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 m...
Sandro Santilli
09:13 AM Revision 6c536418 (qgis): 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 m...
Sandro Santilli
09:12 AM Revision 979d6197 (qgis): 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 m...
Sandro Santilli
09:11 AM Revision 1b1b2388 (qgis): 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 m...
Sandro Santilli

2016-10-14

01:09 AM Bug report #15706: "Import Vector into PostGIS database" tool does not honour libpq defults
I made another PR which completely avoids adding any default: https://github.com/qgis/QGIS/pull/3607 Sandro Santilli
12:46 AM Bug report #15706 (In Progress): "Import Vector into PostGIS database" tool does not honour libpq...
Sandro Santilli
12:38 AM Bug report #15706: "Import Vector into PostGIS database" tool does not honour libpq defults
2.14.7 is also affected (NOTE: "2.14.7" is missing from "Affected version" list) Sandro Santilli
04:08 AM Bug report #15706: "Import Vector into PostGIS database" tool does not honour libpq defults
Sandro
i made this PR with changes and assigned it to you
https://github.com/qgis/QGIS/pull/3604
Feel free to merg...
Victor Olaya
12:52 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
I don't think "Create single-part geometries instead of multi-part" was ever meant to apply any conversion.
The "Impo...
Sandro Santilli
09:06 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
'Multipart to singleparts' converts a multipart feature with 'n' geometries to 'n' singlepart features. R. R.
06:24 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
How does "Multipart to singleparts" work, within processing ? (downgrading from Severe/Regression to Normal) Sandro Santilli
12:33 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Also fixed for 2.14.8 Sandro Santilli
12:24 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Fixed for 2.16.4, 2.18.0, master Sandro Santilli
12:24 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Fixed for 2.16.4, 2.18.0, master Sandro Santilli
12:24 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Fixed for 2.16.4, 2.18.0, master Sandro Santilli
12:15 AM Bug report #15698 (Closed): [Processing] Import Vector into PostGIS database doesn't work with fi...
Fixed in changeset commit:"1b1b238836162e5088fb58670da169a6f352d9a8". Sandro Santilli
01:41 PM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
I've just tried and with the patch "Buffer vectors" works fine.
"Clip vectors by extent" and "Convert format" seem to...
Sandro Santilli
06:52 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Apparently most of the OGR tools in Processing are also having the same problem (I've just tried with buffer, clip, c... Jérôme Guélat
06:44 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
btw, it looks like "convert format" tool is still suffering the same bug - are you aware of a separate ticket for that ? Sandro Santilli
06:36 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Of course you can. Jérôme Guélat
06:34 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Jérôme can we include the geodatabase files you provided in our testsuite ? Sandro Santilli
06:13 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Great! Thanks a lot! Jérôme Guélat
06:12 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Pull request ready for tests: https://github.com/qgis/QGIS/pull/3605 Sandro Santilli
05:33 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Taking it back, it doesn't look like #15168 has to do with this. Must have been a change in the geodatabase loader, t... Sandro Santilli
05:27 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
NOTE: the "layername=" to "layerid=" change was introduced in 2016-06-30, according to ChangeLog, to fix #15168 Sandro Santilli
05:17 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
*Results for 2.14.7 with GDAL/OGR 2.1.1 (installed with osgeo4w) using the following commit:ed8807c
Layer source for...
Jérôme Guélat
05:13 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Ok now I see the 2.14 thing.
I was confused by the fact that I was opening a project saved with 2.16.
When you open a...
Sandro Santilli
04:44 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Jérôme Guélat wrote:
> Thanks for having a look at this problem... Here's what I get (using Windows, btw.):
>
> 2.14...
Sandro Santilli
04:37 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
vector2 has 2 layers, loading both results in one having 'layerid=1' and the other not having any 'layerid' in the Da... Sandro Santilli
03:14 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Sandro Santilli wrote:
> This boils down to the "Layer source" being incomplete for the loaded layers
> (double click...
Jürgen Fischer
03:13 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Thanks for having a look at this problem... Here's what I get (using Windows, btw.):
2.14.7: layer source complete i...
Jérôme Guélat
02:51 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
This boils down to the "Layer source" being incomplete for the loaded layers
(double click on the loaded layers to ve...
Sandro Santilli
02:45 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Actually, I cannot confirm 2.14 is fine.
Following the code it seems that he "layername" is extracted from the input ...
Sandro Santilli
10:49 PM Revision 992995c6 (qgis): Backport the supported part of ToolsTest.py tests
Sandro Santilli
06:11 PM Revision 34c049d5 (qgis): Python scripts have 4-spaces indent
Sandro Santilli
06:10 PM Revision b50fee3d (qgis): Python scripts have 4-spaces indent
Sandro Santilli
04:35 PM Revision 167a5af8 (qgis): Add .editorconfig file
Sandro Santilli
04:33 PM Revision 60b4b4db (qgis): Python scripts have 4-spaces indent
Sandro Santilli
12:49 PM Bug report #15710 (Closed): Default value issue when renaming a schema
When renaming a schema in the DB-Manager, the path of default values is not renamed. R. R.
12:17 PM Feature request #15119: on screen snapping indicator
I think a great improvement would be also to see where the first click was! Like a large circle and then, maybe an au... Donovan Cameron
12:14 PM Bug report #15583 (Closed): raster classes cannot be adjusted, only by using the +/- buttons
Looks to be working again in 2.16.3.r85.g34c049d-1 Donovan Cameron
10:43 AM Revision 799510f7 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:43 AM Revision ada9348e (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:12 AM Revision 17c85495 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:12 AM Revision c8b1b18c (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:10 AM Revision 384a7905 (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
10:10 AM Revision 1ce09b84 (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
10:03 AM Revision b8a2bc44 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
10:00 AM Revision dd85796b (qgis): Revert "postgres provider: quote compound key columns in uri"
This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.
I've tested that reverting this does not re-introduce ...
Sandro Santilli
09:59 AM Revision 5abdfcb8 (qgis): Fix PostgreSQL import of layers with multi-column or quoted-column keys
Fixes #15226 (drag & drop of postgresql views)
Includes test
Sandro Santilli
09:46 AM Revision 8207167b (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:43 AM Revision 0ff87405 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:39 AM Revision f002a4a6 (qgis): debian packaging: add support for yakkety
Jürgen Fischer
09:21 AM Bug report #15709 (Closed): bad match of valeurs with virtual layer
The values no match in the table of virtual layer with the source layer.
The difference is visible in:
- the disp...
Hugues Bernard
09:06 AM Revision c0e3295c (qgis): Fix build
Nyall Dawson
09:06 AM Revision a0bfc10c (qgis): Fix bad fills when using marker line with render effects (fix #15696)
Nyall Dawson
08:42 AM Revision 47c1f6e6 (qgis): Merge pull request #3602 from nirvn/composer_table_custom_grid
[FEATURE] control over drawing of composer table grid horizontal & vertical lines Nyall Dawson
08:30 AM Revision 721d3c5b (qgis): Fix color widget opens in wrong panel (fix #15705)
Nyall Dawson
08:20 AM Revision ec2d7fea (qgis): [FEATURE] control over drawing of composer table grid horizontal & vert...
Mathieu Pellerin - nIRV
07:56 AM Revision ea2fbd1c (qgis): Merge pull request #3584 from nirvn/db_manager_fixes
[db manager] non-spatial import & spatialite error reporting fixes Nyall Dawson
06:35 AM Bug report #15708 (Closed): qgis master error during cmake configure
-- QGIS version: 2.99.0 Master (29900)
-- Could not find GRASS 6
-- Could not find GRASS 7
-- Found Proj: /usr/lib/li...
Rashad Kanavath
05:42 AM Bug report #14703 (Feedback): Identify Results -> Save Link Fails
Hi,
a few questions:
is the "(I) button" the identify tool?
what is the wms server, geoserver?
what is the platfor...
Giovanni Manghi
05:39 AM Revision 4b059e04 (qgis): Fix unused variable warning
Nyall Dawson
05:21 AM Revision de85fdd6 (qgis): Fix layer tree expanded state when used expand/collapse all (fixes #15691)
Martin Dobias
03:02 AM Revision 11043c41 (qgis): Add default shortcut to open attribute table (F6)
Nyall Dawson
03:02 AM Revision b7321ecd (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
02:35 AM Revision de360f29 (qgis): Merge pull request #3577 from dakcarto/master-ows-fixes
Larry Shaffer
02:22 AM Bug report #15707: [processing] dissolve (QGIS Geoalgorithm) causes a crash (minidump)
I am sure it's not related to that fix, since it only removes a debug line...
Needs fixing anyway.
Victor Olaya
02:11 AM Bug report #15707 (Closed): [processing] dissolve (QGIS Geoalgorithm) causes a crash (minidump)
after fix patch of #15677
dissolve causes a crash (minidump) when a field is used.
ok when dissolve all.
OK with QGI...
Alain FERRATON

2016-10-13

01:50 AM Bug report #15706 (Closed): "Import Vector into PostGIS database" tool does not honour libpq defults
I have connection with unspecified host/user to rely on libpq defaults (including env variables).
Using "Import Vecto...
Sandro Santilli
01:47 AM Bug report #15097: Issues when running "Import into PostGIS" in batch mode
These should be fixed already.
The only thing not fixed is your last suggestion about the dest crs, since that is a ...
Victor Olaya
01:41 AM Bug report #15698 (In Progress): [Processing] Import Vector into PostGIS database doesn't work wi...
Also confirmed with 2.16.3, while 2.14.7 is fine Sandro Santilli
01:38 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
So even with OpenFileGDB driver I confirm the issue, but the issue for me happens with both input datasets. This is w... Sandro Santilli
01:33 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Figured, I could open it (http://gis.stackexchange.com/questions/26285/file-geodatabase-gdb-support-in-qgis) -- but I... Sandro Santilli
01:28 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Sorry for being so lame, but could you please explain step "1. Open a vector layer stored in a file geodatabase (I'm ... Sandro Santilli
12:34 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
More details: apparently QGIS 2.14 is doing it correctly only if at least 2 datasets are stored in the file geodataba... Jérôme Guélat
11:29 PM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Of course! Here's one... Jérôme Guélat
08:25 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Could you please attach a minimal geodatabase to reproduce this ? Sandro Santilli
08:25 AM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Could you please attach a minimal geodatabase to reproduce this ? Sandro Santilli
03:17 AM Bug report #15698 (Closed): [Processing] Import Vector into PostGIS database doesn't work with fi...
The Processing tool "Import Vector into PostGIS database" (in GDAL/OGR) doesn't work if the vector layer comes from a... Jérôme Guélat
01:01 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
To the best of my knowledge copying tables by D&D also succeeds now. If you can test, the working code is in master_2... Sandro Santilli
01:00 AM Bug report #15226 (Closed): Primary key issue when copying a table by Drag&Drop
Fixed in changeset commit:"5abdfcb8064f3b3a848358afb95723b932dd3b05". Sandro Santilli
12:37 PM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Sandro, it's great to see this bug fixed.
Sandro Santilli wrote:
> Views are affected, while real table aren't (or ...
R. R.
08:11 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
So with PR https://github.com/qgis/QGIS/pull/3599 I've made PostgreSQL layer importer (createEmptyLayer) support quot... Sandro Santilli
02:53 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
I confirm it should be createEmptyTable, within the Postgres provider, to interpret the URI.
Hopefully the semantic o...
Sandro Santilli
02:28 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
On further research, I found that we get quoted identifiers in the url when the primary key type is a FidMap. This ha... Sandro Santilli
02:11 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Sandro Santilli wrote:
> Jurgen, once again this issue is about properly defining semantic for some fields.
> In this...
Jürgen Fischer
02:01 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Jurgen, once again this issue is about properly defining semantic for some fields.
In this case is the "keyColumn()" ...
Sandro Santilli
12:45 AM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Victor, I've renamed the title of this issue and have removed the assigned to value to indicate the need to address t... Mathieu Pellerin - nIRV
12:45 AM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Victor, I've renamed the title of this issue and have removed the assigned to value to indicate the need to address t... Mathieu Pellerin - nIRV
12:44 AM Bug report #15696: Layer effects having unexpected render issues in Print Composer
Yes, I'll backport it to the current stable releases too so it'll be in the next point releases. Just going to test a... Nyall Dawson
12:17 AM Bug report #15696: Layer effects having unexpected render issues in Print Composer
Thankyou Nyall, you are awesome!
To anyone who says "it's open source, so you just dont have the technical support of...
Jamie Portman
12:07 AM Bug report #15696 (Closed): Layer effects having unexpected render issues in Print Composer
Fixed in changeset commit:"a0bfc10c568e3e4f54a7f43ca285e2e7b11a194a". Nyall Dawson
04:20 PM Bug report #15696: Layer effects having unexpected render issues in Print Composer
Perfect - exactly what I needed, thank you. Looks like the issue is caused by the marker line style drawn underneath ... Nyall Dawson
04:10 PM Bug report #15696: Layer effects having unexpected render issues in Print Composer
Hi Nyall,
I've managed to strip back the project and isolate when the problem occurs a fair bit!
The attached projec...
Jamie Portman
12:34 AM Revision f124107f (qgis): Fix incorrect selection rect drawn for composer items on windows
Nyall Dawson
12:20 AM Revision 4c26a81e (qgis): Add default shortcut to open attribute table (F6)
Nyall Dawson
12:11 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
I must have been wrong, since QGIS 2.8.1 throws the same error. To me, 'Create single-part geometries instead of mult... R. R.
11:52 PM Revision 3efbc0be (qgis): 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 lay...
Nyall Dawson
11:52 PM Revision 94861665 (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
11:46 PM Revision 7d6d6c7a (qgis): Using 'perimeter (curved)' labels on polygon layers will
now respect 'Show upside-down labels' setting
(cherry-picked from 34e2bea, a21946a, 12a8891)
Frits van Veen
11:31 PM Bug report #15705 (Closed): composer table item: inlined color picker inaccessible within the "ad...
Fixed in changeset commit:"721d3c5bfbd33f00ab675edebb3d3aa3854352e3". Nyall Dawson
10:13 PM Bug report #15705 (Closed): composer table item: inlined color picker inaccessible within the "ad...
An issue has slipped into the composer table item in master whereas the inlined color picker panel is inaccessible wh... Mathieu Pellerin - nIRV
11:19 PM Revision bd5f9792 (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
11:19 PM Revision 4dcbc1f6 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
08:33 PM Bug report #15691: 'Expand All'/'Collapse All' issue when opening a project
Thx! R. R.
08:23 PM Bug report #15691 (Closed): 'Expand All'/'Collapse All' issue when opening a project
Fixed in changeset commit:"de85fdd6e8fa3d4f38196376aabccce317cbf341". Martin Dobias
01:47 PM Bug report #15691: 'Expand All'/'Collapse All' issue when opening a project
The state of collapsed groups or layers is only saved if this small triangle icon left to the layer's name is used. R. R.
04:38 AM Bug report #15691: 'Expand All'/'Collapse All' issue when opening a project
Hi Martin, I've uploaded a screencast to demonstrate the issue. R. R.
04:17 AM Bug report #15691 (Feedback): 'Expand All'/'Collapse All' issue when opening a project
So... if you save a project with some groups or layers collapsed, they are still shown expanded when you load the pro... Martin Dobias
08:32 PM Revision d30a8c1f (qgis): Add hint about running specific test methods in python unit tests
Sandro Santilli
08:21 PM Feature request #11183: Shortcut keys for layer groups
See also: #15704 (Duplicate) R. R.
08:09 PM Feature request #11183: Shortcut keys for layer groups
To me, this should work similar to the application switcher (@Alt+Tab@, @Alt+Shift+Tab@) in Ubuntu/Unity. The 'Manage... R. R.
08:13 PM Revision a629deef (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
08:13 PM Revision 37b00eb6 (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
08:09 PM Revision 9671609c (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
08:09 PM Revision ff661fe6 (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
08:02 PM Feature request #15704: Shortcut to switch between layer visibility presets
Hi Nyall, it seems that 'layer groups' was the former name for presets (see 'Manage Layer Visibility' icon). So this ... R. R.
04:22 PM Feature request #15704: Shortcut to switch between layer visibility presets
See also #11183 Nyall Dawson
01:32 PM Feature request #15704 (Open): Shortcut to switch between layer visibility presets
A shortcut to switch between layer visibility presets (@Crtl@+@Tab@?) would be really helpful. R. R.
03:56 PM Revision 518b2490 (qgis): [processing] removed debug line
Victor Olaya
03:22 PM Revision ba98e2d5 (qgis): [processing] remove debug line (fix #15677)
Alexander Bruy
03:20 PM Revision e1607503 (qgis): [processing] correctly handle help loading (fix #15641)
(cherry picked from commit 11326245fae6b4f7946c950ec5ba2a8151e95c44) Alexander Bruy
03:20 PM Revision 022c7de5 (qgis): [processing] correctly handle help loading (fix #15641)
(cherry picked from commit 11326245fae6b4f7946c950ec5ba2a8151e95c44) Alexander Bruy
03:18 PM Revision 11326245 (qgis): [processing] correctly handle help loading (fix #15641)
Alexander Bruy
02:07 PM Revision 5adb90d1 (qgis): [gdaltools] add missed signals (fix #15623)
Alexander Bruy
01:53 PM Revision 35f17496 (qgis): Merge pull request #3581 from alexbruy/processing-terrain-analysis
[processing] add raster terrain analysis tools Victor Olaya
01:45 PM Revision 8a4b782e (qgis): [processing] fixed wrong provider reference in union algorithm
Victor Olaya
01:40 PM Revision 948dcc22 (qgis): [processing] warn if extent might not be in the expected CRS
Victor Olaya
11:38 AM Revision 34894c6f (qgis): [FEATURE] Vector layer save as: offer file/layer overwriting, new layer...
When saving a vector layer into an existing file, depending on the capabilities
of the output driver, the user can no...
Even Rouault
11:03 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Nope, that's just the thing, I didn't catch it with the test data.
I will try to isolate it tomorrow.
Thanks Rene!
...
Tudor Bărăscu
08:43 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
Can I reproduced the problem with the data you provided ?
* qgis_server_stilying_problem.zip
* qgis_bug_te...
René-Luc ReLuc
08:37 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
@Rene-Luc Although testing with the provided test data works good, my production project has problems.
I can replica...
Tudor Bărăscu
10:47 AM Revision 06a84f94 (qgis): [Plugin Manager] Fix font size (issue #15302)
Borys Jurgiel
10:37 AM Revision 5fd4cee3 (qgis): Merge pull request #3598 from borysiasty/master_2
[Plugin Manager] Fix font size (issue #15302) Jürgen Fischer
10:19 AM Revision ffd1a2ce (qgis): [Plugin Manager] Fix font size (issue #15302)
Borys Jurgiel
09:34 AM Bug report #15703: Cannot run batch processing with only 1 row of parameters
It shouldnt make sense to run a single line. If there is something you want to do with a single line, you can do it w... Victor Olaya
09:08 AM Bug report #15703 (Closed): Cannot run batch processing with only 1 row of parameters
When the Batch Processing window first opens, there are three empty rows of parameters. Clicking on the "red minus" ... Keith Jenkins
08:23 AM Bug report #14748 (Closed): Selecting features by radius fails
Reinhard I guess you had an installation problem, since you cannot reproduce on your laptop.
Feel free to reopen if y...
Sandro Santilli
08:23 AM Bug report #14748 (Closed): Selecting features by radius fails
Reinhard I guess you had an installation problem, since you cannot reproduce on your laptop.
Feel free to reopen if y...
Sandro Santilli
08:23 AM Bug report #14748 (Closed): Selecting features by radius fails
Reinhard I guess you had an installation problem, since you cannot reproduce on your laptop.
Feel free to reopen if y...
Sandro Santilli
08:18 AM Feature request #15702 (Closed): Image metada (GDAL) does not show compression information of an ...
It would be useful if the "Layer Properties" --> "Metadata" --> "Properties" text would include information on compre... Andreas Neumann
07:39 AM Feature request #15701 (Open): Show Symbology (e.g. City-Markers) only when an associated label c...
The current QGIS labeling engine offers options to hide labels if there is not enough space available to display them... Jan 21cdb
06:21 AM Bug report #15677 (Closed): [processing] dissolve (QGIS Geoalgorithm) return [Errno 9] Bad file d...
Fixed in changeset commit:"ba98e2d5895bbf68fc23eabb4eaa78a62cf769e5". Alexander Bruy
06:17 AM Bug report #15641 (Closed): Processing: Orfeo Optical Calibration throws Python error
Fixed in changeset commit:"11326245fae6b4f7946c950ec5ba2a8151e95c44". Alexander Bruy
05:13 AM Bug report #15671 (Feedback): SAGA doesn't show up in Processing in 2.16
Maybe you SAGA version is unsupported by Processing. Which SAGA do you use? Alexander Bruy
05:09 AM Bug report #15700 (Feedback): styling dock enabled for embed layers
The dock is enabled for embed layers while it should not Denis Rouzaud
05:08 AM Bug report #15699 (Feedback): drag'n'drop from legend doesn't ask for confirmation of removal
When draging layers from legend of a first QGIS app to another one the layers are removed from it.
I think it would b...
Denis Rouzaud
05:05 AM Bug report #15623 (Closed): Error when using "Extract projection"
Fixed in changeset commit:"5adb90d199eb3020ea5211c0c32f4dad0d7dea9a". Alexander Bruy
04:24 AM Bug report #15689: crashing when opening a project containing WMS layers
Nyall I'm not sure when I'll be able to get around to building a debug version.
Martin
It just opened for me but I ...
Gavin Fleming
04:09 AM Bug report #15689: crashing when opening a project containing WMS layers
Hi Gavin
Few questions :-)
- can you confirm the problem persists if you disable all plugins?
- can you confirm th...
Martin Dobias
03:42 AM Bug report #15686: Save as Image from WMS/WMTS has reprojection issues
How did you do the export with and without reprojection? Do you have source WMS/WMTS to replicate it?
Anyway, it can...
Martin Dobias
03:38 AM Bug report #15687: SSL connection does not update CAs
I did a "brutal" test substituing ssleay.dll and libeay.dll with 1.0.2 version: https://indy.fulgan.com/SSL/openssl-1... Luigi Pirelli
02:44 AM Revision 6f84a001 (qgis): Merge pull request #3576 from dakcarto/master_2-ows-fixes
Larry Shaffer

2016-10-12

01:55 AM Bug report #13710: postgis view layer with compound key lost on project reload
This change broke drag & drop copying of views from DBManager, see #15226 Sandro Santilli
01:55 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Views are affected, while real table aren't (or so it looks).
The bug was introduced by the commit fixing #13710 (com...
Sandro Santilli
01:12 AM Bug report #15226 (In Progress): Primary key issue when copying a table by Drag&Drop
Yes, I can reproduce with the table you provided. And not with other tables. I'm on it.
2.14.7 is not affected, 2.16....
Sandro Santilli
01:12 AM Bug report #15226 (In Progress): Primary key issue when copying a table by Drag&Drop
Yes, I can reproduce with the table you provided. And not with other tables. I'm on it.
2.14.7 is not affected, 2.16....
Sandro Santilli
01:12 AM Bug report #15226 (In Progress): Primary key issue when copying a table by Drag&Drop
Yes, I can reproduce with the table you provided. And not with other tables. I'm on it.
2.14.7 is not affected, 2.16....
Sandro Santilli
12:14 PM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Here comes a sample database. Please let me know if this is helpful for locating the issue. R. R.
12:14 PM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Here comes a sample database. Please let me know if this is helpful for locating the issue. R. R.
11:58 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Interesting, can you inspect the two tables (the one which works and the one which doesn't) with the "psql" command-l... Sandro Santilli
09:18 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Hi Sandro, I've uploaded a screencast. Unfortunately, I've no idea how to reproduce this issue. R. R.
08:15 AM Bug report #15226 (Feedback): Primary key issue when copying a table by Drag&Drop
I've tried dragging the qgis_test.base_table_good table (part of testsuite in qgis_test database) into a new schema a... Sandro Santilli
08:15 AM Bug report #15226 (Feedback): Primary key issue when copying a table by Drag&Drop
I've tried dragging the qgis_test.base_table_good table (part of testsuite in qgis_test database) into a new schema a... Sandro Santilli
08:10 AM Bug report #15226: Primary key issue when copying a table by Drag&Drop
Reinhard can you help me reproduce the issue ? Where should I drag the table from ? Where should I drag it to ? Which... Sandro Santilli
01:41 AM Bug report #15302 (Closed): Wrong Text size of plugin description
Borys Jurgiel
01:32 AM Bug report #15302: Wrong Text size of plugin description
In progress... https://github.com/qgis/QGIS/pull/3598 Borys Jurgiel
11:23 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
IF it's not a Processing bug, shouldn't we reopen it with another name to give it more visibility?
I think some devs...
Victor Olaya
10:48 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Sharing some more experiment.
The following code *does not* work:...
Mathieu Pellerin - nIRV
08:45 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
There is indeed some change in the internals, not sure yet if it is related to SIP or to the switch to Python3.
It c...
Martin Dobias
11:02 PM Bug report #15697 (Closed): r.fillnulls fails to work in processing toolbox
Whatever I do, when I use r.fillnulls in processing toolbox I get this error and fail from there:... Miroslav Umlauf
10:47 PM Revision e3164e9e (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
10:47 PM Revision 2d7164f8 (qgis): [auth] Reinstate auth system reply expansions for OWS providers
- Apparently this was lost during a git squash of commits for 2.12 PR Larry Shaffer
09:43 PM Revision 25794d40 (qgis): Avoid warning
Nyall Dawson
09:41 PM Revision eb2f5958 (qgis): Avoid warning
Nyall Dawson
08:48 PM Revision 0f4cba5c (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
07:46 PM Bug report #15696: Layer effects having unexpected render issues in Print Composer
there is a LOT in the project... I'll see if I can strip it back but manage to retain the glitch! Jamie Portman
07:22 PM Bug report #15696: Layer effects having unexpected render issues in Print Composer
Jamie -
I hit this issue once myself but unfortunately lost the project and couldn't find a way to reproduce it. Is...
Nyall Dawson
05:59 PM Bug report #15696 (Closed): Layer effects having unexpected render issues in Print Composer
Hi,
I have search a bit and can't find any previous threads or reports of this issue...
We have encountered on numer...
Jamie Portman
07:36 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Just to avoid further confusion in the future:
- the OSM plugin mentioned in comment 7 is looong gone (probably remo...
Martin Dobias
05:10 PM Revision 614acd0c (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:06 PM Revision 39060598 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:05 PM Revision 21cfb7d5 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
05:03 PM Revision 726bac52 (qgis): Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is ...
Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code René-Luc ReLuc
03:22 PM Revision 38b43a2e (qgis): Fix hub link
Sandro Santilli
03:22 PM Revision a0a4e7b9 (qgis): Fix hub link
Sandro Santilli
03:18 PM Revision 15fe635f (qgis): Fix hub link
Sandro Santilli
03:04 PM Revision 898addfa (qgis): [processing] avoid division by zero (fix #15521)
Alexander Bruy
02:19 PM Revision bb8e89fa (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) Nyall Dawson
02:19 PM Revision e79f2b91 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
(cherry-picked from 2665eb50a69220324f4a6d045e8eba6601760dd3) Nyall Dawson
02:19 PM Revision 46030757 (qgis): 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 lay...
Nyall Dawson
02:19 PM Revision 3c43bb5e (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
02:19 PM Revision ba99c7ca (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) Nyall Dawson
02:19 PM Revision b40b4912 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
02:19 PM Revision b9a69d07 (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
(cherry...
Nyall Dawson
02:19 PM Revision a6dc6acf (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
01:46 PM Revision 7d42a4b0 (qgis): Add test for #15188 (this branch is unaffected by the bug)
Sandro Santilli
01:01 PM Revision d0b3430e (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
12:58 PM Revision a985d8c9 (qgis): Fix bogus precision/scale in PostgreSQL for double values
This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
which broke import of legit shapefiles by assuming wron...
Sandro Santilli
12:54 PM Revision 72431923 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
12:54 PM Revision edd56e95 (qgis): Fix @geometry_point_num and @geometry_point_count for marker lines
Fixes #15673
(cherry-picked from ddfe91f76342578934398f9cc56aa68e4e525020)
Nyall Dawson
12:54 PM Revision 89e69045 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
(cherry-picked from 2665eb50a69220324f4a6d045e8eba6601760dd3) Nyall Dawson
12:54 PM Revision 48e6bfc6 (qgis): 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 lay...
Nyall Dawson
12:54 PM Revision 8f42bb8d (qgis): Add perceptually uniform colormaps to default styles
Adds the Viridis, Magma, Plasma and Inferno uniform color ramps
created by Stéfan van der Walt and Nathaniel Smith
S...
Nyall Dawson
12:54 PM Revision 6fc9712a (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
(cherry...
Nyall Dawson
12:54 PM Revision 28fc834d (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
(cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299) Nyall Dawson
12:54 PM Revision 5657a36e (qgis): [labeling] When in line orientation placement mode, rename above/
below options to left of line/right of line
Makes their meaning clearer
(cherry-picked from c36c242e8ef242ef7f2da52...
Nyall Dawson
12:54 PM Revision 44224617 (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) Nyall Dawson
12:54 PM Revision d5580772 (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) Nyall Dawson
12:54 PM Revision dae0bced (qgis): Fix first marker is drawn twice for marker line interval mode
(cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16) Nyall Dawson
11:53 AM Revision 6ee6398c (qgis): typo fix
Jürgen Fischer
11:46 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
Reinhard let me know what you find, and what does it mean to "convert a multipart into singlepart" (augmenting the nu... Sandro Santilli
09:26 AM Bug report #15487: "Create single-part geometries instead of multi-part" option broken
As far as I remember former QGIS versions have converted the multipart geometries into singlepart geometries instead ... R. R.
08:30 AM Bug report #15487 (Feedback): "Create single-part geometries instead of multi-part" option broken
The shapefile contains record with multi-geometries, what would you expect from the "Create single-part geometries in... Sandro Santilli
08:30 AM Bug report #15487 (Feedback): "Create single-part geometries instead of multi-part" option broken
The shapefile contains record with multi-geometries, what would you expect from the "Create single-part geometries in... Sandro Santilli
11:19 AM Bug report #15694 (Closed): Invert color ramp not working with raster
Duplicate of #15184 Nyall Dawson
11:19 AM Bug report #15694 (Closed): Invert color ramp not working with raster
Duplicate of #15184 Nyall Dawson
11:11 AM Revision 00859ae3 (qgis): fix default for DEFAULT_WITH_INTERNAL_QWTPOLAR setting
Jürgen Fischer
09:05 AM Revision 6605a227 (qgis): [processing] Optimise uniqueValues method
Now it uses the standard QgsVectorLayer.uniqueValues() method
where possible so that provider side optimisations are ...
Nyall Dawson
09:02 AM Bug report #14504: The QGIS intersection tool yields incomplete results
About "Returns a Geometry representing the points shared by this Geometry and other." -- the GEOS statement has nothi... Sandro Santilli
08:56 AM Revision 05ea4be7 (qgis): [processing] Fix inefficient values() method
Method was iterating over ever feature in a layer, including
geometries and all attributes for EVERY attribute reques...
Nyall Dawson
08:31 AM Revision 2665eb50 (qgis): Correctly handle edit buffer when using request with limit (fix #15505)
Nyall Dawson
08:13 AM Bug report #15522 (Closed): Qgis Server doesnt' respect the styling from Desktop
Last commits:
* master commit:726bac5
* master_2 commit:21cfb7d
* release-2_16 commit:3906059
* release-2_14 commit:6...
René-Luc ReLuc
08:13 AM Bug report #15522 (Closed): Qgis Server doesnt' respect the styling from Desktop
Last commits:
* master commit:726bac5
* master_2 commit:21cfb7d
* release-2_16 commit:3906059
* release-2_14 commit:6...
René-Luc ReLuc
08:09 AM Bug report #15435: Measure tools: default unit is hardcoded and doesn't follow choice in Settings...
Actually, (i'm still a bit puzzled) forget my comment above about units change. Change is applied only if unit is the... Harrissou Santanna
06:54 AM Bug report #15435: Measure tools: default unit is hardcoded and doesn't follow choice in Settings...
Indeed and as pointed in #15436, changing(!) the (global) units settings directly apply to the measurement widget.
Ho...
Harrissou Santanna
07:46 AM Bug report #15436: Measure tools: opening Configuration dialog may change your custom units
Maybe, but silently change configuration of a dialog is not good. Note that it does nothing to do with clicking the "... Harrissou Santanna
06:28 AM Bug report #15695 (Closed): QGIS server should not cache the layers in case of errors
In a production environment, it's tough to ensure the services are started in the correct order. So, for example, you... Patrick Valsecchi
06:20 AM Revision 53c3ed2d (qgis): 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 lay...
Nyall Dawson
06:02 AM Bug report #15521 (Closed): Concave hull broken
Fixed in changeset commit:"898addfa3314ad23c17ee8d64f36c292a82b6cff". Alexander Bruy
05:38 AM Bug report #15680 (In Progress): Clipping of raster with GDAL may hang QGIS
The issue I see here is that the extent parameter has no CRS
We can make the assumption that it's in the Project CRS...
Victor Olaya
04:21 AM Bug report #15188 (Closed): Importing .shp files into PostGIS fails (Error 7)
Fixed in changeset commit:"a985d8c9f97554eaf84125bc6d458aa46088a0b5". Sandro Santilli
03:25 AM Feature request #5705 (In Progress): Please add a QGIS backend
I start to work on this. See pull-requests:
* for interpolation tools (https://github.com/qgis/QGIS/pull/3592 )
* for...
Alexander Bruy
03:25 AM Feature request #5705 (In Progress): Please add a QGIS backend
I start to work on this. See pull-requests:
* for interpolation tools (https://github.com/qgis/QGIS/pull/3592 )
* for...
Alexander Bruy

2016-10-11

11:53 PM Bug report #15694 (Closed): Invert color ramp not working with raster
With any singleband raster the invert color checkbox does not work anymore. Tried any combination (hit the checkbox a... matteo ghetta
11:32 PM Bug report #15505 (Closed): Wrong result returned by layer.getFeatures(request) in editing mode w...
Fixed in changeset commit:"2665eb50a69220324f4a6d045e8eba6601760dd3". Nyall Dawson
09:25 PM Bug report #8609 (Closed): HTML Annotation does not display HTML
Fixed in changeset commit:"53c3ed2dc02baf43c3a5cc7323f37869f434f25a". Nyall Dawson
09:08 PM Bug report #12553 (Feedback): Features are not rendered (at certain scales) and cannot be selectd...
Can you reshare the sample data? Nyall Dawson
09:03 PM Bug report #12554 (Closed): Letter spacing different when exporting to PDF
Can't reproduce - was likely fixed by commit:449fcad Nyall Dawson
09:03 PM Bug report #12554 (Closed): Letter spacing different when exporting to PDF
Can't reproduce - was likely fixed by commit:449fcad Nyall Dawson
09:01 PM Bug report #15689: crashing when opening a project containing WMS layers
Hmmm not much to go on there. Are you able to self build a debug version? I can't reproduce any crash with the projec... Nyall Dawson
12:36 PM Bug report #15689: crashing when opening a project containing WMS layers
The guilty project file is attached. The localhost layer won't work for you as it is an ssh tunnel. ... Gavin Fleming
10:35 AM Bug report #15689 (Feedback): crashing when opening a project containing WMS layers
Can you provide a backtrace from gdb? (Type 'bt')
Are you able to share your project?
Nyall Dawson
06:04 AM Bug report #15689 (Closed): crashing when opening a project containing WMS layers
I often have this problem - when I open a project containing WMS layers, it crashes and I have to create it from scra... Gavin Fleming
07:03 PM Revision a5ffc6a8 (qgis): Merge pull request #3589 from gacarrillor/patch-1
Adding contribution details. Even Rouault
02:39 PM Revision a1367d43 (qgis): Revert "[processing] Fix missing points in polygons menu item (fix #156...
This reverts commit ba7fdded19760a5ee526cf7357be2b4a7e1b440c. Alexander Bruy
02:39 PM Revision 8784ad0c (qgis): Revert "[processing] restore Points in Polygons algorithm menu entry (f...
This reverts commit 1051dbbdaaa4e4f3a02832f6a923eb9fccd85156. Alexander Bruy
11:38 AM Revision 713e5768 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:36 AM Revision f17eb482 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:35 AM Revision 93efb794 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:35 AM Revision 75405293 (qgis): [QGIS Server] Loss qobject_cast when it's usefull
René-Luc ReLuc
11:04 AM Revision 1051dbbd (qgis): [processing] restore Points in Polygons algorithm menu entry (follow up...
(cherry picked from commit 85962653a2e07f2036964d02ec6e7a4229551183) Alexander Bruy
11:04 AM Revision ba7fdded (qgis): [processing] Fix missing points in polygons menu item (fix #15670)
Also add a unit test
(cherry picked from commit d4323addf04e0a1bdccec2127c7b2b8a59661799)
Conflicts:
python/plugin...
Nyall Dawson
11:01 AM Revision 85962653 (qgis): [processing] restore Points in Polygons algorithm menu entry (follow up...
Alexander Bruy
10:57 AM Revision a356bac1 (qgis): [procesing] add tests for raster terrain analysis algorithms
Alexander Bruy
10:55 AM Revision 48c7c49c (qgis): [processing] expose Slope from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:55 AM Revision e76a4678 (qgis): [processing] expose Aspect from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:55 AM Revision fabc0970 (qgis): [processing] add icons for raster terrain analysis algorithms
Alexander Bruy
10:55 AM Revision 2c2ff64f (qgis): [processing] expose Ruggedness from Raster terrain analysis plugin in t...
Alexander Bruy
10:55 AM Revision e2f36e40 (qgis): [processing] remove unused imports
Alexander Bruy
10:55 AM Revision 15902aa2 (qgis): [processing] expose Hillshade from Raster terrain analysis plugin in to...
Alexander Bruy
10:55 AM Revision 7b747743 (qgis): [processing] expose Relief from Raster terrain analysis plugin in toolbox
Alexander Bruy
10:46 AM Feature request #15693 (Open): DB-Manager - Show query execution time while query is running
The query tool in pgAdmin III has implemented this feature. It's quite helpful for complex queries that take longer t... R. R.
10:38 AM Bug report #15690 (Feedback): WMS layer with EPSG:32717 is not displayed correctly
You need to provide a lot more detail:
- wms details
- what is displaying which is not correct
- attach a sample pro...
Nyall Dawson
07:38 AM Bug report #15690 (Closed): WMS layer with EPSG:32717 is not displayed correctly
How i can correct this, plz
Franklin vazconez
10:16 AM Bug report #15692 (Closed): DB-Manager freezes when running complex SQL queries
The DB-Manager freezes every time when running more complex SQL queries. Using the query tool in pgAdmin III the same... R. R.
10:04 AM Bug report #15691 (Closed): 'Expand All'/'Collapse All' issue when opening a project
When opening a .qgis file all groups and layers are displayed expanded. It seems this issue is a regression: #2908 R. R.
09:57 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
I've filed a PR with a testcase and a revert of the offending commit:
https://github.com/qgis/QGIS/pull/3590
The te...
Sandro Santilli
05:49 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Sandro Santilli wrote:
> I see by default there's always "text edit" as the edit widget associated with floating poin...
Jürgen Fischer
03:23 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
I see by default there's always "text edit" as the edit widget associated with floating point fields, but I'm no expe... Sandro Santilli
03:14 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Sandro Santilli wrote:
> I also confirm the other fix is to perform unit-addition in QgsPostgresProvider::convertFiel...
Jürgen Fischer
02:10 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
I also confirm the other fix is to perform unit-addition in QgsPostgresProvider::convertField, but then the QgsField:... Sandro Santilli
09:17 AM Revision 48c11806 (qgis): Merge pull request #3588 from ghtmtt/patch-1
[processing] add missed import Alexander Bruy
08:46 AM Revision 60cc8537 (qgis): Add perceptually uniform colormaps to default styles
Adds the Viridis, Magma, Plasma and Inferno uniform color ramps
created by Stéfan van der Walt and Nathaniel Smith
S...
Nyall Dawson
07:57 AM Revision 9263abe4 (qgis): [composer] Move all grid settings into seperate panel
Now grid settings are accessed by clicking "Modify grid"
from the composer map properties panel. This opens a new
sta...
Nyall Dawson
07:24 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Tested on all branches and it works.
I'll let you close the issue.
Thanks a lot for your very nice work.
Tudor Bărăscu
05:41 AM Revision 0dc5e836 (qgis): Fix unused variable warning
Nyall Dawson
04:48 AM Bug report #15688 (Closed): Georeferenced Image files cannot be opened or new image files georefe...
when trying to load georeferenced image files (i.e. static OS maps), i get an error saying invalid data source. This... Pippa Messenger
04:08 AM Revision 44546e8e (qgis): [composer] Port remaining symbol pickers to inline panels
Nyall Dawson
03:33 AM Revision c36c242e (qgis): [labeling] When in line orientation placement mode, rename above/
below options to left of line/right of line
Makes their meaning clearer
Nyall Dawson
02:50 AM Bug report #15597: In QGIS > =2.16.* loading of WFS layers with (Geoserver) authentication fails
Larry Shaffer wrote:
> Giovanni, do you mind compiling the fix and testing for your scenario (either @master_2@ or @r...
Giovanni Manghi
02:44 AM Revision 01a402ca (qgis): [labeling] Fix line orientation option gets checked randomly
Nyall Dawson

2016-10-10

01:37 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
I confirm that removing the unit-subtraction from QgsOgrProvider::loadFields fixes the import.
The QgsField::length m...
Sandro Santilli
01:33 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
So upon further digging, I've found that OGR correctly reports width as 19 (which would accept the value) but QGIS is... Sandro Santilli
12:45 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Actually, I'm taking this back. shp2pgsql, which uses shapelib, reports the field to have width=19 and precision=11, ... Sandro Santilli
12:34 AM Bug report #15188 (In Progress): Importing .shp files into PostGIS fails (Error 7)
Sandro Santilli
12:34 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Ok I was wrong, shp2pgsql (from PostGIS) behavior is to specify a width, but not a precision.
Doing so within QGIS re...
Sandro Santilli
12:28 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
PostGIS loader (shp2pgsql) behaves as QGIS-2.14, sing "numeric" only when DBF width is > 18.
What was the rationale t...
Sandro Santilli
12:22 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Error confirmed with 2.16.3:... Sandro Santilli
12:22 AM Bug report #15188: Importing .shp files into PostGIS fails (Error 7)
Error confirmed with 2.16.3:... Sandro Santilli
01:30 AM Revision d4323add (qgis): [processing] Fix missing points in polygons menu item (fix #15670)
Also add a unit test Nyall Dawson
01:30 AM Revision 90aebd11 (qgis): [processing] Add geometry info should add z/m values (fix #14659)
Nyall Dawson
01:29 AM Bug report #8677 (Reopened): More consistent buttons for adding expressions
Epsilon is still present in some dialogs, see attached. Paolo Cavallini
01:29 AM Bug report #8677 (Reopened): More consistent buttons for adding expressions
Epsilon is still present in some dialogs, see attached. Paolo Cavallini
01:29 AM Bug report #8677 (Reopened): More consistent buttons for adding expressions
Epsilon is still present in some dialogs, see attached. Paolo Cavallini
05:04 PM Bug report #8677 (Closed): More consistent buttons for adding expressions
Should not be an issue with current releases - please file specifics if you can find any remaining occurances of the ... Nyall Dawson
05:04 PM Bug report #8677 (Closed): More consistent buttons for adding expressions
Should not be an issue with current releases - please file specifics if you can find any remaining occurances of the ... Nyall Dawson
01:26 AM Bug report #7923: Centroid fill icons go below some polygons
Expected may be from dev point of view, certainly it is surprising for the user. Paolo Cavallini
04:45 PM Bug report #7923 (Closed): Centroid fill icons go below some polygons
This is expected behaviour - you'd need to use symbol levels and place the centroid fill above the polygon fills to h... Nyall Dawson
04:45 PM Bug report #7923 (Closed): Centroid fill icons go below some polygons
This is expected behaviour - you'd need to use symbol levels and place the centroid fill above the polygon fills to h... Nyall Dawson
04:43 PM Bug report #7923 (Open): Centroid fill icons go below some polygons
Nyall Dawson
04:43 PM Bug report #7923 (Feedback): Centroid fill icons go below some polygons
Oops - wrong issue Nyall Dawson
01:24 AM Bug report #8683: Strings cut in a dialog
Sorry, cannot test now on master. On latest 2.16 it is. Paolo Cavallini
04:43 PM Bug report #8683 (Feedback): Strings cut in a dialog
Still an issue on master? Nyall Dawson
06:50 PM Bug report #12797 (Feedback): Layer not shown if Proportional size AND symbol levels are activated
IS this still an issue? Can you attach a project? Nyall Dawson
06:47 PM Bug report #12353 (Closed): Text boxes gets gray areas.
Fixed in 2.18 Nyall Dawson
06:47 PM Bug report #12353 (Closed): Text boxes gets gray areas.
Fixed in 2.18 Nyall Dawson
06:39 PM Bug report #11938 (Closed): Wrong $length
Not reproducible on master Nyall Dawson
06:39 PM Bug report #11938 (Closed): Wrong $length
Not reproducible on master Nyall Dawson
05:58 PM Revision d7ed0697 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:50 PM Bug report #6113 (Closed): Selection of features does not work correctly with "point displacement...
Fixed in master Nyall Dawson
05:50 PM Bug report #6113 (Closed): Selection of features does not work correctly with "point displacement...
Fixed in master Nyall Dawson
05:48 PM Revision 9610cbc5 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:41 PM Bug report #7093 (Closed): Curved labels ignore "Always show upside-down labels"
Fixed in master Nyall Dawson
05:41 PM Bug report #7093 (Closed): Curved labels ignore "Always show upside-down labels"
Fixed in master Nyall Dawson
05:29 PM Revision 5abeac12 (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:18 PM Revision 49459c8d (qgis): [QGIS Server] Use qobject_cast when it's usefull
René-Luc ReLuc
05:05 PM Bug report #8423 (Feedback): QGIS interface stops updating
Is this still an issue with current supported releases? Nyall Dawson
05:04 PM Bug report #6864 (Closed): "number of candidates" setting is ignored in composer maps
Should not be an issue with current releases, please re-open if you can reproduce. Nyall Dawson
05:04 PM Bug report #6864 (Closed): "number of candidates" setting is ignored in composer maps
Should not be an issue with current releases, please re-open if you can reproduce. Nyall Dawson
05:03 PM Bug report #7338 (Closed): Build fails with "No rule to make target staged-plugins"
Closing due to lack of feedback, and substantial changes since this was filed Nyall Dawson
05:03 PM Bug report #7338 (Closed): Build fails with "No rule to make target staged-plugins"
Closing due to lack of feedback, and substantial changes since this was filed Nyall Dawson
04:52 PM Bug report #14659 (Closed): add geometric columns - no Z coord
Fixed in changeset commit:"90aebd117d7a936e606d4993b0bc6ccc7f64080d". Nyall Dawson
01:07 PM Bug report #14659: add geometric columns - no Z coord
I'm tracking all z troubles in QGIS. Can that issue be closed or is it still opened ? Regis Haubourg
04:52 PM Bug report #15670 (Closed): (Count) Points in Polygons is missing in he vector menu
Fixed in changeset commit:"d4323addf04e0a1bdccec2127c7b2b8a59661799". Nyall Dawson
04:47 PM Bug report #9866 (Closed): Point symbols anchor point "bottom" does not work as expected
Not reproducible in current versions Nyall Dawson
04:47 PM Bug report #9866 (Closed): Point symbols anchor point "bottom" does not work as expected
Not reproducible in current versions Nyall Dawson
04:41 PM Bug report #8752 (Closed): Unable to open ESRI personal geodatabase in 2.0
Upstream issue, not a qgis issue. Nyall Dawson
04:40 PM Bug report #6835 (Closed): Label with "using perimeter" option looses label and do not work as ex...
Fixed in recent versions Nyall Dawson
04:40 PM Bug report #6835 (Closed): Label with "using perimeter" option looses label and do not work as ex...
Fixed in recent versions Nyall Dawson
04:38 PM Bug report #8889 (Closed): Slow "selection" of features
Not an issue in current versions Nyall Dawson
04:38 PM Bug report #8889 (Closed): Slow "selection" of features
Not an issue in current versions Nyall Dawson
04:36 PM Bug report #10592 (Feedback): X Errors in 2.3.0-Master
Can you confirm this is still an issue on newer qgis versions? Nyall Dawson
04:36 PM Bug report #7371 (Closed): QgsProject.writeEntry() makes it very easy to make a project file unre...
Fixed in commit:313fe6a98f06cc4094ace211fc3a191aa0497cd6 Nyall Dawson
04:36 PM Bug report #7371 (Closed): QgsProject.writeEntry() makes it very easy to make a project file unre...
Fixed in commit:313fe6a98f06cc4094ace211fc3a191aa0497cd6 Nyall Dawson
04:35 PM Bug report #9106 (Closed): There is no equivalent to setGrayBand for QgsSingleBandPseudoColorRend...
Was fixed in commit:45681e6e0a007ecb1b9b543de5b4d8ce123dd602 ( qgis 2.10) Nyall Dawson
04:35 PM Bug report #9106 (Closed): There is no equivalent to setGrayBand for QgsSingleBandPseudoColorRend...
Was fixed in commit:45681e6e0a007ecb1b9b543de5b4d8ce123dd602 ( qgis 2.10) Nyall Dawson
04:32 PM Revision c96d8b20 (qgis): Adding contribution details.
Grabbed from former OSGeo trac: https://trac.osgeo.org/qgis/ gcarrillo -
04:28 PM Bug report #9355 (Closed): Export/add geometric column terribly slow
Not an issue on the newer processing version - tested with 500k point file, speed is comparable to saving a copy of t... Nyall Dawson
04:28 PM Bug report #9355 (Closed): Export/add geometric column terribly slow
Not an issue on the newer processing version - tested with 500k point file, speed is comparable to saving a copy of t... Nyall Dawson
04:28 PM Revision ca0fb196 (qgis): 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 vec... René-Luc ReLuc
04:27 PM Revision 4aacaa99 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b. René-Luc ReLuc
04:26 PM Revision 3c7a6429 (qgis): Revert "fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b"
This reverts commit 5b79287aaa64fe97142978f6507dc8c0d1004fd9. René-Luc ReLuc
04:24 PM Revision ff86ecd8 (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 7d334c7d76e63ab8c3d752ab5c1e74b44771b8d6. René-Luc ReLuc
04:23 PM Bug report #8071 (Closed): Inconsistent icons in qgis 2.0 default theme
Fixed for a while now Nyall Dawson
04:23 PM Bug report #8071 (Closed): Inconsistent icons in qgis 2.0 default theme
Fixed for a while now Nyall Dawson
04:21 PM Bug report #9256 (Closed): Incorrect icon of font type
This is a Qt issue - not QGIS Nyall Dawson
04:21 PM Bug report #9256 (Closed): Incorrect icon of font type
This is a Qt issue - not QGIS Nyall Dawson
04:12 PM Revision f81bce25 (qgis): 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 vec... René-Luc ReLuc
04:11 PM Revision a02d1308 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938. René-Luc ReLuc
04:11 PM Revision fb6255d7 (qgis): Revert "fix typo 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938"
This reverts commit 8b6e544da6d6941b67f7e67cb1c59d4b4fc349e3. René-Luc ReLuc
04:11 PM Revision 80f4ed7a (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit f42b55461b4d0ce9e93cba1ba566738d41cc7415. René-Luc ReLuc
03:35 PM Revision d5328f6b (qgis): 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 vec... René-Luc ReLuc
03:34 PM Revision 89dd2633 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c. René-Luc ReLuc
03:34 PM Revision c2328b18 (qgis): Revert "fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c"
This reverts commit 03fdaa02acb4abb6f8407d805379b50ec132e997. René-Luc ReLuc
03:34 PM Revision 86d455ab (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 6e4dbc0e45b41b163a9499dc16a0e4019853fd3e. René-Luc ReLuc
03:27 PM Revision f4cae333 (qgis): Revert "fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae"
This reverts commit db1b52a249e7f5187e5ec2462bdf88ca91c5c988. René-Luc ReLuc
03:27 PM Revision be58cd78 (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 8648bd12f39e17e3e656101e5b12a13b170e59c5. René-Luc ReLuc
03:27 PM Revision e34116d7 (qgis): 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 vec... René-Luc ReLuc
03:27 PM Revision 3b65a91b (qgis): Revert "fix 1df9d7e"
This reverts commit 3b9316dae919a3debd31440eab18b51116cf478d. René-Luc ReLuc
03:27 PM Revision 801d4cd9 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae. René-Luc ReLuc
02:56 PM Revision 66035b61 (qgis): Merge branch 'processing_parameters_refactoring'
Alexander Bruy
02:56 PM Revision 2c9fdae4 (qgis): move imports to the top
Alexander Bruy
02:55 PM Revision 4292c46c (qgis): Merge branch 'processing_parameters_refactoring' of https://github.com/...
Alexander Bruy
01:48 PM Revision 6d2ab9ed (qgis): Merge pull request #3582 from fritsvanveen/fix_illegible_labels
Fix illegible labels Nyall Dawson
11:53 AM Revision e69dd9c9 (qgis): Fix escaping in regexp function help
Nyall Dawson
11:53 AM Revision ddfe91f7 (qgis): Fix @geometry_point_num and @geometry_point_count for marker lines
Fixes #15673 Nyall Dawson
11:53 AM Revision 0c4bf943 (qgis): Allow expression functions to appear in multiple groups (fix #15682)
Now functions which make sense for multiple contexts (eg length,
to_date) can appear in more than one group.
Nyall Dawson
11:53 AM Revision 748d8acd (qgis): Fix first marker is drawn twice for marker line interval mode
Nyall Dawson
11:53 AM Revision c1cf896c (qgis): Fix invalid values for @map_extent_width/height (fix #15672)
Nyall Dawson
11:53 AM Revision 6fd58155 (qgis): @cluster_color should default to null, not empty string
Nyall Dawson
10:48 AM Revision fa66da29 (qgis): Missing import fixed for R algorithm
matteo ghetta
09:09 AM Revision fba87f79 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into processing_p...
Conflicts:
python/plugins/processing/gui/ExtentSelectionPanel.py
Victor Olaya
08:05 AM Revision 3b1dfa70 (qgis): [processing] made -te parameter optional in gdal warp
Victor Olaya
08:01 AM Revision 20b93df7 (qgis): [processing] made -te parameter optional in gdal warp
Victor Olaya
07:47 AM Bug report #15522 (Reopened): Qgis Server doesnt' respect the styling from Desktop
I reopened it because we found a memory leak in my previous fix.
Can you test my new fix ?
* master commit:e34116d
*...
René-Luc ReLuc
06:26 AM Bug report #15687: SSL connection does not update CAs
my OSGeo4W qgis is using ssl version:
ssleay.dll v1.0.1.7
Luigi Pirelli
06:04 AM Bug report #15687: SSL connection does not update CAs
not confirmed on Linux.
removing or adding CA and running "update-ca-certificates" (debian/ubuntu) and then:
QgsAuth...
Luigi Pirelli
05:59 AM Bug report #14430 (Reopened): Cannot use memory layers with OGR tools
While #11616 could enhance Processing as a whole, this issue (#14430) can be addressed separately.
That is, for GDAL/...
gcarrillo -
05:59 AM Bug report #14430 (Reopened): Cannot use memory layers with OGR tools
While #11616 could enhance Processing as a whole, this issue (#14430) can be addressed separately.
That is, for GDAL/...
gcarrillo -
05:59 AM Bug report #14430 (Reopened): Cannot use memory layers with OGR tools
While #11616 could enhance Processing as a whole, this issue (#14430) can be addressed separately.
That is, for GDAL/...
gcarrillo -
02:54 AM Bug report #15682 (Closed): length function is only listed in string methods
Fixed in changeset commit:"0c4bf943c141ff88519ee7e2474d828230c84272". Nyall Dawson
02:54 AM Bug report #15672 (Closed): @map_extent_width and @map_extent_height seem buggy
Fixed in changeset commit:"c1cf896c1a76fdac16b3e800b7e1f106f983e299". Nyall Dawson
02:54 AM Bug report #15673 (Closed): @geom_point_num should be available in marker line symbology
Fixed in changeset commit:"ddfe91f76342578934398f9cc56aa68e4e525020". Nyall Dawson

2016-10-09

01:38 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
during dev I found a possible bug reported in #15687 Luigi Pirelli
01:27 AM Bug report #15522 (Closed): Qgis Server doesnt' respect the styling from Desktop
It works as it should now. Tested under LTR, 2.16, master and master_2.
Thanks a lot René!
Tudor Bărăscu
12:58 AM Bug report #15687 (Closed): SSL connection does not update CAs
I found a misalignement in SSL Root Certificate Authorities (CAs) caching at least in WIN. This bug has been found de... Luigi Pirelli
12:49 AM Revision 139d140f (qgis): fix warning
(cherry picked from commit cd3adc077eda76f1503ed7d4e29b1b2e41218d47) Jürgen Fischer
12:47 AM Revision b51e3c7c (qgis): fix warning
(cherry picked from commit cd3adc077eda76f1503ed7d4e29b1b2e41218d47) Jürgen Fischer
12:44 AM Revision cd3adc07 (qgis): fix warning
Jürgen Fischer
12:29 AM Bug report #15686 (Closed): Save as Image from WMS/WMTS has reprojection issues
When saving images from WMS/WMTS to a projection not native to the source online dataset, reprojection is performed a... whatnick -
11:53 PM Bug report #14752: GEOS exceptions crash QGIS on windows
I can confirm the crash on loading in 2.16.3 (build #7d00cae). But the project opens fine in QGIS 2.x master (2.17, b... Andreas Neumann
10:59 PM Bug report #13494: QgsApplication.initQgis leads to segfault
Martin Dobias wrote:
> Maybe better to address that in 3.0 that would set a requirement that QGIS libraries can be o...
Richard Duivenvoorde
09:19 PM Bug report #11282 (Closed): Font Marker symbol value 0x 173 (Unicode 00AD) not displaying in all ...
Nyall Dawson
08:16 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Ok, this goes beyond processing, something is broken at the sip level. Here's a greatly narrowed steps to reproduce t... Mathieu Pellerin - nIRV
08:16 PM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
Ok, this goes beyond processing, something is broken at the sip level. Here's a greatly narrowed steps to reproduce t... Mathieu Pellerin - nIRV
04:48 AM Bug report #15683: python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer when ref...
It's an important issue, no doubt, but i dont understand how a layer object can be missing that method... It's puzzli... Victor Olaya
04:22 AM Bug report #15683 (Closed): python/sip: qgsvectorlayer instance improperly turns into qgsmaplayer...
I've noticed a serious regression under processing, which results in processing being unusable after a first algorith... Mathieu Pellerin - nIRV
02:31 PM Bug report #15685: Processing gdalwarp issues
Not sure if this affects also other gdal tools. Giovanni Manghi
02:27 PM Bug report #15685 (Closed): Processing gdalwarp issues
Input: http://svn.simo-project.org/tools/trunk/txt2latlon/data/gt30w020n90.tif
1)
On QGIS 2.16 with gdal 1.11 (QGIS...
Giovanni Manghi
01:55 PM Revision f2e87c93 (qgis): fix typos
Jürgen Fischer
01:55 PM Revision df16ef61 (qgis): german translation update
Jürgen Fischer
10:10 AM Revision 8d690fa4 (qgis): [composer] Use inline panels for grid and overview symbol style selectors
Nyall Dawson
09:56 AM Bug report #15684 (Closed): Crash when creating snapshot with vector layer from command line
Creating a PNG snapshot from the command line on Linux of a map containing a vector layer causes a segmentation fault... Alex Cobb
03:48 AM Bug report #15682 (Closed): length function is only listed in string methods
Since length is also available for geometries, it should also be listed in the Geometry section of the expression bui... Anita Graser
02:43 AM Revision 8b66ade6 (qgis): german translation update
Jürgen Fischer

2016-10-08

01:47 AM Revision 22af5bf5 (qgis): fix typos
Jürgen Fischer
01:46 AM Revision f4a7cddb (qgis): fix typos
Jürgen Fischer
01:36 AM Revision a84a2824 (qgis): fix typos
Piotr Pociask
01:31 AM Revision 1e9124de (qgis): fix typos
Jürgen Fischer
01:03 AM Revision 3a76708b (qgis): Fix renaming a virtual field leads to crash (fix #15669)
Nyall Dawson
 

Also available in: Atom