Activity

From 2016-09-23 to 2016-10-22

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 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 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 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 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 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 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 94598314 (qgis): Remove unused variables
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 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 6acf0f74 (qgis): msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707) Jürgen Fischer
12:28 PM Revision 2cb69821 (qgis): release.pl: stay on same master* branch
(cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f) 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 d83e650a (qgis): [processing] make spatialite connector work with python3
Mathieu Pellerin - nIRV
05:05 AM Revision 772f2019 (qgis): [processing] add a spatialite execute SQL algorithm
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 b2a2c188 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
08:09 PM Revision a7092ca3 (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c) gcarrillo -
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 89fa21e5 (qgis): [processing] more complete support for int64 fields (follow up 8d2cc8806b)
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2) Alexander Bruy
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 -
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 be25a29d (qgis): Fixing issue with 'Eliminate sliver polygons' and fields of type long.
gcarrillo -
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 -
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 f4e1e6f6 (qgis): Fix reordering and removal of legend nodes in composer legend
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 10cab93c (qgis): Fix building of legend node tree if embedded widgets are used in the layer
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 067e5905 (qgis): Update snapping settings widget when avoid intersection list changes
Matthias Kuhn
12:56 PM Revision 80641488 (qgis): Make QgsPoint a Q_GADGET
Matthias Kuhn
12:56 PM Revision bb23d6eb (qgis): Move snapping options to project menu
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 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 64d3c788 (qgis): Use toolbar or status bar for snapping config
Denis Rouzaud
12:56 PM Revision 3e83fafc (qgis): Expose QgsUnitTypes to QML
Matthias Kuhn
12:56 PM Revision 58be4fc8 (qgis): Rename visibility presets to map themes part 2
Matthias Kuhn
12:56 PM Revision a6a4f2ed (qgis): Enable C++11 by default
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 8f7183b2 (qgis): [processing] add icon for zonal statistics tool
Alexander Bruy
11:13 AM Revision 7bd43159 (qgis): [processing] expose zonal statistics from Zonal statistics plugin in to...
Alexander Bruy
11:13 AM Revision a3ebc7bd (qgis): [processing] add test for ParameterSelection
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 2778a8fe (qgis): [processing] minor formatting fixes to the OTB README
Alexander Bruy
10:28 AM Revision df90e6b9 (qgis): [processing] remove unused test data
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 774965c2 (qgis): [processing] expose TIN interpolation from interpolation plugin in toolbox
Alexander Bruy
01:59 PM Revision ca66951a (qgis): [processing] add icons for interpolation tools
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 3af23036 (qgis): Test for multipoint Delaunay triangulation
Piotr Pociask
11:15 AM Revision 41fafd69 (qgis): [processing] support MultiPoint geometries in 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 d10e564b (qgis): [DBManager] Add tests for GPKG 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 3f2866c4 (qgis): [FEATURE] [DBManager] Add a GeoPackage dedicated 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 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 7a87fb55 (qgis): [processing] don't use full path for naming layers when loaded in datao...
Victor Olaya
03:55 PM Revision b4562d14 (qgis): [processing] fixed iterative execution
fixes #15650 Victor Olaya
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 22a6c473 (qgis): [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480 Victor Olaya
03:55 PM Revision c0e3b8fb (qgis): [processing] added short help for saga raster calculator
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 90db2464 (qgis): [processing] use only selected features for spatial index
fixes #15584 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 aeaef6f5 (qgis): [processing] made connection params optional in 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 d63222e6 (qgis): [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706 Sandro Santilli
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 b83fbb16 (qgis): [processing] warn if extent might not be in the expected CRS
Victor Olaya
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 fb860fb6 (qgis): New class QgsBearingUtils with method to calculate true north
Nyall Dawson
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: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 2835cad6 (qgis): Grey out disabled symbol layers in tree
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 2a873b83 (qgis): Fix effects lost on geometry generator symbol layer
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 37b00eb6 (qgis): [WFS provider] Fix auth config extra expansion and auth prioritization
Larry Shaffer
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: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 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 ba99c7ca (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) 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
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 b40b4912 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) Nyall Dawson
02:19 PM Revision bb8e89fa (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) 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
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 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 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 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 44224617 (qgis): [labeling] Fix line orientation option gets checked randomly
(cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77) 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
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 72431923 (qgis): Fix escaping in regexp function help
(cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4) 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 d5580772 (qgis): Fix renaming a virtual field leads to crash (fix #15669)
(cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f) 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
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 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:55 AM Revision 48c7c49c (qgis): [processing] expose Slope 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 e76a4678 (qgis): [processing] expose Aspect 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 801d4cd9 (qgis): Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in...
This reverts commit 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae. 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 f4cae333 (qgis): Revert "fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae"
This reverts commit db1b52a249e7f5187e5ec2462bdf88ca91c5c988. René-Luc ReLuc
03:27 PM Revision 3b65a91b (qgis): Revert "fix 1df9d7e"
This reverts commit 3b9316dae919a3debd31440eab18b51116cf478d. René-Luc ReLuc
03:27 PM Revision be58cd78 (qgis): Revert "Fix QGIS server for PyQgsServerAccessControl"
This reverts commit 8648bd12f39e17e3e656101e5b12a13b170e59c5. 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 6fd58155 (qgis): @cluster_color should default to null, not empty string
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
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
10:51 PM Revision 3b9316da (qgis): fix 1df9d7e
Jürgen Fischer
10:14 PM Bug report #15681 (Closed): processing: exportVectorLayer() function broken under python3
Processing's exportVectorLayer() function (dataobject.py's line 296) is broken under master as the code calls decode(... Mathieu Pellerin - nIRV
09:49 PM Bug report #13494: QgsApplication.initQgis leads to segfault
Larry Shaffer wrote:
> Can you give me a description of how you see this implemented, i.e. psuedo code or whatever?
...
Martin Dobias
02:30 PM Bug report #13494: QgsApplication.initQgis leads to segfault
Sorry, I apparently forgot about this issue.
Martin Dobias wrote:
> Larry - would it be possible to do lazy initiali...
Larry Shaffer
08:21 PM Revision ffa2bc46 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
(cherry picked from commit a8d08891ce9a9b7add36955261cf402202a54e80) Piotr Pociask
08:19 PM Revision 9ad04821 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
(cherry picked from commit a8d08891ce9a9b7add36955261cf402202a54e80) Piotr Pociask
08:18 PM Revision 1d612d79 (qgis): Merge pull request #3586 from p0cisk/master
Fix VSIUnlink in QgsOgrUtils::stringToFeatureList Jürgen Fischer
07:43 PM Revision a8d08891 (qgis): Fix VSIUnlink in QgsOgrUtils::stringToFeatureList
Piotr Pociask
06:37 PM Revision f2d1c2b3 (qgis): fix warnings
(cherry picked from commit 4e22d2485648632b3cb83815aa954ab9a936f35c) Jürgen Fischer
06:33 PM Revision 4e22d248 (qgis): fix warnings
Jürgen Fischer
04:04 PM Bug report #15669 (Closed): Renaming virtual field = crash
Fixed in changeset commit:"3a76708bcb4785f5fe930be0b18396e5fa87031f". Nyall Dawson
01:09 PM Bug report #14371: QGIS Locks All Files Within a Folder
I now have 2.14.6 installed and the issue no longer exists so it must have been fixed somewhere along the line.
Thanks
Mark Schulz
02:56 AM Bug report #15680 (Closed): Clipping of raster with GDAL may hang QGIS
* load a 4326 raster
* reproject in 3857
* clip by selecting an extewnt on the canvas with either GDALTools or with...
Paolo Cavallini

2016-10-07

07:32 PM Revision 7d334c7d (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:31 PM Revision f42b5546 (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:30 PM Revision 6e4dbc0e (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
07:28 PM Revision 8648bd12 (qgis): Fix QGIS server for PyQgsServerAccessControl
René-Luc ReLuc
04:32 PM Revision 9b757460 (qgis): [processing] remove obsolete import
Alexander Bruy
04:23 PM Revision 409a1833 (qgis): Update ogcutils tests
René-Luc ReLuc
04:07 PM Revision 1ab83dc5 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
03:52 PM Revision 2d17b320 (qgis): [BUGFIX] Expression in like escape % and _
The Expression LIKE binary operator does not care about escape % and _ char.
No-one has already open an issue about i...
René-Luc ReLuc
03:49 PM Revision 03fdaa02 (qgis): fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c
René-Luc ReLuc
03:48 PM Revision 8b6e544d (qgis): fix typo 8815f2e5fe1dd9aea3754b0b8317b7a9219dc938
René-Luc ReLuc
03:48 PM Revision db1b52a2 (qgis): fix typo 1df9d7e1a60b3e6c913fae1414a6b397a1dc6aae
René-Luc ReLuc
03:47 PM Revision 1df9d7e1 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:47 PM Revision 5b79287a (qgis): fix typo e0c281ed6f8e22fe361ea1ccaf17cc77d4b0a32b
René-Luc ReLuc
03:41 PM Revision ad32b5e1 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:36 PM Revision 8815f2e5 (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:24 PM Revision 90662d5c (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:24 PM Revision 93f12469 (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:23 PM Revision e0c281ed (qgis): [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache
With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is alw... René-Luc ReLuc
03:23 PM Revision c653747a (qgis): osgeo4w: really use package name (fixes 6db9a371)
(cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe) Jürgen Fischer
03:22 PM Revision f971b0db (qgis): osgeo4w: really use package name (fixes 6db9a371)
Jürgen Fischer
02:54 PM Bug report #15570: Shapefile data corruption
Any idea when GDAL 2.1.2 will be released?
Also, has the new QGIS error check been added to both the LTR (2.14)and 2....
Jamie Portman
02:43 PM Bug report #15597: In QGIS > =2.16.* loading of WFS layers with (Geoserver) authentication fails
Giovanni, do you mind compiling the fix and testing for your scenario (either @master_2@ or @release-2_16-ows-fixes@ ... Larry Shaffer
02:41 PM Bug report #15597: In QGIS > =2.16.* loading of WFS layers with (Geoserver) authentication fails
Hi,
I have a PR for (maybe) fixing this:
https://github.com/qgis/QGIS/pull/3576
More specifically:
https://github.c...
Larry Shaffer
07:08 AM Bug report #15597: In QGIS > =2.16.* loading of WFS layers with (Geoserver) authentication fails
Even Rouault wrote:
> Isn't that a duplicate of #15360, now fixed ?
In what revision was this fixed? I just updated ...
Giovanni Manghi
02:02 PM Revision fb1da3a0 (qgis): Remove useless debug trace
Even Rouault
02:02 PM Revision e2ca08be (qgis): Remove useless debug trace
Even Rouault
02:01 PM Revision ccb8b0f9 (qgis): Remove useless debug trace
Even Rouault
02:00 PM Revision bc5ac29d (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:55 PM Revision d6ef5d21 (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:55 PM Revision 319bb9d0 (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:42 PM Revision a5a18c2e (qgis): [OGR provider] Make feature iterator work on GeometryCollection sublayers
When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
Now attribute table no longer show...
Even Rouault
01:13 PM Bug report #15674 (Closed): QGIS crashes when escape is pressed in 'Symbol Selector'
Duplicate of #15634 Nyall Dawson
01:13 PM Bug report #15674 (Closed): QGIS crashes when escape is pressed in 'Symbol Selector'
Duplicate of #15634 Nyall Dawson
04:19 AM Bug report #15674 (Closed): QGIS crashes when escape is pressed in 'Symbol Selector'
Hi, I'm using QGIS 2.16 Nødebo and have noticed that every time I press the Escape key in the 'Symbol selector' windo... Daniel Moreira
12:22 PM Revision 872d86eb (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:19 PM Revision aa5ec22c (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:17 PM Revision 6d5e7356 (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:14 PM Revision 3a906a18 (qgis): [OGR provider] Force REPACK at the first edit action.
In the case where we deal with a shapefile, it is possible that it has
pre-existing holes in the DBF (see #15407), so...
Even Rouault
12:09 PM Revision c093d518 (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
11:26 AM Revision 6db9a371 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 61a0a1e4 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 35ddf1f2 (qgis): osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633) Jürgen Fischer
11:26 AM Revision 706431e3 (qgis): osgeo4w: use package name in build directory
Jürgen Fischer
11:25 AM Bug report #15679 (Closed): Raster resampling happens before map canvas rotation
If you use QGIS' canvas rotation feature and have raster images in your map, they will look much worse than intended.... Johannes Kroeger
10:54 AM Revision b567fd0a (qgis): Merge pull request #3583 from rouault/fix_15419
QgsSymbol::renderFeature(): render larger parts of multipolygon first Even Rouault
09:48 AM Revision 2c92152c (qgis): debian packaging: run tests with ninja too (followup b4f3126)
Jürgen Fischer
08:38 AM Revision b643364e (qgis): followup 43fa88e fix python3 (refs #15256)
Martin Dobias
08:16 AM Revision 12a8891b (qgis): Fix curved labels
Frits van Veen
07:51 AM Bug report #15678 (Closed): QGIS does not read georeferencing information from jpeg files
Georeferencing of JPEG files is supported in GDAL but QGIS ignores the information and asks for georeferencing inform... Christoph Paulik
07:33 AM Revision 43fa88e7 (qgis): Followup 5b2646c to fix tests (refs #15256)
Martin Dobias
07:07 AM Revision 20d006e1 (qgis): [db manager] fix spatialite error reporting
Mathieu Pellerin - nIRV
06:59 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
I have probably fixed it:
* release-2_14 commit:e0c281e
* release-2_16 commit:8815f2e
* master_2 commit:ad...
René-Luc ReLuc
06:59 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
I have probably fixed it:
* release-2_14 commit:e0c281e
* release-2_16 commit:8815f2e
* master_2 commit:ad...
René-Luc ReLuc
06:59 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
I have probably fixed it:
* release-2_14 commit:e0c281e
* release-2_16 commit:8815f2e
* master_2 commit:ad...
René-Luc ReLuc
06:53 AM Revision dab18e76 (qgis): [db manager] fix non-spatial import
Mathieu Pellerin - nIRV
06:46 AM Bug report #10904 (Closed): postgresql table shows only 500 features when adding from "add vector...
Fixed by GDAL trunk r35631 (2.2dev) and branches/2.1 r35632 (for 2.1.2) "PG: fix errors caused by missing geometry_co... Even Rouault
06:46 AM Bug report #10904 (Closed): postgresql table shows only 500 features when adding from "add vector...
Fixed by GDAL trunk r35631 (2.2dev) and branches/2.1 r35632 (for 2.1.2) "PG: fix errors caused by missing geometry_co... Even Rouault
06:13 AM Bug report #15193: Print composer performance at startup
I think this is a duplicate of #10828, perhaps the OP could confirm this Kilian Hagemann
06:07 AM Bug report #15664: Dxf2shp Converter crash in 2.14
Then I guess it's platform specific ? Can you obtain a valgrind report or gdb stacktrace ? Sandro Santilli
03:58 AM Bug report #15664: Dxf2shp Converter crash in 2.14
I tried with 2.14.3, 2.14.5, 2.14.7 and 2.16.2.
Checking and unchecking all the option and with all the 3 kind of obj...
Elia De Marchi
03:15 AM Bug report #15664 (Feedback): Dxf2shp Converter crash in 2.14
I could not reproduce with final-2_16_3-45-g61a0a1e either (from the 2.16 branch). Which version did you try exactly,... Sandro Santilli
02:51 AM Bug report #15664: Dxf2shp Converter crash in 2.14
QGIS a9850ae from master_2 (2.18-pre) running on Ubuntu 16.04 64bit imports polylines and polygons and points from th... Sandro Santilli
02:44 AM Bug report #15664 (In Progress): Dxf2shp Converter crash in 2.14
Sandro Santilli
05:57 AM Bug report #11587 (Closed): all coordinates truncated to integer values when system has certain l...
This has been fixed in GDAL 2.0 Even Rouault
05:57 AM Bug report #11587 (Closed): all coordinates truncated to integer values when system has certain l...
This has been fixed in GDAL 2.0 Even Rouault
05:56 AM Bug report #12555 (Closed): geojson open with bad result with all data on same point, wrong coord...
This has been fixed in GDAL 2.0 Even Rouault
05:56 AM Bug report #12555 (Closed): geojson open with bad result with all data on same point, wrong coord...
This has been fixed in GDAL 2.0 Even Rouault
05:55 AM Bug report #15677 (Closed): [processing] dissolve (QGIS Geoalgorithm) return [Errno 9] Bad file d...
at runtime processing return :
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS2~1.16/apps/qgis/./python/pl...
Alain FERRATON
05:53 AM Bug report #12281: Incorrect feature Id in a shapefile layer
The OGR Shapefile driver starts FIDs at 0 indeed Even Rouault
05:51 AM Bug report #11498 (Closed): spatialite layer added via browser lose first field
This issue was solved in QGIS 2.16.0 for a set of OGR drivers like spatialite, GPKG, etc... Even Rouault
05:51 AM Bug report #11498 (Closed): spatialite layer added via browser lose first field
This issue was solved in QGIS 2.16.0 for a set of OGR drivers like spatialite, GPKG, etc... Even Rouault
05:51 AM Bug report #11498 (Closed): spatialite layer added via browser lose first field
This issue was solved in QGIS 2.16.0 for a set of OGR drivers like spatialite, GPKG, etc... Even Rouault
05:48 AM Bug report #14371 (Feedback): QGIS Locks All Files Within a Folder
I tried with a .txt file and a GeoTIFF file and didn't hit that issue with QGIS 2.16.3 on Win7. Could you try to crea... Even Rouault
05:45 AM Bug report #12929 (Closed): XML file freezes QGIS 2.8.2/master
Cannot reproduce with latest QGIS 2.16.3 / GDAL 2.1. The OSM driver triggers, but doesn't like this file, which is an... Even Rouault
05:41 AM Revision 5b2646cf (qgis): Fix problems with plugins using unicode characters (fixes #15256)
regression introduced during python3 porting Martin Dobias
05:39 AM Bug report #10485 (Closed): DXF entities geometry collection, null value?
I've committed an improvement in GDAL per https://trac.osgeo.org/gdal/changeset/35630 (will be in GDAL 2.2) to transf... Even Rouault
05:39 AM Bug report #10485 (Closed): DXF entities geometry collection, null value?
I've committed an improvement in GDAL per https://trac.osgeo.org/gdal/changeset/35630 (will be in GDAL 2.2) to transf... Even Rouault
05:39 AM Bug report #10485 (Closed): DXF entities geometry collection, null value?
I've committed an improvement in GDAL per https://trac.osgeo.org/gdal/changeset/35630 (will be in GDAL 2.2) to transf... Even Rouault
05:39 AM Bug report #15676 (Closed): [processing] v.dissolve return an error with GRASS 7.0.5
When I execute v.dissolve under QGIS 2.16.3 32-bit with GRASS 7.0.5.
I get an error :
extract (message in french) :
...
Alain FERRATON
04:43 AM Bug report #15675 (Closed): Attribute table no longer shows features with OGR GeometryCollection
Fixed in changeset commit:"a5a18c2eb1677b6d27b45adff0cb296c5677dd7b". Even Rouault
04:42 AM Bug report #15675 (Closed): Attribute table no longer shows features with OGR GeometryCollection
When trying to reproduce #10485, I noticed a regression. Now aAttribute table no longer shows features with OGR Geome... Even Rouault
04:42 AM Bug report #14685: Missing namespace declaration in the GetFeature request
Even Rouault wrote:
> I looked at the above links, but couldn't find an example of a server + layer that would requir...
Juergen Weichand
04:06 AM Bug report #9370 (Closed): QGIS guesses wrong CRS when units are us-feet
This was fixed in GDAL 2.1.0 per https://trac.osgeo.org/gdal/ticket/4954 Even Rouault
04:06 AM Bug report #9370 (Closed): QGIS guesses wrong CRS when units are us-feet
This was fixed in GDAL 2.1.0 per https://trac.osgeo.org/gdal/ticket/4954 Even Rouault
03:56 AM Bug report #9301: Impossible to open *.xls file from folder containing cyrillic
The issue is in the Freexl library that uses ANSI file API, and not unicode ones. Even Rouault
03:49 AM Bug report #14142 (Closed): M ordinate is lost on shapefile update
Has been fixed with GDAL 2.1 Even Rouault
03:49 AM Bug report #14142 (Closed): M ordinate is lost on shapefile update
Has been fixed with GDAL 2.1 Even Rouault
03:46 AM Bug report #10107 (Feedback): OGR vector layer w/ protocol GeoJSON vanishes and gives OGR Error 4...
The "http://tools.wmflabs.org/wiwosm/osmjson/getGeoJSON.php?lang=de&article=Hombrechtikon" URL no longer responds. An... Even Rouault
03:43 AM Bug report #10427: .osm files have problems with iterator or number of features
OSM/PBF files are extremely GIS unfriendly and, unless very small, require conversion to another format to be used in... Even Rouault
03:40 AM Bug report #8760 (Feedback): Custom Form from .ui File crashes QGIS on Ubuntu
Sandro Santilli
03:40 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
Note: my non-crashing tests were made on Ubuntu 16.04 with Qt 4.8.7 Sandro Santilli
03:35 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
I've tried loading the .ui file in final-2_16_3-45-g61a0a1e and final-2_14_7-32-g35ddf1f, and both load the .ui just ... Sandro Santilli
03:22 AM Bug report #8760 (In Progress): Custom Form from .ui File crashes QGIS on Ubuntu
Sandro Santilli
03:38 AM Bug report #9809 (Feedback): xls / xlsx field names are imported as first line
@regis Is the issue still uptodate ? Is there any file to reproduce you could attached ? Even Rouault
03:29 AM Bug report #10560 (Feedback): Wrong feature count after edit
@Ervin, could you provide a self contained script + dataset that reproduces the issue ? Even Rouault
03:24 AM Bug report #15407: Saving Shapefile edits corrupts file
Fixes require GDAL 2.1.2 or above. Linked to #15570 and #15393 Even Rouault
03:24 AM Bug report #15407: Saving Shapefile edits corrupts file
Fixes require GDAL 2.1.2 or above. Linked to #15570 and #15393 Even Rouault
03:24 AM Bug report #15407: Saving Shapefile edits corrupts file
Fixes require GDAL 2.1.2 or above. Linked to #15570 and #15393 Even Rouault
03:24 AM Bug report #15407: Saving Shapefile edits corrupts file
Fixes require GDAL 2.1.2 or above. Linked to #15570 and #15393 Even Rouault
03:16 AM Bug report #15407 (Closed): Saving Shapefile edits corrupts file
Fixed in changeset commit:"3a906a188cf2f238003a15f56b0b5177dcf87a2c". Even Rouault
03:10 AM Bug report #15659 (Closed): Crash when deleting features with node tool (2.14 for Mac OS)
Fixed in changeset commit:"c093d5188fad685c4a596ff23c27aad7d151dac2". Martin Dobias
02:49 AM Bug report #11007 (Closed): Deleted/edited features within SHAPEFILE are still recognized in othe...
Closing. This ticket is not managable and #15407 has been opened Even Rouault
02:45 AM Bug report #15535: Bug converting shapegrid to ASCII Grid raster
I have had a look at that. The issue is that in GDALTools the rasterizer offers a save box that list all GDAL support... Even Rouault
02:45 AM Bug report #15239 (Feedback): Snapping Issues while tracing using trace digitising tool.
Please provide:
1. steps to reproduce your problem
2. some testing data
3. the expected result
4. the actual (wrong)...
Martin Dobias
02:45 AM Bug report #15239 (Feedback): Snapping Issues while tracing using trace digitising tool.
Please provide:
1. steps to reproduce your problem
2. some testing data
3. the expected result
4. the actual (wrong)...
Martin Dobias
02:42 AM Bug report #15419: Geometry displays incorrectly
Backport to master_2 is not practical at all. Even Rouault
02:42 AM Bug report #15419: Geometry displays incorrectly
Backport to master_2 is not practical at all. Even Rouault
02:42 AM Bug report #15419: Geometry displays incorrectly
Backport to master_2 is not practical at all. Even Rouault

2016-10-06

01:54 AM Bug report #15419 (Closed): Geometry displays incorrectly
Fixed in changeset commit:"893263952d190d9abc2f239fa513cb327df77bee". Even Rouault
01:16 AM Bug report #15612: QGis crashes when loading previous versions files
2 of the zip files are too big, so I couldn't upload'em.
I hope the ones uploaded are enough for our purpose.
In cas...
Mauro Dallapina
12:31 AM Bug report #15612: QGis crashes when loading previous versions files
I'm uploading 6 zip files...
Mauro Dallapina
12:31 AM Bug report #15612: QGis crashes when loading previous versions files
I'm uploading 6 zip files...
Mauro Dallapina
12:31 AM Bug report #15612: QGis crashes when loading previous versions files
I'm uploading 6 zip files...
Mauro Dallapina
12:31 AM Bug report #15612: QGis crashes when loading previous versions files
I'm uploading 6 zip files...
Mauro Dallapina
12:10 PM Bug report #15612: QGis crashes when loading previous versions files
I couldn't reproduce a crash with the .qgs + 3 .txt you provided. Could you prepare a .zip with everything needed to ... Even Rouault
11:39 PM Revision a9e9a6e4 (qgis): Merge pull request #3579 from nyalldawson/composer_dock
Port composer item configuration widgets to inline dock Nyall Dawson
11:21 PM Revision 5cd7efac (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
11:19 PM Revision fb50a3e3 (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
11:18 PM Revision e5f7cdcb (qgis): [WFS provider] Be robust to field names ending with spaces in DescribeF...
Fixes #3426 Even Rouault
08:46 PM Bug report #15256 (Closed): Unicode problem with plugin description
Fixed in changeset commit:"5b2646cf0560a85899a7e258ff311daa91d48e94". Martin Dobias
07:49 AM Bug report #15256: Unicode problem with plugin description
Giovanni Manghi wrote:
> now I see this issue on Windows. On Linux (KDE) no python error, but this plugins do not sti...
Martin Landa
08:45 PM Revision 89326395 (qgis): QgsSymbol::renderFeature(): render larger parts of multipolygon first
When drawing an invalid multipolygon, that has a part inside another one,
there is a chance we draw first the smaller...
Even Rouault
07:49 PM Revision 763d97fb (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:45 PM Revision 41693604 (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:43 PM Revision 7182b1b8 (qgis): Properly deal with empty cache/directory in WFS provider, server and gl...
Fixes #15111 Even Rouault
07:17 PM Revision eba8c5d9 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
07:11 PM Revision a9850ae0 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
07:09 PM Revision 1ebd5a45 (qgis): [WFS provider] Do not append crs at end of BBOX in WFS 1.0
Fixes #15464 Even Rouault
06:53 PM Revision 85e9389c (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:52 PM Revision 302570e5 (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:44 PM Revision b8ff71af (qgis): [WFS provider] Force refresh of GetCapabilities when pressing Connect
The cached response to GetCapabilities was always used, even when
pressing Connect. Now a new request is sent over th...
Even Rouault
06:01 PM Revision fffbf784 (qgis): Fix exception in GDALTools.doRasterize.loadFields due to Python 3 conve...
Even Rouault
05:46 PM Revision d4317a7b (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
05:45 PM Revision fad3de87 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
04:44 PM Bug report #15673 (Closed): @geom_point_num should be available in marker line symbology
Confusingly this variable appears but has no value when a marker line symbol layer is used. Nyall Dawson
04:43 PM Bug report #15672 (Open): @map_extent_width and @map_extent_height seem buggy
Actually I can reproduce - fix incoming Nyall Dawson
04:43 PM Bug report #15672 (Open): @map_extent_width and @map_extent_height seem buggy
Actually I can reproduce - fix incoming Nyall Dawson
03:14 PM Bug report #15672 (Feedback): @map_extent_width and @map_extent_height seem buggy
Can you check iface.mapCanvas().mapSettings().extent().width() and see if the value matches? Nyall Dawson
01:02 PM Bug report #15672: @map_extent_width and @map_extent_height seem buggy
> When I move the map and print with Python again, I see the new values. The @map_extent_width and @map_extent_height... Johannes Kroeger
11:43 AM Bug report #15672 (Closed): @map_extent_width and @map_extent_height seem buggy
Trying some silly things I found "Geometry generator" of feature styling to create wrong geometries when I used @map_... Johannes Kroeger
04:30 PM Revision ee87dc30 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
04:14 PM Revision 5b6e4b80 (qgis): [OGR provider] Check if REPACK has emitted errors
Refs #15393 and #15570
Real fix for the REPACK issues has been committed per
GDAL ticket https://trac.osgeo.org/gdal/...
Even Rouault
03:54 PM Revision daf8f7a2 (qgis): fix PyQgsAppStartup (followup d9349e5)
Jürgen Fischer
02:57 PM Revision 45a84419 (qgis): [processing] show error message instead of Python error if output raste...
Alexander Bruy
02:39 PM Bug report #15393: Editing a Shapefile when more than one copy is open can cause corruption
Thanks Even,
That's greats news.
I had a quick look on the Osgeo/GDAL site but couldn't see any information regardi...
Jamie Portman
07:24 AM Bug report #15393 (Closed): Editing a Shapefile when more than one copy is open can cause corruption
The fix is in GDAL https://trac.osgeo.org/gdal/ticket/6672. This will land in GDAL 2.1.2
I've committed an improveme...
Even Rouault
07:24 AM Bug report #15393 (Closed): Editing a Shapefile when more than one copy is open can cause corruption
The fix is in GDAL https://trac.osgeo.org/gdal/ticket/6672. This will land in GDAL 2.1.2
I've committed an improveme...
Even Rouault
02:37 PM Revision 5fb71b19 (qgis): Fix right aligned contents in label spin boxes
(cherry-picked from 2dea055b32940af6c3f1f65b55fe45de4feafa2f) Nyall Dawson
02:27 PM Revision 446493d1 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
02:21 PM Bug report #3426 (Closed): WFS attribute table is missing most of the data
Fixed in changeset commit:"e5f7cdcba44166b2f8aeb1a7a22f3175065e27bf". Even Rouault
02:19 PM Revision 5c339e73 (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
02:19 PM Revision 31dc608a (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview)
(cherry-picked from dc481955a5848ee355238bf93f82068de71aca4f)
Nyall Dawson
02:18 PM Revision dea29276 (qgis): Fix arrow and filled marker symbols don't show selection state
(cherry-picked from 8ffa08447aee097568d8be7f5876bd395202ab80) Nyall Dawson
02:18 PM Revision c4cace06 (qgis): Rename duplicate menu item causing Qt warning
(cherry-picked from 35b3b7949bcfd32e8e2959f7d922ead3e7921a87) Nyall Dawson
02:17 PM Revision 83d5719c (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
02:15 PM Revision e42bd87b (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
02:14 PM Revision c2fbab19 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
01:53 PM Revision 322c8f49 (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
01:52 PM Revision d5ef91fe (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
01:50 PM Revision b7e24e39 (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:50 PM Revision d98d24bf (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:50 PM Revision 35ba4b39 (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:49 PM Revision 971b4133 (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity
(cherry-picked from 19f6b62cd8e99fc73e5f89f3c0f82f586d5214ec)
Nyall Dawson
01:49 PM Revision 7c4aa126 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
(che...
Nyall Dawson
01:49 PM Revision 08bfd915 (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209)
(cherry-picked from 1e0e9c2e9549fd77e93b3c93597d3716708ce5d1)
Mathieu Pellerin - nIRV
01:49 PM Revision 767b88d5 (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:49 PM Revision 93b1170c (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
01:49 PM Revision f327bf55 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:49 PM Revision 61c0f18c (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:49 PM Revision 23a0984f (qgis): Fix arrow and filled marker symbols don't show selection state
(cherry-picked from 8ffa08447aee097568d8be7f5876bd395202ab80) Nyall Dawson
01:49 PM Revision a13938c1 (qgis): Rename duplicate menu item causing Qt warning
(cherry-picked from 35b3b7949bcfd32e8e2959f7d922ead3e7921a87) Nyall Dawson
01:49 PM Revision 9c51eb5b (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
01:49 PM Revision 05044ac3 (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview)
(cherry-picked from dc481955a5848ee355238bf93f82068de71aca4f)
Nyall Dawson
01:49 PM Revision a3331f13 (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
01:49 PM Revision 550716a6 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625
(cherry-picked from 5b3f10a531765a8c3951fa35a33d7da5a0c27644)
Nyall Dawson
01:49 PM Revision d4eada7c (qgis): Fix data defined buttons sometimes incorrectly show error state
(cherry-picked from 7d27b43e79d58412d8c894f05cc984af47583bc0) Nyall Dawson
01:49 PM Revision 4d452181 (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code
(cherry-picked from 111106c64fcf4288617e65fc160a2b6112606cfc)
Nyall Dawson
01:49 PM Revision bb2450ee (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Also guard against circular...
Nyall Dawson
01:49 PM Revision d71523d4 (qgis): Fix missing live updates when raster colorize color changes
(cherry-picked from b95a5e98c8cbd9bc388e42634eb11a2b161eecbb) Nyall Dawson
01:49 PM Revision 1c225b7b (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
(cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039) Nyall Dawson
01:40 PM Revision 17010acf (qgis): [travis] fix grass7 plugin build by adding GRASS_PREFIX7 (#3578)
* [travis] fix grass7 plugin build by adding GRASS_PREFIX7
* Followup 3n0486c: fix grass plugin build, take 2
Mathieu Pellerin - nIRV
01:36 PM Revision d2c20495 (qgis): osgeo4w: switch to ninja
Jürgen Fischer
01:31 PM Revision 98c0da9c (qgis): grass plugin fix (followup 3b0486c)
Jürgen Fischer
01:31 PM Revision b4f3126b (qgis): debian packages
* remove outdated conditionals
* switch to ninja
Jürgen Fischer
01:27 PM Bug report #14681 (Rejected): WFS Layer - Static Character Encoding
This is a (old MapServer) server issue. The response to GetFeature has a <?xml version='1.0' encoding="ISO-8859-1" ?>... Even Rouault
01:22 PM Feature request #14122 (Closed): Implement WFS 2.0 client provider
I'm going to close that one as it is mostly implemented. Note: the only missing part is storedquery support. Would de... Even Rouault
01:22 PM Feature request #14122 (Closed): Implement WFS 2.0 client provider
I'm going to close that one as it is mostly implemented. Note: the only missing part is storedquery support. Would de... Even Rouault
01:21 PM Bug report #14685 (Feedback): Missing namespace declaration in the GetFeature request
I looked at the above links, but couldn't find an example of a server + layer that would require namespace. Do you ha... Even Rouault
01:16 PM Bug report #14686 (Closed): Better exception handling if the WFS server is providing complex feat...
A more explicit error message is given now. Even Rouault
01:10 PM Bug report #15361 (Rejected): WFS can't add multilinestring
No feedback from reporter and nothing really indicating this is linked to WFS Even Rouault
01:09 PM Revision e6df7e31 (qgis): Fix data defined buttons sometimes incorrectly show error state
(cherry-picked from 7d27b43e79d58412d8c894f05cc984af47583bc0) Nyall Dawson
01:09 PM Revision 52f702e0 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625
(cherry-picked from 5b3f10a531765a8c3951fa35a33d7da5a0c27644)
Nyall Dawson
01:09 PM Revision 7c46784f (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code
(cherry-picked from 111106c64fcf4288617e65fc160a2b6112606cfc)
Nyall Dawson
01:09 PM Revision ffafafdb (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Also guard against circular...
Nyall Dawson
01:09 PM Revision 20992f08 (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity
(cherry-picked from 19f6b62cd8e99fc73e5f89f3c0f82f586d5214ec)
Nyall Dawson
01:09 PM Revision d0cc463b (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click
(cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)
Nyall Dawson
01:09 PM Revision dfbbc02f (qgis): Fix missing live updates when raster colorize color changes
(cherry-picked from b95a5e98c8cbd9bc388e42634eb11a2b161eecbb) Nyall Dawson
01:09 PM Revision 6b9ea84e (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
01:09 PM Revision adb6c0a4 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
01:09 PM Revision d073ca29 (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
01:09 PM Revision d000833f (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator
(cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)
Nyall Dawson
01:09 PM Revision e33fc0bf (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209)
(cherry-picked from 1e0e9c2e9549fd77e93b3c93597d3716708ce5d1)
Mathieu Pellerin - nIRV
01:09 PM Revision c73a6e05 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
(che...
Nyall Dawson
01:09 PM Revision 7eccb43c (qgis): Fix raster style dock widgets not opened with dock mode flag
Makes the color picker open inline for the raster properties pages
(cherry-picked from 79fd6fa0ac9f078c916d90fbfc2ff...
Nyall Dawson
01:06 PM Bug report #9395 (Closed): WFS layers time out, even though the timeout is not reached
I believe this was solved in 2.16 Even Rouault
01:03 PM Bug report #15597 (Feedback): In QGIS > =2.16.* loading of WFS layers with (Geoserver) authentica...
Isn't that a duplicate of #15360, now fixed ? Even Rouault
12:36 PM Revision 736b2daf (qgis): Update ogcutils tests
René-Luc ReLuc
12:36 PM Revision 72f93c98 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
12:31 PM Revision 9e736d19 (qgis): Merge pull request #3580 from rldhont/ogcutils_propertyIsLike_attributs...
Backport [BUGFIX] Support OGC PropertyIsLike attributs #3551 René-Luc ReLuc
11:40 AM Revision d9349e5b (qgis): update configuration settings to qgis3
Jürgen Fischer
11:04 AM Revision 521cc3be (qgis): [composer] Merge color change undo commands
Avoids color modifications spamming the undo stack Nyall Dawson
11:04 AM Revision 028db7e5 (qgis): [FEATURE] Port composer config widgets to QgsPanelWidgets
Brings the inline (ie, no modal dialogs!) color modification
and symbol editing from the layer styling panel to
compo...
Nyall Dawson
11:03 AM Revision c6436f89 (qgis): Make modifications through the style dock much faster
Before any change in the style dock would invalidate the cache
for ALL map layers, resulting in every layer being red...
Nyall Dawson
11:02 AM Revision 584ce223 (qgis): fix save to postgis table in processing
(cherry picked from commit 7c59e4117712dc9f730380e06e0b903474fbb954) Marco Bernasocchi
11:01 AM Revision f36b403b (qgis): fix save to postgis table in processing
(cherry picked from commit 7c59e4117712dc9f730380e06e0b903474fbb954) Marco Bernasocchi
11:00 AM Revision fddd56ca (qgis): Update ogcutils tests
René-Luc ReLuc
10:58 AM Revision 9a9df32c (qgis): Merge pull request #3574 from mbernasocchi/master
[processing] fix save to postgis table Alexander Bruy
10:44 AM Bug report #15111 (Closed): wfsprovider directory is located in home directory
Fixed in changeset commit:"7182b1b871c594417b3598d5d0927529494ba253". Even Rouault
10:37 AM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
ref: http://wiki.openstreetmap.org/wiki/QGIS_OSM_Plugin Sandro Santilli
10:37 AM Bug report #10790 (Closed): OpenStreetMap plugin only loads 32 bits numbers ID, then start with n...
I'm closing it as it appears as 2.18 simply dropped the OpenstreetMap plugin from core.
Feel free to reopen if you ca...
Sandro Santilli
10:37 AM Bug report #10790 (Closed): OpenStreetMap plugin only loads 32 bits numbers ID, then start with n...
I'm closing it as it appears as 2.18 simply dropped the OpenstreetMap plugin from core.
Feel free to reopen if you ca...
Sandro Santilli
09:24 AM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
I tried reproducing with current master_2 branch (2.17) but I don't even get an "id" field with QuickOSM and I dont k... Sandro Santilli
02:09 AM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Andre does this still happen with current master version (pre 2.18) ?
Can you reproduce with a small spatialite datab...
Sandro Santilli
10:37 AM Revision dcdf91b0 (qgis): Merge pull request #3507 from alexbruy/memory-provider-25d
Add support for 2.5D geometries to memory provider Alexander Bruy
10:36 AM Revision bc369f6e (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
10:27 AM Revision 5d64a8b5 (qgis): Merge pull request #3551 from rldhont/ogcutils_propertyIsLike_attributs
[BUGFIX] Support OGC PropertyIsLike attributs René-Luc ReLuc
10:26 AM Revision 702eace7 (qgis): Merge pull request #3532 from pvalsecc/discover_relations
Add auto-discovery of relations for PostgresQL and SpatiaLite Even Rouault
10:11 AM Bug report #15464 (Closed): WFS 1.0.0 GetFeature requests from QGIS include a crsuri component in...
Fixed in changeset commit:"1ebd5a454d9e580bbf04d42d619bdfd95ee07260". Even Rouault
09:59 AM Bug report #15671 (Closed): SAGA doesn't show up in Processing in 2.16
In QGIS 2.14 on Mac I could access SAGA through the Processing toolbox. Now in 2.16 I can't. The path to the SAGA bin... Oskar Karlin
09:46 AM Bug report #15647 (Closed): WFS client does not update layer list
Fixed in changeset commit:"b8ff71af4671165b61fa4f9a7f652e38e4f8bb18". Even Rouault
09:36 AM Revision 37e3dd76 (qgis): When taking main widget from QgsPanelWidgetStack, auto accept
all open child panel widgets
Avoids the stack state becoming inconsistent because child
panel widgets from a differe...
Nyall Dawson
09:36 AM Revision fbdc4149 (qgis): Rename methods in QgsPanelWidgetStack for consistency
Nyall Dawson
08:17 AM Bug report #15531 (Feedback): Attributes not being saved in KML
Even Rouault
08:17 AM Bug report #15531: Attributes not being saved in KML
When selecting KML, attributes are unselected by default. You should make sure to select (tick the checkbox) the attr... Even Rouault
07:39 AM Bug report #15670 (Closed): (Count) Points in Polygons is missing in he vector menu
The tool "Points in Polygons" entry in the "vector > Analysis" menu is missing since 2.16. Alexandre Neto
07:38 AM Bug report #15522: Qgis Server doesnt' respect the styling from Desktop
Hi Tudor,
I'm investigating to fixed it.
René-Luc ReLuc
07:24 AM Bug report #15570 (Closed): Shapefile data corruption
The fix is in GDAL https://trac.osgeo.org/gdal/ticket/6672. This will land in GDAL 2.1.2
I've committed an improveme...
Even Rouault
07:24 AM Bug report #15570 (Closed): Shapefile data corruption
The fix is in GDAL https://trac.osgeo.org/gdal/ticket/6672. This will land in GDAL 2.1.2
I've committed an improveme...
Even Rouault
05:09 AM Bug report #15639: labelling: line curved placement is broken
Fixed it. Frits van Veen
02:17 AM Bug report #15639: labelling: line curved placement is broken
I reproduced the issue. The problem starts at around scale 1:500. Probably a float/double issue. I'll look into it. Frits van Veen

2016-10-05

01:58 AM Bug report #13635: different handling of invalid geometries between LTR and master version
Assuming fixed, for lack of feedback. Salvatore feel free to reopen if you still see a regression.
Or open a new one ...
Sandro Santilli
01:37 AM Bug report #15508 (Closed): [Processing] Check validity of geometries fails in master
Fixed in changeset commit:"a4bdfb76c0c7a53d186eeb47cae8197fe052f634". Alexander Bruy
12:09 AM Bug report #15393: Editing a Shapefile when more than one copy is open can cause corruption
Has any progress been made on resolving this issue?
It is causing constant grief and loss of data. Individually we ma...
Jamie Portman
10:25 PM Bug report #15669 (Closed): Renaming virtual field = crash
Steps to reproduce
1. add a virtual field
2. switch layer to editable
3. try to rename field by double clicking = cr...
Nyall Dawson
10:15 PM Revision 3b0486cc (qgis): Followup 722fdef: fix grass plugin build
Matthias Kuhn
08:35 PM Revision 7c59e411 (qgis): fix save to postgis table in processing
Marco Bernasocchi
08:02 PM Revision 9242d225 (qgis): Remove fields from default value configuration widget
Matthias Kuhn
04:38 PM Bug report #15184 (Closed): Invert for color ramps in Singleband pseudocolor
Yes - this is fixed. Nyall Dawson
04:38 PM Bug report #15184 (Closed): Invert for color ramps in Singleband pseudocolor
Yes - this is fixed. Nyall Dawson
04:18 PM Revision d0ec3670 (qgis): Fix crash in QgsEncodingFileDialog
Matthias Kuhn
03:51 PM Revision 5179a3a5 (qgis): [processing] Fix extent selection widget
Matthias Kuhn
03:34 PM Bug report #15273: Geopackage layer extent wrong
It is a feature shared by all formats that save an extent in their metadata (shapefiles have the same issues, unless ... Even Rouault
02:48 PM Bug report #15668: Raster Translate doesn't read output format
I have come across this under Windows. By removing reg key for gdal tools, it started working. Saber Razmjooei
06:21 AM Bug report #15668 (Closed): Raster Translate doesn't read output format
The Raster -> Convert tool in version 2.16 on Mac (Kyngchaos install) no longer correctly reads the file type selecte... Edward Rollason
02:33 PM Revision 722fdefe (qgis): referencedColumns returns QSet<QString> instead of QStringList
The order of the elements is irrelevant and duplicate elements are unwanted. It
is therefore a perfect candidate for ...
Matthias Kuhn
02:33 PM Revision 3767cd48 (qgis): Debloat QgsExpression header
it's used throughout the project and keeping it slick should keep compile time a
little lower.
These methods are also...
Matthias Kuhn
01:41 PM Revision b642c3ff (qgis): Show fields in "default value" expression editor
Matthias Kuhn
12:39 PM Revision 22076690 (qgis): [processing] fixed expressions dialog when not in modeler
Victor Olaya
12:39 PM Revision bc0cdc7b (qgis): [processing] fixed handling of integer values
Victor Olaya
12:39 PM Revision 4184934b (qgis): [processing] Apply 2to3 on changes
Arnaud Morvan
12:38 PM Revision effcb5ed (qgis): [processing] [modeler] show options of MultipleInputParameter sorted in...
fixes # 4836 Victor Olaya
12:38 PM Revision 404c57bc (qgis): [processing] fixed table fields in batch processing interface
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
Victor Olaya
12:38 PM Revision 23aec615 (qgis): [processing] connect signal in multipleinput widget
Victor Olaya
12:38 PM Revision 6f498a31 (qgis): [processing] removed debug line
Victor Olaya
12:38 PM Revision db7b1e78 (qgis): [processing] correctly resolve values for hidden outputs
Victor Olaya
12:38 PM Revision 1a95110d (qgis): [processing] renamed wrongly named signal in InputLayerSelectionPanel
Victor Olaya
12:38 PM Revision b2fd1a45 (qgis): [processing] use cmp_to_key to ensure Python3 compatibility
Conflicts:
python/plugins/processing/gui/wrappers.py
Victor Olaya
12:38 PM Revision e04780a2 (qgis): add missed comma
Alexander Bruy
12:38 PM Revision 3407ced9 (qgis): fix indentation
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
python/plugins/processing/gui/wrappers.py
Alexander Bruy
12:38 PM Revision a20c86c0 (qgis): [processing] use InputLayerSelectorPanel for vector layers
Victor Olaya
12:38 PM Revision c605c67b (qgis): [processing] some minor changes for batch processing interface
Victor Olaya
12:38 PM Revision d33e3387 (qgis): Fix StringWidgetWrapper.value method
Arnaud Morvan
12:38 PM Revision c010a035 (qgis): Call postInitialise in BatchAlgorithmDialog
Arnaud Morvan
12:38 PM Revision be5f951c (qgis): Support layer objects in BatchInputSelectionPanel
Arnaud Morvan
12:38 PM Revision 9e36582f (qgis): Simplify TableFieldWidgetWrapper
Conflicts:
python/plugins/processing/gui/ParametersPanel.py
python/plugins/processing/gui/wrappers.py
Arnaud Morvan
12:38 PM Revision c1bc364a (qgis): Fix PointWidgetWrapper with modeler
Arnaud Morvan
12:38 PM Revision 8d161617 (qgis): Call postInitialise in modeler Dialog
Arnaud Morvan
12:38 PM Revision a38c13d5 (qgis): Create FieldMappingWrapper
Arnaud Morvan
12:38 PM Revision affc8f7c (qgis): [processing] correctly return widget in TableFieldWidgetWrapper
Victor Olaya
12:38 PM Revision ae0e9c84 (qgis): [processing]minor code cleaning
Conflicts:
python/plugins/processing/core/parameters.py
Victor Olaya
12:38 PM Revision e6f94997 (qgis): [processing] improvements for modeler UI
Do not show help tab if there is no help
add "optional" tag for optional parameters
Victor Olaya
12:38 PM Revision a968fa3d (qgis): [processing] use original filename when possible when exporting vector ...
Conflicts:
python/plugins/processing/tools/dataobjects.py
Victor Olaya
12:38 PM Revision c65cc920 (qgis): [processing] improved widgets for raster and vector layers in modeler
Victor Olaya
12:38 PM Revision c8f35fb4 (qgis): [processing] fixed typo in modeler/ModelerParameterDefinitionDialog.py
Victor Olaya
12:38 PM Revision 36abbc42 (qgis): [processing] allow multiple values in ParameterSelection
Victor Olaya
12:38 PM Revision 8ce93b10 (qgis): [processing] removed unused imports
Victor Olaya
12:38 PM Revision 5464c450 (qgis): [processing] use QgsMessage bar in algorithm dialogs
Victor Olaya
12:38 PM Revision 56225c4d (qgis): [processing] fixed batch processing interface
Conflicts:
python/plugins/processing/gui/BatchAlgorithmDialog.py
Victor Olaya
12:38 PM Revision ccdf3722 (qgis): [processing] UI improvement for defining model parameters
Victor Olaya
12:38 PM Revision 53d0372c (qgis): [processing] return copy of object dictionary in parameter todict method
Victor Olaya
12:38 PM Revision d07aef9c (qgis): [processing] added missing return statement in getParameterFromString
Victor Olaya
12:38 PM Revision 257faf30 (qgis): [processing] fixed evaluation of output values
Victor Olaya
12:38 PM Revision 0ea66299 (qgis): [processing] fixed error in constructor of ParameterTableField
Victor Olaya
12:38 PM Revision cdcc01e9 (qgis): [processing] removed debug lines
Victor Olaya
12:38 PM Revision c491c012 (qgis): [processing] changes to allow custom parameter dialog adapt to new para...
Victor Olaya
12:38 PM Revision dfb4cdd3 (qgis): [processing] moved output value evaluation to output object itself
Victor Olaya
12:38 PM Revision 2bb6e4c1 (qgis): [processing] Asumme standard dialog when wrapper’s parent dialog is of ...
Victor Olaya
12:38 PM Revision a4a74b63 (qgis): [processing] removed commented lines
Victor Olaya
12:38 PM Revision bd06316c (qgis): [processing] richer expressions in number parameters
Victor Olaya
12:38 PM Revision 96406e52 (qgis): [processing] removed message dialog when saving model. Using message ba...
Victor Olaya
12:38 PM Revision e1072e97 (qgis): [processing] added missing validators for param values in modeler
Victor Olaya
12:38 PM Revision 4751b706 (qgis): [processing] fixed advanced parameters in modeler
Victor Olaya
12:38 PM Revision a1642a37 (qgis): [processing] fixed loading of parameters for grass algorithms
Victor Olaya
12:38 PM Revision e08fdaa4 (qgis): [processing] support for expressions in numerical values in modeler
includes cleanup of modeler, to adapt to latest changes in parameters architecture Victor Olaya
12:38 PM Revision fe5d0166 (qgis): [processing] added multiple option to ParameterTableFIeld
removed ParameterTableMultipleField and did some cleanup Victor Olaya
12:35 PM Revision bc066008 (qgis): [processing] more work on parameter wrappers
Victor Olaya
12:35 PM Revision e353d226 (qgis): [processing] evaluate parameters before executing algorithm
This allows a better use of expressions Victor Olaya
12:35 PM Revision 01f38086 (qgis): [processing] improvements for scripts and R scripts
Victor Olaya
12:35 PM Revision efd73a49 (qgis): [processing] fixes for new parameters architecture
includes better managing of crd and extent parameters in models, not requiring now the use of modeler-only lags Victor Olaya
12:34 PM Revision b298c76e (qgis): [processing] implemented parameter widget wrappers
Conflicts:
python/plugins/processing/core/GeoAlgorithm.py
python/plugins/processing/gui/ExtentSelectionPanel.py
py...
Victor Olaya
12:34 PM Revision 8cc9a50a (qgis): [processing] moved script syntax from script algorithm class to paramet...
Victor Olaya
12:34 PM Revision a69b358a (qgis): Create dedicated widget wrapper for modeler
Arnaud Morvan
12:34 PM Revision 6158e9b3 (qgis): Add CrsWidgetWrapper
Arnaud Morvan
12:34 PM Revision bb0938a5 (qgis): Use boolean wrapper in modeler algorithm dialog
Arnaud Morvan
12:34 PM Revision fbab369c (qgis): Use boolean wrapper in batch algorithm dialog
Conflicts:
python/plugins/processing/gui/BatchPanel.py
Arnaud Morvan
12:34 PM Revision f3c9aaaa (qgis): Use boolean wrapper in standard algorithm dialog
Conflicts:
python/plugins/processing/gui/AlgorithmDialog.py
Arnaud Morvan
12:34 PM Revision 728be70c (qgis): Create the boolean widget wrapper
Arnaud Morvan
12:34 PM Revision ecb7b3a0 (qgis): Remove metadata from parameter.todict (do not save in model)
Arnaud Morvan
12:34 PM Revision 2ad27b17 (qgis): Add metadata property to parameters
Arnaud Morvan
12:34 PM Revision 484fd18e (qgis): [processing] fixed add model from file
fixes #15335 Victor Olaya
12:17 PM Revision 0348dd5c (qgis): Force use of estimated metadata upon loading topologies
Sandro Santilli
08:58 AM Bug report #15667: Add Z/M support to Processing - WAS: "Extract nodes" drops m values
Currently Processing does not adopted to support Z/M/ZM values, so all similar algs are affected. Alexander Bruy
05:11 AM Bug report #15667 (Closed): Add Z/M support to Processing - WAS: "Extract nodes" drops m values
Processing needs to be updated to support z and m geometry values supported by QGIS core.
For example, result of t...
Anita Graser
08:56 AM Revision 0e3c3a03 (qgis): backport from #3301 add qscintilla to cmakelists (#3573)
Etienne Trimaille
08:45 AM Revision eeb82694 (qgis): [processing] drop GEOM_TYPE_MAP in favour of QgsWkbTypes.displayString()
Alexander Bruy
08:42 AM Revision 2f66e1d6 (qgis): add new geometry types to memory layer tests
Alexander Bruy
08:42 AM Revision 33644efe (qgis): use QgsWkbTypes methods to simplify code
Alexander Bruy
08:42 AM Revision 7a49612a (qgis): fix handling of layers without geometry
Alexander Bruy
08:42 AM Revision 5b67d2a3 (qgis): remove extra QString wrapper
Alexander Bruy
08:42 AM Revision 2b115449 (qgis): don't flatten geometries when pasting them as new memory layer
Alexander Bruy
08:42 AM Revision b9ca91a5 (qgis): [FEATURE] support for 2.5D geometries in memory provider
Alexander Bruy
08:42 AM Revision a4bdfb76 (qgis): [processing] support more geometry types in memory layers (fix #15508)
Alexander Bruy
06:27 AM Revision 79fd6fa0 (qgis): Fix raster style dock widgets not opened with dock mode flag
Makes the color picker and ramp editors open inline for
the raster properties pages
Nyall Dawson
06:27 AM Revision 3e1536f1 (qgis): Fix crash in raster transparency widget on close
mPixelSelectorTool is owned by canvas, which may be deleted
before the QgsRasterTransparencyWidget on QGIS exit
Nyall Dawson
06:27 AM Revision b95a5e98 (qgis): Fix missing live updates when raster colorize color changes
Nyall Dawson
06:04 AM Revision 1e0e9c2e (qgis): [pseudocolor renderer] fix invert check box in continous mode
(fixes #15209) Mathieu Pellerin - nIRV
05:24 AM Bug report #15647: WFS client does not update layer list
I managed to replicate Ari's problem. I had to update QGIS's settings for network caching. It seems the default is 0 ... Eduardo Gonzalez
04:46 AM Bug report #15647: WFS client does not update layer list
I checked this with Eduardo and his QGIS does not seem to store http request responses to cache. Why, we don't know b... Ari Jolma
05:17 AM Revision bc32b1fe (qgis): Fix crash when validating geometry (fix #15660)
Also fix python bindings for QgsGeometryValidator Nyall Dawson
05:08 AM Feature request #8043: Avoid duplicate nodes from "Extract Nodes"
In the expressions we now have nodes_to_points which allows the user to specify the desired behavior:
Syntax
nodes_...
Anita Graser
04:59 AM Revision ddbd25d0 (qgis): Correctly emit panelAccepted when panel is not in dock mode
Fixes #15373 - refine current rule not working when symbol widgets
are not used in the style dock
This fixes a behav...
Nyall Dawson
03:21 AM Revision a2ee1b7b (qgis): fix indendation
Martin Dobias
03:19 AM Revision 50258e6f (qgis): Cancel WCS requests just like it is done in WMS
Martin Dobias
03:19 AM Revision 08f4a0f4 (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
02:53 AM Revision bad13728 (qgis): Fix last segment length in measure dialog is incorrect after
completing measurement with right mouse click Nyall Dawson
02:53 AM Revision 03bff507 (qgis): Fix measure dialog shows wrong results when changing units
If the measurement was not finished (ie right click occurred)
then the last length would be missing from the table
F...
Nyall Dawson
02:45 AM Feature request #5346: Have layer or rule base class greyed out when not visible due to scale dep...
Hi,
not sur if I must open a new ticket.
Currently only layer title is greyed out when canvas zoom level is out of ...
Regis Haubourg
02:41 AM Feature request #15666 (Open): Spatialite view and DB manager
Hi,
I have created a database with spatialite_gui tool (spatialite version 4.3.0a), the database has some spatial ...
Enrico Fiore
02:27 AM Feature request #6669: Display table and fields comments for postgis datasources
The need raises again, and more precisely.
The idea would be an option, stored in the project file:
- display datas...
Regis Haubourg
02:04 AM Bug report #15665 (Closed): improve website links to the source install guide
Issues with the website are tracked "here":https://github.com/qgis/QGIS-Website/issues Jürgen Fischer
02:04 AM Bug report #15665 (Closed): improve website links to the source install guide
Issues with the website are tracked "here":https://github.com/qgis/QGIS-Website/issues Jürgen Fischer

2016-10-04

01:23 AM Bug report #15665 (Closed): improve website links to the source install guide
The install guide link on http://qgis.org/en/site/forusers/download.html points to master, which has changed radicall... Gavin Fleming
01:02 AM Bug report #15184 (Feedback): Invert for color ramps in Singleband pseudocolor
fixed with https://github.com/qgis/QGIS/pull/3271#event-812724210 (?) Giovanni Manghi
01:02 AM Bug report #15656: Loading QLR file with relative path does not work correctly
Actually when saving a QLR the datasource path is relative to QLR destination folder, not the QGS one.
It seems this...
Dominique Lyszczarz
10:32 PM Bug report #15656: Loading QLR file with relative path does not work correctly
See http://docs.qgis.org/2.14/en/docs/user_manual/introduction/qgis_configuration.html#project-properties
You can ch...
Tudor Bărăscu
12:25 AM Bug report #15664: Dxf2shp Converter crash in 2.14
The version 2.16 as well crashes. Elia De Marchi
12:11 AM Bug report #15664 (Closed): Dxf2shp Converter crash in 2.14
In the version 2.14 (all releases) of Qgis both for windows and mac when I try to convert a dxf in shp the software c... Elia De Marchi
10:42 PM Bug report #15649: Setting constraint for a range (dial) widget usability problems
Hi. You should open another ticket as although your problem touches widget constraints the issue is different.
On th...
Tudor Bărăscu
10:23 PM Bug report #15663 (Closed): Move selection to top does not work
If one choose, from the bottom left dropdown menu, Show only selected, then Show all, the selection is correctly move... Paolo Cavallini
08:18 PM Bug report #15660 (Closed): Validate geometries QGIS crash with node tool selection
Fixed in changeset commit:"bc32b1fe5a9ac05f1763f45268eab833cc46e546". Nyall Dawson
02:53 AM Bug report #15660 (Closed): Validate geometries QGIS crash with node tool selection
With some complex (and maybe a bit uncorrect geometries) like the one I attached here below, if the geometries valida... Elia De Marchi
08:00 PM Bug report #15373 (Closed): Refine current rule not working on QGIS 2.16
Fixed in changeset commit:"ddbd25d046ad514719b41c5f61f3c7fe34304a74". Nyall Dawson
06:53 PM Revision cc62c522 (qgis): [processing] add icon caching for other providers
Alexander Bruy
06:42 PM Revision d4082cf5 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
06:41 PM Revision 683309a6 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
06:37 PM Revision ed8c02f0 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a
(cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)
Conflicts:
python/plugin...
Alexander Bruy
06:22 PM Bug report #15595 (Closed): QGIS crashes loading WCS layer
Fixed in changeset commit:"08f4a0f40cce21d5730653a75bdd44f175f3b0b8". Martin Dobias
05:59 PM Bug report #15435 (Feedback): Measure tools: default unit is hardcoded and doesn't follow choice ...
I assume it's to customise the appearance and other measure tool settings. Maybe the button should be totally removed... Nyall Dawson
05:57 PM Bug report #15436 (Closed): Measure tools: opening Configuration dialog may change your custom units
I don't think this is a bug - I assume the behaviour is intentional to make it easier for users to immediately see th... Nyall Dawson
05:57 PM Bug report #15436 (Closed): Measure tools: opening Configuration dialog may change your custom units
I don't think this is a bug - I assume the behaviour is intentional to make it easier for users to immediately see th... Nyall Dawson
05:54 PM Bug report #15433 (Closed): Measure tool returns weird total value
Fixed in changeset commit:"03bff507d9814ec1a3d9fdfdbe5cfbc5b6274689". Nyall Dawson
04:08 PM Revision d03d2069 (qgis): [processing] correct GRASS 7 detection on Mac (fix #15645)
follow up e1ff6e896a Alexander Bruy
03:57 PM Feature request #15662 (Open): Support setting custom HTTP headers in WMS layer request
Allow addition of custom HTTP headers when adding a WMS layer. This will be useful when user wants to use for instanc... Jerome Anthony
03:22 PM Revision 52a78def (qgis): Reactivate ogcutils tests and update its
René-Luc ReLuc
03:22 PM Revision b47f03db (qgis): Fix testqgsogcutils
René-Luc ReLuc
03:22 PM Revision 1d6e5d28 (qgis): [BUGFIX] Support OGC PropertyIsLike attributs
The OGC PropertyIsLike element can have 4 attributs:
* matchCase to specify LIKE or ILIKE
* wildCard to specify a wil...
René-Luc ReLuc
12:54 PM Revision 6d45b330 (qgis): Merge pull request #3570 from elpaso/test-wait-for-network-backport
Backport of the new test pick a free port strategy Alessandro Pasotti
12:34 PM Bug report #15550: Processing: activating a new provider causes QGIS to freeze for a few seconds
Unfortunately it doesn't solve the issue. Filipe Dias
11:04 AM Bug report #15550: Processing: activating a new provider causes QGIS to freeze for a few seconds
As I can see sorrecponding commit already presented in master_2 branch Alexander Bruy
12:28 PM Revision dfcd1ea1 (qgis): Py3 compat
Alessandro Pasotti
12:12 PM Revision 7a9018e9 (qgis): fix indentation
Alexander Bruy
12:09 PM Revision b5f1267f (qgis): Merge pull request #3568 from volaya/processing_fixes
[processing] various fixes Alexander Bruy
11:36 AM Revision bd1cf0ca (qgis): Merge pull request #3 from alexbruy/fix-spatial-index
fix spatialindex creation Victor Olaya
11:34 AM Revision 641c09bb (qgis): fix spatialindex creation
Alexander Bruy
11:22 AM Revision 0b683637 (qgis): Merge pull request #3565 from nyalldawson/svg_background
Fix SVG preview blocks QGIS (fix #14255) Nyall Dawson
10:55 AM Revision fd77ee2e (qgis): Backport of the new test pick a free port strategy
Alessandro Pasotti
10:46 AM Revision 7332dda0 (qgis): Remove visitor pattern from QgsExpression (#3569)
It is not in use anywhere and can easily be reintroduced if there is a use case
where it is an appropriate fit.
Fix ...
Matthias Kuhn
10:45 AM Revision 62c85100 (qgis): [qt5] setConfirmOverwrite is gone, use setOption (#3567)
Mathieu Pellerin - nIRV
09:50 AM Revision 4bcdecd3 (qgis): [processing] fixed iterative execution
fixes #15650 Victor Olaya
09:27 AM Revision fb494ba8 (qgis): [processing] don't use full path for naming layers when loaded in datao...
Victor Olaya
09:26 AM Revision 92e504d8 (qgis): [processing] do not set param value in batch interface if default is none
Victor Olaya
09:25 AM Revision f7c639c1 (qgis): [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480 Victor Olaya
09:25 AM Revision 421251ab (qgis): [processing] dont use hidden outputs when exporting to python or displa...
fixes #14998 Victor Olaya
09:25 AM Revision 7370ade7 (qgis): [processing] use only selected features for spatial index
fixes #15584 Victor Olaya
08:36 AM Revision 111106c6 (qgis): Fix cannot modify diagram attribute expression (fix #15514)
Also clean up some code Nyall Dawson
07:46 AM Bug report #15661 (Closed): Measurement tool and its inconsistent behaviour
Measurement tools dialog window appears randomly (and sometimes not so random) when using other tools. Here is an exa... Saber Razmjooei
07:45 AM Revision 3abded31 (qgis): Keep the user set order for svg paths
Nyall Dawson
07:40 AM Revision b4a70c77 (qgis): Merge pull request #3559 from nyalldawson/fix_render_flashing
Fix layers with layer wide opacity "flashing" while rendering Nyall Dawson
07:34 AM Revision a2166bd0 (qgis): Small optimisations to model/views
Nyall Dawson
07:26 AM Revision a20c3cf6 (qgis): Guard against circular symbolic links in SVG selector widget
Nyall Dawson
07:11 AM Bug report #10560 (Reopened): Wrong feature count after edit
The problem still exist with 2.16.2 after removing some features with PyQGIS codelines and commit changes.
Windows 7 ...
Ervin Wirth
07:11 AM Bug report #10560 (Reopened): Wrong feature count after edit
The problem still exist with 2.16.2 after removing some features with PyQGIS codelines and commit changes.
Windows 7 ...
Ervin Wirth
07:10 AM Bug report #15645 (Closed): OS X GRASS 7 processing command wrong setup
Fixed in changeset commit:"d03d2069b96b2c25abe64588f54f24dab7ea7cc2". Alexander Bruy
06:55 AM Revision c60c4f7f (qgis): Fix SVG preview blocks QGIS (fix #14255)
Now SVG preview loading occurs in a background thread so that
dialogs can open instantly
Nyall Dawson
06:51 AM Bug report #15561 (Closed): master and master_2 share same QSettings space
Should be fixed in master. Reopen if necessary Alexander Bruy
06:51 AM Bug report #15561 (Closed): master and master_2 share same QSettings space
Should be fixed in master. Reopen if necessary Alexander Bruy
06:11 AM Feature request #192: print composer, when using not "north-up" projections make images (north ...
I believe the direction of the North arrow should be correct in the center of the map. Paolo Cavallini
03:09 AM Bug report #15584 (Closed): Intersection tool ignores selected features in intersect layer
Fixed in changeset commit:"7370ade7513fb1e9a4b6dd8ec51224b5c29b7754". Victor Olaya
03:09 AM Bug report #14998 (Closed): Invalid scripts from models with intermediate vector outputs
Fixed in changeset commit:"421251abde27b2161bb18a737e1fca0f4cbd6f8a". Victor Olaya
03:09 AM Bug report #15060 (Closed): Error when creating Help Files of Models in Processing
Fixed in changeset commit:"f7c639c169b4b96aa963d8a7effc9723e8bc34a7". Victor Olaya
03:09 AM Bug report #15650 (Closed): iterate broken in Processing/QGIS 2.16.3
Fixed in changeset commit:"4bcdecd3cf87dd191c27bcb4d6419191f5ff8cb2". Victor Olaya
02:36 AM Bug report #15659: Crash when deleting features with node tool (2.14 for Mac OS)
This is the report of the error:... Elia De Marchi
02:03 AM Bug report #15659 (Closed): Crash when deleting features with node tool (2.14 for Mac OS)
This problem has been discussed many times in last years: when you delete a polygon deleting all the nodes, when you ... Elia De Marchi
02:23 AM Bug report #14255 (Closed): SVG preview blocks QGIS
Fixed in changeset commit:"0b683637896f552b13f419f1fcabb9fe9fa2fdea". Nyall Dawson

2016-10-03

01:57 AM Bug report #15647: WFS client does not update layer list
I did some testing about this problem and no cache seems to be present for me. I have my own test geoserver where to ... Eduardo Gonzalez
01:42 AM Bug report #15658: map tips does not show images correctly anymore... on Linux
Enclosing content in divs worked as I posted in my answer on SE:... Adam Szieberth
01:08 AM Bug report #15658 (Closed): map tips does not show images correctly anymore... on Linux
I faced with the same issue:
http://gis.stackexchange.com/questions/211117/map-tip-display-text-in-qgis-2-16-pictu...
Adam Szieberth
01:22 AM Revision 377de52b (qgis): Port generate_test_mask_image.py to python3
Nyall Dawson
01:22 AM Revision 19f6b62c (qgis): Fix layers with layer wide opacity "flashing" by rendering
intermediate states without opacity Nyall Dawson
12:52 AM Bug report #15582: Union error: "global name 'vproviderA' is not defined
Same error on Windows 7 64 bit with QGIS 2.16.3, both within QGIS and from a standalone script. Editing "C:\\OSGeo4W6... Eivind Olsen
12:28 AM Bug report #15543: Wrong Unicode handling of metadata plugin fields
I can confirm this on 2.16.3 and Windows XP.
My plugin had unicode characters not in description but in about and ch...
Adam Szieberth
11:37 PM Bug report #15514 (Closed): Updating an expression in diagram seems to not apply to the map
Fixed in changeset commit:"111106c64fcf4288617e65fc160a2b6112606cfc". Nyall Dawson
10:48 PM Bug report #14255: SVG preview blocks QGIS
PR at https://github.com/qgis/QGIS/pull/3565 - also fixes the circular symlink issue. Nyall Dawson
09:53 PM Revision d3f8763b (qgis): Merge pull request #3564 from elpaso/test-wait-for-network3
Yet another strategy to get a free port from the server Alessandro Pasotti
08:56 PM Bug report #15624: WMS in atlas
Some issues with DPI maybe? I do not have access to the WMS, so it is difficult to tell... Martin Dobias
08:47 PM Revision 9761a86e (qgis): Renamed constants for consistency
Alessandro Pasotti
07:43 PM Revision d950e3b6 (qgis): Yet another strategy to get a free port from the server
Alessandro Pasotti
06:12 PM Bug report #13920 (Closed): Scale for Mac OS
Closing due to lack of feedback Nyall Dawson
06:12 PM Bug report #13920 (Closed): Scale for Mac OS
Closing due to lack of feedback Nyall Dawson
05:27 PM Feature request #5833 (Closed): Freeze display scale when zooming in
Implemented in 2.16 Nyall Dawson
05:27 PM Feature request #5833 (Closed): Freeze display scale when zooming in
Implemented in 2.16 Nyall Dawson
04:42 PM Revision 368c1cea (qgis): Merge pull request #3563 from elpaso/test-wait-for-network2
Wait for server ready (and times out) before starting the tests Alessandro Pasotti
03:47 PM Revision a23dc9e0 (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
03:00 PM Revision 4fd5c014 (qgis): Synchronize edit button state with read only mode (#3562)
Matthias Kuhn
02:19 PM Revision 28f547ea (qgis): Wait for server ready (and times out) before starting the tests
Alessandro Pasotti
12:16 PM Revision a6bb8a9b (qgis): Merge pull request #3544 from ghtmtt/processing_script_font
[processing] fix button for font size Victor Olaya
11:58 AM Bug report #15632 (Closed): Style graduated not working correctly
Nyall Dawson
03:24 AM Bug report #15632: Style graduated not working correctly
Martin Dobias wrote:
> It is not clear from your bug report what is the actual problem. Please note there are various...
jose Canizares
03:03 AM Bug report #15632 (Feedback): Style graduated not working correctly
It is not clear from your bug report what is the actual problem. Please note there are various modes for graduated st... Martin Dobias
11:55 AM Revision 8c90f7d6 (qgis): Merge pull request #3511 from nyalldawson/depend_redraw
If a dependent layer is redrawn, then also redraw child layer Hugo Mercier
11:49 AM Revision 430694ba (qgis): Fix identify tool for WMS if webkit is not available (fixes #14658)
Martin Dobias
11:38 AM Revision 8e54acf7 (qgis): [travis] fixme
Matthias Kuhn
11:29 AM Revision 645094cc (qgis): Merge pull request #3558 from nirvn/layers_relation_icon
[gui] improve the layer dependencies icon Hugo Mercier
11:13 AM Revision 45606920 (qgis): Merge pull request #3554 from nyalldawson/parse_dash
New script to handle multiple render results from a dash results page Nyall Dawson
10:45 AM Revision ce37f9c6 (qgis): Disable flaky PyQgsServerWFST test
Matthias Kuhn
09:29 AM Revision 9ef91ea6 (qgis): Fix WMS identify when using "Feature" format and the layer has named CRS
Martin Dobias
08:15 AM Revision 8e14cf06 (qgis): Fix leak in edit form config (#3556)
Nyall Dawson
07:51 AM Feature request #6450: Allow QGIS to 'guess' field types for calculated fields in spatialite views
Can someone estimate how much time it would take to solve this problem? Maybe we can look for a solution.... Pieter Brusselman
07:15 AM Revision 5b3f10a5 (qgis): Fix identify menu highlight only works with simple geometry types
Fix #15625 Nyall Dawson
06:37 AM Revision 7d27b43e (qgis): Fix data defined buttons sometimes incorrectly show error state
Nyall Dawson
06:21 AM Revision d36fb619 (qgis): [labeling] Fix data defined placement with rotated maps
For layers requiring reprojection and with rotated maps any
labels with data defined x/y would not be rendered
Fix #...
Nyall Dawson
06:06 AM Revision 29d2bef7 (qgis): Fix listing of WMTS layers in browser (fixes #15350)
Martin Dobias
05:59 AM Bug report #15598 (Feedback): QGIS fails to display features near 180 degrees longitude at some s...
Martin Dobias
05:59 AM Bug report #15598: QGIS fails to display features near 180 degrees longitude at some scales
Please attach the screenshots and the shapefile for testing - there are no attachments in this ticket... Martin Dobias
05:54 AM Bug report #15649: Setting constraint for a range (dial) widget usability problems
I have a similar problem.
When constraint Expression dialog write "NOW ()", "identifier" IS NOT NULL "or other, I for...
Giedrius Vaivilavičius
05:54 AM Bug report #15649: Setting constraint for a range (dial) widget usability problems
I have a similar problem.
When constraint Expression dialog write "NOW ()", "identifier" IS NOT NULL "or other, I for...
Giedrius Vaivilavičius
05:54 AM Bug report #15649: Setting constraint for a range (dial) widget usability problems
I have a similar problem.
When constraint Expression dialog write "NOW ()", "identifier" IS NOT NULL "or other, I for...
Giedrius Vaivilavičius
05:29 AM Revision 1f783934 (qgis): [gui] improve the layer dependencies icon
Mathieu Pellerin - nIRV
05:00 AM Revision 291f7bda (qgis): Fix rule based renderer shows 0 count on first click of "show counts"
Nyall Dawson
04:44 AM Revision 0a9491a2 (qgis): Fix oracle build
Nyall Dawson
04:15 AM Revision 82eeeac5 (qgis): Fix invalid debugging noise
Nyall Dawson
03:42 AM Revision dc481955 (qgis): Fix many labeling unit settings are lost on closing dialog
(and also don't trigger auto preview) Nyall Dawson
03:22 AM Feature request #15657 (Open): Differentiate relative/absolute path option for QGS and QLR files
Actually the option under project properties to define relative or absolute save paths affects both QGS and QLR files... Dominique Lyszczarz
03:19 AM Revision ba210d01 (qgis): Fix build with GDAL < 2
Nyall Dawson
03:19 AM Revision c4bf35cc (qgis): Default to WITH_QWTPOLAR OFF
Since it's not compatible with Qt5 builds Nyall Dawson
03:19 AM Revision 4b7876c1 (qgis): Fix some Coverity null derefence warnings
Nyall Dawson
03:19 AM Revision 230417c7 (qgis): Add method to create QgsMapToPixel from scale/dpi/mapunits
Nyall Dawson
02:58 AM Bug report #15656 (Closed): Loading QLR file with relative path does not work correctly
Hi,
I have some troubles loading QLR files with relative path. The path in the QLR is relative to the folder where...
Dominique Lyszczarz
02:57 AM Bug report #15596 (Closed): WMS layers cannot be identified on QGIS >= 2.16.*
Fixed in changeset commit:430694ba9a2beb5fe23d5814b63aaecdbee7a3d7 (the commit unfortunately references a different bug) Martin Dobias
02:56 AM Bug report #14658 (Feedback): Wmts layer not appearing
Arrgh... this one is not fixed yet, I have only mistakenly mentioned this bug in my commit (it actually fixes #15596) Martin Dobias
02:53 AM Bug report #14658 (Closed): Wmts layer not appearing
Fixed in changeset commit:"430694ba9a2beb5fe23d5814b63aaecdbee7a3d7". Martin Dobias
02:36 AM Feature request #15655 (Open): Discard from rendering polygon vertices located in the upper left ...
When OTF reprojection is enabled, sometimes coordinates of vertices do not make any sense. Such vertices are then ren... marisn -
02:29 AM Bug report #15636: Field calculator "lpad()" operator does not work
Maybe I was actually using a numeric field,
that would explain why only rpad was working
(10, 20, 30 are indeed legit...
Roy Roge
02:20 AM Bug report #15636 (Closed): Field calculator "lpad()" operator does not work
I'm quite sure because rpad was working properly,
anyway i cannot reproduce anymore and closing,
if i'll understand w...
Roy Roge
02:16 AM Bug report #15654 (Rejected): Processing: TrainImagesClassifier (libvm) returns an error message
Algorithm TrainImagesClassifier (libsvm) starting...
/usr/bin/otbcli_TrainImagesClassifier
-io.il
"/media/fd/Dados...
Filipe Dias

2016-10-02

01:40 AM Bug report #15653 (Closed): Refactor fields
Refactor Fields:
When I have a Shapefile with a field named "AREA" the default (preselected) Expression in Refactor f...
Peter Drexel
01:26 AM Bug report #15643: Print composer: qgis crashes while changing colour
Fix confirmed, thanks Filipe Dias
06:15 PM Bug report #15643 (Closed): Print composer: qgis crashes while changing colour
Duplicate of #15634 Nyall Dawson
06:15 PM Bug report #15643 (Closed): Print composer: qgis crashes while changing colour
Duplicate of #15634 Nyall Dawson
01:26 AM Feature request #15652 (Open): Add option for OGR data sources to be opened in read only mode
Apparently some data formats (e.g. geopackage) load with better performance if they are opened in "read only" mode - ... Andreas Neumann
11:29 PM Bug report #14658: Wmts layer not appearing
My impression is that the server does not follow WMTS specification properly.
Info from GetCapabilities ... layer's ...
Martin Dobias
10:16 PM Bug report #15625 (Closed): Highlight of geometries in Identify tool with "layer choice" mode fai...
Fixed in changeset commit:"5b3f10a531765a8c3951fa35a33d7da5a0c27644". Nyall Dawson
09:24 PM Bug report #14236 (Closed): Moved labels disappear from the rotated map canvas and from rotated p...
Fixed in changeset commit:"d36fb619b5a210406aaa50ed3aab59763f5f749a". Nyall Dawson
09:11 PM Bug report #15350 (Closed): WMTS layers are not listed in Browser panel
Fixed in changeset commit:"29d2bef7954d4e2b2cf21611c1398d0a7666e4c6". Martin Dobias
07:38 PM Bug report #15373: Refine current rule not working on QGIS 2.16
PR with fix at https://github.com/qgis/QGIS/pull/3557 Nyall Dawson
07:34 PM Bug report #15651 (Closed): Processing merge vector layers returns incomplete result
Merging the shapefiles in the attached zip file with the "merge vector layers" from Processing the output is incomple... Giovanni Manghi
07:05 PM Bug report #15650: iterate broken in Processing/QGIS 2.16.3
https://www.dropbox.com/s/b9yjtjrio3y91x4/int_processing_iterate.zip?dl=0 Giovanni Manghi
06:34 PM Bug report #15650 (Closed): iterate broken in Processing/QGIS 2.16.3
Take the linked shapefiles, and try do a Intersection (QGIS tool) using the buffers with iterate against the land use... Giovanni Manghi
06:25 PM Bug report #15648: Attribute table behaviour "show selected features" shows all records if there ...
Nyall Dawson wrote:
> This was a an intentional change - see #7541
Hi Nyall,
yes, I was thinking about it and I susp...
Giovanni Manghi
06:23 PM Bug report #15648 (Closed): Attribute table behaviour "show selected features" shows all records ...
This was a an intentional change - see #7541 Nyall Dawson
06:23 PM Bug report #15648 (Closed): Attribute table behaviour "show selected features" shows all records ...
This was a an intentional change - see #7541 Nyall Dawson
06:24 PM Bug report #15636 (Feedback): Field calculator "lpad()" operator does not work
I can't reproduce - are you sure you aren't storing the result in a numeric field? Nyall Dawson
06:20 PM Bug report #15615 (Closed): Working with a GeoPackage consumes 100% of processor unit
Giovanni Manghi
02:18 PM Bug report #15615: Working with a GeoPackage consumes 100% of processor unit
It turned out, that the excessive CPU usage was caused by another (broken) GeoPackage existing in the same directory.... Radek Pasiok
06:14 PM Bug report #15515 (Closed): QGIS crashes when changing color of category styled layer.
Duplicate of #15634 Nyall Dawson
06:14 PM Bug report #15515 (Closed): QGIS crashes when changing color of category styled layer.
Duplicate of #15634 Nyall Dawson
05:51 PM Bug report #15521 (Reopened): Concave hull broken
Sorry Alex, I have to reopen. On the latest master on osgeo4w:
2016-10-03T01:48:27 1 There were errors executing t...
Giovanni Manghi
05:51 PM Bug report #15521 (Reopened): Concave hull broken
Sorry Alex, I have to reopen. On the latest master on osgeo4w:
2016-10-03T01:48:27 1 There were errors executing t...
Giovanni Manghi
01:41 PM Bug report #14233: Spatialite view, identify results, view feature form shows wrong result
Martin Dobias wrote:
> Fixed in commit:42d88848f3010365d2c9fcf84b3a8ed5d52749a1
It seems that in QGIS 2.16.2 this pr...
Pieter Brusselman
02:22 AM Bug report #15649 (Closed): Setting constraint for a range (dial) widget usability problems
Setting a range (dial) widget with a constraint and hitting that constraint while using the dial wheel shows the inva... Tudor Bărăscu

2016-10-01

01:39 AM Bug report #15648 (Closed): Attribute table behaviour "show selected features" shows all records ...
This was working as expected until 2.8.*
Tested on shapefiles.
Giovanni Manghi
12:30 AM Revision 17db101c (qgis): Fix Coverity uninitialized variable warnings
Nyall Dawson
10:29 PM Revision 53204c88 (qgis): [processing] fixed multiple fields input in R algorithms
Victor Olaya
06:25 PM Revision ebb6c229 (qgis): [Server] GetStyles: no more needs to add units in SLD
After @aaime works on SLD, no more needs to add units in SLD send by GetStyles René-Luc ReLuc
06:22 PM Revision d463ddda (qgis): Merge pull request #3549 from rldhont/release-2_14-aaime_sld
Cherry-picking @aaime works on SLD to release-2_14 René-Luc ReLuc
05:58 PM Revision ffaffadb (qgis): fix typos
Jürgen Fischer
05:51 PM Revision 3654d508 (qgis): fix typos
(cherry picked from commit 1c298684ff6cedb9c9759442b55feba6b7241cee) Jürgen Fischer
05:33 PM Revision 26d5c6b4 (qgis): fix typos
(cherry picked from commit 454e1e43fa8c1ceef109c09f70e4d1595e81d402) Jürgen Fischer
04:33 PM Revision 330e95c6 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
04:33 PM Revision 0ad3bd68 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
04:31 PM Revision a53dd3bf (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
03:50 PM Revision da67550a (qgis): Keep API compatibility and update SIP
René-Luc ReLuc
03:50 PM Revision 4aef2dba (qgis): Fix cherry-pickings
Do not generate a ogc:Filter where a ogc:Expression is expected. #3366
Emit valid SLD when mm are used as symbol unit...
René-Luc ReLuc
03:50 PM Revision 5297df7a (qgis): Export map level scale based dependencies in most vector symbology
Andrea Aime
03:50 PM Revision 760036a9 (qgis): Emit valid SLD when on screen mm are used
SLD does not have a notion of on screen mm, rescale them to pixels to get an equivalent, more valid and more widely u... Andrea Aime
03:50 PM Revision b6274013 (qgis): Do not generate a ogc:Filter where a ogc:Expression is expected. Fixes ...
Andrea Aime
03:49 PM Revision 8a28f9b7 (qgis): Fix first range when exporting graduated renderer to sld (fix #15212)
Nyall Dawson
03:39 PM Revision e45f01de (qgis): Fix compile errorr
Matthias Kuhn
03:39 PM Revision 4a7a8ff2 (qgis): Update python code
Matthias Kuhn
03:39 PM Revision 9c118140 (qgis): Add safety check to avoid crash
Matthias Kuhn
03:39 PM Revision b6779f63 (qgis): Rename QgsFields::fieldNameIndex() to lookupField()
To have two clearly different names for tolerant/intolerant index lookup Matthias Kuhn
03:39 PM Revision 37e06ae5 (qgis): Rename setAttributeAlias and removeAttributeAlias
Matthias Kuhn
03:39 PM Revision ff52a9f2 (qgis): setAttributeAlias is now setFieldAlias
Matthias Kuhn
03:39 PM Revision 9a261cfb (qgis): QgsFields::fieldNameIndex also matches field alias
This method is also doing case insensitive "fuzzy" matching now, this
just adds yet another level of tolerance.
This ...
Matthias Kuhn
01:58 PM Revision 4b868389 (qgis): debian packaging: re-enable server
Jürgen Fischer
01:23 PM Revision 50b04c5c (qgis): only include server bindings in sip coverage tests if they are built
Jürgen Fischer
01:23 PM Revision 00942744 (qgis): debian packaging: add libqca-qt5-2-plugins build dependency
Jürgen Fischer
01:23 PM Revision f4cb295e (qgis): server sip sync
Jürgen Fischer
11:32 AM Revision a5adb667 (qgis): Merge pull request #3548 from nirvn/wordwrap_zerowidthspace
[expression] make wordwrap work with complex scripts (Indic, Arabic, etc.) Nyall Dawson
10:19 AM Revision 437d785c (qgis): debian packaging: reorder build dependencies and add python3-pyqt5.qtsvg
Jürgen Fischer
08:35 AM Revision 37951baf (qgis): [Processing] Uses os.path.join instead of + os.sep + (#3552)
René-Luc ReLuc
06:29 AM Revision a07a57e6 (qgis): Add new script to handle multiple render results from a dash
results page in an interactive way
Allows generation and tweaking of mask images while previewing
the result
Nyall Dawson
06:18 AM Feature request #11103: Support for retina displays (HiDPI)
Correction: The plugin description is ok on hidpi now but too big on regular screens. Anita Graser
05:41 AM Bug report #15647 (Closed): WFS client does not update layer list
With 2.16.2 when one connects to a WFS provider the layer list is not updated after the first time Connect is pressed... Ari Jolma
04:05 AM Bug report #14799 (Feedback): 'Create transaction groups automatically whenever possible (Experim...
Can you confirm all of them?
The feature count and save button as seen in the video are bugs.
Undo and Redo are not ...
Matthias Kuhn

2016-09-30

12:54 AM Revision 52fc535c (qgis): update INSTALL
Jürgen Fischer
08:54 PM Revision 1737e476 (qgis): Merge pull request #3553 from elpaso/server-tests-backport
[Server] Backport of the test improved stability Alessandro Pasotti
08:34 PM Revision 02dfb4f8 (qgis): Ignore data type differences
Alessandro Pasotti
07:55 PM Revision 9eac69e0 (qgis): Blacklist the new auth test (Qt5/Py3 version is in master)
Alessandro Pasotti
07:30 PM Revision 4afd8f6b (qgis): [Server] Backport of the test improved stability
Alessandro Pasotti
05:05 PM Revision e3822a2c (qgis): [BUGFIX] Expression in like escape % and _
The Expression LIKE binary operator does not care about escape % and _ char.
No-one has already open an issue about i...
René-Luc ReLuc
05:04 PM Revision 5859d5e2 (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
04:58 PM Revision a8fbf8af (qgis): [BUGFIX] Expression in like escape % and _
The Expression LIKE binary operator does not care about escape % and _ char.
No-one has already open an issue about i...
René-Luc ReLuc
04:57 PM Revision e146fceb (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
04:14 PM Revision f85b5fc9 (qgis): debian packaging: add ca-certificates as build dependency for dash uplo...
Jürgen Fischer
03:53 PM Revision fc9470d5 (qgis): Merge pull request #3535 from rldhont/expression_like_escape
[BUGFIX] Expression in like escape % and _ René-Luc ReLuc
02:53 PM Revision e6b1121b (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:53 PM Revision 3f12636c (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:52 PM Revision 174c4798 (qgis): CDash submissions should be done with https now
(cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af) julienmalik
02:52 PM Revision c9d25b27 (qgis): Merge pull request #3550 from julienmalik/patch-1
CDash submissions should be done with https now Jürgen Fischer
02:40 PM Revision 19378c22 (qgis): CDash submissions should be done with https now
julienmalik
02:31 PM Feature request #15646 (Closed): Processing script editor needs find and replace functions
Currently, there is no way to find / find and replace code in the Processing script editor. This restricts it's usabi... Anita Graser
02:27 PM Revision f47a7320 (qgis): [BUGFIX] Expression in like escape % and _
The Expression LIKE binary operator does not care about escape % and _ char.
No-one has already open an issue about i...
René-Luc ReLuc
02:23 PM Revision 8fe0c177 (qgis): QgsOgcUtils: add support to generate WFS 1.1 and 2.0 filters
Fixes #14119: Ensure the OGC filter XML expression contains the GML namespace references Even Rouault
01:39 PM Bug report #15643 (Feedback): Print composer: qgis crashes while changing colour
Can you update your build and retest? This should have been fixed a day or so ago. Nyall Dawson
03:49 AM Bug report #15643 (Closed): Print composer: qgis crashes while changing colour
Load the attached shapefile
Change style from "single symbol" to "categorized", select "select2" in "column"
Click ...
Filipe Dias
11:45 AM Revision 87039204 (qgis): [expression] make wordwrap work with complex scripts (Indic, Arabic, etc)
Mathieu Pellerin - nIRV
10:41 AM Bug report #15645 (Closed): OS X GRASS 7 processing command wrong setup
Commit #e1ff6e896a8178c2f61930535ca91a408c3e2355 tried to fix GRASS 7 detection on OS X but for some reason inserted ... William Kyngesburye
10:36 AM Revision a5b83e49 (qgis): Merge pull request #3543 from sebastic/icons-subdirectory
Move icons to subdirectory. Jürgen Fischer
08:41 AM Revision 9f6f08a4 (qgis): [composer] Fix save world file does not work (fix #15268)
(cherry-picked from 38a811b377cf7d0d50e2c76346eadfdd8ef87956) Nyall Dawson
08:21 AM Bug report #14799: 'Create transaction groups automatically whenever possible (Experimental)' issues
Hi, confirmed here with 2.16.3
Matthias, do you confirm?
Regis Haubourg
08:21 AM Bug report #14799: 'Create transaction groups automatically whenever possible (Experimental)' issues
Hi, confirmed here with 2.16.3
Matthias, do you confirm?
Regis Haubourg
07:57 AM Revision c9449c8b (qgis): [composer] Fix save world file does not work (fix #15268)
(cherry-picked from 38a811b377cf7d0d50e2c76346eadfdd8ef87956) Nyall Dawson
07:54 AM Revision 38a811b3 (qgis): [composer] Fix save world file does not work (fix #15268)
Nyall Dawson
06:56 AM Revision ddcea347 (qgis): Merge pull request #3536 from nyalldawson/cluster_marker
[FEATURE] Cluster marker renderer Nyall Dawson
06:32 AM Revision 168688c8 (qgis): Don't draw empty labels for displacement renderer
Is inefficient and also causes QThreadPool crash on exit in python
test (related to creation of QFontMetrics in a thr...
Nyall Dawson
06:31 AM Bug report #15644 (Closed): Qgis don't specify SRID on Sqlite/Spatialite export
A layer exported to Sqlite/Spatialite gets SRID=0 by default instead of the SRID from the correct CRS.
SRID is define...
Bjørn Lie Rapp
03:36 AM Bug report #15642 (Closed): Print composer: Changing "orientation" in Page Setup has no effect
Open print composer, click on Page setup, change "orientation" from "portrait" to "landscape" and nothing happens.
...
Filipe Dias
03:30 AM Bug report #15641 (Closed): Processing: Orfeo Optical Calibration throws Python error
Open QGIS, click on Optical Calibration from Orfeo, close it, this error message appears:
An error has occurred wh...
Filipe Dias

2016-09-29

01:14 AM Bug report #15640 (Closed): Refactor fields: an expression is always required (otherwise python e...
When creating a new field through Processing > Refactor fields, an expression seems always required. I do not think t... Paolo Cavallini
12:42 AM Revision 17251829 (qgis): Make @cluster_size, @cluster_color usable in displacement renderer too
Nyall Dawson
12:42 AM Revision 36e276f9 (qgis): [FEATURE] Point cluster renderer
Groups nearby points into a single rendered marker symbol.
QgsPointDisplacementRenderer has been split into a new
pu...
Nyall Dawson
12:42 AM Revision 3aeef8d0 (qgis): Use group centroid for nearest group test
Nyall Dawson
12:42 AM Revision 3f590f00 (qgis): Make distance based renderers much faster when filters are present
Nyall Dawson
12:42 AM Revision d27e5563 (qgis): Keep as many settings as possible when changing between displacement an...
Nyall Dawson
12:42 AM Revision 3253cdc2 (qgis): Unit tests for displacement and cluster renderer
Nyall Dawson
12:42 AM Revision 7acb07f2 (qgis): Make sure all attributes are fetched for distance based renderers
Nyall Dawson
12:42 AM Revision 3dcc69a4 (qgis): Fix point distance renderer handling of crs transform
Nyall Dawson
12:42 AM Revision c671bad7 (qgis): Better default cluster symbol
Nyall Dawson
12:42 AM Revision d32008a3 (qgis): Icon for cluster renderer
Nyall Dawson
12:42 AM Revision c1bff163 (qgis): Fix panel titles
Nyall Dawson
12:42 AM Revision 962a4e97 (qgis): Expose renderer variables to users
Nyall Dawson
12:42 AM Revision fbdc93fb (qgis): Add missing test images
Nyall Dawson
12:42 AM Revision ca7b504e (qgis): Fix Travis warnings and missing docs/sip
Nyall Dawson
12:42 AM Revision fd0c5ef9 (qgis): Refactor symbol/renderer widgets to use QgsSymbolWidgetContext
instead of individually setting map canvas, expression context, etc
Will make it more easy in future to add addition...
Nyall Dawson
12:42 AM Revision 1c611cc2 (qgis): Better default cluster symbol
Nyall Dawson
12:08 AM Bug report #15628: Print composer: Removing the legend title do not remove the blank space at the...
In first releases, removing the title still kept the space corresponding to title font at the top of the legend. And ... Harrissou Santanna
09:44 PM Bug report #15628 (Feedback): Print composer: Removing the legend title do not remove the blank s...
I've tested with 2.14.7 and it has the same behaviour. I'm not sure if this behaviour is by design - maybe it was don... Nyall Dawson
11:46 PM Bug report #15629: Print composer: Legend frame can be resized over its content (content is hidden)
Hi Nyall,
Can I have a use case where one would like to have the legend cropped (until nothing appears)?
I can see ca...
Harrissou Santanna
09:37 PM Bug report #15629 (Closed): Print composer: Legend frame can be resized over its content (content...
Nyall Dawson
10:55 PM Bug report #15268 (Closed): Qgis 2.16: Save world file does not work.
Fixed in changeset commit:"38a811b377cf7d0d50e2c76346eadfdd8ef87956". Nyall Dawson
10:20 PM Bug report #15639 (Closed): labelling: line curved placement is broken
On master (2.99), the rendering of labels with curved placements over line is broken, whereas zooming into the canvas... Mathieu Pellerin - nIRV
10:15 PM Bug report #15603 (Closed): regression: changing a composer sheet background style/color crashes ...
The merging of this PR (https://github.com/qgis/QGIS/pull/3536) fixed the issue, closing. Thanks Nyall. Mathieu Pellerin - nIRV
10:15 PM Bug report #15603 (Closed): regression: changing a composer sheet background style/color crashes ...
The merging of this PR (https://github.com/qgis/QGIS/pull/3536) fixed the issue, closing. Thanks Nyall. Mathieu Pellerin - nIRV
03:53 PM Revision eef6f050 (qgis): Only enable globe plugin for osgEarth 2.7, it is not compatible with 2....
Bas Couwenberg
03:20 PM Revision 8ab8c7bd (qgis): [processing] fix button for font size
matteo ghetta
02:44 PM Revision 84981ee1 (qgis): Move icons to subdirectory.
Bas Couwenberg
02:07 PM Revision 19585ee1 (qgis): [Server 3.0] Typo in test name and removed obsolete comments
Alessandro Pasotti
02:02 PM Revision 3dfcf14c (qgis): Add qgis.PyQt.Qt compat files (#3491)
* added PyQt.Qt
* fix matthias comments
Marco Bernasocchi
01:52 PM Revision 170ff9fe (qgis): Merge pull request #3493 from rldhont/processing_rscripts_temprscritpfi...
[Processing][Rscripts] Use temp script filename Victor Olaya
01:46 PM Revision 30580ed1 (qgis): nodetool: use exact intersect when picking features (fixes #15294)
(cherry picked from commit 6b2799414a3b6434818adc859d3f1363029eb579) Jürgen Fischer
01:45 PM Revision ae76aa60 (qgis): nodetool: use exact intersect when picking features (fixes #15294)
(cherry picked from commit 6b2799414a3b6434818adc859d3f1363029eb579) Jürgen Fischer
01:45 PM Revision 2e284c81 (qgis): nodetool: use exact intersect when picking features (fixes #15294)
(cherry picked from commit 6b2799414a3b6434818adc859d3f1363029eb579) Jürgen Fischer
01:44 PM Revision 6b279941 (qgis): nodetool: use exact intersect when picking features (fixes #15294)
Jürgen Fischer
01:36 PM Revision b01d3b01 (qgis): [processing] better update of expression widget when layer is changed i...
Victor Olaya
12:18 PM Revision 949241d3 (qgis): Merge pull request #3540 from elpaso/auth-integration-test
Auth integration test + more reliable server tests Alessandro Pasotti
11:47 AM Revision 49ae0206 (qgis): [Server 3.0] Tests reliability + new auth test
- Local server searches for a free port before binding
- Server tests now ignore attributes order
- Updated reference...
Alessandro Pasotti
09:12 AM Bug report #11007: Deleted/edited features within SHAPEFILE are still recognized in other softwar...
I'm not sure it's useful to keep this ticket open, the bug in this ticket subject was fixed, better use the new ticke... Sandro Santilli
08:15 AM Bug report #15638 (Closed): Issue at attribute table cells update - Qgis 2.16.3
Hello,
At each modification of datas in an attribute table cells, I get a crash application when I update the whole ...
Fred Tartrou
07:42 AM Revision ecba2543 (qgis): Add relation discovery for SpatiaLite
Patrick Valsecchi
06:52 AM Feature request #8500: Add the ability to get the original GetfeatureInfo and GetLegendGraphic fo...
We're also interested in this feature. We have a lot of external GIS data available as WMS and being able to identify... Carl Defevere
06:08 AM Bug report #15624: WMS in atlas
That's the debug output when it's rendered from the print composer:
server replied: Internal Server Error url:https:...
Matthias Kuhn
04:47 AM Bug report #15294 (Closed): Node tool selects wrong features
Fixed in changeset commit:"30580ed1e59aa7ada71d69957e035c8eba33f102". Jürgen Fischer
04:23 AM Revision 67d5e193 (qgis): Update test masks (Qt5 on Fedora)
Nyall Dawson
04:22 AM Bug report #15637: ArcGIS MapServer Services Export not working
Ubuntu 16.04, QGIS 2.16.3 Tomasz Nycz
04:20 AM Bug report #15637 (Closed): ArcGIS MapServer Services Export not working
In _Add ArcGIS MapServer Layer_ window, there's Export button. Suddenly doesn't work as suspected. I have defined som... Tomasz Nycz
03:53 AM Bug report #15604: Accented characters allowed as DBF columns
DBF standard defines ISO8859-1 as the default (and theorically the only accepted) encoding. We should guarantee suppo... Giovanni Allegri
02:23 AM Bug report #15636 (Closed): Field calculator "lpad()" operator does not work
Tested on a text field:
example:
1
2
3
lpad("fieldname", 2,'0')
expected result:
01
02
03
Thanks, Roy.
actual ...
Roy Roge

2016-09-28

01:20 AM Bug report #15624: WMS in atlas
there are confidential date in the project, i sent it on a privat channel to matthias kuhn
when i use the WMS-layer ...
Konradin Fischer
11:42 AM Bug report #15624 (Feedback): WMS in atlas
There's not enough info here to diagnose. Please share a stuff contained project which demonstrates this behaviour. Nyall Dawson
11:42 AM Bug report #15624 (Feedback): WMS in atlas
There's not enough info here to diagnose. Please share a stuff contained project which demonstrates this behaviour. Nyall Dawson
12:44 AM Revision 699724a1 (qgis): [travis] Disable flaky qgis_ziplayertest test
Nyall Dawson
12:43 AM Revision 98b5a104 (qgis): [travis] Disable flaky qgis_ziplayertest and qgis_ogcutilstest tests
Nyall Dawson
12:41 AM Revision 6ad5abe9 (qgis): [travis] Disable flaky qgis_ziplayertest and qgis_ogcutilstest tests
Nyall Dawson
12:30 AM Revision 98dd5cb5 (qgis): Disable flaky qgis_ogcutilstest test on Travis
Nyall Dawson
12:22 AM Bug report #11884: Processing generates outputs with no "+towgs84" parameters
My guess is that the issue is related to this one:
https://trac.osgeo.org/grass/ticket/3048
(GRASS does not write AUT...
Stefan Blumentrath
12:22 AM Bug report #14499: GRASS GIS 7 CRS issue
My guess is that the issue is related to this one:
https://trac.osgeo.org/grass/ticket/3048
(GRASS does not write AUT...
Stefan Blumentrath
06:52 PM Bug report #15620 (Closed): QGIS crashes when opening Settings -> Options dialog
Nyall Dawson
04:48 PM Bug report #15620: QGIS crashes when opening Settings -> Options dialog
Thank you Jürgen, this has fixed the problem. I wasn't aware there was any config outside .qgis2 folder. Thomas McAdam
03:07 PM Bug report #15620: QGIS crashes when opening Settings -> Options dialog
Not reproducable here. (Re)moving @~/.config/QGIS/QGIS2.conf@ might also help. Jürgen Fischer
06:32 PM Bug report #15635 (Closed): globe plugin should be built as a MODULE
Commit commit:90887f4 (src/plugins/globe/cmakelists.txt) changed the linking from a MODULE type to a SHARED type. It... William Kyngesburye
06:27 PM Revision fb71f723 (qgis): fix #15634
(cherry picked from commit be167761c44a3622ed28c9f679226dcb6b51dc68) Jürgen Fischer
06:25 PM Revision 8b6d3558 (qgis): fix #15634
(cherry picked from commit be167761c44a3622ed28c9f679226dcb6b51dc68) Jürgen Fischer
06:24 PM Revision be167761 (qgis): fix #15634
Jürgen Fischer
05:55 PM Revision dedf4a5a (qgis): gdal tools: disconnect canvas signal after building vrt (fixes #15389)
(cherry picked from commit e963fff346aafdb87494c9a33c4cddd3754ab5b1) Jürgen Fischer
05:55 PM Revision c7b68166 (qgis): processing: disconnect canvas signal after building vrt (fixes #15389)
(cherry picked from commit e963fff346aafdb87494c9a33c4cddd3754ab5b1) Jürgen Fischer
05:55 PM Revision aa30c2fe (qgis): gdal tools: disconnect canvas signal after building vrt (fixes #15389)
(cherry picked from commit e963fff346aafdb87494c9a33c4cddd3754ab5b1) Jürgen Fischer
05:54 PM Revision e963fff3 (qgis): gdal tools: disconnect canvas signal after building vrt (fixes #15389)
Jürgen Fischer
03:26 PM Revision 590dd47e (qgis): categorized renderer: also setup symbol render context for hashed symbols
(cherry picked from commit c7c52442f71a6a17ea1ad97e741b2b4b6d51f698) Jürgen Fischer
03:26 PM Revision b46a172f (qgis): categorized renderer: also setup symbol render context for hashed symbols
(cherry picked from commit c7c52442f71a6a17ea1ad97e741b2b4b6d51f698) Jürgen Fischer
03:24 PM Revision 4b7432cf (qgis): categorized renderer: also setup symbol render context for hashed symbols
Jürgen Fischer
03:23 PM Revision c7c52442 (qgis): categorized renderer: also setup symbol render context for hashed symbols
Jürgen Fischer
01:28 PM Bug report #15570: Shapefile data corruption
I spent the last hours replicating the issue, and was somehow successful in doing so. There are 2 different reliable ... Even Rouault
01:03 PM Bug report #15634: Crash after using color picker with categorized and rule-based renderer
I can confirm that the crashes are gone.
Thanks a lot for fixing this so quickly, Jürgen!
Andreas Neumann
09:29 AM Bug report #15634 (Closed): Crash after using color picker with categorized and rule-based renderer
Fixed in changeset commit:"fb71f7232640e01c399dbb47ff940bc808e8c577". Jürgen Fischer
07:59 AM Bug report #15634 (Closed): Crash after using color picker with categorized and rule-based renderer
Steps to reproduce:
1. Load a vector layer
2. Open the layer properties
3. Select categorized or rule-based renderer...
Andreas Neumann
12:11 PM Revision 07b7b7d9 (qgis): Merge pull request #3534 from dmarteau/master
Fix python3 pyspatialite import Jürgen Fischer
11:45 AM Bug report #15629: Print composer: Legend frame can be resized over its content (content is hidden)
Yes, this cropping is intentional behaviour if "resize to fit contents" is not selected. If you need the resizing the... Nyall Dawson
05:23 AM Bug report #15629 (Closed): Print composer: Legend frame can be resized over its content (content...
One can resize the legend item so that none of its contents appears.
In previous release, you can resize the frame to...
Harrissou Santanna
11:05 AM Revision 4feeab85 (qgis): [Processing][Rscripts] Use temp script filename
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or fo...
René-Luc ReLuc
08:56 AM Bug report #15389 (Closed): Raster | Miscellaneous | Build Virtual Raster produces "RuntimeError:...
Fixed in changeset commit:"dedf4a5ac69fdb19b5148cc98a4e6f9f35e7b78e". Jürgen Fischer
08:52 AM Revision 89d49985 (qgis): [Server 3.0] Resurrect PyQgsServerWFST
Alessandro Pasotti
07:56 AM Bug report #15633 (Closed): Field calculator does not clear variables list when switching layers
See subject. Victor Olaya
07:20 AM Bug report #15632 (Closed): Style graduated not working correctly
Hello
I am Jose and I have a problem with graduated style because it is not recognizing decimals and make the divis...
jose Canizares
06:12 AM Bug report #15631 (Closed): Selected categories saved in a preset changed when reordering feature...
I have found a bug with the preset (a functionality which I really like).
1. I save a preset with the first 4 catego...
Mie Winstrup
05:36 AM Bug report #15630 (Open): Print Composer: checked "Resize to Fit contents" should not allow manua...
In legend properties, checking the "Resize to Fit contents" does what's expected. But despite the checked state, one ... Harrissou Santanna
05:17 AM Bug report #15628 (Closed): Print composer: Removing the legend title do not remove the blank spa...
When you add a legend to a print composer, by default, a string "Legend" is added as title.
If you remove this text, ...
Harrissou Santanna
04:43 AM Bug report #15615 (Feedback): Working with a GeoPackage consumes 100% of processor unit
Could you please share the geopackage that is causing this problem? Giovanni Manghi
04:43 AM Bug report #15615 (Feedback): Working with a GeoPackage consumes 100% of processor unit
Could you please share the geopackage that is causing this problem? Giovanni Manghi
04:06 AM Bug report #15592: Adding WMS from Metasearch: GetCapabilities does not work
Still worksforme. Trying to reproduce, when searching for land I get 640 results. Clicking on the first result (Sta... Tom Kralidis
04:02 AM Feature request #15593 (Closed): Give a better name for new WMS and WFS added from Metaserch plugin
Using the settings tab allows the user a few options to manage OWS service names. Tom Kralidis
04:02 AM Feature request #15593 (Closed): Give a better name for new WMS and WFS added from Metaserch plugin
Using the settings tab allows the user a few options to manage OWS service names. Tom Kralidis
03:18 AM Bug report #15627 (Closed): Icons not displayed in QGIS plugin manager for python plugins
The QGIS-Plugin-Manager seems to have a bug. After installing python plugins there is no icon available in the plugin... Thomas Baumann
02:45 AM Bug report #15373: Refine current rule not working on QGIS 2.16
This bug still exists in QGIS 2.16.3 Alain FERRATON

2016-09-27

12:37 AM Bug report #15626 (Closed): GDAL-Tools (Raster menu) batch mode in QGIS 2.16 does not work
The batch mode of GDAL tools (Raster menu) does no longer work under qgis 2.16 (Linux and Windows). translate and war... Claas Leiner
12:00 AM Bug report #15592: Adding WMS from Metasearch: GetCapabilities does not work
Tested again on qgis 2.16.2: searched `land` from geopole, clicked on Add WMS/WMTS, the Add WMS dialog opens, then it... Paolo Cavallini
03:57 AM Bug report #15592: Adding WMS from Metasearch: GetCapabilities does not work
Worksforme. Can you provide further details and use case so I can try to reproduce? Tom Kralidis
11:13 PM Bug report #15625 (Closed): Highlight of geometries in Identify tool with "layer choice" mode fai...
When using the identify tool with the "layer choice" mode one gets a context menu with all the hits, if several featu... Andreas Neumann
10:49 PM Revision 34588f3f (qgis): Fix python3 pyspatialite import
David Marteau
05:54 PM Revision 49e64ab3 (qgis): [travis] Disable flaky qgis_ziplayertest
Matthias Kuhn
04:36 PM Revision 31a1c239 (qgis): Add auto-discovery of relations for PostgresQL
Fixed the add relation functionnality: the table is sorted. When the code
was setting the sorted column, the row was ...
Patrick Valsecchi
03:48 PM Revision 74c00be0 (qgis): No need to decode a str
Alessandro Pasotti
03:41 PM Revision a50ce7d4 (qgis): No need to decode a str
Alessandro Pasotti
01:36 PM Revision abfb4502 (qgis): Disable flaky PyQgsWFSProviderGUI test
Matthias Kuhn
01:35 PM Revision 9c32fcc1 (qgis): Remove Qt4 travis test scripts
Matthias Kuhn
01:26 PM Revision 5191d0c8 (qgis): [processing] added short help for saga raster calculator
Victor Olaya
12:58 PM Revision 47c3726a (qgis): Fix python print statement for python 3 in cmake/MacBundleMacros.cmake ...
David Marteau
12:35 PM Revision d521f184 (qgis): Rename Style tab into Symbology in layer properties dialog (#3522)
Harrissou Santanna
10:52 AM Bug report #15624 (Closed): WMS in atlas
the map contains postgis-layers and a WMS-layer
the print composer atlas doesn't show the WMS-Layer
the WMS is not in...
Konradin Fischer
09:16 AM Revision 9cf99389 (qgis): Fix shapefile test failures if locale is C (#3523)
QString::localeAwareCompare() is case insensitive for common locales,
but case sensitive for the C locale. So use an ...
Even Rouault
09:04 AM Revision 6b7d7b00 (qgis): Merge pull request #3528 from elpaso/server-needs-qgsapp
[Server 3.0] now needs a qApp and tests are back Alessandro Pasotti
08:44 AM Revision e795393e (qgis): [Server 3.0] added missing QgsApplication
Alessandro Pasotti
05:51 AM Bug report #15623 (Closed): Error when using "Extract projection"

When I try to extract projection (make a TFW file) for a GEOTIFF in Sweref 99 TM projection I get this error. Worked...
Oskar Karlin
05:38 AM Bug report #14334: SAGA raster calculator: order of layers wrong
just checked. The algorithm is correctly passing to SAGA the layers that are selected, and in the order in which they... Victor Olaya
03:36 AM Revision 7d8fba8b (qgis): Preserve edits for multiline editor when length exceeds field size
Previously when using the multiline option for text edit widgets
the entire contents of the field would be discarded ...
Nyall Dawson
03:36 AM Revision 2dea055b (qgis): Fix right aligned contents in label spin boxes
Nyall Dawson
03:36 AM Revision 35b3b794 (qgis): Rename duplicate menu item causing Qt warning
Nyall Dawson
03:36 AM Revision 8ffa0844 (qgis): Fix arrow and filled marker symbols don't show selection state
Nyall Dawson
03:36 AM Revision ab782eb3 (qgis): Avoid unused variable warnings
Nyall Dawson
03:34 AM Bug report #15570: Shapefile data corruption
Having the same issue here on QGIS 2.14.6.
I have noticed a few weeks ago the same bug and managed to avoid it by wa...
Antoine de Beaurepaire
02:39 AM Revision d843aff8 (qgis): Fix indentation
Nyall Dawson

2016-09-26

01:27 AM Revision 1a495d07 (qgis): Fix invalid QString arg warning
(cherry-picked from f62a0bfbd6bd748dcb39ba9cd943ef1cf72bee9e) Nyall Dawson
01:27 AM Revision 5b6042a2 (qgis): Make counting and testing filters in rule based renderers faster
Hand filters off to the provider where possible and avoid fetching
unnecessary attributes/geometry
(cherry-picked fr...
Nyall Dawson
01:27 AM Revision 2ae875f0 (qgis): Set initial effect selection in layer effects widget to
first enabled effect
Hopefully makes the widget a bit more user friendly - otherwise
the initial settings shown may ...
Nyall Dawson
01:27 AM Revision c8f7886c (qgis): Fix server error when no log file set
(cherry-picked from f5ffbbf801ff299d6abbba7e2f85ccab67a5c374) Nyall Dawson
01:27 AM Revision 3005241b (qgis): Remove icon with bad sRGB profile (causing Qt warnings)
(cherry-picked from 2a2bf2cbe4567a0c053db64cb4d78addb9e49a2c) Nyall Dawson
01:26 AM Revision f49f7ce4 (qgis): Cast to qreal for arm support
Orion Poplawski
01:24 AM Revision f7e5303b (qgis): Cast to qreal for arm support
Orion Poplawski
01:23 AM Revision 2f378729 (qgis): Cast to qreal for arm support
Orion Poplawski
01:04 AM Revision 4b796d22 (qgis): Make counting and testing filters in rule based renderers faster
Hand filters off to the provider where possible and avoid fetching
unnecessary attributes/geometry
(cherry-picked fr...
Nyall Dawson
01:03 AM Revision 32faeccc (qgis): Remove icon with bad sRGB profile (causing Qt warnings)
(cherry-picked from 2a2bf2cbe4567a0c053db64cb4d78addb9e49a2c) Nyall Dawson
01:03 AM Revision 9a483c29 (qgis): Fix server error when no log file set
(cherry-picked from f5ffbbf801ff299d6abbba7e2f85ccab67a5c374) Nyall Dawson
01:03 AM Revision 4963fa9b (qgis): Set initial effect selection in layer effects widget to
first enabled effect
Hopefully makes the widget a bit more user friendly - otherwise
the initial settings shown may ...
Nyall Dawson
12:56 AM Revision 0f8f8510 (qgis): [processing] fixed saga group name
Victor Olaya
12:56 AM Revision 87d778b9 (qgis): [processing] fixed wrong import in i_aster_toar
Victor Olaya
11:34 PM Revision 0ebf09ec (qgis): Change default label buffer join style to round
Looks much nicer and is more appropriate for buffers
(cherry-picked from 4dbea7f5a4277a7411152ca1f82c8769bd765093)
Nyall Dawson
11:32 PM Revision f9d258db (qgis): Update test masks
Nyall Dawson
11:32 PM Revision f70eeaaf (qgis): Set initial effect selection in layer effects widget to
first enabled effect
Hopefully makes the widget a bit more user friendly - otherwise
the initial settings shown may ...
Nyall Dawson
11:31 PM Revision 5baa9b76 (qgis): Fix server error when no log file set
(cherry-picked from f5ffbbf801ff299d6abbba7e2f85ccab67a5c374) Nyall Dawson
11:31 PM Revision efebbce6 (qgis): Remove icon with bad sRGB profile (causing Qt warnings)
(cherry-picked from 2a2bf2cbe4567a0c053db64cb4d78addb9e49a2c) Nyall Dawson
11:29 PM Revision 40265603 (qgis): Fix invalid QString arg warning
(cherry-picked from f62a0bfbd6bd748dcb39ba9cd943ef1cf72bee9e) Nyall Dawson
11:22 PM Feature request #15622 (Closed): Introduce per layer actions
It should be possible to have a special type of action that works on a selection of features and not just on a single... Andreas Neumann
11:15 PM Feature request #15621 (Closed): num_selected variable and/or function
It would be useful to get the number of selected features in a layer as variable (in layer scope) or for a given laye... Andreas Neumann
09:32 PM Revision 09ffbe73 (qgis): Make counting and testing filters in rule based renderers faster
Hand filters off to the provider where possible and avoid fetching
unnecessary attributes/geometry
(cherry-picked fr...
Nyall Dawson
07:35 PM Revision 786fe506 (qgis): [Server 3.0] re-enable server tests
Alessandro Pasotti
07:32 PM Revision 76d1e8a8 (qgis): [Server 3.0] migrate more tests
Alessandro Pasotti
06:48 PM Bug report #15620 (Closed): QGIS crashes when opening Settings -> Options dialog
QGIS 2.14.7, 2.14.1, 2.16.3 is freezing and crashing consistently when you try and open the Options -> Settings dialo... Thomas McAdam
05:27 PM Bug report #9102: Distance matrix wrong under processing
All 3 methods seem to be working fine. No errors raised, and results seems correct.
Looks like it is already fixed. ...
Victor Olaya
03:10 PM Bug report #14405: WMS layer with EPSG:32717 is not displayed correctly
Thanks for answer, i wrote from cuenca - Ecuador and use SRS EPSG:32717 or EPSG:4326 and have a problem in wms in mu... Franklin vazconez
03:10 PM Bug report #14405: WMS layer with EPSG:32717 is not displayed correctly
Thanks for answer, i wrote from cuenca - Ecuador and use SRS EPSG:32717 or EPSG:4326 and have a problem in wms in mu... Franklin vazconez
02:46 PM Bug report #15582: Union error: "global name 'vproviderA' is not defined
The same error on Windows 7 64 bit with QGIS 2.16 Ervin Wirth
09:38 AM Feature request #15617: QGIS/Qt does not trigger auto-import of Windows root Certificate Authorities
Regarding the qgis-trusted-cas-cached.png attachment. The left part of the image shows the _default trusted root CAs_... Larry Shaffer
04:50 AM Feature request #15617 (Open): QGIS/Qt does not trigger auto-import of Windows root Certificate A...
The following steps demonstrate that QGIS/Qt is not able to trigger auto-importing of trusted root CAs by the Windows... Luigi Pirelli
09:06 AM Bug report #15619 (Closed): ERS format not available in drop down file type menu for gdalwarp and...
I have noticed that for some time now the ERS raster format has not been available in the drop down file type menu of... Thomas Campagne
07:34 AM Feature request #15618 (Closed): Integrate isselected() expression function from ExpressionsPlus ...
The "Expressions plus" plugin contains a useful function named isselected('layername'). This would be useful for a wi... Andreas Neumann
03:38 AM Bug report #15616 (Closed): large point markers not rendered if center is outside visible extent
When using large marker symbols for point markers the symbols are not rendered if the point itself is outside the vie... Jochen Huber
03:34 AM Bug report #15615 (Closed): Working with a GeoPackage consumes 100% of processor unit
Hi Devs,
Thanks for the latest update for GeoPackage solving db locks on concurrent writes (#15351).
However, after ...
Radek Pasiok
02:16 AM Bug report #15614 (Closed): Error when adding integer field to an existing geopackage
There is a problem when adding an integer field to an existing geopackage. Here are some steps to reproduce the bug:
...
Jérôme Guélat

2016-09-25

12:37 AM Bug report #15612: QGis crashes when loading previous versions files
I attach a QGS file (version="2.14.0-Essen") and three CSV data files. If needed I can also upload the shapefiles and... Mauro Dallapina
12:37 AM Bug report #15612: QGis crashes when loading previous versions files
I attach a QGS file (version="2.14.0-Essen") and three CSV data files. If needed I can also upload the shapefiles and... Mauro Dallapina
12:37 AM Bug report #15612: QGis crashes when loading previous versions files
I attach a QGS file (version="2.14.0-Essen") and three CSV data files. If needed I can also upload the shapefiles and... Mauro Dallapina
12:37 AM Bug report #15612: QGis crashes when loading previous versions files
I attach a QGS file (version="2.14.0-Essen") and three CSV data files. If needed I can also upload the shapefiles and... Mauro Dallapina
02:05 PM Bug report #15612 (Feedback): QGis crashes when loading previous versions files
You'll need to attach a sample project for us to be able to diagnose this. Nyall Dawson
10:44 PM Revision 989fb9a6 (qgis): [Server 3.0] migrate tests
Alessandro Pasotti
10:43 PM Revision b46d3379 (qgis): [Server 3.0] strict check for QgsApplication
Alessandro Pasotti
07:29 PM Bug report #15598: QGIS fails to display features near 180 degrees longitude at some scales
Probably related - if ?I use the select rectangle tool for points crossing 180, I get a selection which lies W of the... Brent Wood
07:23 PM Revision 17090b90 (qgis): debian packaging update: add experimental build
Jürgen Fischer
09:43 AM Revision aeb5ff25 (qgis): [Server 3.0] now needs a qApp
Alessandro Pasotti
08:06 AM Bug report #15550 (Reopened): Processing: activating a new provider causes QGIS to freeze for a f...
Hi Victor
I just tested on QGIS 2.17 Master (today's version) and activating/deactivating a provider still freezes QGIS
Filipe Dias

2016-09-24

04:52 PM Revision 7cf5592e (qgis): debian packaging: also in control (followup 07c3801)
Jürgen Fischer
04:50 PM Revision 07c3801e (qgis): debian packaging: include python3-sip-dev in build dependencies (fixes ...
Jürgen Fischer
07:54 AM Bug report #15609 (Closed): Missing build dependency for Debian stretch in master
Fixed in changeset commit:"07c3801ee30ede9512ab7d399bee2a4bfce6ea34". Jürgen Fischer

2016-09-23

01:27 AM Bug report #14405: WMS layer with EPSG:32717 is not displayed correctly
Can you give detailed instructions for re-producing the issue? Can you for example make it happen with some open WMS ... Jukka Rahkonen
10:29 AM Bug report #14405: WMS layer with EPSG:32717 is not displayed correctly
in EPSG:4326 give same error, i can´t use wms, how i can fix this? Franklin vazconez
08:24 PM Revision 7d00cae4 (qgis): Release of 2.16.3
Jürgen Fischer
08:23 PM Revision ed8807ce (qgis): Release of 2.14.7
Jürgen Fischer
07:42 PM Revision f939e9cf (qgis): Fix database locking when editing GeoPackage
Concurrent read and write can lock a GeoPackage database given
the default journaling mode of SQLite (delete). Use WA...
Even Rouault
06:07 PM Revision 58547c7e (qgis): Fix database locking when editing GeoPackage
Concurrent read and write can lock a GeoPackage database given
the default journaling mode of SQLite (delete). Use WA...
Even Rouault
06:06 PM Revision 7a685f1e (qgis): Merge pull request #3524 from rouault/fix_15351
Fix database locking when editing GeoPackage Even Rouault
05:36 PM Revision 911af05a (qgis): Merge pull request #3460 from mhugo/fix_sip
Fix some /Transfer/ annotations Hugo Mercier
05:24 PM Revision 0497e4a4 (qgis): Fix database locking when editing GeoPackage
Concurrent read and write can lock a GeoPackage database given
the default journaling mode of SQLite (delete). Use WA...
Even Rouault
05:23 PM Revision b6b8759e (qgis): Fix database locking when editing GeoPackage
Concurrent read and write can lock a GeoPackage database given
the default journaling mode of SQLite (delete). Use WA...
Even Rouault
03:35 PM Revision 67c05b51 (qgis): Fix some /Transfer/ annotations
Hugo Mercier
12:16 PM Bug report #15365: ubuntu repository not available
I could connect to the repo using deb http://ubuntu.qgis.org/debian trusty main.
It seems to jump the captcha request...
Alejandro Rivero Borrell
09:07 AM Bug report #15351 (Closed): geopackage edits workflow is broken
Fixed in changeset commit:"b6b8759efbeb833d0d3dbf6df008087701361ad3". Even Rouault
08:14 AM Bug report #15407: Saving Shapefile edits corrupts file
This is a problem we are seeing as well, and with shapefiles which have been created in QGIS as well as those older o... Amy Taylor
07:36 AM Revision eefeef57 (qgis): fix a couple of python warnings (#3526)
Mathieu Pellerin - nIRV
06:45 AM Revision 99000369 (qgis): Make counting and testing filters in rule based renderers faster
Hand filters off to the provider where possible and avoid fetching
unnecessary attributes/geometry
Nyall Dawson
06:30 AM Revision e1386d41 (qgis): Merge pull request #3518 from pvalsecc/qt5_json
Use the Qt5 JSON classes Nyall Dawson
06:27 AM Revision a21946ab (qgis): Fix curved labels sometimes shown upside down
And improve handling of perimeter based labels Frits van Veen
06:10 AM Feature request #15613 (Closed): Button for refreshing random colour generation in symbology
It would be nice to have a button to refresh the palette of colours supplied by 'random colours' when styling rasters... James Duffy
05:58 AM Revision f67a48a3 (qgis): Set initial effect selection in layer effects widget to
first enabled effect
Hopefully makes the widget a bit more user friendly - otherwise
the initial settings shown may ...
Nyall Dawson
05:58 AM Revision 10ee1c3c (qgis): Update test masks
Nyall Dawson
05:58 AM Revision 4dbea7f5 (qgis): Change default label buffer join style to round
Looks much nicer and is more appropriate for buffers Nyall Dawson
05:27 AM Bug report #15612 (Closed): QGis crashes when loading previous versions files
Each time I try to load a .qgs file saved with a previous version of QGis (e.g. 2.14.0) the software crashes.
Mauro Dallapina
05:10 AM Feature request #15611 (Closed): Add line_substring linear referencing function to expression engine
It's cool that we now have line_interpolate_point() function in expression engine. It would be really nice to have a ... Nikolay Lebedev
03:14 AM Bug report #15538: Merge vector
@Alexander, I wonder if the problem of double Vector menus is not related to https://github.com/qgis/QGIS/blob/master... Harrissou Santanna
02:13 AM Bug report #15499: Qgis Desktop 2.14.5 and 2.16 Projects with Multiple Composers Loading Very Slowly
Hallo,
've just read through this ticket. I have also the problem with the long load time in QGIS 2.14.6 LTR, if I lo...
Tobias Hurtienne

2016-09-22

01:35 AM Bug report #15610 (Closed): Unique column in views with multiple tables (MS SQL Server) not recog...
I have a spatial view in MS SQL Server 2008R2, with a int field that is unique (IsIdentity is Yes).
When I define th...
Filip Mahieu
01:00 AM Revision dfeb663c (qgis): Fix crash when cancelling render
Partial backport of 23909a Nyall Dawson
 

Also available in: Atom