Activity

From 2018-05-07 to 2018-06-05

2018-06-05

10:27 PM Revision 4e38d069 (qgis): Documentation
Nyall Dawson
10:27 PM Revision 40a2062e (qgis): [python] Don't install error hook by default
This error hook should only ever be used from QGIS app, never
from standalone scripts and applications, so we should ...
Nyall Dawson
10:27 PM Revision cbbe905f (qgis): [processing] Fix missing schemas in postgis destination selection panel
Nyall Dawson
10:24 PM Revision fab563fe (qgis): Processing: avoid deprecated regex
Invalid escape sequence avoided via raw string:
`re.findall("\d+|[a-zA-Z]+", rep[0][0])` > `re.findall(r"\d+|[a-zA-Z...
Tom Chadwin
10:24 PM Revision 6a8a622e (qgis): Processing: Avoid deprecated regex
Escape sequence avoided in DefinProjection by using raw string:
`re.compile('\|.*')` > `re.compile(r'\|.*')`
Tom Chadwin
10:24 PM Revision 97800685 (qgis): Avoid deprecated regex
Avoid invalid escape sequence via raw string:
`re.compile('^[^\s\(]+')` > `re.compile(r'^[^\s\(]+')`
Tom Chadwin
09:46 PM Bug report #19119 (Closed): Crash when trying to merge features
h2. User Feedback
The merge selected features function in the advanced digitizing toolbar doesn't work.
It only h...
Antoine Lafranchis
07:30 PM Feature request #11787: Map Composer: More export options
Good news.
Geotifs exported from Qgis 3.0 are in RGB without alpha channel with LZW compression. Finished the risk...
Marc-André Saia
06:59 PM Bug report #19100: WFS request with combined filter (BBOX + PropertyIsEqual) not working
A PR has been merged in 3.2 and probably fixed it.
https://github.com/qgis/QGIS/pull/7007
Can you test it ?
René-Luc ReLuc
06:55 PM Bug report #13459: QGIS Server WMS GetPrint request don't respect SELECTION parameter
PR provided [Server] Reactivate the capability to print selection with Server 2.18 https://github.com/qgis/QGIS/pull/... René-Luc ReLuc
06:55 PM Bug report #13459: QGIS Server WMS GetPrint request don't respect SELECTION parameter
PR provided [Server] Reactivate the capability to print selection with Server 2.18 https://github.com/qgis/QGIS/pull/... René-Luc ReLuc
06:55 PM Bug report #13459: QGIS Server WMS GetPrint request don't respect SELECTION parameter
PR provided [Server] Reactivate the capability to print selection with Server 2.18 https://github.com/qgis/QGIS/pull/... René-Luc ReLuc
06:55 PM Bug report #13459: QGIS Server WMS GetPrint request don't respect SELECTION parameter
PR provided [Server] Reactivate the capability to print selection with Server 2.18 https://github.com/qgis/QGIS/pull/... René-Luc ReLuc
06:48 PM Bug report #18679: Cannot insert decimal separator to field
Please have a look to https://issues.qgis.org/issues/18963#note-8 and test the attached snapshot on windows. Alessandro Pasotti
06:46 PM Bug report #18963: Can not write a decimal in a real field of a layer spatialite
Windows users (in particular those with non-english locales): please test the snapshot and give me some feedback:
...
Alessandro Pasotti
09:54 AM Bug report #18963 (In Progress): Can not write a decimal in a real field of a layer spatialite
Alessandro Pasotti
06:39 PM Bug report #18656: Print Layout: unable to manually modify the X and Y coordinates in the map Ite...
I'm able to reproduce it on windows with italian locale, I'll have a look. Alessandro Pasotti
05:22 PM Revision 0e723844 (qgis): Merge pull request #7078 from arnaud-morvan/server_proper_literal_conve...
[server] Proper convertion of literals in Filters Paul Blottiere
05:03 PM Revision 370bac99 (qgis): Merge pull request #7152 from rouault/fix_memleaks_qgsstyle
Fix various memleaks in QgsStyle Even Rouault
03:04 PM Revision 88a49e7e (qgis): Fix zonal stats doesn't work with raster/vector in different CRS
Fixes #19027 Nyall Dawson
03:04 PM Bug report #12209: Problem Snapping to segments in PostGIS
Does this also apply to QGIS 3?
If yes, can you post a dataset and a video of this bug?
Loïc BARTOLETTI
03:04 PM Bug report #19027 (Closed): Zonal statistics not working when raster and vector in different CRS
Applied in changeset commit:qgis|88a49e7e331e0f728ffed8c63d99eb0f59fb2272. Nyall Dawson
03:04 PM Bug report #19027 (Closed): Zonal statistics not working when raster and vector in different CRS
Applied in changeset commit:qgis|88a49e7e331e0f728ffed8c63d99eb0f59fb2272. Nyall Dawson
02:54 PM Feature request #15120: select all or none for snapping options window
same as https://issues.qgis.org/issues/14246 Loïc BARTOLETTI
02:53 PM Bug report #14828: Rename 'Snapping mode' to 'Layer mode' (?) in 'Snapping options' dialog
Should it be closed since harissou's patch is merged? Loïc BARTOLETTI
02:52 PM Bug report #16838 (Closed): snapping allows to snap non displayed legend classes
Regis Haubourg
02:44 PM Bug report #16838: snapping allows to snap non displayed legend classes
Done in master https://github.com/qgis/QGIS/pull/6750 Loïc BARTOLETTI
02:45 PM Bug report #16004: QGIS snaps to vertices and segments of deleted features
Is it related to postgresql view, maybe corrupted data or something like this?
Can you retry with QGIS 3?
Loïc BARTOLETTI
02:26 PM Revision b07c3347 (qgis): [server] Proper convertion of literals in Filters
Convert OGC Filter's literals accordings to field type.
This can have a huge impact on performance in some cases.
For...
Arnaud Morvan
02:26 PM Revision e94b1acd (qgis): [OGR provider] Complementary fix for #18596, related to adding a new fi...
Even Rouault
02:24 PM Bug report #19118: Crash when clicking browse button in attachment edit widget
Confirmed by Harrissou: http://irclogs.geoapt.com/qgis/%23qgis.2018-06-05.log Tom Chadwin
02:22 PM Bug report #19118 (Open): Crash when clicking browse button in attachment edit widget
Steps to recreate:
1. Open a vector layer with at least one text field
2. Change a text field's edit widget to At...
Tom Chadwin
01:25 PM Revision 8ef0d1f7 (qgis): [pyqgis] add missing install of __init__.py for modules
Denis Rouzaud
12:58 PM Revision 358d15c0 (qgis): [pyqgis] add missing install of __init__.py for modules
Denis Rouzaud
12:51 PM Revision e3f02eac (qgis): Merge pull request #7012 from elpaso/python-provider
Python provider QEP 122 Alessandro Pasotti
12:47 PM Revision b2fce736 (qgis): Merge pull request #7180 from luipir/processing_optional_value_default_...
[processing] Correct management of optional rasters in batch mode. Fixes #19115 Luigi Pirelli
12:46 PM Bug report #19115 (Closed): [processing] Optional band rise exception in Batch mode (QgsProcessin...
Applied in changeset commit:qgis|fa7879ade16515784be51ab6d2170604eb5ea5f5. Luigi Pirelli
12:46 PM Bug report #19115 (Closed): [processing] Optional band rise exception in Batch mode (QgsProcessin...
Applied in changeset commit:qgis|fa7879ade16515784be51ab6d2170604eb5ea5f5. Luigi Pirelli
11:35 AM Bug report #19115: [processing] Optional band rise exception in Batch mode (QgsProcessingParamete...
parameters if NOT run as batch are
Processing algorithm…
Algorithm 'Raster calculator' starting…
Input parameter...
Luigi Pirelli
11:32 AM Bug report #19115: [processing] Optional band rise exception in Batch mode (QgsProcessingParamete...
this is the run log
Processing algorithm 1/1…
Algorithm Raster calculator starting…
Input parameters:
{'BAND_A': ...
Luigi Pirelli
11:28 AM Bug report #19115: [processing] Optional band rise exception in Batch mode (QgsProcessingParamete...
Ho to reproduce
1) get a generic raster in qgis
2) open processing alg: e.g. gdal raster calculator
3) open "run...
Luigi Pirelli
10:04 AM Bug report #19115: [processing] Optional band rise exception in Batch mode (QgsProcessingParamete...
Hi Nyall I assign to you, just because I suppose you can fix in a minute. It's not clear to me if giving a default re... Luigi Pirelli
10:02 AM Bug report #19115 (Closed): [processing] Optional band rise exception in Batch mode (QgsProcessin...
As far I can see, most of commands that use optional QgsProcessingParameterBand fail running alg in batch mode due to... Luigi Pirelli
12:33 PM Bug report #19117 (Closed): New annotaions show in map views with Show Annotations disabled
If the map canvas has some annotations. You can disable those anotations for other map view by disabling the Show ann... Alexandre Neto
12:06 PM Revision c61e4821 (qgis): [ui] do not hide floating panel toolbars for map-only view
Mathieu Pellerin - nIRV
11:53 AM Revision fa7879ad (qgis): [processing] Correct management of optional rasters in batch mode. Fixe...
Luigi Pirelli
11:48 AM Revision 73cfe047 (qgis): Add missing import QgsCsException
Alessandro Pasotti
10:40 AM Bug report #19116 (Closed): Crash while deleting the unique WCS layer
On MacOS X.13.5 reproduced on 3 machines:
0- Have a WCS source registred
1- Open QGIS 3.0.3
2- Drag a WCS Layer ...
Ronan L
09:14 AM Bug report #19046 (In Progress): LTR-QGIS crashes after edit a Modell
Pull request pending in https://github.com/qgis/QGIS/pull/7116/ Matthias Kuhn
09:14 AM Bug report #19046 (In Progress): LTR-QGIS crashes after edit a Modell
Pull request pending in https://github.com/qgis/QGIS/pull/7116/ Matthias Kuhn
09:05 AM Bug report #17036 (Feedback): python error when using the "create grid" tool and outputting to po...
Can't reproduce on master. Is this still an issue? Nyall Dawson
08:56 AM Bug report #19084 (Feedback): Shapefile _packed issue
Can you provide the steps or explain the situation that led to the _packed file? Matthias Kuhn
08:44 AM Revision b97e8351 (qgis): Re-enable the test on travis with a fix
Alessandro Pasotti
08:15 AM Revision 8c689b2d (qgis): [processing] Fix create constant raster layer modifies pixel size
Fixes #18446 Nyall Dawson
08:15 AM Bug report #18446 (Closed): Can't set an exact pixel size when creating constant raster layer
Applied in changeset commit:qgis|8c689b2d3625d92341f9fb0c8e4e30af842ad23a. Nyall Dawson
08:15 AM Bug report #18446 (Closed): Can't set an exact pixel size when creating constant raster layer
Applied in changeset commit:qgis|8c689b2d3625d92341f9fb0c8e4e30af842ad23a. Nyall Dawson
07:48 AM Revision d9336c24 (qgis): Merge pull request #7176 from nyalldawson/cmp0040
Don't use old policy for CMP0040 Matthias Kuhn
07:27 AM Bug report #19107: Qgis internal pyramiding makes GeoTIff corrupted
I find problem:
** add tif file
** reference them again
** run pyramid builder
Wooalya! File is corrupted
Andrew Shanin
06:08 AM Revision bd0ec6e4 (qgis): Don't use old policy for CMP0040
Seems no longer required in any case Nyall Dawson
04:50 AM Revision b69389b6 (qgis): Run clang-tidy modernization checks
Nyall Dawson
04:17 AM Feature request #19114 (Open): Add a parameter specifying if a CRS or Ellipsoid is Earth related ...
It is great to have celestial bodies CRS and ellipsoids definitions in the database, but it could be helpful to easil... Yannick Portier
04:16 AM Feature request #7208 (Closed): replace the "merge shapefiles" code with new more efficient one (...
Processing doesn't work on shapefiles alone, so the code provided cannot be used as a replacement. In any case I susp... Nyall Dawson
04:16 AM Feature request #7208 (Closed): replace the "merge shapefiles" code with new more efficient one (...
Processing doesn't work on shapefiles alone, so the code provided cannot be used as a replacement. In any case I susp... Nyall Dawson
04:16 AM Feature request #7208 (Closed): replace the "merge shapefiles" code with new more efficient one (...
Processing doesn't work on shapefiles alone, so the code provided cannot be used as a replacement. In any case I susp... Nyall Dawson
04:16 AM Feature request #19113 (Open): Add an epsg or authid method to QgsEllipsoidUtils::EllipsoidDefini...
It would be helpful to get the EPSG code for an ellipsoid as acronyms and descriptions vary.
For instance, "evrst30"...
Yannick Portier
04:13 AM Bug report #16524 (Closed): Processing/geoprocessing operations failing in 2.18 with memory layers
Fixed in 3.0 Nyall Dawson
04:13 AM Bug report #16524 (Closed): Processing/geoprocessing operations failing in 2.18 with memory layers
Fixed in 3.0 Nyall Dawson
04:10 AM Bug report #18522 (Closed): Qgis works unstably on windows 10 home
Not enough information here to diagnose - specific conditions to reproduce issues are required Nyall Dawson
04:08 AM Feature request #19112 (Open): Add an ellipsoid method to QgsCoordinateReferenceSystem
It would be helpful to be able to retrieve the ellipsoid definition from the CRS.
Ideally, this would return the ell...
Yannick Portier
04:08 AM Bug report #18642 (Closed): Geometry tools Check validity unable to distinguish between differen...
Fixed in 3.0 Nyall Dawson
04:08 AM Bug report #18642 (Closed): Geometry tools Check validity unable to distinguish between differen...
Fixed in 3.0 Nyall Dawson
04:07 AM Bug report #14504 (Closed): The QGIS intersection tool yields incomplete results
Issue is fixed in master, please open a new ticket if new issues are encountered Nyall Dawson
04:07 AM Bug report #14504 (Closed): The QGIS intersection tool yields incomplete results
Issue is fixed in master, please open a new ticket if new issues are encountered Nyall Dawson
04:06 AM Feature request #4384 (Closed): ftools: expose an (geos) option in the qgis gui to do some snappi...
Nyall Dawson
04:06 AM Bug report #19033 (Closed): Error report join attributes by location
Fixed in 3.2 Nyall Dawson
04:06 AM Bug report #19033 (Closed): Error report join attributes by location
Fixed in 3.2 Nyall Dawson
02:19 AM Revision 2ed144ac (qgis): Apply clang-tidy readability-avoid-const-params-in-decls fixit
Checks whether a function declaration has parameters that are
top level const.
const values in declarations do not a...
Nyall Dawson
02:19 AM Revision 8f550936 (qgis): Add some missing dox
Nyall Dawson
02:18 AM Bug report #19023 (Closed): Crash on Check Geometry
Duplicate of #14752 Nyall Dawson
02:18 AM Bug report #19023 (Closed): Crash on Check Geometry
Duplicate of #14752 Nyall Dawson
02:06 AM Bug report #19111 (Closed): Processing step is ignored in QGIS3 standalone, non-GUI python script
You're missing an "import processing" call here. Nyall Dawson
02:06 AM Bug report #19111 (Closed): Processing step is ignored in QGIS3 standalone, non-GUI python script
You're missing an "import processing" call here. Nyall Dawson
02:05 AM Revision e91aed66 (qgis): [processing] Force model outputs to respect constraints set by
their underlying algorithm's provider
E.g. for model outputs generated by a saga algorithm, only
sdat and shp files ...
Nyall Dawson
02:05 AM Bug report #18908 (Closed): SAGA algorithms not usable in Processing Modeler
Applied in changeset commit:qgis|e91aed6617416428bc790cbcafa48c2ccc357fbf. Nyall Dawson
02:05 AM Bug report #18908 (Closed): SAGA algorithms not usable in Processing Modeler
Applied in changeset commit:qgis|e91aed6617416428bc790cbcafa48c2ccc357fbf. Nyall Dawson

2018-06-04

01:40 AM Bug report #19091 (Reopened): v.vect.stats creates cat & cat_ then fails
Module dev Markus suggests the problem could be solved if QGIS uses "v.out.ogr -s" to skip export of GRASS category I... Simon Dedman
07:41 PM Bug report #19091: v.vect.stats creates cat & cat_ then fails
Created here for reference: https://trac.osgeo.org/grass/ticket/3572#ticket Simon Dedman
12:41 AM Revision 70cb1205 (qgis): Remove unnecessary space at the bottom of Source tab
and do some ui cleanup Harrissou Santanna
12:41 AM Revision b8565386 (qgis): Remove unnecessary space at the bottom of widgets
Harrissou Santanna
09:34 PM Revision 6160e066 (qgis): Merge pull request #7167 from rouault/gpkg_perf_improvements
[OGR provider] Performance improvements on huge GeoPackage database (fixes #18402) Even Rouault
09:34 PM Bug report #18402 (Closed): QGIS 3 crashed - Trying to add data from a large (81Gb) GeoPackage on...
Applied in changeset commit:qgis|4f531359aee9e861af92394072917add8cb80ef5. Even Rouault
09:34 PM Bug report #18402 (Closed): QGIS 3 crashed - Trying to add data from a large (81Gb) GeoPackage on...
Applied in changeset commit:qgis|4f531359aee9e861af92394072917add8cb80ef5. Even Rouault
09:25 PM Revision 8307264c (qgis): [processing][SAGA] Avoid unicode errors when parsing description files
Fixes #19062 Nyall Dawson
09:24 PM Bug report #19062 (Closed): QGIS 3.0.3 startup shows CRITICAL SAGA error message in Log Messages ...
Applied in changeset commit:qgis|8307264c3b610b5fd3a4cf331dcbeda5b8ae4d2c. Nyall Dawson
09:24 PM Bug report #19062 (Closed): QGIS 3.0.3 startup shows CRITICAL SAGA error message in Log Messages ...
Applied in changeset commit:qgis|8307264c3b610b5fd3a4cf331dcbeda5b8ae4d2c. Nyall Dawson
08:16 PM Feature request #18935: Improve implementation of QGIS WFS paging and max number of features options
Implemented in https://github.com/qgis/QGIS/pull/7170 Even Rouault
08:16 PM Revision e998fcf0 (qgis): [WFS provider] [FEATURE] Allow user to enable/disable paging and specif...
The 'maximum number of features' settings is now always the maximum number of
features requested, even in WFS 2.0 wit...
Even Rouault
07:45 PM Bug report #19111 (Closed): Processing step is ignored in QGIS3 standalone, non-GUI python script
The standalone python script ignores the processing.run() line below. The output prints "Finished importing", "Starti... Anantha Prasad
07:08 PM Bug report #19098: QGIS3 Labelling : Copy & Paste Style misses out label rotation setting and is ...
It seems that it reproduce when you select on some 'group layers' also.
If only vector layers selected, it works jus...
sand thorn
07:01 PM Bug report #18963: Can not write a decimal in a real field of a layer spatialite
Confirmed, apparently windows only. Alessandro Pasotti
06:52 PM Bug report #19110 (Closed): [Data-defined] The current definition of a DD widget is not shown whe...
Select a data-defined widget and apply an expression to it or choose a field
Then hover over the widget: in the show...
Harrissou Santanna
06:47 PM Bug report #19109 (Closed): [Diagrams] Show diagram data-defined option seems broken
In the layer properties dialog, Diagrams --> Rendering tab, if I apply to the "Show diagram" data-defined widget the ... Harrissou Santanna
06:44 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Master currently doesn't crash but - considering the history of this bug - I'll only believe that it's gone when the ... Anita Graser
06:34 PM Feature request #19108 (Open): [Diagrams] data defined start angle should also allow text
In Layer Properties dialog, Diagrams --> Rendering tab, the "start angle" drop-down list shows values like 'Top', 'B... Harrissou Santanna
06:20 PM Revision a8ce4945 (qgis): NULL -> nullptr in sip code
Alessandro Pasotti
05:54 PM Bug report #19039 (Closed): Crash when editing map grid in composer
Thanks for reporting this issue, if you have any new evidence, please re-open or file a new one and link to this issue. Alessandro Pasotti
05:54 PM Bug report #19039 (Closed): Crash when editing map grid in composer
Thanks for reporting this issue, if you have any new evidence, please re-open or file a new one and link to this issue. Alessandro Pasotti
05:51 PM Bug report #19039: Crash when editing map grid in composer
The crash is not reproductible for me neither. It only happened once. Antoine Lafranchis
03:49 PM Bug report #19039 (Feedback): Crash when editing map grid in composer
I'm not able to reproduce this issue, can you please attach a minimal project and step-by-step procedure to reproduce... Alessandro Pasotti
03:49 PM Bug report #19039 (Feedback): Crash when editing map grid in composer
I'm not able to reproduce this issue, can you please attach a minimal project and step-by-step procedure to reproduce... Alessandro Pasotti
05:32 PM Bug report #18981 (Feedback): Save QLR crashes QGIS 3
I'm not able to reproduce this issue, can you please attach a minimal project and step-by-step procedure to reproduce... Alessandro Pasotti
05:32 PM Bug report #18981 (Feedback): Save QLR crashes QGIS 3
I'm not able to reproduce this issue, can you please attach a minimal project and step-by-step procedure to reproduce... Alessandro Pasotti
04:49 PM Revision ba796447 (qgis): Merge pull request #7169 from m-kuhn/attrTableCrash19054
Fix crash when removing layer with attribute table open Matthias Kuhn
04:48 PM Bug report #19054 (Closed): Crash when attribute table open and layer removed
Applied in changeset commit:qgis|fcb6a74d2370b8b56c2e7637c062e61050829d09. Anonymous
04:48 PM Bug report #19054 (Closed): Crash when attribute table open and layer removed
Applied in changeset commit:qgis|fcb6a74d2370b8b56c2e7637c062e61050829d09. Anonymous
03:58 PM Bug report #19054 (In Progress): Crash when attribute table open and layer removed
Matthias Kuhn
03:57 PM Bug report #19054: Crash when attribute table open and layer removed
https://github.com/qgis/QGIS/pull/7169 Matthias Kuhn
03:42 PM Bug report #19054: Crash when attribute table open and layer removed
See https://github.com/qgis/QGIS/pull/7015 Alessandro Pasotti
03:31 PM Bug report #19054: Crash when attribute table open and layer removed
Probably broken since commit 53324bf13c93d15d5e8d708a3bd0d8e3ab21c6f0 Alessandro Pasotti
03:27 PM Bug report #19054: Crash when attribute table open and layer removed
It actually also crashes when the attr table is not docked (but it's a dialog) Alessandro Pasotti
04:24 PM Revision d7a6c229 (qgis): Revert "Re-enable test that was failing on Travis"
This reverts commit c4d62ef05ff268d903b0a821b43573b161b3964c. Alessandro Pasotti
04:24 PM Revision 4d0de09e (qgis): Removed debug message leftover
Alessandro Pasotti
04:16 PM Bug report #19008 (Feedback): loading raster to Geopackage
I successfully loaded a 40000x40000 geotiff floating point raster into a gpkg.
I'm not able to reproduce this issu...
Alessandro Pasotti
03:57 PM Revision fcb6a74d (qgis): Fix crash when removing layer with attribute table open
Fix #19054 Matthias Kuhn
03:57 PM Bug report #19007 (Feedback): Cannot use Split Features in 2.18.19, QGIS freezes
Hard to say without actual data to test with: would you please attach a minimal QGIS project and data and step-by-ste... Alessandro Pasotti
03:57 PM Bug report #19007 (Feedback): Cannot use Split Features in 2.18.19, QGIS freezes
Hard to say without actual data to test with: would you please attach a minimal QGIS project and data and step-by-ste... Alessandro Pasotti
03:55 PM Bug report #19023 (Feedback): Crash on Check Geometry
Looks more like a GEOS issue to me.
Would you please attach a minimal QGIS project and data and step-by-step instru...
Alessandro Pasotti
03:55 PM Bug report #19023 (Feedback): Crash on Check Geometry
Looks more like a GEOS issue to me.
Would you please attach a minimal QGIS project and data and step-by-step instru...
Alessandro Pasotti
03:53 PM Bug report #19005 (Feedback): QGIS crashes on user form with join
Would you please attach a minimal QGIS project and data to reproduce this issue? Alessandro Pasotti
03:53 PM Bug report #19005 (Feedback): QGIS crashes on user form with join
Would you please attach a minimal QGIS project and data to reproduce this issue? Alessandro Pasotti
03:51 PM Bug report #19038: Objects queried by QuickOSM are not automatically saved in project file and lo...
Lowering priority for now, I think it should be closed in favor of opening an issue against the plugin. Alessandro Pasotti
03:35 PM Bug report #19107 (Open): Qgis internal pyramiding makes GeoTIff corrupted
Gauss mode for internal pyramid creation mode corrupt file.
I check it out:
WIth Moda mode it's ok...
Hm. With...
Andrew Shanin
03:05 PM Revision 2502a337 (qgis): [OGR provider] Custom GPKG implementation of GetExtent() only needed fo...
Even Rouault
02:57 PM Revision 0e4b5957 (qgis): Merge pull request #7168 from m-kuhn/noTrDebugMessages
Do not translate debug messages Matthias Kuhn
02:45 PM Bug report #19063: Unable to retrieve variables from another layout item
Added new files as there was an error in what i previously sent Harrissou Santanna
02:45 PM Bug report #19063: Unable to retrieve variables from another layout item
Added new files as there was an error in what i previously sent Harrissou Santanna
02:39 PM Bug report #19063: Unable to retrieve variables from another layout item
Nyall Dawson wrote:
> Note that no items have an id by default - you always need to manually set ids.
Then what...
Harrissou Santanna
02:39 PM Bug report #19063: Unable to retrieve variables from another layout item
Nyall Dawson wrote:
> Note that no items have an id by default - you always need to manually set ids.
Then what...
Harrissou Santanna
02:39 PM Bug report #19063: Unable to retrieve variables from another layout item
Nyall Dawson wrote:
> Note that no items have an id by default - you always need to manually set ids.
Then what...
Harrissou Santanna
02:30 PM Feature request #19106: snapping on hover when we want to rotate features depending a specific an...
this evolution can take part in a multiples action in QGIS, ... we can imagine if a computer key would be affiliated ... Léo Chevrier
02:22 PM Feature request #19106 (Reopened): snapping on hover when we want to rotate features depending a ...
Hello,
One of usefull evolution for the rotate feature's function in qgis would be to snapp on hover on the anchor p...
Léo Chevrier
02:27 PM Revision c4d62ef0 (qgis): Re-enable test that was failing on Travis
Alessandro Pasotti
02:26 PM Revision 6ece1aa5 (qgis): registerProvider now returns a bool
Alessandro Pasotti
02:24 PM Revision 474809ec (qgis): Do not translate debug messages
Matthias Kuhn
02:23 PM Revision 4f531359 (qgis): [OGR provider] Performance improvements on huge GeoPackage database (fi...
- Introduce an approximate feature count for GeoPackage in case there are
at least 100,000 rows in a table.
- Add a...
Even Rouault
02:13 PM Revision 0304ec49 (qgis): qgsstyle.cpp: change protected to private
Even Rouault
02:11 PM Revision 4af0e441 (qgis): Merge pull request #7153 from rouault/remove_VSIReadDirRecursive1
Remove VSIReadDirRecursive1() Even Rouault
01:47 PM Bug report #19105 (Closed): QGIS crashed when reverting the project
h2. User Feedback
I made changes to a projet and click on Project--> Revert in order to get initial state and, aft...
Harrissou Santanna
01:47 PM Feature request #18411: Allow to add comment to an existing field
Exactly the situation I remember: there is an editable field but its content is discarded right away and nowhere save... Matthias Kuhn
01:24 PM Feature request #18411: Allow to add comment to an existing field
Yes, I'll do it once I get a working 2.18. Since this week-end osgeo4w updates throw errors on both my home and worki... Harrissou Santanna
10:25 AM Feature request #18411: Allow to add comment to an existing field
Can you provide me with a 2.18 project with the comment set? Matthias Kuhn
01:31 PM Revision 783b6b81 (qgis): [geometry] optimize point distance to point
Mathieu Pellerin - nIRV
01:30 PM Revision 84806b91 (qgis): [processing] Fix cannot use feature source as input for model crs or ex...
Nyall Dawson
01:30 PM Revision 3b2f690d (qgis): [processing] Also add table output for raster unique values report algo...
Allows values to be used within models Nyall Dawson
11:51 AM Revision 0430a8d5 (qgis): Better comment to explain why the ref needs to be incremented
Alessandro Pasotti
11:47 AM Bug report #13836: MySQL Vector geometries are only visible in edit mode
Using QGis 3.0.3 now with a connection to a local MySQL Database Server (5.7.22), points are still invisible. Double ... Jeffrey Bostoen
11:15 AM Bug report #18996: QGIS crash when SVG for styling is not available
Thanks @Even...works well now. Saber Razmjooei
11:14 AM Bug report #19104 (Closed): OPen GDB Directory (ArcGis)
h2. User Feedback
h2. Report Details
*Crash ID*: 493e6bb97bef87bb8d1658ed4de5f89070b6c665
*Stack Trace...
Andrew Shanin
10:50 AM Revision e5e966bb (qgis): Fix some shellcheck warnings in astyle scripts
Nyall Dawson
10:37 AM Revision b65ee545 (qgis): Fix incorrectly capitalized accented menu entries
Fixes #19102 Nyall Dawson
10:37 AM Bug report #19102 (Closed): Accented words in sub menus and window titles show incorrect capitali...
Applied in changeset commit:qgis|b65ee54527e1320e0a2e9c9316f6a4ce541cb32b. Nyall Dawson
10:37 AM Bug report #19102 (Closed): Accented words in sub menus and window titles show incorrect capitali...
Applied in changeset commit:qgis|b65ee54527e1320e0a2e9c9316f6a4ce541cb32b. Nyall Dawson
10:08 AM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...
Confirmed with a Geopackage spatial view. Note it also affect manual label positioning with xy position stored in aux... Dominique Lyszczarz
09:56 AM Revision 61262a2f (qgis): Merge pull request #7163 from elpaso/bugfix-19050-backport
Do not set min/max precision for int fields Alessandro Pasotti
09:49 AM Bug report #18342: Loading FileGDB's are really really slow
Even Rouault wrote:
> Applied in changeset commit:qgis|55aa7a86be56ce098a6c0596d4e4bb191c3a52f5.
Hi Even, Thanks ...
Casper Børgesen
09:25 AM Revision 36712b9e (qgis): Merge pull request #7118 from m-kuhn/stringCompOperators
Cast left node to text on string comparison Matthias Kuhn
09:02 AM Revision 715edb12 (qgis): Change docstring order
Matthias Kuhn
08:59 AM Revision 280e10e6 (qgis): Isolate test failures with subset string modification
Matthias Kuhn
08:59 AM Revision 0b96e3ae (qgis): Workaround to fix WFS provider empty() method
Matthias Kuhn
08:59 AM Revision 5d3a4cdf (qgis): Reset subset string after testing
Wfs test fails otherwise. Matthias Kuhn
08:59 AM Revision eff4bf95 (qgis): Adjust target version
Matthias Kuhn
08:59 AM Revision 6dd26bbf (qgis): Add an empty test on truncated layers
Matthias Kuhn
08:59 AM Revision 48a796dc (qgis): Fix QgsVectorLayer::hasFeatures() crash when editable
Matthias Kuhn
08:59 AM Revision b5b16dfa (qgis): Adjust docstrings
Matthias Kuhn
08:59 AM Revision 6c72d7e3 (qgis): Make doctest happy
Matthias Kuhn
08:59 AM Revision a0162543 (qgis): Adjust tests
Matthias Kuhn
08:59 AM Revision 2b9ffa16 (qgis): Fix test
Matthias Kuhn
08:59 AM Revision 5b0473aa (qgis): Invert logic
because True is not False Matthias Kuhn
08:59 AM Revision 6a265d4a (qgis): Fix docstring
Matthias Kuhn
08:59 AM Revision 8be4cc60 (qgis): Advanced logic for QgsVectorLayer::hasFeatures()
Matthias Kuhn
08:59 AM Revision 3b35948b (qgis): Use cheap request
Matthias Kuhn
08:59 AM Revision 5fb9d14c (qgis): QgsFeatureSource::hasFeatures() -> Yes, No, Maybe
This method allows to determine if a feature source has content or not
(or maybe).
This method works for "generator"...
Matthias Kuhn
08:59 AM Revision 6049e407 (qgis): Make QgsVectorDataProvider::hasFeatures() final
Matthias Kuhn
08:59 AM Revision cb4de250 (qgis): Improve API docs
Matthias Kuhn
08:59 AM Revision 91b0fbaa (qgis): Fix typo
Matthias Kuhn
08:59 AM Revision 94f3e139 (qgis): Add test for empty() to provider test suite
Matthias Kuhn
08:59 AM Revision b568d6be (qgis): Add optimized version of QgsPostgresProvider::empty()
Matthias Kuhn
08:59 AM Revision 381a7661 (qgis): Add optimized versions of empty() to QgsVectorDataProvider
Matthias Kuhn
08:59 AM Revision e252cc0c (qgis): Add empty() and emptyUnknown() to QgsFeatureSource
Matthias Kuhn
08:43 AM Revision a7bc5365 (qgis): Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as...
Alessandro Pasotti
08:32 AM Revision adf5eb77 (qgis): Add vector icons to some qgs algorithms (fixes #19082) (#7149)
Andrea Giudiceandrea
08:32 AM Bug report #19082 (Closed): [Processing] Missing icons for some algorithms in the toolbox panel
Applied in changeset commit:qgis|adf5eb77cfde532e4f93523374665d8c1b072c00. Andrea Giudiceandrea
08:32 AM Bug report #19082 (Closed): [Processing] Missing icons for some algorithms in the toolbox panel
Applied in changeset commit:qgis|adf5eb77cfde532e4f93523374665d8c1b072c00. Andrea Giudiceandrea
08:03 AM Bug report #19073: QGIS3.0.x GRASS PATH problem: "ERROR: Path '/<UNKNOWN>/<UNKNOWN>' doesn't exist"
Garth Fletcher wrote:
> To further characterize the issue I checked many other GRASS Imagery and Raster tools which ...
Ronan L
07:15 AM Revision b8ff44e6 (qgis): [processing][saga] Fix error in merge vector layers
Fixes #18545 Nyall Dawson
07:15 AM Bug report #18545 (Closed): saga merge vector layers do not works in QGIS3
Applied in changeset commit:qgis|b8ff44e63dec569d8f3967095dad6caa1d82a1f3. Nyall Dawson
07:15 AM Bug report #18545 (Closed): saga merge vector layers do not works in QGIS3
Applied in changeset commit:qgis|b8ff44e63dec569d8f3967095dad6caa1d82a1f3. Nyall Dawson
07:05 AM Revision 1bc1790b (qgis): [processing][SAGA] Resync kriging parameters with saga manual
And remove duplicate kriging algorithms, add tests
Fixes #18191
Nyall Dawson
07:04 AM Bug report #18191 (Closed): QGIS3: "model" parameter for SAGA kriging modules must be optional an...
Applied in changeset commit:qgis|1bc1790b7bcb550819af1d5dec860174239db2eb. Nyall Dawson
07:04 AM Bug report #18191 (Closed): QGIS3: "model" parameter for SAGA kriging modules must be optional an...
Applied in changeset commit:qgis|1bc1790b7bcb550819af1d5dec860174239db2eb. Nyall Dawson
06:53 AM Bug report #17726 (Closed): FitNPointsToShape SAGA algorithm returns empty layer when called from...
This is an upstream SAGA issue - I've tested and the FitNPointsToShape cannot be used correctly from a command line, ... Nyall Dawson
06:53 AM Bug report #17726 (Closed): FitNPointsToShape SAGA algorithm returns empty layer when called from...
This is an upstream SAGA issue - I've tested and the FitNPointsToShape cannot be used correctly from a command line, ... Nyall Dawson
06:01 AM Revision 268aa171 (qgis): [processing][saga] Fix error in raster calculator
Fixes #18751 Nyall Dawson
06:00 AM Bug report #18751 (Closed): SAGA raster calculator additional layer is not treated as optional
Applied in changeset commit:qgis|268aa171cb26a1b6aed30bbaa43b2a526bbdd053. Nyall Dawson
06:00 AM Bug report #18751 (Closed): SAGA raster calculator additional layer is not treated as optional
Applied in changeset commit:qgis|268aa171cb26a1b6aed30bbaa43b2a526bbdd053. Nyall Dawson
05:57 AM Bug report #18710 (Closed): SAGA Kriging defaults wrong and missing options
Fixed in 3.2 Nyall Dawson
05:57 AM Bug report #18710 (Closed): SAGA Kriging defaults wrong and missing options
Fixed in 3.2 Nyall Dawson
05:57 AM Revision a1d46de0 (qgis): [processing] Fix evaluation of vector layer references to compatible fe...
Refs #18545 Nyall Dawson
05:16 AM Revision 43351300 (qgis): [processing][SAGA] Fix missing outputs from some algorithms
Fixes #19103 Nyall Dawson
05:15 AM Bug report #19103 (Closed): SAGA Hypsometry Tool missing output
Applied in changeset commit:qgis|433513005afdcc97227a2f4b093ad010da1396d3. Nyall Dawson
05:15 AM Bug report #19103 (Closed): SAGA Hypsometry Tool missing output
Applied in changeset commit:qgis|433513005afdcc97227a2f4b093ad010da1396d3. Nyall Dawson
04:58 AM Revision 3dde95de (qgis): [processing][SAGA] Fix broken reclassify values algorithm
Fixes #18750 Nyall Dawson
04:58 AM Revision f6ac45a5 (qgis): [processing][saga] Add unit test for reclassify values (simple)
Nyall Dawson
04:58 AM Revision 4b354984 (qgis): [processing] Matrix parameter values are always 1-dimensional
Fix gui wrapper returns 2-dimensional parameters, which don't
match with the expectations of QgsProcessingParameterMa...
Nyall Dawson
04:57 AM Bug report #18750 (Closed): Reclassify grid values in SAGA broken
Applied in changeset commit:qgis|3dde95de5de9a041b17ae85abaaab8fd6c889638. Nyall Dawson
04:57 AM Bug report #18750 (Closed): Reclassify grid values in SAGA broken
Applied in changeset commit:qgis|3dde95de5de9a041b17ae85abaaab8fd6c889638. Nyall Dawson
04:14 AM Bug report #18413 (Closed): Incorrect Python ver. with GDAL Merge tool in QGIS 3
This was fixed upstream in osgeo4w Nyall Dawson
04:14 AM Bug report #18413 (Closed): Incorrect Python ver. with GDAL Merge tool in QGIS 3
This was fixed upstream in osgeo4w Nyall Dawson
04:14 AM Bug report #18539 (Closed): contour dialog box returns invalid path to GDAL command on windows
Fixed in 3.2 Nyall Dawson
04:14 AM Bug report #18539 (Closed): contour dialog box returns invalid path to GDAL command on windows
Fixed in 3.2 Nyall Dawson
04:08 AM Bug report #18312 (Closed): QGIS3: v.net.connect algorithm not available anymore?
It's now "v.net.connectivity" Nyall Dawson
04:08 AM Bug report #18312 (Closed): QGIS3: v.net.connect algorithm not available anymore?
It's now "v.net.connectivity" Nyall Dawson
04:00 AM Revision f85a3d6b (qgis): [processing][SAGA] Fix exposed output formats to include only those sup...
Refs #18908 Nyall Dawson
03:30 AM Revision 43abdf72 (qgis): Don't run tests when install modules
Nyall Dawson
03:30 AM Revision 48b117e0 (qgis): Fail check if licensecheck missing
Nyall Dawson
03:30 AM Revision 3c274036 (qgis): No prompts
Nyall Dawson
03:30 AM Revision 8b44b06e (qgis): Install more dependencies from repos
Nyall Dawson
03:30 AM Revision d16ec3e2 (qgis): Add unit test for license headers
Nyall Dawson
03:30 AM Revision aa55f3ab (qgis): Try to use cpanm to install licensecheck
Nyall Dawson
03:30 AM Revision 23c37311 (qgis): Fix path to licensecheck in test
Nyall Dawson
03:30 AM Revision 1395dc0e (qgis): Add missing license headers
Nyall Dawson
03:30 AM Revision 4e0845b4 (qgis): Include licensecheck.pl script in code_layout test folder
Seems to be the only way to get this functional under Travis.
TODO: remove when Travis is upgraded to a reasonably m...
Nyall Dawson
03:30 AM Revision 4bb572f4 (qgis): Move licensecheck to external folder
Nyall Dawson
03:30 AM Revision d52c698a (qgis): Install licensecheck via cpan
Nyall Dawson
03:11 AM Bug report #18561 (Feedback): Create ShapeFile Layer fails
We need some more information here - how is this error triggered? Nyall Dawson
02:19 AM Bug report #16731 (Closed): Processing/GRASS tools fail if input datasource has spaces in the name
Fixed in 3.2 (or at least, no longer reproducible) Nyall Dawson
02:19 AM Bug report #16731 (Closed): Processing/GRASS tools fail if input datasource has spaces in the name
Fixed in 3.2 (or at least, no longer reproducible) Nyall Dawson
02:01 AM Bug report #18600 (Closed): QGIS3: can't cancel ogr2ogr
Fixed in 3.2 - the cancel button is correctly disabled for OGR/GDAL algorithms (pending a safe cross-platform way to ... Nyall Dawson
02:01 AM Bug report #18600 (Closed): QGIS3: can't cancel ogr2ogr
Fixed in 3.2 - the cancel button is correctly disabled for OGR/GDAL algorithms (pending a safe cross-platform way to ... Nyall Dawson
02:01 AM Bug report #18923 (Closed): GDAL/OGR Convert Format, persistent/unwanted default output format
Fixed in master Nyall Dawson
02:01 AM Bug report #18923 (Closed): GDAL/OGR Convert Format, persistent/unwanted default output format
Fixed in master Nyall Dawson

2018-06-03

01:54 AM Bug report #18614 (Closed): ImportWarning: Not importing directory xxx missing __init__.py
Windows packaging problem - needs filing with osgeo4w Nyall Dawson
01:54 AM Bug report #18614 (Closed): ImportWarning: Not importing directory xxx missing __init__.py
Windows packaging problem - needs filing with osgeo4w Nyall Dawson
01:49 AM Bug report #19103 (Closed): SAGA Hypsometry Tool missing output
The saga hypsometry tool is missing the output parameter.
!https://imgur.com/ZlyFRfl!
Raul Nanclares
01:41 AM Bug report #19102 (Closed): Accented words in sub menus and window titles show incorrect capitali...
Accented words in sub-menus and window titles show incorrect capitalization. I.E. "Extraer V*ÉR*tices", instead of "E... Raul Nanclares
01:26 AM Bug report #17630 (Closed): Annotations not showing in Composer on OSX
Nyall Dawson
11:28 PM Bug report #17630: Annotations not showing in Composer on OSX
Eron Lloyd wrote:
> Is there a specific OS X build that is available to try? It looks like the Dakota Cartography ni...
Eron Lloyd
12:08 AM Revision e719af50 (qgis): Remove VSIReadDirRecursive1()
This function was introduced at a time where some GDAL versions didn't have
VSIReadDirRecursive(). Since we now requi...
Even Rouault
12:07 AM Revision d5afc71a (qgis): Merge branch 'master' into fix_memleaks_qgsstyle
Even Rouault
11:26 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
UPDATE: I believe that there might be a patch (#18628) for this already? Should this issue be updated accordingly? Eron Lloyd
11:24 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
While I, too, love the new vertex tool, it is definitely not what I expected once I started upgrading. Making it an o... Eron Lloyd
10:35 PM Revision bb2e15c9 (qgis): More checks
Nyall Dawson
10:35 PM Revision 4ddf58c0 (qgis): Add feature source test for combination of filterfids AND filterrect
Both these conditions must be honored when set, i.e. features
with matching IDs but which fail the rect check should ...
Nyall Dawson
10:35 PM Revision 0af5fb9d (qgis): [ogr] Fix combination of filterrect and filterfids ignores filterrect c...
Nyall Dawson
10:27 PM Revision 851319f4 (qgis): Merge pull request #7151 from rouault/fix_use_after_free_at_qgis_exit
Fix use-after-free at QGIS exist, linked to QgsCoordinateTransform cache Even Rouault
09:15 PM Revision b21701b5 (qgis): Add QgsStyle::cleanDefaultStyle() and use it in QgsApplication::exitQgis()
Even Rouault
09:07 PM Revision e5b02cd2 (qgis): use dedicated files for auto additions
Denis Rouzaud
09:07 PM Revision 1fb02e8d (qgis): concatenate auto_additions files with python module __init__.py.in
Denis Rouzaud
09:07 PM Revision 7cb18cd5 (qgis): [sipify] allow to define python operator in headers
sipify will take care of injecting them in python/{module}/__init__.py Denis Rouzaud
09:07 PM Revision 164f662d (qgis): fix sipify and run
Denis Rouzaud
09:01 PM Revision 8aeb2f6d (qgis): qgsstyle.cpp: avoid minor memleaks in use of sqlite3_mprintf()
Even Rouault
08:39 PM Bug report #16462 (Closed): QGIS Server lost the ability to cascade WMS layers published using HTTPS
duplicate of #17951 Giovanni Manghi
08:39 PM Bug report #16462 (Closed): QGIS Server lost the ability to cascade WMS layers published using HTTPS
duplicate of #17951 Giovanni Manghi
08:38 PM Bug report #17951 (Closed): QGIS Server lost (most of the times) the ability to cascade WFS layers
https://github.com/qgis/QGIS-Documentation/pull/2665 Giovanni Manghi
08:38 PM Bug report #17951 (Closed): QGIS Server lost (most of the times) the ability to cascade WFS layers
https://github.com/qgis/QGIS-Documentation/pull/2665 Giovanni Manghi
06:12 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
René-Luc ReLuc wrote:
> It's not a workaround, it's the solution.
gave it a try and seems to work as you describe...
Giovanni Manghi
04:57 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
René-Luc ReLuc wrote:
> It's not a workaround, it's the solution.
one additional question: why is this necessary ...
Giovanni Manghi
07:44 PM Bug report #17672: ssl error: certificate validate failed with postgis and qgis 2.18.15
In QGIS 3.0.3 i can add a postgresql-server with username, password and SSL=required without problems.
However, wh...
Max Bohnet
07:36 PM Revision 6b7504d6 (qgis): Fix use-after-free at QGIS exist, linked to QgsCoordinateTransform cache
This fixes the following warning
==23284== Invalid read of size 4
==23284== at 0x14911DE5: pj_ctx_get_errno (pj_c...
Even Rouault
07:01 PM Bug report #19093: Incorrect colour displayed on rasters
The Manjaro issue only occurs on Manjaro. Not able to replicate on any other platform so far (tried Ubuntu and Fedora). Patrick Dunford
05:00 AM Bug report #19093: Incorrect colour displayed on rasters
Using the same project as above, the picture attached is how it renders in 3.03 running on another system (Manjaro Li... Patrick Dunford
05:50 PM Bug report #19045 (Closed): QGIS crach when adding a legend
Styles has been saved again and crash disappear.
User error
Jean Hemmi
04:14 PM Bug report #19024 (Closed): Plugin installation not working
Oh, now I got it. Then it's not any QGIS bug, so please use the plugins' issue trackers instead:
https://github.co...
Borys Jurgiel
04:14 PM Bug report #19024 (Closed): Plugin installation not working
Oh, now I got it. Then it's not any QGIS bug, so please use the plugins' issue trackers instead:
https://github.co...
Borys Jurgiel
03:44 PM Bug report #19101 (Open): Scale bar in Layout always opens at height of 11.9 mm
On my print composer (Layout as it is now called) the scale bar was set at a height of 7.1 mm at the bottom of the pa... Patrick Dunford
12:50 PM Revision 427ac106 (qgis): Plugin loading: only load .so files on Linux
I've recently lost some hair chasing mysterious crashes at QGIS exit
and finally figured out this was due to an old v...
Even Rouault
12:41 PM Revision 7f97a2f3 (qgis): Merge pull request #7146 from rouault/fix_18342
[OGR provider] Improve performance of subLayers(), particularly on FileGDB with the proprietary driver (fixes #18342) Even Rouault
12:41 PM Bug report #18342 (Closed): Loading FileGDB's are really really slow
Applied in changeset commit:qgis|55aa7a86be56ce098a6c0596d4e4bb191c3a52f5. Even Rouault
12:41 PM Bug report #18342 (Closed): Loading FileGDB's are really really slow
Applied in changeset commit:qgis|55aa7a86be56ce098a6c0596d4e4bb191c3a52f5. Even Rouault
11:45 AM Bug report #19082: [Processing] Missing icons for some algorithms in the toolbox panel
Also "Variable Distance Buffer" (in Processing Modeler).
PR submitted https://github.com/qgis/QGIS/pull/7149
Andrea Giudiceandrea
07:50 AM Revision 9115d7f2 (qgis): Add note to use QgsApplication::authManager()
Nyall Dawson
06:29 AM Bug report #19100 (In Progress): WFS request with combined filter (BBOX + PropertyIsEqual) not w...
I'm having problems getting a WFS request using a filter with two conditions (BBOX + PropertyIsEqual) to work with QG... Andreas Steffens

2018-06-02

01:35 AM Revision 55aa7a86 (qgis): [OGR provider] Improve performance of subLayers(), particularly on File...
Even Rouault
01:24 AM Revision 477fb89f (qgis): More tests
Nyall Dawson
01:24 AM Revision 314942d7 (qgis): Also check geometry in tests
Nyall Dawson
01:24 AM Revision d7d2a147 (qgis): [ogr] Only try to add original fid from iterators, not in other cases
Nyall Dawson
01:24 AM Revision ca1262d1 (qgis): Fix failing test
We need to ensure that the FID column is also fetched for the
unfiltered layer which we use when requesting features ...
Nyall Dawson
01:24 AM Revision f3bc283c (qgis): Better tests
Nyall Dawson
01:24 AM Revision 29753390 (qgis): [ogr] Fix very slow feature requests when filter string set
Follow up 217e7006. Avoid the very expensive iteration to
find matching features when a subset string is set by
inste...
Nyall Dawson
01:24 AM Revision bab8b78c (qgis): Use correct member variable prefix
Nyall Dawson
01:24 AM Revision 64300598 (qgis): Remove safety check
Doesn't work correctly - flags valid matches as invalid Nyall Dawson
10:55 PM Revision 79ba0eee (qgis): Merge pull request #7143 from elpaso/bugfix-19050-field-calc-save-real-...
Do not set min/max precision for int fields Alessandro Pasotti
10:54 PM Bug report #19050 (Closed): QGIS saves integer field when I create a new real field through field...
Applied in changeset commit:qgis|033071ae502ebafe80d85cc5c470c6abf501e925. Anonymous
10:54 PM Bug report #19050 (Closed): QGIS saves integer field when I create a new real field through field...
Applied in changeset commit:qgis|033071ae502ebafe80d85cc5c470c6abf501e925. Anonymous
11:40 AM Bug report #19050: QGIS saves integer field when I create a new real field through field calculat...
Alessandro Pasotti wrote:
> I reproduced the issue, it looks like this is due to the "Output field length" value whi...
Stefan Newluck
05:34 PM Bug report #19099 (Open): Data defined Size legend is wrong when using separated symbols
The data-defined size symbols feature has a set of unhandled issues i reported months ago (see "list":/projects/qgis/... Harrissou Santanna
05:32 PM Revision f68f288d (qgis): Merge pull request #7145 from rouault/fix_18596
[OGR provider] When editing a GeoJSON file, close and re-open the file at end of editing session (fixes #18596) Even Rouault
05:31 PM Bug report #18596 (Closed): Data corruption on geojson field deletion
Applied in changeset commit:qgis|754018a477e4dad12b99946ae69bac519eb9e530. Even Rouault
05:31 PM Bug report #18596 (Closed): Data corruption on geojson field deletion
Applied in changeset commit:qgis|754018a477e4dad12b99946ae69bac519eb9e530. Even Rouault
05:31 PM Bug report #18011 (Feedback): JPG images by Gimp progressive mode do not load in QGIS 2.14 and 2.18
I can't reproduce with QGIS 2.18.20 with GDAL 2.2.4 on Windows 7.
In any case this would not be a QGIS issue, but a ...
Even Rouault
05:26 PM Bug report #19098 (Open): QGIS3 Labelling : Copy & Paste Style misses out label rotation setting ...
Steps to reproduce
1. activate label rotation to a field
2. copy style
3. paste style
4. label rotation now becom...
sand thorn
05:19 PM Bug report #19097 (Open): Data defined size legend symbols do not show if you use a field or an e...
If you scale a point symbol size with the data-defined override feature, and you'd later want to display the scales i... Harrissou Santanna
05:03 PM Bug report #18274: Print Composer in 3.0.0 export to TIF forgets to define RowsPerStrip in TIF
I've proposed a patch to QT to set the RowsPerStrip tag: https://bugreports.qt.io/browse/QTBUG-68609 Even Rouault
03:00 PM Bug report #19096 (Closed): Applying a data defined size to a categorized layer hides its categor...
The aim is to obtain the Multivariate example screenshot at https://docs.qgis.org/testing/en/docs/user_manual/working... Harrissou Santanna
03:00 PM Feature request #17251: Polygon map window in print composer
Polygon maps would be quite useful, to draw the grid coordinates in the legend's corner. Making a layout as in the sc... Antoine Lafranchis
12:58 PM Bug report #19095 (Open): Data defined assistant dialogs do not use the right title case for thei...
When you click on the "Assistant..." entry of a data defined override widget, the dialog that opens will be of 'Symbo... Harrissou Santanna
12:26 PM Bug report #18155: ImportError: QtWebEngineWidgets must be imported before a QCoreApplication ins...
Well, I am using Qt 5.9 and I cannot find QtWebKit and I only found that it was deprecated. So I am stuck on this err... simone massaro
12:00 PM Revision 754018a4 (qgis): [OGR provider] When editing a GeoJSON file, close and re-open the file ...
Even Rouault
11:43 AM Bug report #19087 (Closed): QGIS 3.0.3, PostGIS 2.4.4/PostGres 10.3
al piszcz
08:50 AM Bug report #19087: QGIS 3.0.3, PostGIS 2.4.4/PostGres 10.3
PostGIS Log Message
2018-06-01T22:54:17 WARNING Field rast ignored, because of unsupported type raster
I tried a ...
al piszcz
11:43 AM Bug report #19094 (Open): QGIS 3.0.3, WARNING Field rast ignored, because of unsupported type raster
1. Import vector layer and use QGIS Browser to connect and display vector data works fine.
2. Import GeoTIF raster d...
al piszcz
11:27 AM Revision 7e2ca8f6 (qgis): Merge pull request #7144 from rouault/fix_18976
[Postgres provider] Speed up feature insertion when pkid column is not set (fixes #18976) Even Rouault
11:27 AM Bug report #18976 (Closed): DB Manager Import Layer / File Extremely Slow
Applied in changeset commit:qgis|cc25727a1804bbbf1df07b6fdfa315b7ab33f8ef. Even Rouault
11:27 AM Bug report #18976 (Closed): DB Manager Import Layer / File Extremely Slow
Applied in changeset commit:qgis|cc25727a1804bbbf1df07b6fdfa315b7ab33f8ef. Even Rouault
06:50 AM Bug report #19093: Incorrect colour displayed on rasters
Sample project files
https://my.pcloud.com/publink/show?code=XZBUVu7Zlq1q2VVMPNXjxtmW5CS0xyinAi87
Patrick Dunford
06:49 AM Bug report #19093 (Open): Incorrect colour displayed on rasters
The colour displayed on the rasters is yellow instead of orange.
The rasters have been altered from the original w...
Patrick Dunford

2018-06-01

01:49 AM Bug report #19092 (Closed): Measure tool on a Mac uses the top right corner of the cross hair cur...
On a Mac (not sure about windows) the measure tool bases clicks off the top left corner of the cursor rather than he ... Paul Austin
01:16 AM Bug report #18812: QGIS 3.0.1 crashes after attempting to remove a virtual field from a shapefile
Steps to reproduce this issue in version 3.0.3:
# Create new project, without saving it
# Create temporary scratch ...
Antoine Lafranchis
12:50 AM Bug report #18930: Crash when creating virtual field
Yes I tried with the attribute table open and with all the different data types available.
However, QGis did crash w...
Antoine Lafranchis
11:41 PM Bug report #18930: Crash when creating virtual field
Did you try with the attribute table open? From the trace it appears the table was visible. Nyall Dawson
11:20 PM Bug report #18930: Crash when creating virtual field
It works fine now. It's either fixed or non-reproductible. Antoine Lafranchis
04:59 PM Bug report #18930 (Feedback): Crash when creating virtual field
Works for me. Could you share the dataset you used ? Even Rouault
11:40 PM Bug report #19091 (Closed): v.vect.stats creates cat & cat_ then fails
This is an issue which should be fixed in grass itself, not qgis Nyall Dawson
11:40 PM Bug report #19091 (Closed): v.vect.stats creates cat & cat_ then fails
This is an issue which should be fixed in grass itself, not qgis Nyall Dawson
10:18 PM Bug report #19091 (Feedback): v.vect.stats creates cat & cat_ then fails
Grass processing toolbox element v.vect.stats counts point layer data within polygon areas layers & calculates statis... Simon Dedman
11:09 PM Revision a9a8fbdb (qgis): [cleanup] use for range based loop
Even Rouault
10:37 PM Bug report #18976: DB Manager Import Layer / File Extremely Slow
PR https://github.com/qgis/QGIS/pull/7144 submitted Even Rouault
10:33 PM Revision 2ed200a8 (qgis): Merge pull request #7142 from rouault/fix_18996
QgsSvgCache::svgAsPicture(): make sure the returned picture is not shared (fixes #18996) Even Rouault
10:33 PM Bug report #18996 (Closed): QGIS crash when SVG for styling is not available
Applied in changeset commit:qgis|75b7edf1d211cd136fb54d2216cfea6e9fd2e120. Even Rouault
10:33 PM Bug report #18996 (Closed): QGIS crash when SVG for styling is not available
Applied in changeset commit:qgis|75b7edf1d211cd136fb54d2216cfea6e9fd2e120. Even Rouault
04:24 PM Bug report #18996: QGIS crash when SVG for styling is not available
I could reliably reproduce on Ubuntu 16.04 with the same stacktrace. The issue is linked to multi-threading rendering... Even Rouault
10:31 PM Revision cc25727a (qgis): [Postgres provider] Speed up feature insertion when pkid column is not ...
When inserting features whose attribute column corresponding to the pkid
is empty, and tat this pkid column has a def...
Even Rouault
10:00 PM Revision 75b7edf1 (qgis): QgsSvgCache::svgAsPicture(): make sure the returned picture is not shar...
For some reason QPicture.detach() doesn't seem to always work as intended, at
least with QT 5.5 on Ubuntu 16.04
Seria...
Even Rouault
09:51 PM Bug report #19090 (Open): Inability to resize columns in 'handle bad layers' dialogue box
One can resize the handle bad layers box as a whole by dragging the edge, although double clicking the toolbar fills ... Simon Dedman
09:20 PM Feature request #19089 (Open): Identify sliver polygons and assign each to the neighboring polygo...
I know there's a feature in QGIS to eliminate sliver polygons and it can also be implemented in standalone script. It... Fangwu Wei
08:05 PM Feature request #19088 (Open): Toggle Selected Layers
Provide a context menu from the layers panel to toggle selected layers, if checked, uncheck, if unchecked, check.
...
al piszcz
08:01 PM Bug report #19087 (Closed): QGIS 3.0.3, PostGIS 2.4.4/PostGres 10.3
1. Import vector layer and use QGIS Browser to connect and display vector data works fine.
2. Import GeoTIF raster d...
al piszcz
06:13 PM Bug report #19050 (In Progress): QGIS saves integer field when I create a new real field through ...
Requires backport
https://github.com/qgis/QGIS/pull/7143
Alessandro Pasotti
06:13 PM Bug report #19050 (In Progress): QGIS saves integer field when I create a new real field through ...
Requires backport
https://github.com/qgis/QGIS/pull/7143
Alessandro Pasotti
06:13 PM Bug report #19050 (In Progress): QGIS saves integer field when I create a new real field through ...
Requires backport
https://github.com/qgis/QGIS/pull/7143
Alessandro Pasotti
06:13 PM Bug report #19050 (In Progress): QGIS saves integer field when I create a new real field through ...
Requires backport
https://github.com/qgis/QGIS/pull/7143
Alessandro Pasotti
05:20 PM Bug report #19050: QGIS saves integer field when I create a new real field through field calculat...
I reproduced the issue, it looks like this is due to the "Output field length" value which is set to 0 by default whe... Alessandro Pasotti
06:07 PM Revision 033071ae (qgis): Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as...
Alessandro Pasotti
05:43 PM Bug report #19040 (Closed): QGIS 3 can't start or no Python support on Xenial
Lee Hachadoorian wrote:
> Obviously, OS-supplied PyQt5 not working on Xenial is not a QGIS problem. However, the eas...
Jürgen Fischer
05:43 PM Bug report #19040 (Closed): QGIS 3 can't start or no Python support on Xenial
Lee Hachadoorian wrote:
> Obviously, OS-supplied PyQt5 not working on Xenial is not a QGIS problem. However, the eas...
Jürgen Fischer
05:18 PM Bug report #19040: QGIS 3 can't start or no Python support on Xenial
Additional information:
I installed QGIS 3 on Bionic. (I know original problem was reported on Xenial.)
* When ...
Lee Hachadoorian
05:42 PM Revision 9d3f8d44 (qgis): Merge pull request #7140 from rouault/fix_19009
Assorted set of fixes regarding field length for OGR provider Even Rouault
05:42 PM Bug report #19009 (Closed): GeoPackage: Error when adding fields
Applied in changeset commit:qgis|f4bf1ec90709829642b9af858df7500cba3ade31. Even Rouault
05:42 PM Bug report #19009 (Closed): GeoPackage: Error when adding fields
Applied in changeset commit:qgis|f4bf1ec90709829642b9af858df7500cba3ade31. Even Rouault
05:29 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
René-Luc ReLuc wrote:
> It's not a workaround, it's the solution.
I'll document it then.
Giovanni Manghi
05:27 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
@Renè: any reason to not close this? Alessandro Pasotti
04:06 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
It's not a workaround, it's the solution. René-Luc ReLuc
03:01 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
René-Luc ReLuc wrote:
> If this issue duplicates #16462
>
> The solution is the same.
>
> To fix this issue, y...
Giovanni Manghi
02:02 PM Bug report #17951: QGIS Server lost (most of the times) the ability to cascade WFS layers
If this issue duplicates #16462
The solution is the same.
To fix this issue, you have to add HOME environmental...
René-Luc ReLuc
04:54 PM Bug report #18991: QGIS crash while refreshing a modified WMS source
Just tried with a local MapServer instance where I did the same as your scenario, and I didn't get any crash Even Rouault
04:36 PM Bug report #17511 (Closed): adding two instances of the same gpkg layer and editing on one of the...
I cannot reproduce it anymore. Alessandro Pasotti
04:36 PM Bug report #17511 (Closed): adding two instances of the same gpkg layer and editing on one of the...
I cannot reproduce it anymore. Alessandro Pasotti
02:39 PM Bug report #17511 (Feedback): adding two instances of the same gpkg layer and editing on one of t...
@Alessandro I can't reproduce any crash with master. Unfortunately the http://dpaste.com/2MM3ZC7 has expired since yo... Even Rouault
03:52 PM Bug report #18993: QGIS3 Layout: the html label renderer ignores many styles e.g. font-size, lett...
This should be changed to Category: Map Composer sand thorn
03:44 PM Feature request #19086 (Feedback): Reading feature types from PBF files
When I drop a PBF file, downloaded from http://download.geofabrik.de/, on QGIS 3.0.3, I get a window where I can sele... Magnus Nilsson
03:17 PM Revision 3b291026 (qgis): Merge pull request #7141 from rouault/fix_18563
QgsVectorFileWriter: workaround a bug in GDAL where appending to an existing BNA crashes it (fixes #18563) Even Rouault
03:16 PM Bug report #18563 (Closed): QGis3 crashes when saving to an existing BNA file
Applied in changeset commit:qgis|43f796e78ef6faa6240c70a84ffd5acfc2c326a6. Even Rouault
03:16 PM Bug report #18563 (Closed): QGis3 crashes when saving to an existing BNA file
Applied in changeset commit:qgis|43f796e78ef6faa6240c70a84ffd5acfc2c326a6. Even Rouault
02:55 PM Bug report #17817: WFS vs WMS (OGR?) data types
ok, so this is a QGIS 2.x only issue, as things seem to work well in QGIS 3
The root cause is that the 'identificati...
Even Rouault
02:44 PM Bug report #18081 (Closed): GDB recognition mixup
Even Rouault
02:42 PM Bug report #18081: GDB recognition mixup
I'm pretty sure this is a known issue that has been fixed in the QGIS 3 line. Previously for multi-layer datasources,... Even Rouault
02:43 PM Bug report #17538 (Closed): MYSQL Connection with wrong tables
Even Rouault
02:43 PM Bug report #17538: MYSQL Connection with wrong tables
I'm pretty sure this is a known issue that has been fixed in the QGIS 3 line. Previously for multi-layer datasources,... Even Rouault
02:28 PM Revision 43f796e7 (qgis): QgsVectorFileWriter: workaround a bug in GDAL where appending to an exi...
Upstream fixes done in GDAL as well to fix the crash itself:
GDAL master: https://github.com/OSGeo/gdal/commit/a36939...
Even Rouault
02:19 PM Revision e4d5899b (qgis): Merge pull request #7131 from rouault/fix_linux_build_qca
QCAMacros.cmake: fix Linux build Even Rouault
02:18 PM Revision 3aa630ca (qgis): Added QgsDataProvider::ProviderOptions to the bindings
Alessandro Pasotti
02:06 PM Revision b9003ffa (qgis): QgsVectorDataProvider::supportedType(): only checks field length and pr...
Even Rouault
02:01 PM Bug report #16462: QGIS Server lost the ability to cascade WMS layers published using HTTPS
To fix this issue, you have to add HOME environmental variable to a directory in which the directory .qgis2 is writab... René-Luc ReLuc
02:00 PM Bug report #19085 (Open): Unable to save shapefile to geopackage
Appears to save and message received "Successfully saved vector layer to .gpkg" but the resulting file has a zero len... Patrick Dunford
01:56 PM Bug report #19084 (Closed): Shapefile _packed issue
Many previous bug reports for this issue but it was supposed to be addressed?
Intermittent problem.
Patrick Dunford
01:31 PM Revision a15d8903 (qgis): [locator] add a way to invalidate results from python API
otherwise if you access the config of the filter (or change app settings) from outside the main application settings ... Denis Rouzaud
01:31 PM Revision dc9fb90b (qgis): add note on how to invalidate results
Denis Rouzaud
01:23 PM Revision 917a6e3c (qgis): QCAMacros.cmake: re-add 25ba36180cfbf836b9458beb98e28f62349c4260 for Fr...
Even Rouault
01:22 PM Revision 1a4f8042 (qgis): QCAMacros.cmake: fix Linux build
https://github.com/qgis/QGIS/commit/25ba36180cfbf836b9458beb98e28f62349c4260 causes
build failures on Ubuntu 16.04 an...
Even Rouault
01:19 PM Revision a3e527d8 (qgis): [OGR provider] Advertize correct supported data types, length and with ...
Even Rouault
01:18 PM Revision bad1ab4e (qgis): QgsVectorDataProvider::supportedType(): use -1 as the value for unspeci...
Even Rouault
01:17 PM Revision 04a55b25 (qgis): [cleanup] QgsFieldCalculator: avoid use of hardcoded magic indices
Even Rouault
01:15 PM Revision f4bf1ec9 (qgis): [OGR provider] GPKG: allow repeated creation of int fields with len != ...
Even Rouault
01:02 PM Revision 6192b5eb (qgis): Add fill/stroke color & opacity parameters to more north arrows svg images
Andrea Giudiceandrea
01:00 PM Revision 05f426e0 (qgis): Remove orig_ogc_fid fields from server filter tests
Nyall Dawson
01:00 PM Revision e6e54de3 (qgis): Add test to ensure that orig_ogc_fid field is only ever used internally
We don't want to expose this field to users, or include it in layer
exports or copies
And rename internal field to _...
Nyall Dawson
12:10 PM Bug report #19083: copy paste attributes to spreadsheet bad behaviour in QGIS3
When copying the features to Notepad++, there was no real noticable difference between data from QGIS 3.03 or 2.18, a... Erik Meerburg
11:40 AM Bug report #19083 (Closed): copy paste attributes to spreadsheet bad behaviour in QGIS3
Erik Meerburg
11:27 AM Bug report #19083 (Closed): copy paste attributes to spreadsheet bad behaviour in QGIS3
Hi,
One of the lovely features in QGIS is to copy a selection of objects from the attribute table to a spreadsheet...
Erik Meerburg
11:23 AM Feature request #18411 (Open): Allow to add comment to an existing field
@m-kuhn, may I have your opinion here, please? I fail to get a reaction from David who afaik is the one that reworks ... Harrissou Santanna
10:56 AM Revision 21d15e71 (qgis): [BUGFIX][Server] Segfault when GetFeatureInfo on Raster layer to GML
The PR #6279 has introduced some bug, like a segfault when a WMS GetFeatureInfo
is done on a Raster layer with output...
René-Luc ReLuc
10:55 AM Revision 2f41d32e (qgis): Added test to cmake
Alessandro Pasotti
10:55 AM Revision b696e9b1 (qgis): Minor updates to the doc strings
Alessandro Pasotti
10:55 AM Revision 6f3be9fa (qgis): SIP updates
Alessandro Pasotti
10:55 AM Revision 0fa88e6f (qgis): Skip failing test on Travis
the test passes locally Alessandro Pasotti
10:55 AM Revision 749bc021 (qgis): Fix provider for min/max updates
Alessandro Pasotti
10:55 AM Revision cac675a9 (qgis): Removed commented code
Alessandro Pasotti
10:53 AM Revision 9d66eb8d (qgis): API to register new vector data providers
Alessandro Pasotti
10:53 AM Revision abcad019 (qgis): Python provider tests passing
Except for QgsLayerDefinition.exportLayerDefinitionLayers
and QgsLayerDefinition.loadLayerDefinitionLayers
Alessandro Pasotti
10:53 AM Revision 1e3661cb (qgis): Added QgsSpatialIndex to the python provider
Alessandro Pasotti
10:53 AM Revision 222f3ad9 (qgis): Check for index validity and do not crash!
Alessandro Pasotti
10:53 AM Revision 324fd7d5 (qgis): Allow python creation of QgsFeatureIterator from an abstract one
Alessandro Pasotti
10:53 AM Revision 7ffdab2d (qgis): Do not dec ref in methodcode
Alessandro Pasotti
10:53 AM Revision adcc2e96 (qgis): Moved python provider to separate file
Also cloned other memory layer methods Alessandro Pasotti
10:53 AM Revision e341b3a5 (qgis): Tests for Python vector data provider (still failing but not crashing!)
Alessandro Pasotti
10:53 AM Revision 839a8890 (qgis): SIP wrappers for QgsProviderMetadata
Alessandro Pasotti
10:53 AM Revision 29575b5b (qgis): QgsDebugMsg -> QgsDebugMsgLevel
Alessandro Pasotti
10:30 AM Feature request #18681 (Closed): [Processing] Allow "select by ..." algorithms to work with selec...
Thinking more about it, it's indeed a duplicate. Harrissou Santanna
10:30 AM Feature request #18681 (Closed): [Processing] Allow "select by ..." algorithms to work with selec...
Thinking more about it, it's indeed a duplicate. Harrissou Santanna
10:21 AM Revision bd65fc60 (qgis): [processing][gdal] Don't double quote output paths
Breaks for some drivers, e.g. KML
Fixes #18264
Nyall Dawson
10:21 AM Bug report #18264 (Closed): Processing/GDAL: "Convert format" does not work anymore in batch mode
Applied in changeset commit:qgis|bd65fc607b5bae7196dd9d7efbd4b7aa83db0065. Nyall Dawson
10:21 AM Bug report #18264 (Closed): Processing/GDAL: "Convert format" does not work anymore in batch mode
Applied in changeset commit:qgis|bd65fc607b5bae7196dd9d7efbd4b7aa83db0065. Nyall Dawson
10:11 AM Bug report #19082 (Closed): [Processing] Missing icons for some algorithms in the toolbox panel
Some algorithms do miss an icon next to their name in the Toolbox panel:
- Point along geometry
- Minimum bounding ...
Harrissou Santanna
08:58 AM Bug report #15697 (Closed): r.fillnulls fails to work in processing toolbox
Not any issue on 3.x Nyall Dawson
08:58 AM Bug report #15697 (Closed): r.fillnulls fails to work in processing toolbox
Not any issue on 3.x Nyall Dawson
08:58 AM Bug report #15697 (Closed): r.fillnulls fails to work in processing toolbox
Not any issue on 3.x Nyall Dawson
08:53 AM Revision 30ecb338 (qgis): [processing][GRASS] Fix some algorithms always export as GPKG, regardle...
Nyall Dawson
08:40 AM Bug report #16926 (Feedback): GRASS/Processing stopped to warn the user when a layer is not outpu...
Not reproducible on master - can you confirm this is fixed? Nyall Dawson
08:20 AM Revision 60a87e94 (qgis): [processing] Fix error when creating tests and raster output
no longer exists
Fixes #16123
Nyall Dawson
08:20 AM Bug report #16123 (Closed): Processing Build Virtual Raster not opening
Applied in changeset commit:qgis|60a87e949750b03c959b62cd5eb3b2828dfc6511. Nyall Dawson
08:20 AM Bug report #16123 (Closed): Processing Build Virtual Raster not opening
Applied in changeset commit:qgis|60a87e949750b03c959b62cd5eb3b2828dfc6511. Nyall Dawson
08:18 AM Bug report #16409 (Closed): Processing script editor: incorrect read of degree symbol
Not an issue with 3.0 Nyall Dawson
08:18 AM Bug report #16409 (Closed): Processing script editor: incorrect read of degree symbol
Not an issue with 3.0 Nyall Dawson
08:17 AM Feature request #9869 (Closed): Processing - Tooltip should display the algorithm description fro...
Fixed in 3.2, so long as algorithms implement the 'shortDescription' method (currently only GRASS algorithms do). Nyall Dawson
08:17 AM Feature request #9869 (Closed): Processing - Tooltip should display the algorithm description fro...
Fixed in 3.2, so long as algorithms implement the 'shortDescription' method (currently only GRASS algorithms do). Nyall Dawson
08:16 AM Feature request #13814 (Closed): Processing: use sqlite/spatialite as intermediate format
GPKG is used now Nyall Dawson
08:16 AM Feature request #13814 (Closed): Processing: use sqlite/spatialite as intermediate format
GPKG is used now Nyall Dawson
08:16 AM Feature request #13814 (Closed): Processing: use sqlite/spatialite as intermediate format
GPKG is used now Nyall Dawson
08:12 AM Bug report #16142 (Closed): Processing "Create script collection plugin" RuntimeError: Could not ...
Not an issue anymore with 3.0 Nyall Dawson
08:12 AM Bug report #16142 (Closed): Processing "Create script collection plugin" RuntimeError: Could not ...
Not an issue anymore with 3.0 Nyall Dawson
08:12 AM Bug report #16142 (Closed): Processing "Create script collection plugin" RuntimeError: Could not ...
Not an issue anymore with 3.0 Nyall Dawson
07:55 AM Revision 4289bcb3 (qgis): [processing][saga] Fix some field parameters are incorrectly defined as...
Fixes #18193 Nyall Dawson
07:55 AM Revision d1bcfbfe (qgis): [processing] Rename File parameter in modeler to File/Folder
Better reflects what it does Nyall Dawson
07:55 AM Revision f6416a19 (qgis): [processing] Fix missing vector inputs when run in batch mode
Fix incorrect definition of compatibleVectorLayers, which was
using layer WKB type values instead of processing sourc...
Nyall Dawson
07:55 AM Revision 950d042e (qgis): [processing] Fix errors when filling parameters in batch panel
Fixes #18408 Nyall Dawson
07:54 AM Bug report #18193 (Closed): QGIS 3: in some modules the "QgsProcessingParameterFeatureSource" is ...
Applied in changeset commit:qgis|4289bcb3cb1371ce754d1d4c359904c4fbdd26f0. Nyall Dawson
07:54 AM Bug report #18193 (Closed): QGIS 3: in some modules the "QgsProcessingParameterFeatureSource" is ...
Applied in changeset commit:qgis|4289bcb3cb1371ce754d1d4c359904c4fbdd26f0. Nyall Dawson
07:54 AM Bug report #18408 (Closed): Some more batch processing errors
Applied in changeset commit:qgis|950d042e72cdb27b9c3c57a013e59bbb50e2b202. Nyall Dawson
07:54 AM Bug report #18408 (Closed): Some more batch processing errors
Applied in changeset commit:qgis|950d042e72cdb27b9c3c57a013e59bbb50e2b202. Nyall Dawson
07:51 AM Bug report #15118 (Closed): [Processing] Options dialog remove vector menu entries
Not an issue in 3.2 Nyall Dawson
07:51 AM Bug report #15118 (Closed): [Processing] Options dialog remove vector menu entries
Not an issue in 3.2 Nyall Dawson
07:51 AM Bug report #15118 (Closed): [Processing] Options dialog remove vector menu entries
Not an issue in 3.2 Nyall Dawson
07:50 AM Bug report #12502 (Closed): processing:runalg locks input file
Not an issue in 3.0 Nyall Dawson
07:50 AM Bug report #12502 (Closed): processing:runalg locks input file
Not an issue in 3.0 Nyall Dawson
07:50 AM Bug report #12502 (Closed): processing:runalg locks input file
Not an issue in 3.0 Nyall Dawson
07:50 AM Bug report #13120 (Closed): Processing gdal tools do not work if Windows username contain non asc...
Fixed in 3.2 Nyall Dawson
07:50 AM Bug report #13120 (Closed): Processing gdal tools do not work if Windows username contain non asc...
Fixed in 3.2 Nyall Dawson
07:50 AM Bug report #13120 (Closed): Processing gdal tools do not work if Windows username contain non asc...
Fixed in 3.2 Nyall Dawson
07:49 AM Bug report #16250 (Closed): Processing ogr tools problems in QGIS 2.18.10 when special chars are ...
Should be fixed in 3.2 Nyall Dawson
07:49 AM Bug report #16250 (Closed): Processing ogr tools problems in QGIS 2.18.10 when special chars are ...
Should be fixed in 3.2 Nyall Dawson
07:47 AM Bug report #9310 (Closed): Save dialogue for Geoprocessing outputs is inconsistent
Fixed in 3 Nyall Dawson
07:47 AM Bug report #9310 (Closed): Save dialogue for Geoprocessing outputs is inconsistent
Fixed in 3 Nyall Dawson
07:47 AM Bug report #9310 (Closed): Save dialogue for Geoprocessing outputs is inconsistent
Fixed in 3 Nyall Dawson
07:14 AM Bug report #17223 (Closed): Error in Processing configuration when using QT5 themes
Upstream theme issue - not caused by QGIS Nyall Dawson
07:14 AM Bug report #17223 (Closed): Error in Processing configuration when using QT5 themes
Upstream theme issue - not caused by QGIS Nyall Dawson
07:10 AM Bug report #18097 (Feedback): r.surf.contour does not work in a processing model in QGIS 3
This seems OK to me. Can you please retest on 3.2 master? Nyall Dawson
07:00 AM Bug report #17370 (Closed): point parameter bug in processing batch process
Fixed in 3.0 Nyall Dawson
07:00 AM Bug report #17370 (Closed): point parameter bug in processing batch process
Fixed in 3.0 Nyall Dawson
06:59 AM Bug report #17571 (Closed): Geoprocessing with shapefile, with the z dimension, error 1005 with d...
Fixed in 3.2 Nyall Dawson
06:59 AM Bug report #17571 (Closed): Geoprocessing with shapefile, with the z dimension, error 1005 with d...
Fixed in 3.2 Nyall Dawson
06:49 AM Bug report #16841 (Closed): geoprocessing tool "Split Lines with lines" fails if vertices do not ...
Nyall Dawson
06:11 AM Bug report #17999 (Closed): Aborted (core dumped) with GRASS trunk as processing
This was fixed for 3.0 Nyall Dawson
06:11 AM Bug report #17999 (Closed): Aborted (core dumped) with GRASS trunk as processing
This was fixed for 3.0 Nyall Dawson
05:41 AM Bug report #18215 (Closed): Processing: problems outputting raster layers from a model as a "fina...
Fixed in 3.0/3.2 Nyall Dawson
05:41 AM Bug report #18215 (Closed): Processing: problems outputting raster layers from a model as a "fina...
Fixed in 3.0/3.2 Nyall Dawson
05:39 AM Bug report #18414 (Closed): Problem with the extension processing
Likely a local issue. Please reopen if reproducable in QGIS 3.0 Nyall Dawson
05:39 AM Bug report #18414 (Closed): Problem with the extension processing
Likely a local issue. Please reopen if reproducable in QGIS 3.0 Nyall Dawson
05:29 AM Bug report #18546 (Closed): Processing toolbox does not mention when deactivated provider would r...
Nyall Dawson
05:06 AM Feature request #19081 (Open): Ability to clear Log Messages panel, and to reload it
The contents of the Log Messages panel grow very long, thus awkward to scroll around. This becomes a nuisance primar... Garth Fletcher
04:12 AM Bug report #18965: Grass Path Error in QGIS 3.0.2 Girona
same problem in 3.03 with macOS Sierra Callum Nissen
04:04 AM Bug report #17131 (Closed): Processing: Union and Intersection wrong results
I think it's safe to close this, and new tickets can be opened with new test data if more issues are identified Nyall Dawson
04:04 AM Bug report #17131 (Closed): Processing: Union and Intersection wrong results
I think it's safe to close this, and new tickets can be opened with new test data if more issues are identified Nyall Dawson
04:04 AM Bug report #17468 (Closed): Processing: "export/add geometry columns" corrupts data
Nyall Dawson
04:01 AM Bug report #14730 (Closed): File picker window slow
Should no longer be an issue - the standard file picker is used everywhere now. Nyall Dawson
04:01 AM Bug report #14730 (Closed): File picker window slow
Should no longer be an issue - the standard file picker is used everywhere now. Nyall Dawson
04:01 AM Bug report #14730 (Closed): File picker window slow
Should no longer be an issue - the standard file picker is used everywhere now. Nyall Dawson
03:54 AM Revision dcba919e (qgis): Add another acceptable hash
Nyall Dawson
03:54 AM Revision 0e7c31e9 (qgis): [processing][grass] Fix handling of optional file parameters
Nyall Dawson
03:54 AM Revision 3f456993 (qgis): Resurrect a GRASS test
Nyall Dawson
03:54 AM Revision 46a4c236 (qgis): Resurrect a grass test
Nyall Dawson
03:54 AM Revision 09d21cf9 (qgis): Resurrect another GRASS test
Nyall Dawson
03:54 AM Revision e273ac28 (qgis): [processing] Some test debugging help
Nyall Dawson
03:54 AM Revision 4719a7c1 (qgis): See if test now passes on Travis
Nyall Dawson
02:35 AM Bug report #19076: GRASS r.relief.scaling has reversed Min/Max limits on 2 input arguments
Thanks! Garth Fletcher

2018-05-31

01:56 AM Bug report #18671: Can't export to tiff in layout composer
I had the same issue recently, in two separate computers running Arch.
qt5-imageformats package wasn't installed as ...
Stephane Goldstein
01:36 AM Revision 1c684456 (qgis): [processing] Log an error when a numeric parameter has min value >= max...
Refs #19076 Nyall Dawson
01:36 AM Revision ae95adba (qgis): [processing][GRASS] Fix r.relief.scaling has inverted min/max values fo...
Fixes #19076 Nyall Dawson
01:35 AM Bug report #19076 (Closed): GRASS r.relief.scaling has reversed Min/Max limits on 2 input arguments
Applied in changeset commit:qgis|ae95adba40d78530a84a7fd4c10bb6304e6e0f49. Nyall Dawson
01:35 AM Bug report #19076 (Closed): GRASS r.relief.scaling has reversed Min/Max limits on 2 input arguments
Applied in changeset commit:qgis|ae95adba40d78530a84a7fd4c10bb6304e6e0f49. Nyall Dawson
10:18 PM Bug report #19076 (Closed): GRASS r.relief.scaling has reversed Min/Max limits on 2 input arguments
GRASS: r.relief.scaling - Creates shaded relief from an elevation layer (DEM).
QGIS3's processing dialog for r.rel...
Garth Fletcher
01:07 AM Bug report #19080 (Closed): Nautical Miles Scale Bar
On a Mercator projection layout (EPSG:3785), adding a scale bar showing Nautical Miles as the unit of measure generat... Geoffrey Kneller
12:53 AM Revision 32792d34 (qgis): Better dox, spelling
Nyall Dawson
12:53 AM Revision f7a6864b (qgis): [processing] Fix invalid characters in HTML for 'Raster layer unique va...
Nyall Dawson
12:34 AM Bug report #15397 (Reopened): .bat files installed in \\bin directory have .tmpl appended
Giovanni Manghi wrote:
> > This only occurs on one machine, another machine has no problems updating.
>
> closing...
Joel Masselink
12:34 AM Bug report #15397 (Reopened): .bat files installed in \\bin directory have .tmpl appended
Giovanni Manghi wrote:
> > This only occurs on one machine, another machine has no problems updating.
>
> closing...
Joel Masselink
12:32 AM Revision 8bdec09b (qgis): Revert "Fix QCA-ssl for FreeBSD"
This reverts commit 25ba36180cfbf836b9458beb98e28f62349c4260.
Breaks linux build
Nyall Dawson
12:31 AM Bug report #19079 (Closed): Processing toolbox allows >10 character column names to be entered; d...
Processing toolbox > grass > v.vect.stats joins points to polygons with a function e.g. average. It allows the user t... Simon Dedman
12:25 AM Revision 5e3ce8ff (qgis): SC2003: expr is antiquated. Consider rewriting this using $((..)), ${} ...
Matthias Kuhn
12:24 AM Revision 09f17d99 (qgis): SC2006: Use $(..) instead of legacy `..`.
Matthias Kuhn
12:21 AM Revision 408a9fbf (qgis): Fix some shellcheck warnings
Nyall Dawson
11:51 PM Revision efa7f99b (qgis): Merge pull request #7132 from rouault/fix_19077_bis
[OGR provider] Avoid attribute table to be empty on OGR layer with mixed geom types (fixes #19077) Even Rouault
11:50 PM Bug report #19077 (Closed): Attribute table empty on OGR layers with mixed geometry types
Applied in changeset commit:qgis|ee06d52421edfb1b98ccc29ff1d183eeb2adcf1c. Even Rouault
11:50 PM Bug report #19077 (Closed): Attribute table empty on OGR layers with mixed geometry types
Applied in changeset commit:qgis|ee06d52421edfb1b98ccc29ff1d183eeb2adcf1c. Even Rouault
10:33 PM Bug report #19077 (Closed): Attribute table empty on OGR layers with mixed geometry types
If opening the Aegan layer of the test.gpkg of #19009 , with its Point or Polygon sublayer, the attribute table is em... Even Rouault
11:26 PM Bug report #19078 (Closed): Crash when symbol width = 0 (in composer's legend)
Duplicate of #14752 Nyall Dawson
11:26 PM Bug report #19078 (Closed): Crash when symbol width = 0 (in composer's legend)
Duplicate of #14752 Nyall Dawson
10:55 PM Bug report #19078 (Closed): Crash when symbol width = 0 (in composer's legend)
h2. User Feedback
In the composer, setting 0 in the legend property "symbol width" results in crash (either if the...
Antoine Lafranchis
11:05 PM Revision ee06d524 (qgis): [OGR provider] Avoid attribute table to be empty on OGR layer with mixe...
Even Rouault
11:05 PM Revision 2969ba1e (qgis): test_provider_ogr_gpkg.py: avoid bug_17795.gpkg test sample to be modif...
Even Rouault
10:33 PM Revision 0cffd19e (qgis): monkey path custom widgets
this will add module to the system to avoid missing modules when running on a local install (uic widget-plugin not in... Denis Rouzaud
10:05 PM Bug report #19073: QGIS3.0.x GRASS PATH problem: "ERROR: Path '/<UNKNOWN>/<UNKNOWN>' doesn't exist"
To further characterize the issue I checked many other GRASS Imagery and Raster tools which seemed to be appropriate ... Garth Fletcher
05:50 PM Bug report #19073 (Open): QGIS3.0.x GRASS PATH problem: "ERROR: Path '/<UNKNOWN>/<UNKNOWN>' doesn...
QGIS3.0.3 : GRASS i.segment (and many others) fail with "ERROR: Path '/<UNKNOWN>/<UNKNOWN>' doesn't exist" message.
...
Garth Fletcher
09:46 PM Feature request #19075 (Open): Display file names when loading multiple GPX files to project
When adding a GPX file to a project, a popup window asks the user to select which types of layers to add from the GPX... Carolyn Krause
09:01 PM Revision 9fcee524 (qgis): Merge pull request #7128 from rouault/fix_17945
[WFS provider] Add typename prefix before attribute/geometry name for Update requests (fixes #17945) Even Rouault
09:01 PM Bug report #17945 (Closed): Namespace missing during WFS-T Update request
Applied in changeset commit:qgis|1e4b01bb9b3941c8603162bf5757d6423e6eabb4. Even Rouault
09:01 PM Bug report #17945 (Closed): Namespace missing during WFS-T Update request
Applied in changeset commit:qgis|1e4b01bb9b3941c8603162bf5757d6423e6eabb4. Even Rouault
08:59 PM Bug report #16369: Filter query on WFS layer doesn't work
Ater investigation, this is an issue with the WFS server itself, where spatial + attribute filter fail (I tried all 3... Even Rouault
08:59 PM Bug report #16369: Filter query on WFS layer doesn't work
Ater investigation, this is an issue with the WFS server itself, where spatial + attribute filter fail (I tried all 3... Even Rouault
07:41 PM Bug report #19074 (Closed): Pandas and NetCDF4 cannot be installed for QGIS version 2.18.20
Hello,
I am facing following error while trying to install NetCDF4 and pandas in QGIS using OSGeo4W shell:
"Cou...
Md. Muktadir Rahman
06:30 PM Revision 1e4b01bb (qgis): [WFS provider] Add typename prefix before attribute/geometry name for U...
Deegree requires those namespace prefixes. I've also verified that
GeoServer is indifferent regarding them.
Even Rouault
06:27 PM Revision 48bbd246 (qgis): Run string comparison test on all providers
Matthias Kuhn
06:27 PM Revision d1eabe1c (qgis): Make compiled tests more stable
we do not want to ignore AttributeErrors for those Matthias Kuhn
04:38 PM Bug report #16173 (Closed): QGIS WFS client not using urls from capabilities document
Even Rouault
04:36 PM Bug report #16173: QGIS WFS client not using urls from capabilities document
Support for this has been added a few months ago per the following commit. I've verified this worked with the above m... Even Rouault
04:29 PM Bug report #17123 (Feedback): Adding WMS/WFS/WCS layers through the browser ignores service speci...
I've just tried with WFS and the WFS version is propagated when the layer is added via the browser. So perhaps someth... Even Rouault
04:25 PM Revision 17434512 (qgis): pep8 fix
Luigi Pirelli
03:34 PM Revision 352a0285 (qgis): typo
Luigi Pirelli
02:50 PM Revision f7e4dd67 (qgis): Merge pull request #7127 from rouault/fix_18267
[WFS provider] Handle DescribeFeatureType responses that consist of a single <include> (fixes #18267) Even Rouault
02:50 PM Bug report #18267 (Closed): QGIS 3.0 WFS 2.0 not working
Applied in changeset commit:qgis|1d2686d0dcaca20f00392ee3dd8dc4bc404fd8d0. Even Rouault
02:50 PM Bug report #18267 (Closed): QGIS 3.0 WFS 2.0 not working
Applied in changeset commit:qgis|1d2686d0dcaca20f00392ee3dd8dc4bc404fd8d0. Even Rouault
02:18 PM Bug report #18267: QGIS 3.0 WFS 2.0 not working
Two main issues here:
- buggy server that expects TYPENAMES plural as DescribeFeatureType parameter
- once correcte...
Even Rouault
02:04 PM Revision dbe4186a (qgis): Add tests for compiling string operators
Matthias Kuhn
01:43 PM Revision 60d5e4cf (qgis): Autopep8
Anita Graser
01:38 PM Revision 1d2686d0 (qgis): [WFS provider] Handle DescribeFeatureType responses that consist of a s...
Also handle another occurence of a buggy server only accepting TYPENAMES plural
as parameter of DescribeFeatureType
Even Rouault
01:06 PM Revision 878ab41a (qgis): Set permission to certs to allow correct removing on win
Luigi Pirelli
01:06 PM Revision 71cb555e (qgis): blacklisted the new test PyQgsDbManagerPostgis waiting a complete pki e...
Luigi Pirelli
01:06 PM Revision 4f415c56 (qgis): typo
Luigi Pirelli
01:06 PM Revision 64602097 (qgis): Tests for db_manager postgis connector and postgis provider checking cl...
Luigi Pirelli
01:06 PM Revision 8968b63e (qgis): from unicode to str
Luigi Pirelli
12:24 PM Bug report #18416 (Feedback): Secured WFS request leads to invalid layer
Even Rouault
12:12 PM Bug report #18416: Secured WFS request leads to invalid layer
If you can email the URL + credentials at <even.rouault at spatialys.com> , I could have a look Even Rouault
12:23 PM Bug report #18757: WFS SQL Query Composer
Can't reproduce this on Linux / Ubuntu 16.04
Presumably an issue with font specific of Windows
Even Rouault
12:16 PM Bug report #18308: Invalid WFS-Transaction Update request
I believe this should be fixed now in master since https://github.com/qgis/QGIS/commit/7511d1ffdb867f3bd19bf0697afa5c... Even Rouault
12:09 PM Bug report #18630 (Feedback): WFS - dateTime objects are not recognized
Can you point to a WFS server and layer that exhibits the issue ?
Or at the very least provide the output of the D...
Even Rouault
12:06 PM Bug report #18568 (Feedback): QGIS shows 0 instead of NULL in identify result pane for WFS proper...
Looks like a duplicate of https://issues.qgis.org/issues/18674 , which I can't replicate
Can you replicate your issu...
Even Rouault
12:03 PM Bug report #18674 (Closed): Display of NULL values of attributes of type INTEGER not correct when...
Even Rouault
12:03 PM Bug report #18674: Display of NULL values of attributes of type INTEGER not correct when coming f...
I can't reproduce with QGIS 3.1. The NULL values are properly displayed. See snapshot_qgis3.1.png Even Rouault
11:52 AM Bug report #18722 (Feedback): crash when i trying to load a wfs layer
Please provide the URL of the service and the layer you added.
Looks like a crash in GEOS
Even Rouault
11:44 AM Bug report #17875: WFS zingers, 3D
The issue is that the GML sent by the server is invalid/inconsistant. "http://Test:[email protected]:8080/geose... Even Rouault
11:34 AM Revision 25ba3618 (qgis): Fix QCA-ssl for FreeBSD
Loïc BARTOLETTI
11:33 AM Bug report #19065 (Closed): [Digitizing] Move features tools do not show snapping indicators when...
Applied in changeset commit:qgis|3ef7b125abda8830bfebf53a053db2b35001b11a. Nyall Dawson
11:33 AM Bug report #19065 (Closed): [Digitizing] Move features tools do not show snapping indicators when...
Applied in changeset commit:qgis|3ef7b125abda8830bfebf53a053db2b35001b11a. Nyall Dawson
11:31 AM Revision a26b9b1d (qgis): Merge pull request #7122 from nyalldawson/fix_19065
Use a snapping indicator when picking feature to move with move tool Matthias Kuhn
11:30 AM Revision 497abfe7 (qgis): Merge pull request #7120 from nyalldawson/opts
Optimise geometry conversion to/from geos Matthias Kuhn
11:26 AM Revision 25f4794f (qgis): Merge pull request #7125 from m-kuhn/sld_read_multiple_featuretypestyles
Sld read multiple featuretypestyles Matthias Kuhn
11:25 AM Bug report #6413 (Closed): Support SLD with multiple FeatureTypeStyles
Applied in changeset commit:qgis|c49a18c587b660779276ebeff1d1a4f2011645df. Roel Huybrechts
11:25 AM Bug report #6413 (Closed): Support SLD with multiple FeatureTypeStyles
Applied in changeset commit:qgis|c49a18c587b660779276ebeff1d1a4f2011645df. Roel Huybrechts
10:53 AM Bug report #17672: ssl error: certificate validate failed with postgis and qgis 2.18.15
Problem is still present on QGIS 3.0.3 (tested on windows 7 64 pro) Frédéric CLOITRE
10:51 AM Revision c49a18c5 (qgis): Add support for reading SLD's with multiple FeatureTypeStyle elements.
Introduce a virtual FeatureTypeStyle to add support for reading SLD documents with more than one FeatureTypeStyle ele... Roel Huybrechts
10:02 AM Bug report #19072 (Open): saving a virtual layer makes qgis crash
h2. User Feedback
I was trying to "save as" on my computer, a virtual layer created from 2 shp in my project.
I t...
Lee Han
10:02 AM Feature request #19058: Add a "compress files" algorithm
It should also be possible to organize the external files in folders in the archive. That way, I can organize the fil... Magnus Nilsson
09:49 AM Revision 8cf7447a (qgis): Merge pull request #7124 from nyalldawson/fix_16428
[processing] Hopefully fix bad layout for docks in modeler Matthias Kuhn
09:48 AM Bug report #19068 (Closed): Error with the process modeler interface
Applied in changeset commit:qgis|879622547c5263a8ae873d9ea7251228d16b2889. Nyall Dawson
09:48 AM Bug report #19068 (Closed): Error with the process modeler interface
Applied in changeset commit:qgis|879622547c5263a8ae873d9ea7251228d16b2889. Nyall Dawson
09:48 AM Bug report #16428 (Closed): Processing UI forms not rendering properly
Applied in changeset commit:qgis|879622547c5263a8ae873d9ea7251228d16b2889. Nyall Dawson
08:34 AM Revision 9c7cf40c (qgis): Merge pull request #6537 from slarosa/menu-indicator
fix size for menu indicator in data defined button Matthias Kuhn
07:28 AM Revision 1d62d106 (qgis): [processing] Don't hold on to algorithm instances for menu items
Instead, only store references to the algorithm id string, and
use this to retrieve algorithms when the actions are t...
Nyall Dawson
07:27 AM Revision 59d425c5 (qgis): [processing] Fix some incorrect formatting of algorithm titles
Nyall Dawson
07:27 AM Bug report #19070 (Closed): Problems to open the converter from lines to plygon
Applied in changeset commit:qgis|1d62d106fbfaf975e38cbc83af8bc012f8813e53. Nyall Dawson
07:27 AM Bug report #19070 (Closed): Problems to open the converter from lines to plygon
Applied in changeset commit:qgis|1d62d106fbfaf975e38cbc83af8bc012f8813e53. Nyall Dawson
02:04 AM Bug report #19070: Problems to open the converter from lines to plygon
Note: this only happens after opening the "options" menu Nyall Dawson
07:27 AM Revision 4752b99e (qgis): Merge pull request #7106 from m-kuhn/encodedUrl3
Assume URL already encoded in web view widget Matthias Kuhn
07:27 AM Revision db916bc2 (qgis): [processing] Show accepted data types for parameters in processing.algo...
Nyall Dawson
07:27 AM Revision 612d61dc (qgis): [processing] Tweak algorithHelp formatting
Nyall Dawson
07:27 AM Revision 297cfd54 (qgis): [processing] Add metadata for feature sink parameters
Nyall Dawson
07:27 AM Revision 0bbaa3b0 (qgis): [processing] Add method to retrieve list of accepted Python data types ...
Nyall Dawson
04:51 AM Revision db2c3d49 (qgis): [processing] Show search icon in search boxes
Nyall Dawson
04:45 AM Revision 87962254 (qgis): [processing] Fix bad layout for docks in modeler
Because there's some deep underlying issue which causes the dock
layouts to get corrupted in certain circumstances, a...
Nyall Dawson
03:09 AM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
I've experienced this issue on 2.18.16 and now 3.0.2. I often leave qgis running as I add new client properties for m... Calvin Thompson
03:04 AM Bug report #19071 (Open): Discard Empty Fields: behaviour, default status, name
Imagine a csv with columns:
lat, long, 2016_data, 2017_data, 2018_data, Total
Where a selection of the 2016:18 cell...
Simon Dedman
02:50 AM Revision e8515d86 (qgis): Fix crash in QgsNetworkContentFetcherRegistry
Nyall Dawson
02:07 AM Bug report #19063 (Feedback): Unable to retrieve variables from another layout item
This works fine for me (and there's multiple unit tests protecting this) - can you attach a sample project?
Note...
Nyall Dawson
02:03 AM Bug report #19067 (Closed): Unexpected error in the attribute table with the QGIS Union algorithm
Confirmed fixed in 3.2 Nyall Dawson
02:03 AM Bug report #19067 (Closed): Unexpected error in the attribute table with the QGIS Union algorithm
Confirmed fixed in 3.2 Nyall Dawson

2018-05-30

01:52 AM Revision de347f07 (qgis): Move 'move features' button to correct place in toolbar
Nyall Dawson
01:30 AM Revision 3ef7b125 (qgis): Use a snapping indicator when picking feature to move with move tool
Fixes #19065 Nyall Dawson
12:55 AM Revision 37b06bcf (qgis): [processing] Fix Rectangles/Ovals/...(variable) chokes on angle values ...
Change the test to a NULL test instead, as angle values of 0 are valid Nyall Dawson
11:01 PM Bug report #19070 (Closed): Problems to open the converter from lines to plygon
Basically i have the following error:
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.0/apps/qg...
Julian Perez Correa
07:16 PM Bug report #19069 (Open): Copy attribute / Copy feature attributes doesn't return value if value ...
When using the identify tool, and looking at the values of a feature in the Identify Results window, I can right clic... James Passmore
06:09 PM Revision 974b9f37 (qgis): [SymbolLayerUtils] Using QgsProject::readPath to resolve relative path ...
In `QgsSymbolLayerV2Utils::symbolNameToPath` the resolution of relative path to
project was nos based on `QgsProject:...
René-Luc ReLuc
04:47 PM Bug report #19068 (Closed): Error with the process modeler interface
Since version 3.0.2 I have encountered problems with the graphical interface of the process modeler, the definition o... Samuel Fernando Mesa Giraldo
04:45 PM Revision 6a88bfca (qgis): Cast left node to text on string comparison
Matthias Kuhn
04:39 PM Bug report #19067 (Closed): Unexpected error in the attribute table with the QGIS Union algorithm
Performing an academic vector overlay exercise, I found a possible error in the result of the attribute table using t... Samuel Fernando Mesa Giraldo
04:34 PM Revision 26c13d4b (qgis): misc fixes
Peter Petrik
03:01 PM Bug report #19066 (Closed): PIP no longer works with QGIS 2.18 (LTR) Python
There is an issue where I run into a problem installing Python packages (using pip) for use with QGIS 2.18.x (error m... Fredrik Lindberg
01:37 PM Revision 377f393c (qgis): Use subsetStringChange signal for layer tree view filter indicator
Mathieu Pellerin - nIRV
01:33 PM Bug report #19065 (Closed): [Digitizing] Move features tools do not show snapping indicators when...
Enable snapping on the layer you edit
toggle to editing
Select features
Enable the move feature tool
When you ho...
Harrissou Santanna
12:26 PM Revision 69fa2618 (qgis): fix travis errors
Peter Petrik
10:52 AM Revision 3aa4968f (qgis): Optimise geometry conversion to/from geos
Nyall Dawson
10:44 AM Feature request #19064 (Closed): Identify feature - selecting an existing polygon
This is a follow up to #18224
A missing option at the moment is:
- Selecting a single polygon from a layer
- Ide...
Saber Razmjooei
10:34 AM Revision 0a3bef1b (qgis): Remember last used directory when saving map as PDF
Mathieu Pellerin - nIRV
10:25 AM Bug report #19063 (Closed): Unable to retrieve variables from another layout item
According to the function help and documentation @map_get(item_variables('Map 1'), 'map_scale')@ would help me retrie... Harrissou Santanna
10:17 AM Bug report #19049: Difference algorithm doesn't work on Windows with MultiPoints
On Windows 7 64 bit I can reproduce the bug with QGIS 3.1.0-Master (rev.
310bfb1e3e) but not with QGIS 2.18.19.
Andrea Giudiceandrea
10:13 AM Feature request #18224 (Closed): Extend Identify Tool to work with Selection tools
Nyall Dawson
10:06 AM Revision 7af2e68e (qgis): misc optimization for geometries and fixes
Peter Petrik
08:51 AM Revision ab04e0fa (qgis): Tweak wording of metadata contacts header
Because contacts have an explicity 'role' setting, they may not
necessarily be the 'owner' of the resource
Nyall Dawson
08:37 AM Bug report #18877: Maximum recursion depth exceeded after adding a model or script to the Process...
Bugfix provided https://github.com/qgis/QGIS/pull/7116 René-Luc ReLuc
08:25 AM Bug report #18877: Maximum recursion depth exceeded after adding a model or script to the Process...
After #18807 Enabling/disabling algorithm providers as well as creating/removing preconfigured algorithms causes an i... René-Luc ReLuc
08:25 AM Bug report #18877: Maximum recursion depth exceeded after adding a model or script to the Process...
After #18807 Enabling/disabling algorithm providers as well as creating/removing preconfigured algorithms causes an i... René-Luc ReLuc
06:15 AM Revision d4a5df2f (qgis): More unit checks for project dirtying
Nyall Dawson
05:34 AM Bug report #19062 (Closed): QGIS 3.0.3 startup shows CRITICAL SAGA error message in Log Messages ...
The latest QGIS3.0.3 under Mac OS X 10.12.6, freshly installed using "QGIS-macOS-3.0.3-1.dmg" from qgis.org
Right ...
Garth Fletcher
05:30 AM Revision 69b590b0 (qgis): Fix corrupted text in Open From menu item
Nyall Dawson
05:10 AM Bug report #18992: Unable to run any grass process under macOS X.13.4
same problem here with QGIS 3.0.3 under Mac OS X 10.12.6 Garth Fletcher
05:08 AM Bug report #18965: Grass Path Error in QGIS 3.0.2 Girona
same problem here with QGIS 3.0.3 under Mac OS X 10.12.6 Garth Fletcher

2018-05-29

12:52 AM Revision e7da1030 (qgis): Changes tooltip of Open Layer Styling button
Alexandre Neto
12:51 AM Revision 6bf5274b (qgis): [processing] Fix some missing references warnings
Nyall Dawson
11:45 PM Revision ce2f7739 (qgis): [processing] Correct text for temporary folder output
Nyall Dawson
11:45 PM Revision aabbb307 (qgis): [processing] Fix clearing destination doesn't actually reset to tempora...
Even though the UI makes it look like it did Nyall Dawson
10:38 PM Revision 68b7f5a8 (qgis): Merge pull request #7087 from slarosa/fix_19001
Fixes #19001: update url for _pyqgis and _api commands Salvatore Larosa
10:38 PM Feature request #19001 (Closed): [Python Console] Modify the _pyqgis command behavior
Applied in changeset commit:qgis|fc740d7140cfb0da954f132240eee733425852cb. Salvatore Larosa
10:38 PM Feature request #19001 (Closed): [Python Console] Modify the _pyqgis command behavior
Applied in changeset commit:qgis|fc740d7140cfb0da954f132240eee733425852cb. Salvatore Larosa
10:12 PM Revision d157b6e6 (qgis): [processing] Fix destination folder param is not updated after
picking from the file dialog alone Nyall Dawson
09:03 PM Bug report #14752 (Feedback): GEOS exceptions crash QGIS on windows
Please test latest 3.2 master Nyall Dawson
09:01 PM Revision e33c1942 (qgis): Optimise some coordinate transforms
Nyall Dawson
09:01 PM Revision 3ba7c0b3 (qgis): Unit tests for filterVertices
Nyall Dawson
09:01 PM Revision f7618d00 (qgis): Fix doxygen
Nyall Dawson
09:01 PM Revision 53d4d0b4 (qgis): Fix filterVertices for multipoint geometries
Nyall Dawson
09:01 PM Revision 0c7df170 (qgis): Optimise QgsCurve::asQPolygonF for linestring geometries
Nyall Dawson
09:01 PM Revision 16091eca (qgis): Better memory management, handle nan coordinate results when
calculating point feature label obstacle geometry Nyall Dawson
09:01 PM Revision c013c23e (qgis): Catch some uncaught transform exceptions
Nyall Dawson
09:01 PM Revision 6c0a1da0 (qgis): Filter invalid rings during label geometry preparation
Nyall Dawson
09:01 PM Revision 48410276 (qgis): [labeling] Geometry transformations may result in nan points,
so filter these out when registering labeled features Nyall Dawson
09:01 PM Revision f092c7ed (qgis): Add method to filter vertices for geometries in place, by providing a c...
Nyall Dawson
09:01 PM Revision 2a70c4bc (qgis): Remove invalid ring handling from filterVertices, move to removeInvalid...
Nyall Dawson
09:01 PM Revision 8341b9b1 (qgis): Safer memory management for shapeburst fills
Fail gracefully if temporary image could not be allocated
TODO: use a maximum size for the image, and downsample to ...
Nyall Dawson
08:57 PM Revision 70afe2d8 (qgis): Add geometry and id field parameters
Anita Graser
06:21 PM Bug report #19061 (Feedback): QGis does not start up - please help!
@Markus, what happens if you open your file browser up to the bin folder shown in the message and double-click the qg... Harrissou Santanna
05:18 PM Bug report #19061: QGis does not start up - please help!
Giovanni Manghi wrote:
> In the meantime: use the LTR version (2.18) for mission critical/daily tasks. QGIS 3 will b...
Markus Urbscheit
05:13 PM Bug report #19061: QGis does not start up - please help!
In the meantime: use the LTR version (2.18) for mission critical/daily tasks. QGIS 3 will become LTR (aka "stable") o... Giovanni Manghi
05:07 PM Bug report #19061 (Closed): QGis does not start up - please help!
Dear QGis developers, I'm desperate! Since QGis 3 I cannot run the program any more: At startup I just get error mess... Markus Urbscheit
03:11 PM Revision f26bbd9d (qgis): revert changes to test files
Peter Petrik
03:08 PM Revision 1ed5bb54 (qgis): Autopep8
Anita Graser
02:58 PM Revision 8494c67a (qgis): apply map transform directly in the feature highligh c++ code
Peter Petrik
02:21 PM Revision ff7c70fc (qgis): [processing][gdal] Fix gdal command does not automatically update
when destination value is changed Nyall Dawson
02:01 PM Bug report #19060 (Closed): Then insert image in layout
h2. User Feedback
h2. Report Details
*Crash ID*: 1b1509b6d08cd4b6635315ac3895b145eee870b6
*Stack Trace...
Andrew Shanin
02:00 PM Revision 093d53a3 (qgis): since 3.4
Peter Petrik
01:25 PM Revision 2770f6c0 (qgis): misc doc changes
Peter Petrik
01:13 PM Bug report #19059 (Closed): QGIS 3 - Plugin processing

I have the following message in a fresh install of QGIS 3.03
2018-05-29T12:10:09 WARNING Plugin processing : The p...
Simon Miles
12:54 PM Bug report #16795: [Composer Legend] Symbology of layer always follows the map canvas and breaks ...
I have a similar issue using visibility-presets/themes. In the printcomposer you can assign a certain preset/theme t... Pieter Brusselman
12:32 PM Revision 744a42ff (qgis): Assume URL already encoded in web view widget
Matthias Kuhn
12:26 PM Revision ad1fef9f (qgis): Workaround crash in msvc when raising a GEOS exception
In some circumstances MSVC tries to raise it's own internal
exception when we try to raise a GEOSException. This resu...
Nyall Dawson
12:11 PM Feature request #19058 (Open): Add a "compress files" algorithm
I would like to see support for compressing (zip) the model output. It should also be possible to add external files,... Magnus Nilsson
12:10 PM Revision 5ab3fe4b (qgis): Add subsetStringChanged signal
Mathieu Pellerin - nIRV
12:10 PM Revision f5c0a2c4 (qgis): Project dirtying improvements
- Mark as dirty when renaming a layer/group
- Better approach to mark as dirty when changing CRS
- Better approach t...
Mathieu Pellerin - nIRV
12:09 PM Feature request #19057 (Closed): S-JTSK Krovak (EPSG: 5513) - Czech CRS
Dear,
I use frequently QGIS (2.14.22). I work mostly in the CRS S-JTSK Krovak East North (EPSG: 5514 - III. cartes...
Pavel Nemcak
12:04 PM Feature request #19056 (Closed): Add support for grouping components in a processing model
Add support for grouping components. Different parts of the model might might have different focus, such as transform... Magnus Nilsson
12:00 PM Revision 7160bac6 (qgis): Merge pull request #6955 from amaizr/web-view-widget-wrapper-url-encodi...
Assume URL already encoded in web view widget Matthias Kuhn
11:59 AM Revision 3edc07b4 (qgis): also versioning cookbook url
Salvatore Larosa
11:58 AM Feature request #19055 (Open): Ctrl + A should select all components in a processing model
In a processing model, I can select multiple components using Ctrl. I think that this should be extended so that Ctrl... Magnus Nilsson
11:55 AM Bug report #18996 (Open): QGIS crash when SVG for styling is not available
Saber Razmjooei
11:53 AM Bug report #18996: QGIS crash when SVG for styling is not available
How about this:... Saber Razmjooei
10:54 AM Bug report #18996 (Feedback): QGIS crash when SVG for styling is not available
That's not a full trace - it doesn't help unfortunately. Nyall Dawson
10:13 AM Bug report #18996: QGIS crash when SVG for styling is not available
Here is the debug info:... Saber Razmjooei
11:52 AM Revision 8f5bde40 (qgis): use https for cookbook url
Salvatore Larosa
11:43 AM Revision b202d606 (qgis): const correctness QgsVectorLayer::deleteAttributes
Matthias Kuhn
11:40 AM Revision 04e779a0 (qgis): qgz set as the default format
Paul Blottiere
11:28 AM Revision 00b60198 (qgis): rename qgsquickfeature and remove featuremodel
Peter Petrik
11:27 AM Revision 0a99b119 (qgis): Add polygon highlight support
Peter Petrik
11:27 AM Revision f00321a4 (qgis): move tessellator from 3d to core (need also for quick library)
Peter Petrik
11:26 AM Revision 264788ac (qgis): [qgsquick] [feature] Added identify and highlight feature
Viktor Sklencar
10:38 AM Feature request #9968: Layer relations saved in .qml file
This is an interesting topic but raises a number of questions
* how should the other involved layer be identified...
Matthias Kuhn
10:29 AM Bug report #19054 (Closed): Crash when attribute table open and layer removed
If the attribute table for a vector layer is opened (as dock panel) and in the meanwhile the user remove the vector l... matteo ghetta
09:51 AM Bug report #18963 (Open): Can not write a decimal in a real field of a layer spatialite
Ok, issue confirmed on Windows only.
The text widget is the faulty one.
The range widget works fine.
First iss...
Regis Haubourg
07:17 AM Bug report #19053 (Closed): Crash while trying to georeference
This was fixed in 3.0.3 Nyall Dawson
07:17 AM Bug report #19053 (Closed): Crash while trying to georeference
This was fixed in 3.0.3 Nyall Dawson
06:33 AM Bug report #19053 (Closed): Crash while trying to georeference
Have had repeated crashes while trying to georeference several files (mostly pdfs) in QGIS 3.0. Most commonly trigger... Tim Muller

2018-05-28

01:54 AM Bug report #19052 (Open): GRASS: Error due to missing locale
GRASS r.contour and many other GRASS processes fail with error message:
"WARNING: Default locale settings are miss...
Garth Fletcher
01:50 AM Bug report #19051 (Closed): GRASS r.contour fails unless list of contour levels is provided
GRASS r.contour can either use a contour spacing OR, optionally, use a list of specific contour levels
QGIS' GUI gen...
Garth Fletcher
10:46 PM Bug report #19050 (Closed): QGIS saves integer field when I create a new real field through field...
h2. Problem:
When I create a new real field from _within_ field calculator and calculate a decimal value, it is di...
Stefan Newluck
10:18 PM Revision 6002ce0b (qgis): Speed up rendering by avoiding data defined layer enabled check in most...
Nyall Dawson
10:18 PM Revision 03f82539 (qgis): add missing qgis_quick.h header to install
Peter Petrik
09:03 PM Bug report #19049 (Open): Difference algorithm doesn't work on Windows with MultiPoints
The Difference algorithm from QGIS Processing seems to work differently depending on the Operating System used.
W...
gcarrillo -
08:39 PM Revision 83be4fae (qgis): [sipify] fix deprecated annotation without additional comment
Denis Rouzaud
08:39 PM Revision 6772f0d7 (qgis): fix test
Denis Rouzaud
08:39 PM Revision 637f59de (qgis): fix server/app files and sipify test
Denis Rouzaud
08:39 PM Revision 70f82664 (qgis): add test to check that \since and \deprecated are at the end of command...
Denis Rouzaud
08:39 PM Revision 65bb60e9 (qgis): run sipify
Denis Rouzaud
08:39 PM Revision 0fa85bba (qgis): put \since and \deprecated at the end of comment blocks
Denis Rouzaud
07:52 PM Bug report #19048 (Open): Can not export geojson include z-dimesion when save as GeoJSON Layer
I was export with checked Polygon Geometry include z-dimension but result geojson file was without z-dimension. Jeongyong Park
07:52 PM Revision f3146537 (qgis): Cleanup + pep8
Anita Graser
07:05 PM Revision dd811a28 (qgis): Add PostGISExecuteAndLoadSQL
Anita Graser
06:12 PM Bug report #19046: LTR-QGIS crashes after edit a Modell
I cannot confirm here (ubuntu 16.04)- Giovanni Manghi
05:30 PM Bug report #19046: LTR-QGIS crashes after edit a Modell
Hi Giovanni,
Yes i mean 2.18.19
When editing a model, e.g. If a new algorithm is added, the model can still be ...
Claas Leiner
04:51 PM Bug report #19046 (Feedback): LTR-QGIS crashes after edit a Modell
do you mean "2.18.19"?
Can you add exact steps on how replicate the issue? thanks.
Giovanni Manghi
04:28 PM Bug report #19046 (Closed): LTR-QGIS crashes after edit a Modell
Dear developers,
Since qgis 2.19 QGIS models can not be closed after processing without QGIS crashes.
Occurs on L...
Claas Leiner
04:56 PM Bug report #19047 (Closed): Shapefile _packed issue with 2.18.20
This is another variant of the file being saved as _packed
I use both 2.18.20 currently and 3.0.2 with the same sh...
Patrick Dunford
04:47 PM Revision fc55d869 (qgis): Merge pull request #7098 from alexbruy/fix-cmake
fix build with CMake < 3.7 Alexander Bruy
04:21 PM Bug report #18963 (Feedback): Can not write a decimal in a real field of a layer spatialite
Hi Sophie, could you share a minimalist SQL definition or spatialite file + a qgs project. I tested in both master W1... Regis Haubourg
04:06 PM Bug report #19045: QGIS crach when adding a legend
same as 19041 ? Jean Hemmi
04:04 PM Bug report #19045 (Closed): QGIS crach when adding a legend
On an isoline vector is open and accept a line style.W, when adding a legend on "Z" QGIS3 craches
Problem appears ...
Jean Hemmi
03:28 PM Revision 034c3f0d (qgis): Revert "Merge pull request #5461 from m-kuhn/less_temp_files"
This reverts commit cfad3aa560c2d11e5271fc2ac64d82aba9f7b5a0, reversing
changes made to cdca7084c44d9d12d2ee835afff85...
Denis Rouzaud
03:17 PM Bug report #18970 (Closed): since Qgis 3.0, program crashes after closing
Giovanni Manghi
03:10 PM Bug report #18970: since Qgis 3.0, program crashes after closing
Nyall Dawson wrote:
> Looks like an issue caused by an installed plugin - can you disable all plugins and try again?...
Dominik Rau
03:10 PM Bug report #19044 (Closed): Everytime error
3rd party plugins errors must be reported in their specific bug tracker. Thanks! Giovanni Manghi
03:10 PM Bug report #19044 (Closed): Everytime error
3rd party plugins errors must be reported in their specific bug tracker. Thanks! Giovanni Manghi
03:07 PM Bug report #19044 (Closed): Everytime error
AttributeError: type object 'QgsMessageBar' has no attribute 'SUCCESS'
Traceback (most recent call last):
File "...
Andrew Shanin
02:55 PM Bug report #19043: Data defined override for line width doesn't work properly when taking into ac...
This is the buggy output, that fat pipe should have been 0.2 thin, not 3 mm.
!problemo.png!
Tudor Bărăscu
02:43 PM Bug report #19043 (Closed): Data defined override for line width doesn't work properly when takin...
I noticed that when activating the Data defined override option for line stroke and a joined layer is involved, the o... Tudor Bărăscu
02:03 PM Revision 4c3a9ef7 (qgis): Ensure that class \brief comes before \since (#7081)
Otherwise it breaks the Python docstrings, which require
the brief to come first
Nyall Dawson
01:31 PM Bug report #19042 (Open): Forms in Layer Properties - default values aren't remembered.
I noticed that default values in Forms (Layer Properties) aren't remembered.
I have a field (in gpkg layer) that I w...
Jadwiga Trojak
01:29 PM Bug report #19029: GDAL functions ImportError: DLL load failed. The operating system cannot run %1.

As far as I can tell, ...
Davíd Brakenhoff
01:20 PM Revision 6cac1bdc (qgis): use complex condition for CMake < 3.7
Alexander Bruy
01:07 PM Revision facf7a22 (qgis): Merge pull request #7007 from arnaud-morvan/server_filter_and_bbox
[server][wfs] Apply BBOX inside And using filterRect René-Luc ReLuc
12:37 PM Bug report #18649 (Closed): Crash on startup on Debian Stretch
The problem was due to another version of PyQt5 being installed locally.
I realized today by accident that `from P...
Jérôme L
10:48 AM Bug report #18649: Crash on startup on Debian Stretch
New backtrace with 3.0.3.
Any clue how to debug this? Anything more I should provide?
Jérôme L
11:49 AM Revision a525b2df (qgis): Mark project as dirty when changing layer subset string
Mathieu Pellerin - nIRV
11:37 AM Bug report #19038: Objects queried by QuickOSM are not automatically saved in project file and lo...
The plugin creates memory layer. QGIS is not able to save memory layer. I agree QGIS should have a warning when we sa... Etienne Trimaille
10:01 AM Bug report #19038: Objects queried by QuickOSM are not automatically saved in project file and lo...
Etienne Trimaille wrote:
> This issue tracker is related to QGIS software, not for plugin. This issue can closed.
...
Sebastian Ernst
08:44 AM Bug report #19038: Objects queried by QuickOSM are not automatically saved in project file and lo...
This issue tracker is related to QGIS software, not for plugin. This issue can closed. Etienne Trimaille
11:25 AM Revision 12a7be79 (qgis): [server] Apply BBOX inside And using filterRect
In case of a WFS GetFeature request,
if BBOX is not a direct child of the Filter element,
it is applyed through an in...
Arnaud Morvan
10:13 AM Revision 97a2a46c (qgis): Update PostGISExecuteAndLoadSQL.py
Anita Graser
09:51 AM Bug report #19024: Plugin installation not working
Borys Jurgiel wrote:
> Does it affect just the two plugins, or any other as well?
It's affecting me after update ...
Cesar Herrera
08:42 AM Revision fc740d71 (qgis): Fixes #19001: update url to _pyqgis and _api commands
Salvatore Larosa
08:02 AM Revision e25c8137 (qgis): Fix SAGA parameter value check
Nyall Dawson
08:02 AM Revision 870d2074 (qgis): [processing] Tweaks and checks for checkParameterValues
Nyall Dawson
08:02 AM Revision a26ae3c1 (qgis): [processing][grass] Fix broken checkParameterValues tests
Nyall Dawson
07:36 AM Revision 373b6bb9 (qgis): [needs-docs] Move the "move features" and "Copy and move features"
buttons to the Advanced Digitizing toolbar Harrissou Santanna
07:36 AM Revision c16e2798 (qgis): [needs-docs]Add multi edit attributes icon to the Digitizing toolbar
fixes #16568 Harrissou Santanna
07:35 AM Bug report #16568 (Closed): Missing "multi edit attributes" icon in (Advanced) Digitizing toolbar
Applied in changeset commit:qgis|c16e279851e14cbb4bf2e6ce2860296bc0caf4ed. Harrissou Santanna
07:35 AM Bug report #16568 (Closed): Missing "multi edit attributes" icon in (Advanced) Digitizing toolbar
Applied in changeset commit:qgis|c16e279851e14cbb4bf2e6ce2860296bc0caf4ed. Harrissou Santanna
06:20 AM Revision cfdfa47d (qgis): [fix] Variables can't have spaces in name
Nathan Woodrow
05:49 AM Revision 6441b64a (qgis): [Processing] Fix raster menu split in two in some locales
Fixes #17448 Nyall Dawson
05:34 AM Revision ec969569 (qgis): Capitalization
Nyall Dawson
05:34 AM Revision dd2279c8 (qgis): More capitalization
Nyall Dawson
05:34 AM Revision aa765b20 (qgis): Set object name for vertex editor (avoid Qt warning)
Nyall Dawson
05:34 AM Revision 6fd8890c (qgis): Minor cleanups
Nyall Dawson
05:34 AM Revision 614800c9 (qgis): [Fix] Don't recreate vertex editor each time
Nathan Woodrow
05:05 AM Revision c923d5b6 (qgis): Fixes #16706, categorized symbology matching lack of value is not prope...
Andrea Aime
05:05 AM Bug report #16706 (Closed): Rule based symbology matching "lack of value" is not properly encoded...
Applied in changeset commit:qgis|c923d5b63fee17d3ce24a707c7bdf77fe113fc23. Andrea Aime
05:05 AM Bug report #16706 (Closed): Rule based symbology matching "lack of value" is not properly encoded...
Applied in changeset commit:qgis|c923d5b63fee17d3ce24a707c7bdf77fe113fc23. Andrea Aime
03:09 AM Revision b56f1132 (qgis): [processing] Add some more tags and icons to stats algs
Nyall Dawson
02:59 AM Revision b6f2f7bd (qgis): Don't use QgsVectorLayer::selectedFeatures() to check for a selection
in a layer
This is incredibly inefficient, because selectedFeatures() actually
fetches a full copy of all selected f...
Nyall Dawson
02:06 AM Revision e552ce62 (qgis): Add warning note to QgsLayoutPageCollection::shouldExportPage
Nyall Dawson
02:04 AM Revision 5cf33969 (qgis): Cleaner conditional generation of pyi typehint stub files
Nyall Dawson
02:04 AM Revision b150f41f (qgis): fix build with SIP < 4.18
Alexander Bruy

2018-05-27

01:48 AM Revision a804a33b (qgis): Remove some useless \returns dox
Nyall Dawson
01:33 AM Revision 2a7b854e (qgis): Remove the invalid image/jpg mime type
Stéphane Brunner
12:56 AM Revision f0b72ae6 (qgis): Set the dpi default to -1 to use layout dpi
Harrissou Santanna
12:42 AM Bug report #19041 (Open): Problems with legend fonts for some fonts
For some reason if I use MS Sans Serif or MS Serif, when I try to change the Title font or the element font I can´t c... Mario Reyes
12:22 AM Revision f8bc9703 (qgis): Remove extra space added before first line of docstring
Nyall Dawson
12:22 AM Revision ea0c1d8c (qgis): Typo
Nyall Dawson
10:23 PM Bug report #19040 (Closed): QGIS 3 can't start or no Python support on Xenial
Trying to use QGIS 3 with ubuntugis dependencies on Xenial. Installing from https://qgis.org/ubuntugis.
QGIS depen...
Lee Hachadoorian
07:25 PM Feature request #18347: More visible way to access Page Properties in QGIS3 Layout
Juernjakob Dugge wrote:
> This is related to #17907. Some discussion of the background can be found at https://twitt...
Mario Reyes
07:17 PM Revision 499459be (qgis): fix build with SIP <4.19
Jürgen Fischer
06:15 PM Bug report #18422: Data Source Manager window not vertically-resizable
Salvatore: Does this mean I need to upgrade something on my system? Or will this fix 'just work' with the next versio... Robin Wilson
03:00 PM Bug report #19039 (Closed): Crash when editing map grid in composer
h2. User Feedback
In layout composer, just after trying to copy-paste a grid with Ctrl C and Ctrl V (which doesn't...
Antoine Lafranchis
02:30 PM Revision a2d796aa (qgis): Merge pull request #7086 from slarosa/plugin_mgr_search_icon
[pluginmanager] show search icon in filter line edit and remove search label Salvatore Larosa
11:46 AM Bug report #19038 (Closed): Objects queried by QuickOSM are not automatically saved in project fi...
h1. Reproducible in the following environments
* QGIS 3.0.1 on openSUSE Leap 15 + QuickOSM 1.6.1
* QGIS 3.0.3 on ...
Sebastian Ernst
10:54 AM Revision 1edbca49 (qgis): Fix bad class docstring
Nyall Dawson
10:54 AM Revision 3b5ada15 (qgis): Move class since annotation to after brief
Lots of classes do this, but it messes with the python docstrings.
TODO: add a unit test preventing this behavior
Nyall Dawson
10:54 AM Revision 0e75f6ef (qgis): Don't indent multiline versionadded/deprecated tags
Turns out there isn't any valid ones anyway - the only
multiline versionadded tags are due to incorrect ordering
of b...
Nyall Dawson
10:54 AM Revision 71107d1d (qgis): Sipify
Nyall Dawson
10:54 AM Revision 4b1b7526 (qgis): Fix bad regex
Nyall Dawson
10:54 AM Revision 9f650fea (qgis): Fix incorrect param docstring when doxygen \param has extra
trailing spaces or uses tabs Nyall Dawson
10:54 AM Revision 3d6ea597 (qgis): Remove some junk lines from docstrings
Nyall Dawson
10:54 AM Revision 7a1a787c (qgis): Fix incorrect returns docstring when doxygen \returns has extra trailin...
Nyall Dawson
10:54 AM Revision 38850bdb (qgis): [pyqgis] Ensure that multiline param tags are indented for additional l...
Nyall Dawson
10:30 AM Bug report #18982: QGIS nightly didn't start
Torsten Wiebke wrote:
> Sorry I don't know what SHA means.
That's it:
> QGIS code revision: commit:310bfb1e3e
Jürgen Fischer
03:50 AM Bug report #18982 (Closed): QGIS nightly didn't start
Looks like a plugin related bug - most likely the crashes due to a recent update of the 3rd-party "Digitizing tools" ... Nyall Dawson
03:50 AM Bug report #18982 (Closed): QGIS nightly didn't start
Looks like a plugin related bug - most likely the crashes due to a recent update of the 3rd-party "Digitizing tools" ... Nyall Dawson
10:29 AM Revision 0115d4e9 (qgis): [pluginmanager] show search icon in filter line edit and removed search...
Salvatore Larosa
06:05 AM Revision 17500c45 (qgis): Fix some interface doxygen
Nyall Dawson
06:05 AM Revision b6b08e96 (qgis): Add 'accessor for' to doxygen compliance blacklist
Use "Returns the..." instead Nyall Dawson
06:05 AM Revision c864d22d (qgis): Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
Nyall Dawson
04:06 AM Revision 487a6a8b (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget (#7079)
Denis Rouzaud
03:10 AM Revision 459765fd (qgis): fix test
Denis Rouzaud

2018-05-26

11:53 PM Bug report #19036: QGIS crashed after using plugin manager
It is installed from OSGeo4W and I have other versions installed.
I can load some plugins. It crashed sometimes. QGI...
Torsten Hase
11:29 PM Bug report #19036: QGIS crashed after using plugin manager
Hi,
Is QGIS installed from the standalone installer or OSGeo4W? What other QGIS versions are already installed?
T...
Borys Jurgiel
07:01 PM Bug report #19036 (Closed): QGIS crashed after using plugin manager
Report:
h2. User Feedback
h2. Report Details
*Crash ID*: 147561b020810973e7803b093f8191e3ff7090d3
*St...
Torsten Hase
11:17 PM Revision efce338b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
11:14 PM Revision c8a5992b (qgis): [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,...
René-Luc ReLuc
07:11 PM Bug report #18928: Qgis crashed after using geometry check
There are two files there I get crashes if I use the geometry chek.
Look on https://1drv.ms/u/s!AstOfroOf1ykj681FhLa...
Torsten Hase
07:04 PM Bug report #18982: QGIS nightly didn't start
Sorry I don't know what SHA means.
In the last crash I get following report:
h2. User Feedback
h2. Report ...
Torsten Hase
12:21 PM Bug report #18421: Attribute Table refresh issue when deleting features from shapefile
The issue still occurs in the last LTR.
The affected QGIS version can be updated to 2.18.20.
Geo Dev
08:51 AM Revision 4bb7f82f (qgis): Remove some incorrect 'not available in Python bindings' notes
Nyall Dawson
08:05 AM Feature request #19025 (Closed): Profile tool
Please file ticket in the Profile plugin bugracker. Alexander Bruy
08:05 AM Feature request #19025 (Closed): Profile tool
Please file ticket in the Profile plugin bugracker. Alexander Bruy
07:44 AM Revision 94cf3fc7 (qgis): Use "customize" instead of "customise"
Since we default to US spelling, we should always be using "customize" Nyall Dawson
07:44 AM Revision 8f770c3f (qgis): Add 'mutator for ' to doxygen compliance blacklist
Nyall Dawson
07:44 AM Revision fa5a7d2a (qgis): Typo
Nyall Dawson
07:44 AM Revision ff55cfc9 (qgis): Add missing getters to QgsContrastEnhancementFunction
Nyall Dawson
03:56 AM Revision c97088bb (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:46 AM Revision 5b870dfa (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:12 AM Revision c5dbf643 (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:05 AM Revision 4bb6e91a (qgis): Update test_qgsprojectionselectionwidgets.py
Denis Rouzaud
03:00 AM Revision 80e44c13 (qgis): Speed up map to pixel simplification by directly accessing x/y vertex data
Nyall Dawson
03:00 AM Revision c10f6de4 (qgis): Unit tests for QgsLineString::(x/y)Data()
Nyall Dawson
03:00 AM Revision 29d5105c (qgis): qgsgeometry_cast
Nyall Dawson

2018-05-25

01:18 AM Revision 9f0ea456 (qgis): Fix windows build (followup 15d2b3683)
Jürgen Fischer
12:57 AM Revision e6a0d529 (qgis): fix clang compile error on osx
Salvatore Larosa
10:31 PM Revision c73262d5 (qgis): Speed up WKB conversion to linestrings
Nyall Dawson
10:11 PM Revision cb4d1178 (qgis): Remove redundant virtual on override
Matthias Kuhn
09:38 PM Revision 6d66375b (qgis): Update qgsprojectionselectionwidget.cpp
Denis Rouzaud
09:20 PM Revision caac47ed (qgis): add missing crsChanged signal in QgsProjectionSelectionWidget
when changed programmatically (i.e. using setCrs) Denis Rouzaud
08:00 PM Bug report #19035 (Closed): trying to delete a column of a .csv layer (no geometry) via layer pro...
h2. User Feedback
h2. Report Details
*Crash ID*: 3ee2186447a151eaa0a2e51957baf23e8f428f7a
*Stack Trace...
Christoph Aberle
06:54 PM Bug report #19024: Plugin installation not working
Does it affect just the two plugins, or any other as well? Borys Jurgiel
10:10 AM Bug report #19024: Plugin installation not working
Vita Karoblyte wrote:
> I was using the profile tool and crayfish plugins for months and suddenly they stopped worki...
Cesar Herrera
09:40 AM Bug report #19024 (Closed): Plugin installation not working
I was using the profile tool and crayfish plugins for months and suddenly they stopped working. I updated my version ... Vita Karoblyte
06:52 PM Bug report #18914: [macOS] Plugin list corrupted by wrongly placed checkboxes on Mac
So it seems it's macOS package issue. Borys Jurgiel
06:52 PM Bug report #18914: [macOS] Plugin list corrupted by wrongly placed checkboxes on Mac
So it seems it's macOS package issue. Borys Jurgiel
06:52 PM Bug report #18914: [macOS] Plugin list corrupted by wrongly placed checkboxes on Mac
So it seems it's macOS package issue. Borys Jurgiel
06:14 PM Bug report #19034 (Closed): QGIS-Server generates empty PDF when printing from QWC2
When sending a getPrint request to qgis-server, no payload is actually generated (PDF file size is 0 bytes, no matter... Willy LE ROY
05:27 PM Bug report #18102: Can only input integer value in the vertex editor
Confirmed in this french message board : https://georezo.net/forum/viewtopic.php?pid=309247#p309247 Dominique Lyszczarz
04:10 PM Revision 2f86c2c5 (qgis): Merge pull request #7075 from m-kuhn/multiselectValueRelation
Fix checkboxes do not show up in value relation multi Matthias Kuhn
04:10 PM Bug report #19028 (Closed): Value relation widget with multiple selection checkbox disappeared
Applied in changeset commit:qgis|37e0b9f66f327e2ab61663e33917a5c303b232ab. Anonymous
04:10 PM Bug report #19028 (Closed): Value relation widget with multiple selection checkbox disappeared
Applied in changeset commit:qgis|37e0b9f66f327e2ab61663e33917a5c303b232ab. Anonymous
11:48 AM Bug report #19028: Value relation widget with multiple selection checkbox disappeared
https://github.com/qgis/QGIS/pull/7075 Matthias Kuhn
11:08 AM Bug report #19028 (Closed): Value relation widget with multiple selection checkbox disappeared
In recent master versions, the checkboxes in the widget disappeared. Matthias Kuhn
04:09 PM Bug report #19032: zwarte records attributentabel
english:
I get black records in my attributetable.
When i click on the line and then away the black disappears.
Pi...
k vdw
03:29 PM Bug report #19032 (Closed): zwarte records attributentabel
Beste
Ik krijg zwarte lijnen in mijn attributentabel.
Eens ik er eens ga opstaan en weer weg klik, komt de norma...
k vdw
03:55 PM Bug report #19033 (Closed): Error report join attributes by location
When trying to run "Join attributes by location", I get the following error message:
Une erreur est survenue lors ...
Charlotte Higgins
03:02 PM Bug report #19031 (Closed): MacOS High Sierra, QGIS 2.18, can't connect to Official Plugin Reposi...
Upgraded to 2.18.19 from 2.16, not behind a proxy. Can't connect to official plugin repo.
Error reading repositor...
bates rambow
02:46 PM Revision f33a2d0e (qgis): Fix mdal build warning unused const var
Matthias Kuhn
01:49 PM Bug report #19029: GDAL functions ImportError: DLL load failed. The operating system cannot run %1.
Davíd Brakenhoff wrote:
> Is it somehow possible to force QGIS to look in its own directory first? Or is there any o...
Jürgen Fischer
11:35 AM Bug report #19029 (Closed): GDAL functions ImportError: DLL load failed. The operating system can...
The problem that occurs is similar to an earlier issue that has been closed (#4370). It might be that the conclusion ... Davíd Brakenhoff
12:10 PM Feature request #19030 (Open): Ability to add data from Microsoft Excel Worksheets (.xlsx) with m...
It would be very beneficial for me (and hopefully others) to be able to add data from .xlsx format which would give y... Andy Whyte
11:50 AM Revision 37e0b9f6 (qgis): Fix checkboxes do not show up in value relation multi
Fix #19028 Matthias Kuhn
11:29 AM Feature request #19026 (Closed): Map composer - Atlas pluging
You'll need to ask the plugin developers on their site Nyall Dawson
11:29 AM Feature request #19026 (Closed): Map composer - Atlas pluging
You'll need to ask the plugin developers on their site Nyall Dawson
10:26 AM Feature request #19026 (Closed): Map composer - Atlas pluging
Could be possible to update the pluging "Grids for atlas" to Qgis 3. I think that it's the most easy way to create th... Cesar Herrera
11:06 AM Revision 9aa5ac03 (qgis): Merge pull request #7061 from rouault/wms_wmts
WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fixes #18883) Matthias Kuhn
11:06 AM Bug report #18883 (Closed): Rename "WMS" in Data Source Manager to "WMS/WMTS"
Applied in changeset commit:qgis|3e436094f6dede200d934583424d4b559b89258f. Even Rouault
11:06 AM Bug report #18883 (Closed): Rename "WMS" in Data Source Manager to "WMS/WMTS"
Applied in changeset commit:qgis|3e436094f6dede200d934583424d4b559b89258f. Even Rouault
10:50 AM Bug report #19027 (Closed): Zonal statistics not working when raster and vector in different CRS
If the CRS is different the algorithm runs but the result is empty matteo ghetta
10:08 AM Feature request #19025 (Closed): Profile tool
In order to create profiles like geological profiles, It would be interesting introduce the option to create "filled ... Cesar Herrera
09:47 AM Bug report #18704: No GDAL/GRASS functionality on OSX in QGIS3
https://gis.stackexchange.com/a/283923/118161 cesare galanti
09:12 AM Revision 99b6194e (qgis): Improve docs for single symbol renderer, add missing SIP_FACTORY
Nyall Dawson
08:53 AM Revision 43928d8c (qgis): Don't crash when a null task is added to task manager
Nyall Dawson
08:51 AM Revision 595ecceb (qgis): fix windows build (followup 33390123e3)
Jürgen Fischer
08:50 AM Bug report #16428: Processing UI forms not rendering properly
I have the same problem with QGIS 3.0.3 compiled on Archlinux.
-Removing- ...
Mario Baranzini
08:36 AM Bug report #18567 (Closed): Layer selection of another algorithm in the Qgis Select algorithm by ...
this problem is resolved in 3.0.3. Thomas Ailhaud
08:31 AM Revision 5e360f90 (qgis): Add unit test to prevent deprecated methods without description
And add missing descriptions Nyall Dawson
08:28 AM Revision 83b0bd7c (qgis): Make 'WMS/WMTS' untranslatable in QgsWmsSourceSelectProvider::text()
Even Rouault
07:09 AM Revision 1c615c15 (qgis): More documentation compliance
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
Nyall Dawson
07:09 AM Revision 8bb45b93 (qgis): Typo
Nyall Dawson
06:48 AM Revision 095a3249 (qgis): More efficient QgsGeometry::asGeometryCollection() for single part geom...
Nyall Dawson
03:40 AM Revision 44630b47 (qgis): Add QgsDataProvider::ProviderOptions struct to constructors
for data providers
Allows a way to pass generic settings to providers, e.g.
passing a datum transform context for us...
Nyall Dawson
03:40 AM Revision 7c6eaf3d (qgis): Fix build
Nyall Dawson
03:40 AM Revision b813a671 (qgis): Fix API breaks
Nyall Dawson
03:40 AM Revision bcaad3a5 (qgis): Fix documentation warning
Nyall Dawson
03:16 AM Revision fa912f5c (qgis): Doxygen test also checks for broken 'see also' links
Nyall Dawson
03:16 AM Revision a3c543df (qgis): Fix test result
Nyall Dawson
03:16 AM Revision 2cb8a338 (qgis): Fix broken see also links
Nyall Dawson
03:16 AM Revision 1098b391 (qgis): Fix test
Nyall Dawson
03:16 AM Revision bb995202 (qgis): Fix more broken links
Nyall Dawson

2018-05-24

01:32 AM Revision 1d8689f3 (qgis): remove deprecated qt5_use_modules macro
Salvatore Larosa
01:32 AM Revision 98b683c7 (qgis): clang workaround to fix build: use move on return unique_ptr
Salvatore Larosa
01:18 AM Revision bacaee4a (qgis): [oracle] Fix crash when adding a feature with missing attributes
to data provider
(cherry-picked from 5709908)
Nyall Dawson
01:18 AM Revision 29e80baa (qgis): [oracle] Always fetch features with null goemetry unless feature rect i...
...to match behaviour of other providers
(cherry-picked from c5c22d3)
Nyall Dawson
01:18 AM Revision a4e2e8ab (qgis): [oracle] Fixes for edit tests (still disabled)
(cherry-picked from e197f80) Nyall Dawson
01:18 AM Revision 32ba7524 (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:18 AM Revision 3e67ad5a (qgis): [oracle] Some updates to Oracle provider test suite
Now the Oracle provider passes the data provider edit stress/
conformance tests without issue!
(cherry-picked from 6...
Nyall Dawson
01:18 AM Revision bbb59907 (qgis): [oracle] Always check bounding box intersection when using filter rect
Because oracle sdo_filter sometimes returns results outside
the given filter (depending on the spatial index), and is...
Nyall Dawson
01:18 AM Revision 03e38152 (qgis): [oracle] Fix expression compilation of integer division
(cherry-picked from 60a71d1) Nyall Dawson
01:18 AM Revision f5a9e6b3 (qgis): [oracle] Always mark features as invalid when iterator is closed
Fixes some failing oracle provider conformance test suite failures
(cherry-picked from 649dc19)
Nyall Dawson
01:18 AM Revision 15d2b368 (qgis): [oracle] Ensure that all attributes required for order by are fetched
Fixes potentially broken iterator sorting with oracle provider when
a subset of attributes is fetched
(cherry-picked...
Nyall Dawson
01:18 AM Revision b35696f4 (qgis): Followups
(cherry-picked from 12a2243) Nyall Dawson
01:18 AM Revision 8f9c1d43 (qgis): [Oracle][Tests] Enhance Point convertion test
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Poi...
René-Luc ReLuc
01:18 AM Revision d29317c3 (qgis): [BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinat...
René-Luc ReLuc
01:18 AM Revision 3921bf56 (qgis): Followups
(cherry-picked from fb16dab) Nyall Dawson
01:18 AM Revision c9683cf9 (qgis): [oracle] Fix incorrect feature count after adding features to layers
(cherry-picked from b6142c8) Nyall Dawson
01:18 AM Revision 644c71ef (qgis): [oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-...
Nyall Dawson
01:18 AM Revision a51d618d (qgis): [Oracle][Tests] Enhance Geometry creation SQL script
(cherry-picked from 3f6cd31) René-Luc ReLuc
01:17 AM Revision c66f6581 (qgis): Fix typo
Harrissou Santanna
01:17 AM Revision c7538702 (qgis): Fix typo
Harrissou Santanna
01:13 AM Bug report #19021 (Closed): [Layout] Exporting an atlas does not bring back the map item to its i...
This was by design in 3.x.
2.x design originally tried to isolate atlas settings from the composer, so that a sin...
Nyall Dawson
01:13 AM Bug report #19021 (Closed): [Layout] Exporting an atlas does not bring back the map item to its i...
This was by design in 3.x.
2.x design originally tried to isolate atlas settings from the composer, so that a sin...
Nyall Dawson
12:40 PM Bug report #19021 (Closed): [Layout] Exporting an atlas does not bring back the map item to its i...
In a print layout, add a map item and connect it to an atlas (zoom to the feature option).
Launch the atlas
At the ...
Harrissou Santanna
12:13 AM Bug report #18422: Data Source Manager window not vertically-resizable
fixed on osx platform with qt 5.11.0 Salvatore Larosa
12:09 AM Bug report #18914: [macOS] Plugin list corrupted by wrongly placed checkboxes on Mac
a Qt issue, fixed with 5.11.0 version. (from homebrew) Salvatore Larosa
09:59 PM Revision d71643f7 (qgis): Create PostGISExecuteAndLoadSQL.py
Anita Graser
09:45 PM Bug report #19003 (Feedback): Raster-->Tile index
How's the gdal command look? Can you spot the error? Nyall Dawson
01:34 PM Bug report #19003: Raster-->Tile index
Confirmed on master, the errors are like
ERROR 4: `C:\\Users\\qgis\\Desktop\\rasters\\military_maps\\459_2.tif C:\...
Giovanni Manghi
01:34 PM Bug report #19003: Raster-->Tile index
Confirmed on master, the errors are like
ERROR 4: `C:\\Users\\qgis\\Desktop\\rasters\\military_maps\\459_2.tif C:\...
Giovanni Manghi
01:34 PM Bug report #19003: Raster-->Tile index
Confirmed on master, the errors are like
ERROR 4: `C:\\Users\\qgis\\Desktop\\rasters\\military_maps\\459_2.tif C:\...
Giovanni Manghi
01:34 PM Bug report #19003: Raster-->Tile index
Confirmed on master, the errors are like
ERROR 4: `C:\\Users\\qgis\\Desktop\\rasters\\military_maps\\459_2.tif C:\...
Giovanni Manghi
06:58 PM Bug report #19023 (Closed): Crash on Check Geometry
h2. User Feedback
h2. Report Details
*Crash ID*: 0ab509c919d211cd16f2e5c49745bb8675c26946
*Stack Trace...
Barry Dyer
05:06 PM Bug report #18515: QGIS 3.0 Can't Connect to PostgreSQL from DB Manager: PermissionError
Also affects `3.0.3-Girona`
QGIS code revision: 8a899c8758
Raphael Dumas
04:03 PM Revision 12cb6fc6 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:44 PM Revision 375c1f15 (qgis): [wfs] fix turning attribute value to NULL
Denis Rouzaud
03:14 PM Revision 5eddbb61 (qgis): fix icon/row size
Denis Rouzaud
03:14 PM Revision 1905cca7 (qgis): [locator] move the config button to the table
Denis Rouzaud
02:54 PM Feature request #1167: SLD support in conjunction with WMS
This way styling for was layers could be made directly in qgis using the style editor and eliminating the requirement... google flights
02:07 PM Bug report #19012: [PyQGIS Doc] Make all syntaxes obvious when a method has more than one syntax
moved to proper tracker https://github.com/qgis/pyqgis/issues/18 Denis Rouzaud
02:05 PM Bug report #19017 (Closed): [PyQGIS Docs] issues in the docs formatting
moved to proper tracker https://github.com/qgis/pyqgis/issues/17 Denis Rouzaud
09:58 AM Bug report #19017 (Closed): [PyQGIS Docs] issues in the docs formatting
Paragraphs are wrongly formed (split, indentation) in the upper part of the "QgsLayoutItemMapOverview":https://qgis.o... Harrissou Santanna
01:58 PM Feature request #17482: Add support for PostgreSQL JSON and JSONB column types
Could not agree more - this is almost a must have these days. Attila Berényi
01:43 PM Revision 61f84ce7 (qgis): Merge pull request #7008 from PeterPetrik/qgsmeshlayer_2_scalar_vector_...
[mesh] Rendering of scalar and vector datasets Martin Dobias
01:26 PM Revision 3e436094 (qgis): WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fix...
Even Rouault
01:03 PM Feature request #19022 (Open): [Layout] Add more default layout options
In the Settings --> Options dialog there is a "Print layout" tab you can use to configure some default values for any... Harrissou Santanna
12:21 PM Bug report #19020 (Closed): [Layout] Inconsistencies in export to image vs svg file naming
When a multi-page print layout is exported to image format, they are named *file_1*, file_2, file_3...
When the same...
Harrissou Santanna
11:32 AM Bug report #19018 (Closed): QGIS 3.0.3 crashed: installation plugin Digitizing Tools
Please open this on the plugin's bug tracker Nyall Dawson
11:32 AM Bug report #19018 (Closed): QGIS 3.0.3 crashed: installation plugin Digitizing Tools
Please open this on the plugin's bug tracker Nyall Dawson
10:47 AM Bug report #19018 (Closed): QGIS 3.0.3 crashed: installation plugin Digitizing Tools
h2. User Feedback
Installing the plugin causes the QGIS to crash.
h2. Report Details
*Crash ID*: adbf2de920d...
Paolo Brunello
10:51 AM Bug report #19019 (Open): Toolbars reorganisation is not saved when QGIS is closed
I have many toolbars enabled in QGIS and I reorganize them so that from four rows by default, I only have two rows of... Harrissou Santanna
09:46 AM Revision 8d5d5f08 (qgis): Merge pull request #7048 from mhugent/fix_large_sized_print
Disable RenderPartialOutput Setting in printing. It is unused in prin… Marco Hugentobler
09:18 AM Revision 519c9db5 (qgis): Disable RenderPartialOutput also in composer map preview
Marco Hugentobler
08:16 AM Revision 882d8ed7 (qgis): tiny doc change
Peter Petrik
05:56 AM Bug report #19016 (Open): Limits in labels for raster symbology in discrete interpolation method ...
In QGIS 2.18, when the discrete interpolation method was selected for a raster, the labels used to show the lower and... Mario Reyes
05:42 AM Bug report #19015 (Open): Label unit suffix for rasters not working
When I try to add a text using the label unit suffix in the properties of a raster in the style tab it doesn't work. Mario Reyes
05:15 AM Bug report #19013 (Closed): Wrong path for export atlas to pdf result message
Applied in changeset commit:qgis|dde895d14964897a0701ee489e44f41c59c32619. Nyall Dawson
05:15 AM Bug report #19013 (Closed): Wrong path for export atlas to pdf result message
Applied in changeset commit:qgis|dde895d14964897a0701ee489e44f41c59c32619. Nyall Dawson
05:14 AM Revision dde895d1 (qgis): [layouts] Fix incorrect path shown after export atlas to pdf
Fixes #19013 Nyall Dawson

2018-05-23

01:51 AM Bug report #19014: Crash when working on layout, but only when a particular line vector layer is ...
None of the layers have labels with the "Discourage labels from covering features" option selected and the crash stil... Bryant Baker
01:44 AM Bug report #19014 (Closed): Crash when working on layout, but only when a particular line vector ...
Duplicate of #14752 Nyall Dawson
01:44 AM Bug report #19014 (Closed): Crash when working on layout, but only when a particular line vector ...
Duplicate of #14752 Nyall Dawson
07:29 PM Bug report #19014 (Closed): Crash when working on layout, but only when a particular line vector ...
Crash ID: b7693e9aafd3ece03bd92b5684d7df2bef90319d
Stack Trace
geos::index::strtree::STRtree::STRIntersects...
Bryant Baker
01:45 AM Bug report #17295 (Closed): vector styler in layer properties shows "This renderer doesn't implem...
Nyall Dawson
10:49 AM Bug report #17295: vector styler in layer properties shows "This renderer doesn't implement a gra...
Doesnt happen anymore with 3, so i guess it was a temporary fluke. landry Landry Breuil
01:45 AM Bug report #19010 (Closed): *Crash ID*: ecaeb6817cb0f7d146fc0089bbad106819ca309e
Duplicate of #14752 Nyall Dawson
01:45 AM Bug report #19010 (Closed): *Crash ID*: ecaeb6817cb0f7d146fc0089bbad106819ca309e
Duplicate of #14752 Nyall Dawson
11:16 AM Bug report #19010 (Closed): *Crash ID*: ecaeb6817cb0f7d146fc0089bbad106819ca309e
h2. User Feedback
h2. Report Details
*Crash ID*: ecaeb6817cb0f7d146fc0089bbad106819ca309e
*Stack Trace...
Ricardo Campos
01:43 AM Bug report #19011 (Closed): Digitizing Tools -> qgis crashed
This is a bug with the digitizing tools plugin, not qgis. You need to file it on the plugin's bug tracker. Nyall Dawson
01:43 AM Bug report #19011 (Closed): Digitizing Tools -> qgis crashed
This is a bug with the digitizing tools plugin, not qgis. You need to file it on the plugin's bug tracker. Nyall Dawson
11:56 AM Bug report #19011 (Closed): Digitizing Tools -> qgis crashed
h2. User Feedback
h2. Report Details
*Crash ID*: 17ad52ca73bb3113827324b00088cb8411bed55b
*Stack Trace...
vlad klein
12:09 AM Bug report #18996: QGIS crash when SVG for styling is not available
Yep, zoom in and out and no crash. Can you get a trace? Nyall Dawson
04:30 PM Bug report #18996 (Open): QGIS crash when SVG for styling is not available
Did you try to zoom in/out several times? Saber Razmjooei
03:01 AM Bug report #18996 (Feedback): QGIS crash when SVG for styling is not available
Can't reproduce - works fine here (windows) Nyall Dawson
10:56 PM Revision e906a2c9 (qgis): [python] Generate type hint stub files
Causes sip to generate the type hinting stub (".pyi") files
alongside the generated python modules.
This allows edit...
Nyall Dawson
08:51 PM Revision ce72bde3 (qgis): [WMS provider] Avoid duplicate format selection radio buttons (fixes #1...
Even Rouault
08:51 PM Bug report #18796 (Closed): PNG8 image encoding radio button for WMS is duplicated
Applied in changeset commit:qgis|ce72bde32a5f5985e45eec9f71b33d2992ea0484. Even Rouault
08:51 PM Bug report #18796 (Closed): PNG8 image encoding radio button for WMS is duplicated
Applied in changeset commit:qgis|ce72bde32a5f5985e45eec9f71b33d2992ea0484. Even Rouault
03:52 PM Bug report #19013 (Closed): Wrong path for export atlas to pdf result message
Export an atlas to pdf
Once the operation finishes, you get a message at the top of the stating that export was succ...
Harrissou Santanna
03:23 PM Revision 839de2e2 (qgis): Merge pull request #7057 from rouault/fix_18882_alternate
[WFS provider] Revert to using singular TYPENAME keyword for WFS 2.0 DescribeFeatureType (fixes #18882, refs #17872) Even Rouault
03:22 PM Bug report #18882 (Closed): Attempting to add layer using site-wide WFS get capabilities URL in Q...
Applied in changeset commit:qgis|7511d1ffdb867f3bd19bf0697afa5c49ae6b621d. Even Rouault
03:22 PM Bug report #18882 (Closed): Attempting to add layer using site-wide WFS get capabilities URL in Q...
Applied in changeset commit:qgis|7511d1ffdb867f3bd19bf0697afa5c49ae6b621d. Even Rouault
02:44 PM Bug report #19009: GeoPackage: Error when adding fields
This bug looks similar to https://issues.qgis.org/issues/15614 Jérôme Guélat
12:15 PM Bug report #19009: GeoPackage: Error when adding fields
The bug is also occurring on QGIS 2.18.20 (tested on different computers) Jérôme Guélat
09:52 AM Bug report #19009 (Closed): GeoPackage: Error when adding fields
I get an error when saving edits after adding more than one field to a GeoPackage
1. Open the attached GeoPackage
...
Jérôme Guélat
02:40 PM Bug report #19012 (Closed): [PyQGIS Doc] Make all syntaxes obvious when a method has more than on...
Go to https://qgis.org/pyqgis/master/core/Layout/QgsLayoutExporter.html#qgis.core.QgsLayoutExporter.exportToPdf
The ...
Harrissou Santanna
01:59 PM Revision 2330b7fc (qgis): [WFS provider] Handle buggy servers that require plural form TYPENAMES ...
Some servers like http://geoportal.samregion.ru/wfs12 return an
error when issuing a REQUEST=DescribeFeatureType&VERS...
Even Rouault
01:37 PM Bug report #18987: Crash: Profile tool - QGIS 3.0.2
Hi,
I am the current maintainer of ProfileTool plugin. We have tracked this issue down to what seems a regression on...
Javier Becerra Elcinto
11:41 AM Bug report #18740: is a WFS layer is large enough then identifying a feature in QGIS with the "au...
Fixed in master 3.1dev and backported to 2.18 branch Even Rouault
11:41 AM Bug report #18740: is a WFS layer is large enough then identifying a feature in QGIS with the "au...
Fixed in master 3.1dev and backported to 2.18 branch Even Rouault
11:40 AM Revision e1708afc (qgis): Merge pull request #7052 from rouault/fix_18740_qgis2_18
[WFS provider] 2.18 / Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
11:03 AM Revision 2bbacb63 (qgis): Merge pull request #7054 from nyalldawson/compliant
Add compliance test to doxygen test Matthias Kuhn
10:37 AM Revision e6c94989 (qgis): fix stretch build
Jürgen Fischer
09:47 AM Bug report #18990: Crash when panning map while GPS is activated
Thank you for reporting this.
Do you have the information from the "Oops" dialog available?
For best feedback, it...
Matthias Kuhn
09:27 AM Revision f41daee1 (qgis): Fix docstring for setEditFormConfig
Alessandro Pasotti
08:55 AM Revision afa04d9b (qgis): Fix non-compliant docstrings
Nyall Dawson
08:46 AM Revision 8b1bbfe8 (qgis): Add compliance test to doxygen test
Tests for "non-compliant" doxygen strings, e.g. use of
- "getter for..." instead of "returns the..."
- "setter for......
Nyall Dawson
06:31 AM Bug report #19008 (Closed): loading raster to Geopackage
h2. User Feedback
h2. Report Details
*Crash ID*: fa40ef17619e0a47a3373d90434ea8cb343486b8
*Stack Trace...
Nihcas C
05:08 AM Revision 45aca2f9 (qgis): fix unclosed strings not style in python console & script editor
Mathieu Pellerin - nIRV
03:53 AM Revision 91a792b8 (qgis): Try to fix handling of undocumented members on Travis
Nyall Dawson
03:53 AM Revision 4082ef7f (qgis): Standardize member signature when comparing against acceptable undocume...
Seems different doxygen versions result in slightly different whitepace
*inside* the member's signatures!
Nyall Dawson
03:53 AM Revision 14cf46cd (qgis): Update list of acceptable missing docs
Nyall Dawson
03:53 AM Revision 48489d63 (qgis): Sort list of acceptable missing docs
Nyall Dawson

2018-05-22

01:58 AM Bug report #19007 (Closed): Cannot use Split Features in 2.18.19, QGIS freezes
In QGIS 2.18.19 on Ubuntu 17.10, I cannot use the Split Features tool from the Advanced Digitizing Toolbar.
I clic...
Cory Albrecht
01:20 AM Revision b9be0a5b (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Backport of 6cf1c502d1e057aa63ba7b48e2a532324a98194d Even Rouault
12:33 AM Bug report #19006 (Open): Variable list on layout items disabled when system locale is overriden
Try to override system locale and you get a disabled empty list of variables for layout (composer) items.
Checked o...
Nikolay Lebedev
12:29 AM Bug report #19005 (Closed): QGIS crashes on user form with join
When editing a layer with a join and saving it a message comes up that "the feature has too many attributes". The fea... Nikolay Lebedev
11:55 PM Revision 6165e4c8 (qgis): Add some SIP_THROW( QgsCsException ) annotations
Incomplete, but allows proper QgsCsException catching
for these methods
Nyall Dawson
11:22 PM Revision 1121565d (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #18...
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:58 PM Bug report #19004 (Closed): Wrong documentation in QgsLayoutAtlas class
Applied in changeset commit:qgis|f82b639604a78ad4b0c591bf18bb272608eebda9. Nyall Dawson
10:58 PM Bug report #19004 (Closed): Wrong documentation in QgsLayoutAtlas class
Applied in changeset commit:qgis|f82b639604a78ad4b0c591bf18bb272608eebda9. Nyall Dawson
06:37 PM Bug report #19004 (Closed): Wrong documentation in QgsLayoutAtlas class
The note at the top in https://qgis.org/pyqgis/master/core/Layout/QgsLayoutAtlas.html refers to atlasComposition() an... Harrissou Santanna
10:55 PM Revision f82b6396 (qgis): Fix outdated docs
Fixes #19004 Nyall Dawson
09:56 PM Revision 7511d1ff (qgis): Revert "[bugfix][wfs] Expand support for 2.0.0 TYPENAMES" (fixes #18882)
This reverts *partially* commit ccb4c80f8a6d2bb179258f1ffec0dc9a447ca465.
The plural form of TYPENAMES is non confor...
Even Rouault
07:08 PM Revision 2bbea0d4 (qgis): Merge pull request #7047 from rouault/fix_18740
[WFS provider] Avoid request by feature id to cause a full layer download (fixes #18740) Even Rouault
07:08 PM Bug report #18740 (Closed): is a WFS layer is large enough then identifying a feature in QGIS wit...
Applied in changeset commit:qgis|6cf1c502d1e057aa63ba7b48e2a532324a98194d. Even Rouault
07:08 PM Bug report #18740 (Closed): is a WFS layer is large enough then identifying a feature in QGIS wit...
Applied in changeset commit:qgis|6cf1c502d1e057aa63ba7b48e2a532324a98194d. Even Rouault
06:59 PM Revision 81bf510c (qgis): fix typo
Peter Petrik
05:55 PM Revision 31a95718 (qgis): Disable RenderPartialOutput Setting in printing. It is unused in printi...
Marco Hugentobler
04:49 PM Bug report #19003 (Closed): Raster-->Tile index
I would like to create a tile index from more than 300 tif-files via Raster>>Miscellaneous>>tile index. There is no r... Klaus König
04:46 PM Bug report #19002 (Closed): Data Source Manager: Switch "Close" and "Add" buttons
In most dialogs a button with an "positive" action like save/accept/OK/open appears on the left side of a button row,... mr twister
04:43 PM Bug report #18353 (Feedback): QGIS Server can't work with /tmp directory
Alessandro Pasotti
03:55 PM Bug report #18996 (Open): QGIS crash when SVG for styling is not available
Here is the gpkg file:
https://www.dropbox.com/s/5c3uk8sea31bta2/test.gpkg?dl=0
and the project file:
https://ww...
Saber Razmjooei
03:56 AM Bug report #18996 (Feedback): QGIS crash when SVG for styling is not available
Works OK here - maybe it's specific to a certain fill/marker type? Can you share a project? Nyall Dawson
02:35 PM Revision c7587693 (qgis): fix docs
Peter Petrik
02:32 PM Revision 33390123 (qgis): various small fixes from review
Peter Petrik
01:33 PM Bug report #18997: Pip in Python 3.6 under QGIS 3.0.3 doesn't work
Sorry, doesn't work too. :-( Michal Hala
01:32 PM Revision 6cf1c502 (qgis): [WFS provider] Avoid request by feature id to cause a full layer downlo...
Even Rouault
12:56 PM Revision 9cf6bbf4 (qgis): Improve default color scheme for python console & script editor
Mathieu Pellerin - nIRV
10:16 AM Feature request #19001 (Closed): [Python Console] Modify the _pyqgis command behavior
In the Python console type __api_ leads to https://qgis.org/api and __pyqgis_ to https://docs.qgis.org/testing/en/doc... Harrissou Santanna
09:53 AM Bug report #19000 (Closed): QGis V3.0.3 crashed on use of plugin
This is an issue with a 3rd party plugin, so needs to be opened on their bug tracker. Nyall Dawson
09:53 AM Bug report #19000 (Closed): QGis V3.0.3 crashed on use of plugin
This is an issue with a 3rd party plugin, so needs to be opened on their bug tracker. Nyall Dawson
08:15 AM Bug report #19000 (Closed): QGis V3.0.3 crashed on use of plugin
3.0.3 crashed on making shape file from scv file using qpython
h2. User Feedback
h2. Report Details
*Cra...
N. Veenstra
08:31 AM Revision 45b045d2 (qgis): Fix missing color settings for python console / script editor
Mathieu Pellerin - nIRV
07:43 AM Revision 6d87a4cf (qgis): [console] Fix unclosed strings don't respect the preset font size
Nyall Dawson
04:01 AM Bug report #18977 (Closed): Problem changing the proyection of point shapefile
Nyall Dawson
03:30 AM Bug report #18977: Problem changing the proyection of point shapefile
https://github.com/qgis/QGIS/pull/7043 fixes the described crash and missing features issue, but the underlying cause... Nyall Dawson
03:57 AM Revision 681074bf (qgis): Setting crs for extent group box shouldn't auto check the box
Causes e.g. changing the destination CRS in the save vector
file dialog to accidentally enable the "extent" filter op...
Nyall Dawson
03:57 AM Revision 33669ab7 (qgis): [processing] Don't crash when hitting transform exceptions
inside transform algorithm Nyall Dawson
02:05 AM Revision 959d1e93 (qgis): Avoid some unnecessary geometry clones during map to pixel
simplification Nyall Dawson
02:05 AM Revision 98117839 (qgis): Add failing test for rendering simplification of very small
ring inside larger polygon Nyall Dawson
02:05 AM Revision c1661dee (qgis): Fix invalid polygon rings created by map to pixel simplification
when a larger polygon contains a very small ring Nyall Dawson

2018-05-21

12:01 AM Bug report #18997: Pip in Python 3.6 under QGIS 3.0.3 doesn't work
Just discovered it last night (check qgis-developer mailing-list), try python3 -m pip install yourmodule Harrissou Santanna
08:58 PM Bug report #18997 (Open): Pip in Python 3.6 under QGIS 3.0.3 doesn't work
Pip in Python 3.6 under QGIS 3.0.3 doesn't work. After typing: pip install _some module_ in command prompt or in PyQG... Michal Hala
11:59 PM Bug report #18998 (Feedback): CRASH!
More info is required - what triggered this crash? Nyall Dawson
10:35 PM Bug report #18998 (Closed): CRASH!
h2. User Feedback
h2. Report Details
*Crash ID*: cefd4c07526de2bbe944e59eccb8731a645d31ea
*Stack Trace*
<pr...
Andrew Shanin
11:39 PM Bug report #18999 (Feedback): click on anything in plugin manager crashes qgis
When i click on anything inside of the plugin manager qgis crashes immediately.
qgis 3.0.3
arch linux
running...
luke allen
10:54 PM Revision b886e224 (qgis): Fix typo
Even Rouault
10:44 PM Revision c3c5c976 (qgis): Dummy commit to indicate that 0addae5b783e541953522eabe178426e820bf852 ...
Even Rouault
10:40 PM Revision 0addae5b (qgis): [WFS provider] Fix excessive memory consumption on big layers (refs #1870)
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a...
Even Rouault
10:03 PM Revision 19b3325b (qgis): Use the standard snap indicator with move features tool
Fixes #18957 Nyall Dawson
10:03 PM Feature request #18957 (Closed): Edit > Move Feature: Should honor snapping
Applied in changeset commit:qgis|19b3325be6da4c14d7e8992391e913830b674da8. Nyall Dawson
10:03 PM Feature request #18957 (Closed): Edit > Move Feature: Should honor snapping
Applied in changeset commit:qgis|19b3325be6da4c14d7e8992391e913830b674da8. Nyall Dawson
10:03 PM Revision c5ff6b9c (qgis): [processing] Ensure parameters linked to layer parameters
(e.g. field choices) are correctly updated when a layer
is selected which doesn't belong to the project
Nyall Dawson
10:02 PM Revision 3de7b383 (qgis): Fix bad regex escaping
Nyall Dawson
10:02 PM Revision 343872b7 (qgis): Flip some code to use format
Nyall Dawson
10:02 PM Revision 4ec9e00a (qgis): Fix SVG parsing error on startup
Nyall Dawson
10:02 PM Revision c0d95280 (qgis): Silence python warnings from 3rd party libraries on startup
Nyall Dawson
08:44 PM Bug report #18977: Problem changing the proyection of point shapefile
I'm trying to change the projection of points in the US from WGS 84 to US Atlas (EPSG: 2163), to calculate distances.... José Miguel Pascual
07:16 PM Bug report #18966: WMS refresh crash
Dion Duran wrote:
> Update. The crash has happened twice again since I posted. I think I have tracked down the offen...
Ronan L
05:42 PM Bug report #18996 (Closed): QGIS crash when SVG for styling is not available
I seem to remember there was a similar issue in the past: #10153.
The missing SVGs are rendered as question marks ...
Saber Razmjooei
04:48 PM Bug report #18430: Multiple extension and plugin bug QGIS3 osx
3.0.2 version from qgis.org has the same behaviour.
the problem comes with python 3 from python.org , enable_load_ex...
Ronan L
01:09 PM Feature request #18995 (Open): use variable in layer source
use variable in layer source
We using qGis layer and can not use variable in source. We would use this feature for...
Pranas Slezas
12:24 PM Bug report #18994 (Closed): Major Printing Problem with v3
I have been trying to print A3, A2, A1 and A0 size pages in landscape mode and QGIS keeps trying to print the map in ... Grant Boxer
11:48 AM Revision a7397b17 (qgis): [python console] improve settings UI (#7041)
- improve UI spacing
- harmonize reset icon
Mathieu Pellerin - nIRV
11:06 AM Revision dcc79fcf (qgis): [processing] Fix invalid attribute's name
Paul Blottiere
11:06 AM Revision 42199d1a (qgis): [processing] Declare NOT_SELECTED
Paul Blottiere
09:44 AM Bug report #18993 (Rejected): QGIS3 Layout: the html label renderer ignores many styles e.g. font...
Step to reproduce :
1. Add new Layout
2. Add Label
3. Put below as property
<style>
.htmlrender {
font-famil...
sand thorn
09:06 AM Bug report #18054: postgis raster causes minidump
Please check again and report here. If no feedback in 2 weeks, I suggest closing this, as a possible duplicate or any... Paolo Cavallini
08:07 AM Revision b2163260 (qgis): [processing] Fix exception when editing enum input with no default value
Nyall Dawson
08:07 AM Revision 6b5e5b6e (qgis): [processing] Fix models cannot correctly set enum parameters
to a static choice Nyall Dawson
06:28 AM Revision 84163841 (qgis): [processing] Improved script editor dialog title
- show filename in title, or 'Untitled Script' for new
scripts
- show unsaved ('*') indicator when unsaved changes pr...
Nyall Dawson
06:28 AM Revision 28b23d0b (qgis): [processing] Fix script editor dialog title
Nyall Dawson
05:58 AM Revision fb882494 (qgis): [needs-docs][processing] reword add model/script to toolbox actions
Mathieu Pellerin - nIRV
05:58 AM Revision 05beaa73 (qgis): [needs-docs][processing] open existing script toolbar action
Mathieu Pellerin - nIRV
02:03 AM Revision 35b3e9bb (qgis): Add unit test for geoccs descriptions imported from GDAL
Nyall Dawson

2018-05-20

10:50 AM Revision 1b3a47a6 (qgis): remove unused python console icons
Mathieu Pellerin - nIRV
10:50 AM Revision af45b84c (qgis): [processing] do no wrap line in script editor
(harmonize behavior with python console) Mathieu Pellerin - nIRV
10:50 AM Revision b0e93a17 (qgis): [python console] update toolbar icon and action position
(harmonize position with the processing script editor) Mathieu Pellerin - nIRV
10:50 AM Revision 6b3ebfc0 (qgis): harmonize open script icons
Mathieu Pellerin - nIRV
10:50 AM Revision 310bfb1e (qgis): [processing] show indentation guides in script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 2ad74b9d (qgis): [processing] better unsaved change dialog upon closing script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 5a4d33f3 (qgis): [processing] use python console color/font settings for the script editor
Mathieu Pellerin - nIRV
10:50 AM Revision 60bef387 (qgis): reduce darkness of the inc./dec. font icons
Mathieu Pellerin - nIRV
10:49 AM Bug report #18992 (Closed): Unable to run any grass process under macOS X.13.4
After clean install on MacOS X 10.13.4, I was not able to run any off the grass tools.
First error was "python3 file...
Ronan L
10:17 AM Revision 303a79a1 (qgis): [processing] fix temporary directories handling
Alexander Bruy
10:17 AM Revision cce49567 (qgis): [processing] add test for temporary output without extension
Alexander Bruy
07:49 AM Bug report #18991 (Closed): QGIS crash while refreshing a modified WMS source
100% reproductible on WMS, not sure on WCS more WFS since I do not have configuration access to a WCS/WFS server.
...
Ronan L

2018-05-19

11:15 PM Bug report #18905 (Closed): Deprecated CRSs: inconsistencies in srs.db and in its update process
Applied in changeset commit:qgis|e15f7cc06950b35a5d2db8054a7da7105397f564. Jürgen Fischer
11:15 PM Bug report #18905 (Closed): Deprecated CRSs: inconsistencies in srs.db and in its update process
Applied in changeset commit:qgis|e15f7cc06950b35a5d2db8054a7da7105397f564. Jürgen Fischer
10:57 PM Revision e15f7cc0 (qgis): crssync: also update 'deprecated' flag (fixes #18905)
Jürgen Fischer
10:44 PM Bug report #18969 (Closed): syncDB() and syncDatabase() fail to import WKTs from esri_extra.wkt a...
Fixed in commit:7576ae104 Jürgen Fischer
10:44 PM Bug report #18969 (Closed): syncDB() and syncDatabase() fail to import WKTs from esri_extra.wkt a...
Fixed in commit:7576ae104 Jürgen Fischer
10:01 PM Bug report #18968 (Closed): All GeoCCS names imported from GDAL in srs.db are wrongly set to "Imp...
Applied in changeset commit:qgis|7576ae104d3725176a3cbf4aa81dc0bc265446c4. Jürgen Fischer
10:01 PM Bug report #18968 (Closed): All GeoCCS names imported from GDAL in srs.db are wrongly set to "Imp...
Applied in changeset commit:qgis|7576ae104d3725176a3cbf4aa81dc0bc265446c4. Jürgen Fischer
09:51 PM Revision 7576ae10 (qgis): crssync:
* also update coordinate system descriptions
* retrieve descriptions of geocentric CRSes (fixes #18968)
Jürgen Fischer
02:19 PM Bug report #18153 (Closed): When loading a raster style from .qml the resampling options are not ...
This issue appears to be fixed in 3.0.2 Alister Hood
02:19 PM Bug report #18153 (Closed): When loading a raster style from .qml the resampling options are not ...
This issue appears to be fixed in 3.0.2 Alister Hood
07:17 AM Bug report #18153: When loading a raster style from .qml the resampling options are not read in c...
Alister Hood wrote:
> It sounds like you have a completely different issue (which has also been reported). By any c...
Alister Hood
01:22 PM Revision a4d016fd (qgis): [processing] use a better icon for the find/replace action
(the new icon harmonizes itself with the console script editor) Mathieu Pellerin - nIRV
01:22 PM Revision 6d067ba9 (qgis): [processing] tiny improvements to the script editor
- add a keyboard shortcut to toggle the find panel
- focus on the find text box when opening panel
- find text when h...
Mathieu Pellerin - nIRV
11:39 AM Bug report #18054 (Feedback): postgis raster causes minidump
Ah and how were the raster loaded: as in-db or out-db raster ? In the later case, this would be a duplicate of https:... Even Rouault
11:37 AM Bug report #18054: postgis raster causes minidump
I've tried on Linux with GDAL 2.4.0dev and postgis installed in a 'postgis' schema (following https://postgis.net/201... Even Rouault
11:38 AM Bug report #8073 (Closed): Crash when loading PostGIS raster
Even Rouault
03:29 AM Revision 7464ca68 (qgis): Fix export map as image/PDF does not respect labeling engine settings
Mathieu Pellerin - nIRV

2018-05-18

12:28 AM Bug report #18153: When loading a raster style from .qml the resampling options are not read in c...
Sorry guys, I seem to have missed the notifications for a few issues several months back. I can come back later with... Alister Hood
02:45 PM Bug report #18153: When loading a raster style from .qml the resampling options are not read in c...
I confirm this issue. I attach a simple reclassified raster with a qml file. When loading this raster, the style is a... matteo ghetta
12:12 AM Revision ace955c0 (qgis): resurrect also the test for r.thin
matteo ghetta
12:12 AM Revision b44ce1e8 (qgis): [processing] fix wrong parameter GRASS
matteo ghetta
09:33 PM Bug report #18990 (Closed): Crash when panning map while GPS is activated
Hello,
For my job, I use QGIS on a Tablet PC equipped with a GPS to know my position on field.
With QGIS 3, when ...
Benoit Delangue
07:50 PM Revision e1822801 (qgis): Merge pull request #6997 from pblottiere/executesql_bugfix
[executesql] Use parameter's name instead of description to save sql query Paul Blottiere
07:25 PM Revision b4ec9a31 (qgis): [pyqgis] add QgsSettings.enumValue and flagValue to the bindings (#7024)
* [pyqgis] add QgsSettings.enumValue and flagValue to the bindings
these are done in pure Python since no implementa...
Denis Rouzaud
07:15 PM Bug report #18978: Crash when deleting auxillary storage table
Duplicate issue: https://issues.qgis.org/issues/18894 Nathan Perry
07:10 PM Bug report #18989: Value for Optional ParameterString can't be defined to None or NULL. It is tra...
Patch supplied: https://github.com/qgis/QGIS/pull/6943 René-Luc ReLuc
07:09 PM Bug report #18989 (Closed): Value for Optional ParameterString can't be defined to None or NULL. ...
In release-2_14, a ParameterString value can be None. So for the R scripts provider, the value is translated to NULL.... René-Luc ReLuc
05:36 PM Bug report #8073: Crash when loading PostGIS raster
Support for out-db postgisraster has just been added in GDAL master, and been backported to GDAL 2.3 branch for GDAL ... Even Rouault
04:47 PM Bug report #18988: QGIS Server rendering different from Desktop rendering
Seems to also be present on 2.18 Server. I have a server from several weeks ago though.
I'm attaching project for 2....
Tudor Bărăscu
04:15 PM Bug report #18988 (Feedback): QGIS Server rendering different from Desktop rendering
regression? Giovanni Manghi
04:13 PM Bug report #18988 (Closed): QGIS Server rendering different from Desktop rendering
I've attached a test project.
In QGIS Desktop the rendered image looks like:
!good.png!
while the GetMap output is...
Tudor Bărăscu
04:47 PM Revision deccf205 (qgis): [pyqgis] add method to retrieve metaEnum from an enum value or type (#7...
Denis Rouzaud
03:59 PM Bug report #18987 (Closed): Crash: Profile tool - QGIS 3.0.2
3rd party plugins issues must be reported to the plugins authors. Giovanni Manghi
03:59 PM Bug report #18987 (Closed): Crash: Profile tool - QGIS 3.0.2
3rd party plugins issues must be reported to the plugins authors. Giovanni Manghi
03:52 PM Bug report #18987 (Closed): Crash: Profile tool - QGIS 3.0.2
h2. User Feedback
QGIS crashes when using the Profile Tool on a DTM.
It occurs when drawing a second/new profile (e...
David Vaz
03:50 PM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
Giovanni Manghi wrote:
> Uroš Preložnik wrote:
> > I understand it is needed for only server setups without GUI.
>...
Giovanni Manghi
02:50 PM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
Uroš Preložnik wrote:
> I understand it is needed for only server setups without GUI.
No, in QGIS 2.18 it is nece...
Giovanni Manghi
02:47 PM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
Harrissou Santanna wrote:
> > As for documentation on fake X-server I found only this about DISPLAY variable
> > ht...
Uroš Preložnik
02:18 PM Bug report #18986 (Open): Processing "Import vector into PostGIS database" error when using a con...
- Set a connection to postgres using Autentication metod.
- Try to import a vector using processing alg "Import vect...
Luca Lanteri
02:01 PM Revision e8e15d5b (qgis): Release of 2.18.20
Jürgen Fischer
02:01 PM Revision 8a899c87 (qgis): Release of 3.0.3
Jürgen Fischer
12:41 PM Revision ae89b4f9 (qgis): Merge pull request #7015 from m-kuhn/ensureEditSelectionOnFeatureSelect...
Update currently edited feature in attribute table when selection changes Matthias Kuhn
12:40 PM Revision bc257812 (qgis): Merge pull request #7013 from m-kuhn/sortList
Sort list on the attribute table/form view based on shown value Matthias Kuhn
12:40 PM Revision 3e9a37cc (qgis): Merge pull request #7018 from 3nids/sipify_metaenum_helper
[sipify] write helpers in core.__init__.py for Q_ENUM Denis Rouzaud
12:12 PM Bug report #18983: Import vector into PostGIS database alg - wrong table name
Same problem affects QGIS 2.18.18 Luca Lanteri
12:03 PM Bug report #18983 (Closed): Import vector into PostGIS database alg - wrong table name
when I try to import a shapefile in postgres with "Import vector into PostGIS database (available connection)" and I ... Luca Lanteri
12:06 PM Bug report #18985 (Open): Tracing issues
First Issue:
Weird snapping when choosing the first vertex to trace. In general I can often observe the behaviour th...
Andreas Wicht
12:05 PM Bug report #18984 (Closed): Processing "Import vector into PostGIS database" can't change schema...
when I try to change the name of the schema in the "Import vector into PostGIS database (available connection)" proce... Luca Lanteri
11:57 AM Bug report #18963: Can not write a decimal in a real field of a layer spatialite
A temporary solution is to choose the dot as decimal symbol instead of comma in Windows config panel (in french Régio... Jesahel Benoist
11:55 AM Bug report #18982: QGIS nightly didn't start
If it's a general QGIS problem include the SHA please.
OSGeo4W bugtracker is https://trac.osgeo.org/osgeo4w (also ...
Jürgen Fischer
11:38 AM Bug report #18982 (Closed): QGIS nightly didn't start
QGIS - nightly 3.1.0.68 showes only the splaschscreen. Torsten Hase
11:29 AM Bug report #18981 (Closed): Save QLR crashes QGIS 3
When saving a QLR file having many grouped WMS in TOC 3.0.2-Girona crashes
Attached image of TOC where the parent...
Jakob Lanstorp
11:14 AM Bug report #18980 (Closed): QGis does not start up - only error messages
As reported in bug #18326, since version QGis 3 I cannot start QGis - I just get 5 error messages and do not know at ... Markus Urbscheit
10:53 AM Bug report #18649: Crash on startup on Debian Stretch
Same error on 3.0.2.
Attaching a log.
Anything useful I could try?
Thanks.
Jérôme L
09:29 AM Revision 599799d2 (qgis): Remove unused import
Paul Blottiere
08:05 AM Revision e74e8360 (qgis): Use parameter's name instead of description to save sql query
Paul Blottiere
07:19 AM Bug report #18979 (Closed): Crash while installing digitizing tools on QGIS 3.
Digitising tools is a 3rd party plugin - this is the wrong site to report issues on. Nyall Dawson
07:19 AM Bug report #18979 (Closed): Crash while installing digitizing tools on QGIS 3.
Digitising tools is a 3rd party plugin - this is the wrong site to report issues on. Nyall Dawson
03:11 AM Bug report #18979 (Closed): Crash while installing digitizing tools on QGIS 3.
h2. User Feedback
h2. Report Details
*Crash ID*: eb9674402b3859b40a265a583ca0fde6a5a0a2bc
*Stack Trace...
Andhi Putra
06:53 AM Revision 610d99c3 (qgis): Fix reverse expression function doesn't handle multicurve geometries
Nyall Dawson
05:48 AM Revision 01534340 (qgis): remove old color key when restoring copyright decorator from pre-3.2 pr...
Mathieu Pellerin - nIRV
05:14 AM Revision 7440220e (qgis): [sipify] complete test to check the __init__.py core files are up to date
Denis Rouzaud
04:54 AM Revision f267adc3 (qgis): run sipify
Denis Rouzaud
04:54 AM Revision 6301f9b6 (qgis): [sipify] write helpers in core.__init__.py for Q_ENUM
whenever reading a Q_ENUM macro, sipify will create a helper in the core module:
BaseClass.EnumType.parentClass = lam...
Denis Rouzaud
04:28 AM Revision 83ccff2a (qgis): Merge pull request #7017 from 3nids/locator_subgroup
[QgsLocator] add the capability of adding group for elements within t… Denis Rouzaud
03:49 AM Revision ae389be4 (qgis): add test for locator model with groups
Denis Rouzaud
03:49 AM Revision 1fe0fb74 (qgis): [sipify] fix remove value assignment in members
Denis Rouzaud
03:46 AM Revision c1e16969 (qgis): [QgsLocator] add the capability of adding group for elements within the...
Denis Rouzaud

2018-05-17

12:44 AM Revision 57106986 (qgis): [processing] change 0 to Not set Null value also for contour
matteo ghetta
12:44 AM Revision 9d7212f3 (qgis): [processing] change 0 to Not set Null values in Gdal Clip
matteo ghetta
12:44 AM Revision 2a7c10e7 (qgis): change empty '' with None
matteo ghetta
12:11 AM Bug report #18978 (Closed): Crash when deleting auxillary storage table
h2. User Feedback
I tried to delete empty auxillary storage table accidentally created with labelling tools
h2....
Antoine Lafranchis
11:10 PM Bug report #18977 (Closed): Problem changing the proyection of point shapefile
I'm trying to change the proyection of points in the US from WGS 84 to US Atlas (EPSG: 2163), to calculate distances.... José Miguel Pascual
11:03 PM Bug report #18970 (Feedback): since Qgis 3.0, program crashes after closing
Looks like an issue caused by an installed plugin - can you disable all plugins and try again? Nyall Dawson
01:30 PM Bug report #18970 (Closed): since Qgis 3.0, program crashes after closing
h2. User Feedback
h2. Report Details
*Crash ID*: 8cf0bb2584ca9e01e5c08feefa41d8d8ab4f4e48
*Stack Trace...
Dominik Rau
11:02 PM Bug report #18972 (Closed): Crash after trying to activate "Digitizing Tools" Plugin
This issue is with the plugin, not qgis - you'll need to file on the digiziting tools bug tracker instead. Nyall Dawson
11:02 PM Bug report #18972 (Closed): Crash after trying to activate "Digitizing Tools" Plugin
This issue is with the plugin, not qgis - you'll need to file on the digiziting tools bug tracker instead. Nyall Dawson
03:19 PM Bug report #18972 (Closed): Crash after trying to activate "Digitizing Tools" Plugin
h2. User Feedback
h2. Report Details
*Crash ID*: 614e8e6aa8e6d81f8cc5fd333cd4d3e47bfeb7da
*Stack Trace...
Bence Vágvölgyi
11:01 PM Bug report #18975 (Feedback): QGIS Crash Report
Any chance you could share the layer you were running it on? Nyall Dawson
05:10 PM Bug report #18975 (Closed): QGIS Crash Report
h2. User Feedback
Ran the Relief tool on a .dem file. Crash occurred wtihin a second or so of running the tool.
...
Shaun Martin
05:50 PM Bug report #18679: Cannot insert decimal separator to field
Similar bug there #18963 Jesahel Benoist
05:44 PM Bug report #18963: Can not write a decimal in a real field of a layer spatialite
Same issue here, but not only on spatialite, also on geopackage. The already existing data is not affected, and can b... Jesahel Benoist
05:42 PM Bug report #18976 (Closed): DB Manager Import Layer / File Extremely Slow
When using DB Manager to load a shapefile ( http://njgin.state.nj.us/download2/parcels/parcels_shp_Monmouth.zip ) to ... Sean Wohltman
04:46 PM Bug report #18974 (Open): No geometry operation on geopackages layers
In DB manager it seems that it is not possible to make any complex or even simple geometric or spatial operation with... matteo ghetta
04:34 PM Bug report #18807: Enabling/disabling algorithm providers as well as creating/removing preconfigu...
Exactly. The only affected version is 2.18.19, and it's fixed in 2.18.20 (to be released tomorrow) Borys Jurgiel
11:25 AM Bug report #18807: Enabling/disabling algorithm providers as well as creating/removing preconfigu...
I checked on QGIS. 2.18.19 (revision 3a17f72ba5): problem is still there.
Maybe it will be solved in the next 2.18.20 ?
Nino Formica
04:27 PM Revision d5ffc5a2 (qgis): Merge pull request #6994 from pblottiere/server_candidates
[server] Labeling settings Paul Blottiere
03:58 PM Revision e3361704 (qgis): update Travis build timeout
Denis Rouzaud
03:56 PM Revision 56104bcd (qgis): update Travis build timeout
Denis Rouzaud
03:36 PM Bug report #18973 (Open): Wrong identification of feature in a View
I have created a very simple view in a geopackage layer. Trying to use the selection tool AND the identify tool resul... matteo ghetta
03:12 PM Revision 66da1b00 (qgis): Fix typo
Matthias Kuhn
03:07 PM Feature request #18971 (Open): Change data source of a vector layer
When you open the properties view of a vector layer, you can see a tab named "Source"
but you cannot modify/edit the...
c m
02:26 PM Revision 53324bf1 (qgis): Update currently edited feature in attribute table when selection changes
It's a very common pitfall for people to toggle the selection instead of
the edit selection in the form view of the a...
Matthias Kuhn
02:17 PM Revision ecbd2079 (qgis): Add unit test
Paul Blottiere
02:17 PM Revision 2246ad68 (qgis): Add note to describe unit test
Paul Blottiere
02:17 PM Revision 2564cf34 (qgis): Write labeling engine settings in project file
Paul Blottiere
02:17 PM Revision 7c871387 (qgis): Use labeling engine settings in WMS renderer
Paul Blottiere
02:17 PM Revision 96a0b477 (qgis): Add unit test
Paul Blottiere
02:14 PM Revision 2f0fbc67 (qgis): Merge pull request #7010 from daniviga/brp-python-bytecompile-py3
[RPM] Force brp-python-bytecompile to use python3 Matthias Kuhn
01:53 PM Revision 7b53273f (qgis): Merge pull request #6843 from pblottiere/bugfix_refrel
[bugfix] Fixes regression in relation reference widget with 'chain filter' option Matthias Kuhn
01:51 PM Revision b76acbe4 (qgis): More docstring fixes
Matthias Kuhn
01:40 PM Revision 74dec50c (qgis): Fix docstring
Matthias Kuhn
11:41 AM Bug report #16809: QGIS silently fails to draw Oracle features with a curve in it
YES! Tested, works. Thanks! Richard Duivenvoorde
11:34 AM Revision 7d6518f7 (qgis): Update unit tests
Paul Blottiere
11:34 AM Revision 4b701204 (qgis): Update sip binding
Paul Blottiere
11:34 AM Revision eca1aef1 (qgis): Fixes regressions in relation reference widget
Paul Blottiere
11:32 AM Revision 352dbcb8 (qgis): Fixes segmentation fault when dividing by zero
Paul Blottiere
11:13 AM Revision ce403b14 (qgis): Add tests for sorting feature list by display expression
Matthias Kuhn
11:04 AM Bug report #18353: QGIS Server can't work with /tmp directory
Can we close this one? Alessandro Pasotti
11:02 AM Bug report #18903: QGIS Crashed
I have successfully installed QGIS version 3.0.2 to my Windows 7 laptop. However, when I try to open this software it... Abbie Reynolds-Beer
10:21 AM Revision 44bb21d6 (qgis): Remove guard for unininitialized widgetFactory
meanwhile we can rely on one being initialized Matthias Kuhn
10:20 AM Revision 2b950319 (qgis): Add a default editor widget factory
for safety when working without initialized widget registry in standalone apps and tests Matthias Kuhn
09:37 AM Bug report #18969: syncDB() and syncDatabase() fail to import WKTs from esri_extra.wkt and cubewe...
PR for 2.18 https://github.com/qgis/QGIS/pull/7011 Andrea Giudiceandrea
09:16 AM Bug report #18969 (Closed): syncDB() and syncDatabase() fail to import WKTs from esri_extra.wkt a...
QgsCoordinateReferenceSystem:: syncDb() and syncDatabase(), respectively for QGIS 2.18 and QGIS 3, through loadWkts()... Andrea Giudiceandrea
08:57 AM Revision 99638927 (qgis): Make additional sort caches accessible
Matthias Kuhn
08:56 AM Revision 6446bc7b (qgis): [RPM] Force brp-python-bytecompile to use python3
Daniele Viganò
08:48 AM Revision b0ccafe0 (qgis): Add debug message
Matthias Kuhn
08:48 AM Revision 2325fe5a (qgis): Deprecate unrequired methods
Matthias Kuhn
08:48 AM Revision f1770c75 (qgis): QgsFeatureListModel is sortable by display expression
Matthias Kuhn
08:48 AM Revision 91f32bf6 (qgis): Fix sorting by other than first sort role
Matthias Kuhn
08:48 AM Revision 14cefe3d (qgis): QgsFeatureListModel inherits QSortFilterProxyModel
Matthias Kuhn
08:48 AM Revision 487d8d12 (qgis): Move initializers to header
Matthias Kuhn
08:48 AM Revision 2544391a (qgis): Allow prefetching more than a single sort expression
in the attribute table model. One is used for the table, the other one for the feature list in the form view. Matthias Kuhn
08:39 AM Bug report #18968: All GeoCCS names imported from GDAL in srs.db are wrongly set to "Imported fro...
PR for 2.18 https://github.com/qgis/QGIS/pull/7009 Andrea Giudiceandrea
08:16 AM Bug report #18968 (Closed): All GeoCCS names imported from GDAL in srs.db are wrongly set to "Imp...
Like reported in #17941 (for Geographic Coordinate Systems, "GEOGCS"), I've also found that the name of each Geocentr... Andrea Giudiceandrea
08:31 AM Revision d5cec146 (qgis): Merge pull request #7001 from m-kuhn/userprofile-database-name
Use connection name to avoid closing default connection Matthias Kuhn
03:54 AM Revision 87a60d43 (qgis): Merge pull request #6733 from 3nids/setenumvalue
Save enum values as string in settings Denis Rouzaud
03:54 AM Revision 1a879b18 (qgis): Merge pull request #7002 from 3nids/sip_metoobject
[sipify] insert missing QMetaObject for gadget classes Denis Rouzaud
02:40 AM Bug report #18967 (Closed): Crash when adding map (under layout) unto Print Composer window
Duplicate of #14752 Nyall Dawson
02:40 AM Bug report #18967 (Closed): Crash when adding map (under layout) unto Print Composer window
Duplicate of #14752 Nyall Dawson
02:37 AM Revision 9a79fc78 (qgis): Merge pull request #6983 from PeterPetrik/qgsquick_2_scalebar_messagelog
[feature] Add ScaleBar and MessageLog components to QgsQuick library. Martin Dobias

2018-05-16

01:55 AM Bug report #18967 (Closed): Crash when adding map (under layout) unto Print Composer window
I go to Project -> New Print Composer. I leave the composer name empty. Then I go to Layout -> Add Map. I hold the le... Alejandra Arce
12:50 AM Revision b98f8f1d (qgis): [processing] Also filter using algorithm short descriptions
Nyall Dawson
12:50 AM Revision 0e831da8 (qgis): [processing] If algorithm has no short help, show description in algori...
Nyall Dawson
12:50 AM Revision 0d21bd04 (qgis): [processing] Include description in algorithmHelp output
Nyall Dawson
12:50 AM Revision 5edcc64f (qgis): [processing] Allow algorithms to return a translated short description
This is used in the algorithm's tooltip in the toolbox, and is intended
for single sentence description of the algori...
Nyall Dawson
12:50 AM Revision fe93993a (qgis): Fix typo
Nyall Dawson
11:49 PM Revision e9c81459 (qgis): Fix doxygen warnings
Martin Dobias
11:26 PM Revision 94f56b61 (qgis): Build/test fixes
Martin Dobias
10:40 PM Bug report #18617: QGIS3: SagaUtils.py fails when comman contains non-latin characters
I have experienced the same issu on Windows with QGIS2 & this is alive with QGIS3.
I propose this bypass : call SA...
Jean Hemmi
10:25 PM Bug report #18966: WMS refresh crash
Update. The crash has happened twice again since I posted. I think I have tracked down the offending action. I am cre... Dion Duran
09:51 PM Bug report #18966 (Open): WMS refresh crash
QGIS crashed when hitting the refresh button to refresh a WMS connection. It has happened at least twice. Does not ha... Dion Duran
10:20 PM Revision 698fad65 (qgis): Capitalization, string fixes
Turns out correct title case always uses uppercase for the
final word, even if the word wouldn't normally be uppercased
Nyall Dawson
09:43 PM Bug report #18965 (Closed): Grass Path Error in QGIS 3.0.2 Girona
Trying to use r.reclass for .tif file converted to DEM with clean install of QGIS 3.0. This algorithm worked in QGIS ... Philip Kampf
09:21 PM Revision 0e57b887 (qgis): Fix crash when style panel opened from style change btn
Alessandro Pasotti
08:25 PM Revision 2abcfa23 (qgis): do not add static QMetaObject to QgsDefaultValue
it has no Q_ENUM so no need for now
I do not understand while it doesn't compile though
Denis Rouzaud
07:39 PM Bug report #18964 (Open): Crash While trying to georeference
h2. User Feedback
tyring to georeference a large tiff
h2. Report Details
*Crash ID*: ccabc00c512143734bac3f8...
Lee Marsh
07:29 PM Bug report #15317: the window Layer Properties gets irresponsive
Had this affect me on Ubuntu 16.04 with Xubuntu, QGIS 2.18.16. I deleted ~/.config/qgis as suggested by Patrick Dunfo... Isaac Boates
07:09 PM Revision 40499ee3 (qgis): Fix crash on categorized/graduated symbol styling dock
Alessandro Pasotti
06:52 PM Bug report #18937 (Open): Qgis 3 can't properly load gml files.
From "Aboud Qgis"
QGIS version 3.0.2-Girona
QGIS code branchRelease 3.0
Compiled against Qt 5.10.1
Running agains...
Jorge Almaraz
06:52 PM Bug report #18937 (Open): Qgis 3 can't properly load gml files.
From "Aboud Qgis"
QGIS version 3.0.2-Girona
QGIS code branchRelease 3.0
Compiled against Qt 5.10.1
Running agains...
Jorge Almaraz
10:56 AM Bug report #18937 (Feedback): Qgis 3 can't properly load gml files.
Saber Razmjooei
10:56 AM Bug report #18937: Qgis 3 can't properly load gml files.
Works fine for me.
Could you check your gdal/ogr version?
Saber Razmjooei
06:31 PM Bug report #17598 (Closed): User profile other than default does not find the online documentation
Seems this has been fixed; i cannot reproduce. Harrissou Santanna
06:31 PM Bug report #17598 (Closed): User profile other than default does not find the online documentation
Seems this has been fixed; i cannot reproduce. Harrissou Santanna
06:21 PM Bug report #18394: QGIS 3 crashes when Processing dragged out of main window and then dragged bac...
Processing window problem does NOT occur in QGIS 3.0.2, so apparently got fixed.
Thanks.
Garth Fletcher
06:04 PM Bug report #18394: QGIS 3 crashes when Processing dragged out of main window and then dragged bac...
Not reprodusible on Windows and Linux, probably a local issue. Alexander Bruy
06:15 PM Bug report #16426 (Closed): Rule-based renderers do not seem to implement symbolLayers() and caus...
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
06:12 PM Bug report #17523 (Closed): Raster calculator cannot handle huge raster files
Please don't open duplicate tickets. Alexander Bruy
06:09 PM Bug report #18188: Floating point spin box values cannot be changed when using localized QGIS
Seems already fixed in master.
As workaround you can open expression editor using "..." button on the right from t...
Alexander Bruy
05:51 PM Bug report #8690 (Closed): Toolbox misaligned
Alexander Bruy
05:50 PM Bug report #8699 (Closed): Context help - "?" in panel header all empty
Alexander Bruy
05:49 PM Bug report #8897 (Closed): Results from field calculator wrong format
Alexander Bruy
05:46 PM Bug report #9298 (Closed): QGIS icon
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
05:46 PM Bug report #9298 (Closed): QGIS icon
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
05:45 PM Bug report #17295: vector styler in layer properties shows "This renderer doesn't implement a gra...
Not reprodusible using official packages for Linux and Windows, as well as self-compiling. Looks like this is local i... Alexander Bruy
05:43 PM Bug report #18125 (Closed): plugin list unavailable
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
05:42 PM Bug report #18357 (Closed): Qgis crash opening Plugins
Alexander Bruy
05:42 PM Bug report #18792 (Closed): Simplify for Polyline does not work
Not reprodusible on 3.0/master. Alexander Bruy
05:42 PM Bug report #18792 (Closed): Simplify for Polyline does not work
Not reprodusible on 3.0/master. Alexander Bruy
05:36 PM Bug report #18467 (Closed): Vector Geometry Tools Error
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
05:29 PM Revision 95ecea89 (qgis): move additions from top __init__ to core.__init__
Denis Rouzaud
05:02 PM Revision 3fc99c04 (qgis): code cleanup
Peter Petrik
05:01 PM Feature request #18944: Improvement for Batch Processing
There are a lot of request in this single report ;) I wonder if some are not already covered by the dialog (see https... Harrissou Santanna
04:53 PM Feature request #18957: Edit > Move Feature: Should honor snapping
Nyall Dawson wrote:
> This works fine here, with snapping using the move tool. What am I missing?
I fail to make ...
Harrissou Santanna
04:31 PM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
> As for documentation on fake X-server I found only this about DISPLAY variable
> https://docs.qgis.org/2.18/en/doc...
Harrissou Santanna
10:17 AM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
Alessandro Pasotti wrote:
> This is a longstanding issue and there is no solution other than install fakex on Linux/...
Uroš Preložnik
09:54 AM Bug report #18747: QGIS Server GetPrint issue on Desktop Linux installations
This is a longstanding issue and there is no solution other than install fakex on Linux/Unix systems.
AFAIK this i...
Alessandro Pasotti
03:48 PM Revision e56ff683 (qgis): Merge pull request #7004 from alexbruy/select-atribute
[processing][needs-docs] add selection methods to Select by attribute algorithm Alexander Bruy
03:47 PM Feature request #18682 (Closed): [Processing] Allow "select by attribute" algorithm output to alt...
Applied in changeset commit:qgis|580509fd5e8587955f8deeef5ffdb794494b3a69. Alexander Bruy
03:47 PM Feature request #18682 (Closed): [Processing] Allow "select by attribute" algorithm output to alt...
Applied in changeset commit:qgis|580509fd5e8587955f8deeef5ffdb794494b3a69. Alexander Bruy
03:31 PM Feature request #18681 (Open): [Processing] Allow "select by ..." algorithms to work with selecte...
I'd say that they are workarounds but not in all cases.
For example with this feature, I can do a selection with the...
Harrissou Santanna
02:58 PM Feature request #18681 (Feedback): [Processing] Allow "select by ..." algorithms to work with sel...
Looks like duplicate of #18682 Alexander Bruy
03:02 PM Bug report #18734 (Closed): Matrix parameter can not be used in the Graphical Modeler
Fixed in master Alexander Bruy
03:02 PM Bug report #18734 (Closed): Matrix parameter can not be used in the Graphical Modeler
Fixed in master Alexander Bruy
03:01 PM Bug report #18728 (Feedback): All image format except TIF, lay on map with dispasment and errors
Please be more specific and provide exact steps to reproduce issue.
Tried your test data, converted them to TIF an...
Alexander Bruy
02:53 PM Bug report #18482 (Closed): Too many QGIS sections under Menus group in Processing settings
In the "Menus" group we show all available providers and their algorithms, so this is correct. Alexander Bruy
02:53 PM Bug report #18482 (Closed): Too many QGIS sections under Menus group in Processing settings
In the "Menus" group we show all available providers and their algorithms, so this is correct. Alexander Bruy
02:51 PM Bug report #17488 (Closed): Processing Modeler: Defective GUI
Duplicates #16428 Alexander Bruy
02:51 PM Bug report #17488 (Closed): Processing Modeler: Defective GUI
Duplicates #16428 Alexander Bruy
02:50 PM Bug report #18473 (Closed): graphical modeler panels widgets are collapsed
Duplicates #16428 Alexander Bruy
02:50 PM Bug report #18473 (Closed): graphical modeler panels widgets are collapsed
Duplicates #16428 Alexander Bruy
02:47 PM Bug report #18385 (Closed): output of the "Save Selected Features" algorithm is no longer availab...
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
02:47 PM Bug report #18367 (Closed): TypeError when running Vector table tools -> Refactor fields
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
02:46 PM Bug report #18315 (Closed): Select by location: selection in the wrong layer
It was fixed in master which has all necessary code changes to make it work. Alexander Bruy
02:43 PM Bug report #18207 (Closed): Graphical modeler GUI is broken
Duplicates #16428 Alexander Bruy
02:43 PM Bug report #18207 (Closed): Graphical modeler GUI is broken
Duplicates #16428 Alexander Bruy
02:40 PM Bug report #17998: Hard-coded grass binary
Master supports also grass74, hope this solves issue. Alexander Bruy
02:32 PM Bug report #17468 (Feedback): Processing: "export/add geometry columns" corrupts data
Fixed in master, please check. Alexander Bruy
02:26 PM Bug report #16679 (Closed): Processing: Missing words in the Polar plot help
Applied in changeset commit:qgis|15a5d917706f50b9debdb871760e7ee85923e3e8. Alexander Bruy
02:26 PM Bug report #16679 (Closed): Processing: Missing words in the Polar plot help
Applied in changeset commit:qgis|15a5d917706f50b9debdb871760e7ee85923e3e8. Alexander Bruy
02:25 PM Revision 15a5d917 (qgis): [processing] improve polar plot algorithm help (fix #16679)
Alexander Bruy
02:22 PM Bug report #16628 (Closed): Count Unique Points in Polygons seems to fail inside a loop (PyQGIS)
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
02:19 PM Feature request #16289 (Closed): Allow multiple output categories in Processing - Extract by attr...
Requested behavior can be achieved by using batch processing. Alexander Bruy
02:18 PM Feature request #16288 (Rejected): Expose attributes in processing modeler
This is not possible because at the model design stage we don't know which layers will be passes as inputs and there ... Alexander Bruy
02:18 PM Feature request #16288 (Rejected): Expose attributes in processing modeler
This is not possible because at the model design stage we don't know which layers will be passes as inputs and there ... Alexander Bruy
02:15 PM Bug report #18963 (Closed): Can not write a decimal in a real field of a layer spatialite
I am working on a spatialite database with layers with real fields.
In QGIS 2.18 they work perfectly, but in QGIS 3 ...
Sophie Pébay Peyroula
02:15 PM Bug report #14430 (Closed): Cannot use memory layers with OGR tools
Fixed in master. Alexander Bruy
02:15 PM Bug report #14430 (Closed): Cannot use memory layers with OGR tools
Fixed in master. Alexander Bruy
02:15 PM Bug report #14430 (Closed): Cannot use memory layers with OGR tools
Fixed in master. Alexander Bruy
02:13 PM Feature request #12599 (Closed): Add a "multiple input" option for attributes and other data types
In 3.x it is possible to use multiple attributes as input. Alexander Bruy
02:13 PM Feature request #12599 (Closed): Add a "multiple input" option for attributes and other data types
In 3.x it is possible to use multiple attributes as input. Alexander Bruy
02:13 PM Feature request #12599 (Closed): Add a "multiple input" option for attributes and other data types
In 3.x it is possible to use multiple attributes as input. Alexander Bruy
02:12 PM Feature request #4910 (Closed): Raster to point tool
Closed for the lack of feedback, please reopen if necessary. Also note that there is gdal2xyz tool available in Proce... Alexander Bruy
02:12 PM Feature request #4910 (Closed): Raster to point tool
Closed for the lack of feedback, please reopen if necessary. Also note that there is gdal2xyz tool available in Proce... Alexander Bruy
02:11 PM Feature request #4384 (Feedback): ftools: expose an (geos) option in the qgis gui to do some snap...
Should be fixed in master, please check Alexander Bruy
02:10 PM Feature request #4348 (Closed): Add features like "creation options" and "no data" for all gdaltools
Alexander Bruy
02:09 PM Feature request #2546 (Closed): Singleparts to multipart makes non valid geometries
Already fixed in master Alexander Bruy
02:09 PM Feature request #2546 (Closed): Singleparts to multipart makes non valid geometries
Already fixed in master Alexander Bruy
01:54 PM Revision 5790bbca (qgis): fix QgsAbstractGeometry Q_GADGET position
Denis Rouzaud
01:53 PM Bug report #18875 (Feedback): Bad/malformed command string when launching TauDem script
Please test on 2.18, 2.14 is not supported anymore Alexander Bruy
01:43 PM Revision 1783394b (qgis): [processing] don't use function annotations as this breaks build on
systems with Python < 3.3 (fix #18961) Alexander Bruy
01:43 PM Bug report #18961 (Closed): qgis master fails to build using rpm/builrpm.sh
Applied in changeset commit:qgis|1783394b6b281d65fedfbf853084a05f878273ae. Alexander Bruy
01:43 PM Bug report #18961 (Closed): qgis master fails to build using rpm/builrpm.sh
Applied in changeset commit:qgis|1783394b6b281d65fedfbf853084a05f878273ae. Alexander Bruy
02:54 AM Bug report #18961 (Closed): qgis master fails to build using rpm/builrpm.sh
File "/usr/share/qgis/python/plugins/processing/algs/gdal/GdalUtils.py", line 417
def gdal_crs_string(crs: QgsCoor...
Basil Eric Rabi
01:30 PM Bug report #17778 (Feedback): TIN interpolation creates artifacts
Does this happen when using gdal directly from the command line? Probably this is not QGIS issue and should be report... Alexander Bruy
01:30 PM Bug report #17778 (Feedback): TIN interpolation creates artifacts
Does this happen when using gdal directly from the command line? Probably this is not QGIS issue and should be report... Alexander Bruy
01:27 PM Feature request #18129 (Rejected): Processing > Toolbox > GDAL - where fixed layer names are used...
This option can be found in the Processing settings.
Also note that this is not the right place for such questions...
Alexander Bruy
01:27 PM Feature request #18129 (Rejected): Processing > Toolbox > GDAL - where fixed layer names are used...
This option can be found in the Processing settings.
Also note that this is not the right place for such questions...
Alexander Bruy
01:27 PM Feature request #18129 (Rejected): Processing > Toolbox > GDAL - where fixed layer names are used...
This option can be found in the Processing settings.
Also note that this is not the right place for such questions...
Alexander Bruy
01:23 PM Bug report #18164 (Closed): Can't get the Clipper Tool to Work
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
01:22 PM Bug report #18906 (Feedback): GDAL Geo-referencer no longer opens
Please provide steps to reproduce the issue. Alexander Bruy
01:22 PM Bug report #18906 (Feedback): GDAL Geo-referencer no longer opens
Please provide steps to reproduce the issue. Alexander Bruy
01:20 PM Feature request #13045 (Closed): Ability to fix topology error
Now, when we have a Processing algorithm to fix geometries and Geometry Checker plugin I think we can close this. Ple... Alexander Bruy
01:20 PM Feature request #13045 (Closed): Ability to fix topology error
Now, when we have a Processing algorithm to fix geometries and Geometry Checker plugin I think we can close this. Ple... Alexander Bruy
01:17 PM Bug report #18170 (Closed): QGIS crashes when makeGraph is called.
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
01:01 PM Feature request #18962 (Closed): Raster attribute table
Duplicates #14449 Alexander Bruy
01:01 PM Feature request #18962 (Closed): Raster attribute table
Duplicates #14449 Alexander Bruy
10:47 AM Feature request #18962 (Closed): Raster attribute table
It will be great to introduce attribute table for rasters:
http://desktop.arcgis.com/en/arcmap/10.3/manage-data/rast...
Saber Razmjooei
12:56 PM Revision aea3dcce (qgis): [FEATURE] Rendering of vector data on mesh layers
Rudimentary support of rendering of vector data (e.g. velocity) on mesh map layers.
Rendering can be adjusted by QgsM...
Peter Petrik
12:56 PM Bug report #15745 (Closed): Processing iterate mode for QGIS tools creates empty files in "OSGeo4...
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
12:55 PM Feature request #14475 (Closed): Processing GRASS should support other file formats than Shapefile
Fixed in master. Alexander Bruy
12:55 PM Feature request #14475 (Closed): Processing GRASS should support other file formats than Shapefile
Fixed in master. Alexander Bruy
12:53 PM Bug report #14504 (Feedback): The QGIS intersection tool yields incomplete results
Should be fixed in master/3.2. Please check if it works now. Alexander Bruy
12:53 PM Bug report #14504 (Feedback): The QGIS intersection tool yields incomplete results
Should be fixed in master/3.2. Please check if it works now. Alexander Bruy
12:53 PM Bug report #14504 (Feedback): The QGIS intersection tool yields incomplete results
Should be fixed in master/3.2. Please check if it works now. Alexander Bruy
12:50 PM Feature request #16140 (Closed): Show if the layer has an active filter
Fixed in master Alexander Bruy
12:50 PM Feature request #16140 (Closed): Show if the layer has an active filter
Fixed in master Alexander Bruy
12:47 PM Revision 92965288 (qgis): [FEATURE] Rendering of scalar data on mesh layers
Rudimentary support for rendering of scalar data (e.g. water depth)
on mesh map layers.
Martin Dobias
12:47 PM Revision 3154102a (qgis): [FEATURE] Scalar/vector data in mesh data providers
Reading and processing scalar (e.g. water depth) and vector (e.g.
velocity) data from mesh data providers (e.g. MDAL)
Peter Petrik
12:37 PM Revision bfbc64ce (qgis): update to MDAL 0.0.3
Peter Petrik
12:01 PM Revision c1acc299 (qgis): Merge pull request #7006 from DelazJ/patch-1
More typo fix Alessandro Pasotti
11:53 AM Revision 9ccc76b6 (qgis): More typo fix
Harrissou Santanna
11:03 AM Revision ee7240f7 (qgis): Fix typo
Alessandro Pasotti
11:00 AM Bug report #18903 (Feedback): QGIS Crashed
Could you provide some more information and step-by-step guide that has led to the crash? Saber Razmjooei
10:20 AM Revision 580509fd (qgis): [processing][needs-docs] add selection methods to Select by attribute
algorithm (fix #18682) Alexander Bruy
09:48 AM Revision a44eeae4 (qgis): Merge pull request #6982 from elpaso/currentformfeature-expressions-4
[feature][need-docs] Current feature/current value form context expressions Alessandro Pasotti
08:39 AM Revision c27ce392 (qgis): Merge pull request #6980 from m-kuhn/bwta2017
Add BWTA2017.gsb to srs.db Matthias Kuhn
08:20 AM Revision b2fb029c (qgis): Added help text for @current_feature
Alessandro Pasotti
06:42 AM Revision 623574af (qgis): Fix build warnings
Nyall Dawson
06:08 AM Revision 79fc5b9d (qgis): String capitalization, ellipsis
Nyall Dawson
06:08 AM Revision 87c3a868 (qgis): Allow plugins to add actions to top level of raster/vector/db/web menus
Provides a way to avoid plugins creating submenus with a single
action - e.g. "DB Manager" -> "DB Manager". It's a vi...
Nyall Dawson
06:08 AM Revision 408da458 (qgis): [needs-docs] Place core plugin actions into top level menus
when plugin only has a single action
Affected actions:
- Database -> DB Manager -> DB Manager
- Coordinate Capture -...
Nyall Dawson
06:08 AM Revision 861153df (qgis): [processing] Title case for algorithm dialog titles
Nyall Dawson
06:08 AM Revision 825a697e (qgis): Add missing ellipsis to db manager action
Nyall Dawson
06:08 AM Revision 3949802d (qgis): Improved title case conversion, add tests
Nyall Dawson
06:08 AM Revision d711915d (qgis): Properly title case "Open From" and "Save To"
Apparently both the first and last words are ALWAYS capatilised
in title case, even if they normally wouldn't be.
Nyall Dawson
06:08 AM Revision d0c14ef0 (qgis): [dbmanager] Fix bad import in vlayers plugin
Nyall Dawson
06:08 AM Revision d864cd67 (qgis): [processing] Correctly capitalize menu entry actions, add ellipsis
Nyall Dawson
06:08 AM Revision 6c02d053 (qgis): Super-basic title-case conversion method
No grammatical parsing, so only useful for very simple cases Nyall Dawson

2018-05-15

01:52 AM Feature request #18957 (In Progress): Edit > Move Feature: Should honor snapping
This works fine here, with snapping using the move tool. What am I missing? Nyall Dawson
11:59 PM Feature request #18957: Edit > Move Feature: Should honor snapping
In 3.0, The tooltip of the move feature button states that if you need snapping, you should rather use the vertex too... Harrissou Santanna
10:37 AM Feature request #18957 (Closed): Edit > Move Feature: Should honor snapping
Edit > Move Feature
- Moving features in QGIS should allow snap
- So you can move features from one precise point t...
Luc Janssens
11:38 PM Revision e8cf8c2f (qgis): [sipify] insert missing QMetaObject for gadget classes
Denis Rouzaud
11:26 PM Revision ff35e694 (qgis): fix (again) install of qgis.core.additions
Denis Rouzaud
09:08 PM Revision 40dd931b (qgis): [tr] Polish translation update
Borys Jurgiel
08:35 PM Revision 74b0e910 (qgis): [processing] Fix some exceptions
Nyall Dawson
08:35 PM Revision c9e5a365 (qgis): [processing] Avoid generic exceptions
Makes the full Python exception available when running algorithm,
which provides much more useful error messages
Nyall Dawson
08:35 PM Revision 0f78277a (qgis): Add SIP_THROW annotation
SIP uses the deprecated throw(...) annotation in order to determine
which exceptions may be thrown by c++ code. Witho...
Nyall Dawson
08:35 PM Revision a0ff2af3 (qgis): [processing] Fix some crashes on invalid parameters
Nyall Dawson
07:40 PM Bug report #18960 (Open): Unpinned labels jump to wrong place when moved
When moving an unpinned label (using auxiliary field labeling), the label jumps to a place too low on the map canvas.... Nathan Perry
07:17 PM Revision 4033cc2e (qgis): Set form feature in current_feature variable instead of
... setting the feature member variable Alessandro Pasotti
06:36 PM Revision 55a1984b (qgis): Initialize mFieldIdx to -1
Alessandro Pasotti
06:32 PM Revision 673fac0c (qgis): Added methods to search expression nodes and drop RegExp
- nodes() return the list of all nodes
- findNodes<T> returns a list of the nodes matching the class
Also drops the ...
Alessandro Pasotti
04:39 PM Revision d10c0232 (qgis): Use connection name to avoid closing default connection
No observable bad effects identified but the following warning looks suspicious:
Warning: QSqlDatabasePrivate::add...
Matthias Kuhn
03:40 PM Feature request #18959 (Open): GPS information/tracker plugin : handling elevation
Hi,
QGIS would be a perfect fieldprogram for surveyors who want to do some GNSS surveys. It is easy to link to low...
Pierrick Allorant
03:02 PM Revision cd34da80 (qgis): also install additions py files in their directory (#7000)
Denis Rouzaud
02:00 PM Revision a6877449 (qgis): Merge pull request #6996 from alexbruy/processing-grass-formats
[processing] allow GRASS algorithms to save vectors in any GDAL-supported format Alexander Bruy
12:45 PM Revision 1e046a17 (qgis): Updated docs for current_value function
Alessandro Pasotti
12:33 PM Revision 44cc7d23 (qgis): Copy cached min/max value to provider test suite
(cherry-picked from 26174ea9) Nyall Dawson
12:33 PM Revision dd0c4c7d (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
(ch...
Nyall Dawson
12:21 PM Revision 0383a148 (qgis): [processing] Create Attribute Index can run on non-spatial layers
Nyall Dawson
12:15 PM Revision 67965ca3 (qgis): [processing] use GPKG as default output format for GRASS
Alexander Bruy
12:14 PM Revision 98586461 (qgis): [processing] add test for output to GPKG
Alexander Bruy
11:53 AM Revision 8aa56fc3 (qgis): [processing] fix GRASS vector tests
Alexander Bruy
11:37 AM Revision 483b4ff9 (qgis): remove processing ftools bitmap icons
Mathieu Pellerin - nIRV
11:37 AM Revision bc0f7533 (qgis): [needs-docs][processing] vectorize & improve remaining vector menu icons
Mathieu Pellerin - nIRV
11:37 AM Revision 9a82dbe1 (qgis): [needs-docs][processing] vectorize and improve remaining data analysis ...
Mathieu Pellerin - nIRV
11:14 AM Bug report #18958 (Closed): Weird character at the end of Project --> Open from --> PostgreSQL me...
See the screenshot Harrissou Santanna
10:50 AM Revision 97eceb16 (qgis): Merge pull request #6894 from pblottiere/bugfix_getcapa_version
[server] Keep default version in case of invalid VERSION parameter Paul Blottiere
10:35 AM Bug report #18956 (Open): bug no legend display
Good morning,
When I want to display the legend of a vector (point) shape file with color and/or size (propriety, ...
Alix Sotiaux
10:26 AM Bug report #18953 (Closed): Crash after qgis close
Already fixed in master/3.0.3 Nyall Dawson
10:26 AM Bug report #18953 (Closed): Crash after qgis close
Already fixed in master/3.0.3 Nyall Dawson
08:53 AM Bug report #18953 (Closed): Crash after qgis close
QGIS always crashes when I regularly close it.
h2. User Feedback
h2. Report Details
*Crash ID*: 7eb225...
Marc Bastian Rieger
10:25 AM Bug report #18955 (Open): Styles: Load Style from File does not work when style is available in D...
Action:
- Add a Layer with a style defined in a PG-Database
- Edit that layer and choose "Style - Load from File"
...
Luc Janssens
10:07 AM Revision 19569377 (qgis): Update getcapabilities document to fit 1.3.0 version
Paul Blottiere
10:07 AM Revision 6ea2cd63 (qgis): Add unit tests
Paul Blottiere
10:07 AM Revision db4a2dda (qgis): [server] Keep default version in case of invalid VERSION parameter
Paul Blottiere
09:57 AM Revision cf599685 (qgis): [processing] vector outputs can be saved in any GDAL-supported format
Thanks to Médéric RIBREUX Alexander Bruy
09:53 AM Bug report #18954 (Closed): Crash when adding existing field to vectorlayer
In the properties of vector layer - in the section "Source Fields" on QGIS 3 and "Fields" on QGIS 2.18.
When trying ...
David Signer
09:20 AM Revision b4f86147 (qgis): Add referencedFunctions() to expressions
Alessandro Pasotti
08:59 AM Revision 58e53510 (qgis): Don't add GEOS warnings to message log
This dramatically slows down rendering, especially when labeling
is used. E.g. because labeling clips features, or be...
Nyall Dawson
08:45 AM Feature request #18952 (Closed): ZIP multiraster layer
Idea: pack tiff/png files with w-files to zip/7z package Andrew Shanin
08:34 AM Revision edb12b4d (qgis): Removed attribution
Alessandro Pasotti
08:34 AM Revision 54173768 (qgis): Moved form feature to private and added setters/getters
plus other minor style changes as suggested by m-kuhn
in his PR review
Alessandro Pasotti
08:34 AM Revision 83328ae5 (qgis): [feature] Form context expressions in value relation widget
The value relation widget filter expression can now use two
new functions/variables that have access to the current
v...
Alessandro Pasotti
08:34 AM Revision ba339f2f (qgis): Some more test cases for value relation widget
Alessandro Pasotti
08:34 AM Revision 63d2086d (qgis): Rename functions from get_current_form_field_value to current_value
and current_geometry Alessandro Pasotti
08:34 AM Revision e59d6fee (qgis): Removed leftover
Alessandro Pasotti
08:34 AM Revision 266f145c (qgis): Removed const
I don't get why, but I trust @m-kuhn and I'll follow his advice :) Alessandro Pasotti
07:10 AM Revision 4d36f370 (qgis): [needs-docs][processing] rename export geom. columns to add geom. attri...
Mathieu Pellerin - nIRV
07:10 AM Revision 5cb8c252 (qgis): [needs-docs][processing] vectorize and improve remaining geometry tools...
Mathieu Pellerin - nIRV
04:17 AM Bug report #18951 (Closed): Layer-symbology menu do not change in any language
In Korean or Japanese language mode in QGIS v3.02 & 3.01, Symbology pull down menu of layer property show only Englis... y fchin
02:56 AM Revision 395e864b (qgis): fix prepare-commit after moving sip files
Denis Rouzaud
02:21 AM Revision c5ee15a9 (qgis): Merge pull request #6987 from 3nids/pyqgis_additions
[pyqgis] move qgis.core tricks to their own python file in additions folder Denis Rouzaud

2018-05-14

01:53 AM Revision 261e5f74 (qgis): bring back PyQt.QtCore.NULL in qgis.core
Denis Rouzaud
01:23 AM Revision 26174ea9 (qgis): Copy cached min/max value to provider test suite
Nyall Dawson
01:07 AM Revision 3716fa6e (qgis): Merge pull request #6988 from cdavila/release-3_0
[tr] Spanish translation update 14/5/18 Matthias Kuhn
12:15 AM Revision 15c2c9b3 (qgis): [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings
(cherry-picked from 0d520456)
Nyall Dawson
12:15 AM Revision 6543af35 (qgis): [docs] Add processing algorithm porting guide
(cherry-picked from 830ad0b4) Nyall Dawson
12:15 AM Revision cd6a14b1 (qgis): Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes
Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:0...
Nyall Dawson
12:15 AM Revision 2d0810c8 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses.
(cherry-picked from 8d5e5c9)
Nyall Dawson
12:01 AM Revision 831512c9 (qgis): [pyqgis] fix py files in subdirectory not correctly installed
Denis Rouzaud
12:00 AM Revision 6e33bdcd (qgis): [pyqgis] move qgis.core tricks to their own python file in additions fo...
this makes the code much easier to read Denis Rouzaud
11:59 PM Revision 9b28e3d7 (qgis): Port gdalcalc with formula excaping fix (#6984)
Resurrect gdalcalc algorithm from 2.x Luigi Pirelli
11:40 PM Bug report #18947 (Closed): New Vector shape files don't display
Nyall Dawson
10:35 PM Bug report #18947: New Vector shape files don't display
Hey
I got it working now. Had something to do with the roads.shp file. I just re-extracted that file (and the oth...
Greg Ashcroft
05:59 PM Bug report #18947 (Feedback): New Vector shape files don't display
Is the layer checked in the layers panel? And what happens if you click on "zoom to layer" or "zoom full" in the View... Harrissou Santanna
10:34 PM Revision bb852734 (qgis): [tr] Spanish translation update 14/5/18
cdavila -
09:52 PM Revision 49090a55 (qgis): [FEATURE][locator] Add search for settings pages to locator bar (#6625)
* [FEATURE][locator] Add search for settings pages to locator bar
Search Settings, Options, and Project Properties p...
Klavs Pihlkjær
08:55 PM Revision c9b3e2ab (qgis): fix indentation
Denis Rouzaud
08:08 PM Revision 90bbe69a (qgis): fix QVariant / QString compare
Denis Rouzaud
06:22 PM Bug report #16462: QGIS Server lost the ability to cascade WMS layers published using HTTPS
I am having the same problem: SSL handshake failed (QGIS server 2.18.19, Ubuntu 16.04). Example WMS service https://g... Anne Blankert
06:17 PM Revision 3ea6432b (qgis): Merge pull request #6985 from pigreco/help_in_linea_field_calc
corrections function_help Matthias Kuhn
05:55 PM Bug report #10155 (Closed): Right to Left formating in Map Composer
Thanks for the feedback. Harrissou Santanna
05:55 PM Bug report #10155 (Closed): Right to Left formating in Map Composer
Thanks for the feedback. Harrissou Santanna
05:55 PM Bug report #10155 (Closed): Right to Left formating in Map Composer
Thanks for the feedback. Harrissou Santanna
05:49 PM Revision a6683622 (qgis): add assert on metaEnum and convert existing settings to strings
Denis Rouzaud
05:47 PM Revision c985092a (qgis): fix typo
Alexander Bruy
05:43 PM Revision 307fbea1 (qgis): Merge pull request #6986 from 3nids/sip_files_oranize
Better orgnization of sip files Denis Rouzaud
05:02 PM Revision fca72fa7 (qgis): put back module sip files
Denis Rouzaud
04:44 PM Revision 847f0e18 (qgis): adapt sipify scripts and test to place auto generated sip files in dedi...
Denis Rouzaud
04:41 PM Revision 8b130f1c (qgis): move auto generated sip file in dedicated folder (server+analysis)
Denis Rouzaud
04:31 PM Revision 9ed15484 (qgis): move auto generated sip file in dedicated folder (gui)
Denis Rouzaud
04:23 PM Revision 7df2593c (qgis): move auto generated sip file in dedicated folder
Denis Rouzaud
04:21 PM Revision 45e5b3fb (qgis): [pyqgis] comment some core additions
Denis Rouzaud
03:13 PM Revision 3660f3f6 (qgis): corrections
salvatore fiandaca
02:49 PM Revision d26f1e14 (qgis): replace with setEnumValue
and complete missing enumValue Denis Rouzaud
02:47 PM Revision dce235d6 (qgis): create dedicated function for flags
there is a small redundancy in code, but it makes it much nicer to read the calls:
flagValue( key, default) instead o...
Denis Rouzaud
02:47 PM Revision d156e1fb (qgis): save enum settings as string for a better inspection
Denis Rouzaud
02:38 PM Feature request #18950 (Open): Using Package Layer with same layer names
If in the legend there are many layer with the same name the Processing algorithm "Package Layer" will take only the ... matteo ghetta
02:12 PM Revision 1a45a797 (qgis): [processing][model] Fix handling of mandatory checkbox in output defini...
Nyall Dawson
02:12 PM Revision 81dabd18 (qgis): [processing] Finish default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision 4ccd4446 (qgis): [processing] Add default values in model for destination parameters
Arnaud Morvan
02:12 PM Revision c5f478c3 (qgis): [processing] Fix destination resets to 'memory:' instead of temporary l...
Nyall Dawson
11:39 AM Revision 0cd9e19a (qgis): [Feature] Add ScaleBar and MessageLog components to QgsQuick library.
Peter Petrik
09:22 AM Revision 8d5e5c94 (qgis): Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses. Nyall Dawson
08:53 AM Revision 773e8633 (qgis): Fix build warning
Nyall Dawson
08:20 AM Revision 44eb0f90 (qgis): Add BWTA2017.gsb to srs.db
NTv2 grid available here:
https://www.lgl-bw.de/lgl-internet/web/sites/default/de/05_Geoinformation/Galerien/Dokument...
Matthias Kuhn
07:58 AM Bug report #18949 (Open): Data Source Manager - Filter does not consider the Name and Abstract fi...
When adding ArcGIS Map Server or ArcGIS Feature Server layers, the Data Source Manager has a text entry field called ... Alister Hood
07:43 AM Revision 6b742687 (qgis): [memory] Fix memory provider does not return correct min/max
values after adding or editing features
The cache was not cleared correctly in this case
Fix sponsored by LINZ
Nyall Dawson
06:32 AM Revision 8f47691a (qgis): [processing] add gdal command name to tags for better searches (#6978)
Mathieu Pellerin - nIRV
04:05 AM Bug report #18598: Qgis crached after calculated field removed
This is a long time bug with QGIS, not only for version 3.0
Deleting a field in the same editing session that crea...
Gregor Sanders
03:56 AM Revision 272f9ef8 (qgis): Merge pull request #6951 from 3nids/locator_prefix
allow customizing prefix of locator filters Denis Rouzaud

2018-05-13

12:44 AM Bug report #18926 (Closed): gdal_contour -snodata value kills the command
Fixed in gdal upstream Nyall Dawson
12:42 AM Bug report #18946 (Closed): pointer locks when re-ordering rule-based label filters
Are you using wayland? Might be a qt/Wayland issue. In any case it'll be an issue in the qt libraries, not qgis. Nyall Dawson
12:42 AM Bug report #18946 (Closed): pointer locks when re-ordering rule-based label filters
Are you using wayland? Might be a qt/Wayland issue. In any case it'll be an issue in the qt libraries, not qgis. Nyall Dawson
05:54 PM Bug report #18946 (Closed): pointer locks when re-ordering rule-based label filters
when rearranging the filter order using drag and drop in the rule-based label screen, the pointer changes to the arro... Bob Omb
12:41 AM Bug report #18948: crash when selecting a path
If you're needing a quick fix you'll need to contact a support organisation or contract a developer - or wait for som... Nyall Dawson
11:06 PM Bug report #18948 (Closed): crash when selecting a path
I frequently receive the crash report whenever i try to select the file(folder) path containing files into QGIS. A qu... oladayo akeredolu
11:05 PM Bug report #18947 (Closed): New Vector shape files don't display
When I start up either Qgis 3.02 or 2.18.19 and create a new project and add a new vector layer, it doesn't appear in... Greg Ashcroft
09:00 PM Bug report #10155: Right to Left formating in Map Composer
It appears to be fixed in 3.1
Harel Dan
08:38 PM Bug report #18384: Combination of segments_to_lines($geometry) and @geometry_part_num gives wrong...
Confirmed by Nyall here: http://osgeo-org.1560.x6.nabble.com/Re-Qgis-user-segments-to-lines-geometry-part-num-in-QGIS... Anita Graser
02:58 AM Feature request #18945: No data value
Nicolas Cadieux wrote:
> Add the layer "No data value = unknown" in the "Information tab" for the raster layer prope...
Nicolas Cadieux
02:38 AM Feature request #18945 (Open): No data value
Add the layer No data value in the "Information tab" for the raster layer properties. Nicolas Cadieux
02:22 AM Feature request #18944 (Open): Improvement for Batch Processing
We should be able to select all or multiple layers and select a field parameter once that will apply to all selected ... Nicolas Cadieux

2018-05-12

10:21 PM Revision e0b86bef (qgis): Remove the default output value shown in expression builder
Fixes #18808 Harrissou Santanna
10:21 PM Bug report #18808 (Closed): Expression builder dialog shows by default an output preview value (1...
Applied in changeset commit:qgis|e0b86bef533355b6d45a1083b8009d9616153d87. Harrissou Santanna
10:21 PM Bug report #18808 (Closed): Expression builder dialog shows by default an output preview value (1...
Applied in changeset commit:qgis|e0b86bef533355b6d45a1083b8009d9616153d87. Harrissou Santanna
09:50 PM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
Same issue. Qgis 3.0.2 (revision 307d082e3d). Windows 10. Could not isolate a reason to it either, since it only happ... Tommy Wahlund
07:00 PM Bug report #18384: Combination of segments_to_lines($geometry) and @geometry_part_num gives wrong...
I've hunted down the issue: it seems like @geometry_part_num values change irrespective of the geometry generator exp... Anita Graser
03:36 PM Revision 83a8d01f (qgis): [tr] Polish translation update
Borys Jurgiel
03:35 PM Revision a11fc1a9 (qgis): [tr] Polish translation update
Borys Jurgiel
03:14 PM Bug report #18943 (Closed): QGIS Server on MacOS X High Sierra
QGIS Server shipped with QGIS 3.0.2 Mac cannot run due to multiple issue:
1- Apache on Mac OS High Sierra does not...
Ronan L
07:56 AM Bug report #18941 (Closed): Can't edit GeoPackage using SQL through DBManager
At work, using QGIS 3.0.1 on Windows, I can edit a GeoPackage created by QGIS by running SQL in DBManager, great!
...
James Passmore

2018-05-11

01:09 AM Bug report #18940 (Open): QGIS main application crash just after editing large gmx track file.
I had used the 'gps tools' plugin to import the track file from the gpx. The track file was very complex with tracks... Bryan Taylor
12:00 AM Bug report #18939 (Closed): Graphic Modeler Crash on Exit After Saving
I am currently experiencing crashes upon exiting every time I use 'save' or 'save as' in the graphic modeler. If I ad... Philip Kampf
10:20 PM Revision 42bedc4f (qgis): Update qgsrasterfilewriter.cpp
Bad geo-referencing bug fix
Using VRT with large coordinate system (like RGF93/CCxx) and high
resolution raster, hig...
Guilhem
09:13 PM Bug report #18938 (Closed): DEB package qgis-providers segfaults at installation on non-English l...
I first installed qgis 2 from Ubuntu repositories. Then installed qgis 3 over it.
When I supplied LANG=C it worked.
Erkin Alp Güney
09:12 PM Bug report #18110 (Closed): Unable to create a tempory raster when calling IDW SAGA from python (...
For IDW SAGA problem 'NoneType' object has no attribute 'source'
was 'TARGET_TEMPLATE' : '' is not supported but 'T...
Jean Hemmi
09:10 PM Bug report #18937 (Open): Qgis 3 can't properly load gml files.
Some gml files can't be properly loaded by the last version of qgis.The previous versión of Qgis(2.18) load them corr... Jorge Almaraz
05:41 PM Revision d36d4f8c (qgis): fix warning for release build (#6976)
Denis Rouzaud
05:02 PM Revision c6bec0ce (qgis): add link to 3.0 api documentation
Jürgen Fischer
04:55 PM Revision 395c13f1 (qgis): fix typo
Denis Rouzaud
04:17 PM Revision 2bb6149e (qgis): add test for (active) prefixes and fix bad prefix for plugins
Denis Rouzaud
04:16 PM Bug report #18768: Nodata issue with TIN interpolation's cubic method
Hi Mathieu
Oh, that code is still in use? Most parts of the interpolation code are older than the QGIS project and...
Marco Hugentobler
04:07 PM Bug report #18936 (Closed): Exporting projects to .dxf for older versions
Exporting projects to .dxf for older versions of autocad results in
Internal error: !dblayoti.cpp@97: ePermanently...
Patric Senchuk
04:01 PM Bug report #18384: Combination of segments_to_lines($geometry) and @geometry_part_num gives wrong...
When this happens, @geometry_part_count is always 1. No matter how complex the original feature is. Anita Graser
03:03 PM Revision 9bf8fb04 (qgis): Add some notes about porting field parameters
Nyall Dawson
03:03 PM Revision 90e0353e (qgis): More docs for parameter porting, new API contract
Nyall Dawson
03:03 PM Revision 35d49035 (qgis): Add notes on OutputNumber/OutputString
Nyall Dawson
03:03 PM Revision e039a064 (qgis): Add note on GeoAlgorithmExecutionException
Nyall Dawson
03:03 PM Revision 04e527e4 (qgis): Try to fix odd doc coverage test issue
Nyall Dawson
03:03 PM Revision 7ba246f1 (qgis): Fix grammar
Nyall Dawson
03:03 PM Revision b006877b (qgis): Complete processing 3.x porting documentation
Nyall Dawson
03:03 PM Revision 4e5229f1 (qgis): Typo
Nyall Dawson
03:03 PM Revision 4e2605bb (qgis): Add some notes on enums, numeric parameters
Nyall Dawson
03:03 PM Revision 689966ce (qgis): Typo
Nyall Dawson
03:03 PM Revision 830ad0b4 (qgis): Rough beginnings to processing algorithm porting guide
Nyall Dawson
02:01 PM Revision b87a92b2 (qgis): Show tooltip in locator actions results if different to action title
Nyall Dawson
02:01 PM Revision 0c24e29e (qgis): More descriptive tooltips for some app actions
Nyall Dawson
02:01 PM Revision 98469411 (qgis): [needs-docs] Reorganize project menu
- Consistency in action names
- Move import/export actions to a submenu
- Group similar actions together
Nyall Dawson
02:01 PM Revision ad18e044 (qgis): Add missing ellipsis to project storage items
Nyall Dawson
02:01 PM Revision 3e62627b (qgis): [needs-docs] Tweak wording of Export actions
Nyall Dawson
01:52 PM Revision 0a6f88a4 (qgis): remove map from QgsLocator and rename custom to active prefix
the active/custom prefix info is now accessible only from QgsLocatorFilter Denis Rouzaud
01:38 PM Revision 8f05c4e2 (qgis): Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes
Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:00
Nyall Dawson
01:32 PM Revision 4aac2653 (qgis): updated NaturalNeighbour gui to use new saga parameters
Jason Hilton
12:08 PM Feature request #18935: Improve implementation of QGIS WFS paging and max number of features options
Yes, WFS-Transactional 2.0 is not implemented Even Rouault
08:25 AM Feature request #18935: Improve implementation of QGIS WFS paging and max number of features options
Looks good to me.
Even, please correct if I'm wrong but the last time I worked on the WFS provider 2.x was not fu...
Alessandro Pasotti
11:48 AM Revision cdc08783 (qgis): Use icon instead of text for Add and Remove buttons
Harrissou Santanna
11:07 AM Bug report #18929: Service url cannot include custom query parameters
Errata, WMS and WFS are working, the issue is only with WCS.
Tested with 3.0.2 too.
Lorenzo Pini
11:07 AM Feature request #18688 (Closed): Add function Scale_View for Map Composer
Correct, this is implemented Nyall Dawson
11:07 AM Feature request #18688 (Closed): Add function Scale_View for Map Composer
Correct, this is implemented Nyall Dawson
10:16 AM Feature request #18688 (Feedback): Add function Scale_View for Map Composer
Hi,
I think 3.0 allows this. See https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/expression.ht...
Harrissou Santanna
09:48 AM Revision a06000e0 (qgis): Add method to QgsTextRenderer to retreive scaled QFontMetricsF
from a text format in a specified render context Nyall Dawson
09:48 AM Revision e53adc15 (qgis): Add methods to convert QgsTextFormat to and from QFonts
Nyall Dawson
09:48 AM Revision 9d2c4fca (qgis): [FEATURE][layouts] Use text renderer for drawing scalebar text
Allows the full range of formatting options exposed through
text renderer - e.g. scalebar text with buffers, shadows,...
Nyall Dawson
09:48 AM Revision 9ce19af5 (qgis): Fix failing test
Nyall Dawson
09:48 AM Revision 0708d841 (qgis): Fix positioning of final scalebar label
Nyall Dawson
09:48 AM Revision 06d7725c (qgis): Fix api break, unit test
Nyall Dawson
09:48 AM Revision 3d03cfba (qgis): Update test masks
Nyall Dawson
07:49 AM Revision e35d1d0e (qgis): Fix setting default value for non-multiple enum params
Nyall Dawson
07:49 AM Revision 213fc553 (qgis): Revert "Merge pull request #6929 from ghtmtt/fix_proc_modeler"
There are no useless parameters in Processing.
This reverts commit fd5e0a7f1947548e0d5bd1f004a586e2ae0b0473, reversi...
Alexander Bruy
07:49 AM Revision 1ba34dcb (qgis): [processing] add matrix and enum parameters to wrappers and handle them
in the modeler dialogs Alexander Bruy
07:49 AM Revision bb0fecce (qgis): [processing] use another icon for clear button and add confirmation
Alexander Bruy
07:49 AM Revision ffa4b04e (qgis): [processing] add modeler GUI for enum parameter
Alexander Bruy
07:49 AM Revision 33cfed2e (qgis): [processing] fix method signature
Alexander Bruy
07:49 AM Revision 3ec2dfa6 (qgis): [processing] don't allow multiple enum items to be selected if
allowMultiple is not set Alexander Bruy
07:49 AM Revision 39456ba6 (qgis): [processing] fix handling of the multiple enum values
Alexander Bruy
07:49 AM Revision 26a97a7d (qgis): [processing] improve default values handling in the enum modeler GUI
Alexander Bruy
07:49 AM Revision e97212e8 (qgis): [processing] correctly restore default values
Alexander Bruy
07:49 AM Revision 0046b9f8 (qgis): add single item to matrix parameter by default
Alexander Bruy
07:49 AM Revision 18f31518 (qgis): [processing] couple of fixes for matrix parameter
Alexander Bruy
07:49 AM Revision 038da113 (qgis): [processing] modeler GUI for matrix parameter
Alexander Bruy
04:30 AM Revision 27aeb6a0 (qgis): [processing] Fix exception when clicking help for GDAL algorithms
(cherry-picked from b328819) Nyall Dawson
04:30 AM Revision 1c5d8602 (qgis): Fix handling of "hide deprecated" in projection selector widget
Fixes #18896
(cherry-picked from a022ad21)
Nyall Dawson
04:30 AM Revision d229b44a (qgis): [processing][gdal] Fix some more nodata=0 handling
(cherry-picked from f48aaeaf) Nyall Dawson
04:30 AM Revision 123f2dfd (qgis): [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings
(Cherry picked from d05f95f)
Nyall Dawson
04:30 AM Revision a84084cf (qgis): [processing][gdal] More nodata handling fixes
Fixes #18748
(cherry-picked from bddcb7d)
Nyall Dawson
04:30 AM Revision 4d020416 (qgis): [afs] Fix handling of custom projections
Don't treat all unknown projections as WGS84
Fixes #18881
(cherry-picked from ea38c732)
Nyall Dawson
04:30 AM Revision 6ad50f7e (qgis): [processing] Don't skip null parameter values when converting
parameters to pythong strings
We need to include these, in order to differentiate unspecified
parameters from parame...
Nyall Dawson
04:30 AM Revision c9226ce3 (qgis): [processing][modeler] Fix some child algorithm vector results
are not shown as input choices for other child algorithms
(cherry-picked from 3791bac)
Nyall Dawson
03:29 AM Revision be73c960 (qgis): Spelling
Nyall Dawson
03:29 AM Revision 0d520456 (qgis): [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings Nyall Dawson

2018-05-10

01:43 AM Revision 6b677081 (qgis): add libyaml-tiny-perl & python-autopep8 to debian deps
Jürgen Fischer
01:27 AM Revision 28935d15 (qgis): osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars
(fixes #18234)
(cherry picked from commit a9b663ec0cdf47ba99bab593139da9c108d977da)
Jürgen Fischer
01:27 AM Revision a9b663ec (qgis): osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars
(fixes #18234) Jürgen Fischer
12:29 AM Feature request #18935: Improve implementation of QGIS WFS paging and max number of features options
Sounds good to me Even Rouault
11:21 PM Feature request #18935 (Closed): Improve implementation of QGIS WFS paging and max number of feat...
FEEDBACK NEEDED
CURRENTLY
The WFS max features option in the Modify WFS Connection settings is difficult for user...
Ian Harrison
11:40 PM Bug report #18934 (Feedback): Data Export
Do you mean kml? If so, it definitely does! What platform are you running off? Is this a custom gdal build by any cha... Nyall Dawson
11:18 PM Bug report #18934 (Closed): Data Export
Version 3.0.2 does not have a ability of saving data in KLM format Kelechi Nwosu
10:33 PM Bug report #17131 (Feedback): Processing: Union and Intersection wrong results
Martin Dobias
10:32 PM Bug report #17131: Processing: Union and Intersection wrong results
After merging https://github.com/qgis/QGIS/pull/6811, https://github.com/qgis/QGIS/pull/6859 and https://github.com/q... Martin Dobias
10:17 PM Bug report #18883: Rename "WMS" in Data Source Manager to "WMS/WMTS"
Typo above, it should read:... Ian Harrison
10:11 PM Revision 6459d24e (qgis): allow to reset prefixes in settings
Denis Rouzaud
09:51 PM Revision 0a0de2ec (qgis): use multimap to allow using the same prefix for several filters
Denis Rouzaud
09:44 PM Bug report #18234 (Closed): Esri Personal GeoDatabase (*.mdb file)
Nyall Dawson
09:03 PM Bug report #18234: Esri Personal GeoDatabase (*.mdb file)
It seems that QGIS 3 is now launched directly, not through qgis.bat as was for QGIS 2.18.
Now you need to set the tw...
Andrea Giudiceandrea
09:37 PM Revision 6d33ca31 (qgis): german translation update and fixes
Jürgen Fischer
08:46 PM Revision b6a26464 (qgis): Merge pull request #6961 from wonder-sk/union-single-layer
[FEATURE] Union algorithm with a single layer Martin Dobias
08:22 PM Revision ca3d2c0d (qgis): expression help: support optional parameters and defaults
(cherry picked from commit 968b50f4f009ae23ad98fdacd7b8754414008efa) Jürgen Fischer
08:18 PM Revision 9690d806 (qgis): add mdal provider to debian and osgeo4w packages
Jürgen Fischer
08:15 PM Revision 968b50f4 (qgis): expression help: support optional parameters and defaults
Jürgen Fischer
08:10 PM Revision c3279ee5 (qgis): Add a note about version added for new functions in testing module
Martin Dobias
05:57 PM Revision 9e1be6e8 (qgis): Merge pull request #6966 from kannes/patch-1
add optional segments argument in buffer function docs Matthias Kuhn
05:36 PM Revision 2c90bf29 (qgis): Merge pull request #6963 from DelazJ/backport30
Backport some Layer properties GUI fixes Matthias Kuhn
04:58 PM Revision e8d1099f (qgis): add optional segments argument
text taken from single_sided_buffer hannes metzler
02:08 PM Revision 85f42e7d (qgis): remove build noise from output
Peter Petrik
01:45 PM Revision 191b0d47 (qgis): union: throw an exception if the second layer is specified but not valid
Martin Dobias
12:50 PM Revision 7df062ba (qgis): Updates from Nyall's review
Martin Dobias
12:50 PM Revision 73d10afe (qgis): Processing tests: allow topological geometry tests instead of exact tests
This is useful with geometry algorithms when the order of the coordinates of produced
geometries does not need to be ...
Martin Dobias
12:50 PM Revision 64b8c725 (qgis): [FEATURE] Union algorithm for single layer
Resolves all overlapping geometries just like GRASS or Arc do.
So now we have two variants of union:
- union(A) - do...
Martin Dobias
12:50 PM Revision ef145afc (qgis): Add support for unordered comparison of features of layers
This is useful when an algorithm returns features in no particular order
and sorting features by attributes does not ...
Martin Dobias
12:50 PM Revision aa2b1e98 (qgis): Add test for single layer union
Martin Dobias
10:33 AM Bug report #18933 (Open): Virtual layer crash when layer name not valid
When the layer name is not valid the SQL query in the DB Manager makes QGIS crash matteo ghetta
07:48 AM Revision c738bcf7 (qgis): [processing] Don't skip null parameter values when converting
parameters to pythong strings
We need to include these, in order to differentiate unspecified
parameters from parame...
Nyall Dawson
07:48 AM Revision d05f95f7 (qgis): [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings Nyall Dawson
07:27 AM Revision 10aa92f6 (qgis): Merge pull request #6960 from luipir/gdalcalc_avoid_escape_formula
[processing][gdal] Do not escape formula because it's not a path! Alexander Bruy
03:36 AM Revision 5d6e08f2 (qgis): Widen the diagram Size Legend Preview frame
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to need...
Harrissou Santanna
03:30 AM Revision 20cf1d5e (qgis): Make collapsible the groupboxes
to better handle vertical frames
(cherry picked from commit 684b3678f4159e998da53314dd77b198d82d7374)
Harrissou Santanna

2018-05-09

12:54 AM Revision 6150b7f4 (qgis): avoid escape formula because it's not a path!
Luigi Pirelli
09:55 PM Revision e55bb558 (qgis): cosmetics on 9e7e927b9c
Jürgen Fischer
09:39 PM Bug report #18324 (Closed): X11 freeze using drag and drop designer" custom forms
Luca Lanteri
09:39 PM Bug report #18324: X11 freeze using drag and drop designer" custom forms
now it works on master Luca Lanteri
09:34 PM Bug report #18932: Save as default style for raster reset symbology
the previous qml is wrong. Use this one. Luca Lanteri
09:28 PM Bug report #18932 (Closed): Save as default style for raster reset symbology
with a raster categorized as singleband pseudocolor, if I try to save a style as default or save the qml the classifi... Luca Lanteri
08:59 PM Revision 37e9f3ab (qgis): allow customizing prefix of locator filters
Denis Rouzaud
08:58 PM Revision 4c92de9e (qgis): Merge pull request #6505 from 3nids/form_url
[FEATURE] Allow to use a URL for a custom attribute form (UI file) Denis Rouzaud
08:02 PM Revision 5d7a6c18 (qgis): remove useless API break
Denis Rouzaud
07:30 PM Bug report #18931 (Open): Missing labels for collected features
The labels are missing for features made with the "Collect geometries" algorithm, even with the "Show all labels for ... Antoine Lafranchis
06:48 PM Bug report #18930 (Closed): Crash when creating virtual field
h2. User Feedback
I created a virtual field with the expression: x( closest_point( $geometry, centroid( $geometry ...
Antoine Lafranchis
06:25 PM Revision 5b201687 (qgis): NSIS: Include DisplayVersion in UninstallKey (backport 100d9403)
Jürgen Fischer
06:24 PM Revision 100d9403 (qgis): NSIS: Include DisplayVersion in UninstallKey
(backport e3a7804931 & 9e7e927b9c) Jürgen Fischer
05:22 PM Revision d99a27f4 (qgis): Merge pull request #6958 from agauvrit-tis/patch-1
[FEATURE] Add DisplayVersion value in Uninstallkey Jürgen Fischer
05:04 PM Revision 8e20996d (qgis): simplify netwotk content fetcher registry
kudos @wonder-sk Denis Rouzaud
05:04 PM Revision 16497ee4 (qgis): fix edit form test with local HTTP server
Denis Rouzaud
05:01 PM Revision 18699299 (qgis): [FEATURE ] allow to use URLs for attribute forms
Denis Rouzaud
05:01 PM Revision d413c882 (qgis): add UI form for testing
Denis Rouzaud
05:01 PM Revision 30b7fd18 (qgis): use QgsNetworkContentFetcherRegistry
Denis Rouzaud
05:01 PM Revision c04ca969 (qgis): use QStringLiteral
Denis Rouzaud
05:01 PM Revision 5089d389 (qgis): fix spelling
Denis Rouzaud
04:49 PM Bug report #18872: Symbol Selector Window 'overflows' the screen on small resolutions
Harrissou Santanna wrote:
> The fix has been merged in master. Could be nice if you can give it a try and confirm it...
Bien Carlos Manazares
12:01 PM Bug report #18872: Symbol Selector Window 'overflows' the screen on small resolutions
The fix has been merged in master. Could be nice if you can give it a try and confirm it works so that it gets backpo... Harrissou Santanna
04:43 PM Revision 7233b675 (qgis): Merge pull request #6957 from radosuav/processing_gdal_warp
[processing] Add missing resampling methods to GDAL warp. Matthias Kuhn
04:22 PM Revision 9e7e927b (qgis): Add DisplayVersion value in Uninstallkey
The DisplayVersion value in Uninstallkey registry hive (Software\Microsoft\Windows\CurrentVersion\Uninstall) is manda... Alexandre
02:56 PM Revision 7e73f314 (qgis): [processing] Add missing resampling methods to GDAL warp.
Radoslaw Guzinski
02:12 PM Bug report #18929 (Open): Service url cannot include custom query parameters
Adding new services (WCS, WMS, WFS) the url cannot contain any custom parameter.
If a custom parameter is added, Q...
Lorenzo Pini
12:30 PM Bug report #18398: QGIS3 Print settings error
The same happens to me. I have gone from version 2.18 to version 3.0. In the Las Palmas version I had no problem with... Fernando Ciges
12:08 PM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
Given the different OS concerned i remove the OS mention.
When it occurs, does it really prevent you to save the au...
Harrissou Santanna
11:50 AM Bug report #17417 (Feedback): Rule editor dialog (style) does not fit height of screen
Still valid (in 3.0 or 3.1)? Harrissou Santanna
08:04 AM Revision d06043f7 (qgis): Merge pull request #6952 from elpaso/DelazJ-symbolselectorHelpShow
Delaz j symbolselector help show Alessandro Pasotti
08:03 AM Bug report #17903 (Closed): Missing cancel (and help) button in the symbol selector dialogs
Applied in changeset commit:qgis|1c34339b3c84061ce95dbc60c8600a8378f65e1c. Harrissou Santanna
08:03 AM Bug report #17903 (Closed): Missing cancel (and help) button in the symbol selector dialogs
Applied in changeset commit:qgis|1c34339b3c84061ce95dbc60c8600a8378f65e1c. Harrissou Santanna
08:03 AM Bug report #17902 (Closed): Changing a categorized symbol should not change the [change] widget s...
Applied in changeset commit:qgis|89c2b4bd088452426d01c77569eb3534c099ee2e. Harrissou Santanna
08:03 AM Bug report #17902 (Closed): Changing a categorized symbol should not change the [change] widget s...
Applied in changeset commit:qgis|89c2b4bd088452426d01c77569eb3534c099ee2e. Harrissou Santanna
07:40 AM Revision 29489e10 (qgis): Merge pull request #6865 from PeterPetrik/qgsquick_1_canvas_merge
[FEATURE] Introduction of QGIS Quick library Matthias Kuhn
06:21 AM Revision 85660db9 (qgis): Vectorized remaining propertyicons
List of icons^
gdal.png
network_and_proxy.png
locale.png
join.png
transparency.png
pyramids.png
overlay.png
map_tools...
Felis Pimeja
06:21 AM Revision c1ac9753 (qgis): Small property icon improvements
Mathieu Pellerin - nIRV
05:53 AM Bug report #18081: GDB recognition mixup
This issue just reoccurred again with the same GDB Feature Class, but it was in a different project. I am attaching ... Douglas Alderman
05:44 AM Revision cbbaf9c2 (qgis): Fix build warning
Nyall Dawson
02:28 AM Revision 914cefff (qgis): Fix crash when creating spatial index from empty layer
libspatialindex library throws an exception when trying to bulk load spatial index
and it is given an empty input dat...
Martin Dobias
02:28 AM Revision 819ae6f3 (qgis): Fix test that checked an exception from QgsSpatialIndex constructor
Martin Dobias

2018-05-08

01:59 AM Revision 76e508c1 (qgis): Assume URL already encoded
andrimam
01:21 AM Bug report #18928 (Feedback): Qgis crashed after using geometry check
Actually more useful then the dump would be a link to the file you ran the tool on. Can you please share? Nyall Dawson
12:17 AM Bug report #18928 (Closed): Qgis crashed after using geometry check
After using checking geometry qgis crashed.
Qgis made a minidump wher can I upload this?
Thanks in advance
Torsten Hase
10:53 PM Bug report #18921: Python Console Display of text
that could be a font problem, have you tried to change the font from options of the python console? Salvatore Larosa
07:04 PM Revision b2188d4f (qgis): use smart pointer for QgsQuickMapSettings in map canvas
Peter Petrik
06:15 PM Revision 85d60f2b (qgis): Merge branch 'symbolselectorHelpShow' of https://github.com/DelazJ/QGIS...
Alessandro Pasotti
05:59 PM Bug report #18655: "Too many attributes" error when saving layer with auxiliary fields
As a further update, I continue to receive the error even after deleting the virtual field, so there may be separate ... Nathan Perry
05:25 PM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
I have the same issue. running an iMac with os 10.13.4 Cameron MacIver
04:48 PM Bug report #18927 (Open): Insert new record in form with one to many relation try to save sequenc...
I have 2 tables postgres in relation one to many among them, connected with the classic fkey. I created a form that c... Luca Lanteri
03:24 PM Revision f2304c1b (qgis): Merge pull request #6764 from tudorbarascu/featureinfo_values
server tests for GetFeatureinfo different widget values Alessandro Pasotti
01:10 PM Revision 83218c9e (qgis): Find Spatialindex library in osgeo4w64 bit
Tisham Dhar
01:06 PM Bug report #18926 (Closed): gdal_contour -snodata value kills the command
Using gdal contour with -snodata flag (any number added) causes the self-kill of the command by gdal itself. Seems a ... matteo ghetta
12:44 PM Revision 90355f0e (qgis): address comments and add @unittest.expectedFailure to test
Tudor Bărăscu
12:38 PM Revision 10475a6a (qgis): Really accept strings for arrow data defined properties
Nyall Dawson
12:38 PM Revision 79035acd (qgis): The Arrow type and head type are string inputs in DD
and not integer (fixes #16215) Harrissou Santanna
12:37 PM Bug report #16215 (Closed): Arrow symbol layer: wrong data-defined button description for head an...
Applied in changeset commit:qgis|79035acd642a1c12d590b1508369b4d92344b8dc. Harrissou Santanna
12:37 PM Bug report #16215 (Closed): Arrow symbol layer: wrong data-defined button description for head an...
Applied in changeset commit:qgis|79035acd642a1c12d590b1508369b4d92344b8dc. Harrissou Santanna
11:49 AM Revision be6a763b (qgis): Merge pull request #6949 from m-kuhn/wms_overwrite_parent_boundingBoxes
Wms overwrite parent bounding boxes Matthias Kuhn
11:00 AM Revision a2a2d28d (qgis): Overwrite existing boundingBoxes with the same CRS in WMS capabilities.
Roel Huybrechts
11:00 AM Revision 2ee479eb (qgis): Fix codestyle
Matthias Kuhn
10:35 AM Revision cfad3aa5 (qgis): Merge pull request #5461 from m-kuhn/less_temp_files
Cleanup temporary files in prepare-commit.sh Matthias Kuhn
08:42 AM Bug report #18925 (Open): QGIS crashed while opening PostgreSQL layer
h2. User Feedback
h2. Report Details
*Crash ID*: 8bbcf9180a983a54841d47d2683d211cb43ea003
*Stack Trace...
Anssi Kanninen
08:07 AM Revision cdca7084 (qgis): add GetMap DPI mask image, fixes local test
Tudor Bărăscu
08:06 AM Revision 500af5e4 (qgis): Spelling
Nyall Dawson
08:06 AM Revision f9be6055 (qgis): [FEATURE] Also show cartesian areas/perimeters in identify results
Because users are still getting confused with the difference
between the cartesian areas and ellipsoidal areas, show ...
Nyall Dawson
06:26 AM Bug report #18923: GDAL/OGR Convert Format, persistent/unwanted default output format
Using Convert Format from the Processing Toolbox, using no Additional Creation Options, and path/gpxtest.gpx as the c... Lance Evans
05:08 AM Bug report #18923: GDAL/OGR Convert Format, persistent/unwanted default output format
What's the gdal command when you try to export as gpx? Nyall Dawson
04:21 AM Bug report #18923: GDAL/OGR Convert Format, persistent/unwanted default output format
I had not as I'm trying to get temporary layer result. If I specify a GPX file for output, as opposed to leaving blan... Lance Evans
04:22 AM Revision 98fc8585 (qgis): [needs-docs] Rename "show labels for this layer" to "single labels"
Harrissou Santanna
04:07 AM Revision 2ab5b84d (qgis): Minified svg code for several icons (#6489)
Felis Pimeja
03:47 AM Revision 875da3f5 (qgis): [FEATURE] Optionally add back faces of polygons in tessellator
Often the polygonZ/multipatch data do not have consistent ordering of vertices
(e.g. all clock-wise or counter clock-...
Martin Dobias
03:47 AM Revision 37241386 (qgis): Updates from review
Martin Dobias
03:11 AM Revision 00d7ab6a (qgis): Fix some data defined buttons show in text format widget
Nyall Dawson

2018-05-07

01:49 AM Revision e936cd74 (qgis): Widen the diagram Size Legend Preview frame
This should allow more visibility of the previewed symbols and texts.
Also avoids the left part of the dialog to need...
Harrissou Santanna
01:33 AM Revision 99d0b3c3 (qgis): More spell checks
Nyall Dawson
01:33 AM Revision c11c1cf4 (qgis): Source typos
luz.paz
01:33 AM Revision f01bff25 (qgis): Typos
Found via `codespell` luz.paz
01:33 AM Revision 51a15640 (qgis): Add words to spell check file
Nyall Dawson
01:26 AM Revision 64d5193f (qgis): Translation fixes for GDAL build VRT.
Ari Jolma
12:57 AM Revision 67c20d5d (qgis): Set max_points default value
Harrissou Santanna
12:57 AM Revision 3fff8724 (qgis): Update test result
Nyall Dawson
12:22 AM Revision bd1f9b52 (qgis): Switch test to reentrant GEOS API
Sandro Santilli
12:06 AM Bug report #18923 (Feedback): GDAL/OGR Convert Format, persistent/unwanted default output format
Nyall Dawson
12:06 AM Bug report #18923: GDAL/OGR Convert Format, persistent/unwanted default output format
The output format is automatically set based on the output file extension. It may be a silly question, but have you t... Nyall Dawson
10:02 PM Bug report #18923 (Closed): GDAL/OGR Convert Format, persistent/unwanted default output format
1) In modeler, trying to convert a line shapefile to GPX using GDAL Convert Format. The algorithm insists on leaving ... Lance Evans
10:50 PM Bug report #18924 (Open): Measurement tool window not visible
When I switch from a multiple monitor configuration to a single monitor configuration (or even a different multimonit... Daniel Boyd
10:42 PM Revision e85740ce (qgis): Fixes Centos7 issues due to old gcc compiler (gcc 4.8.5)
Andreas Neumann
10:11 PM Revision 28d7c8c4 (qgis): Fix a crash in tessellator with self-intersecting rings
Self-intersecting polygon rings may crash poly2tri so we skip them (for now) Martin Dobias
09:38 PM Revision ea38c732 (qgis): [afs] Fix handling of custom projections
Don't treat all unknown projections as WGS84
Fixes #18881
Nyall Dawson
09:38 PM Bug report #18881 (Closed): QGIS cannot recognise CRS from ESRI wkt on ArcGIS Feature Server
Applied in changeset commit:qgis|ea38c7322bedbd9b37342de8f48c6700931df50e. Nyall Dawson
09:38 PM Bug report #18881 (Closed): QGIS cannot recognise CRS from ESRI wkt on ArcGIS Feature Server
Applied in changeset commit:qgis|ea38c7322bedbd9b37342de8f48c6700931df50e. Nyall Dawson
08:14 PM Bug report #18920 (Closed): Missing Bottom Information as line Info for scale, coordinat, datum, ...
Nyall Dawson
05:43 PM Bug report #18920: Missing Bottom Information as line Info for scale, coordinat, datum, and soon ...
Now .... already have normal ... solved issue herman herman
07:20 AM Bug report #18920 (Closed): Missing Bottom Information as line Info for scale, coordinat, datum, ...
after automatic detect upgrade from 2.14 to 3.00 QGIS, i had click to upgrade QGIS, so when open from click QGIS in w... herman herman
08:13 PM Bug report #18922 (Feedback): QGIS Crashed
Looks like this was caused by a plugin - what did you click on which triggered the crash? Nyall Dawson
07:23 PM Bug report #18922 (Closed): QGIS Crashed
h2. User Feedback
h2. Report Details
*Crash ID*: 6f7273b8858ba9b7a3866686c6163d779c2997a7
*Stack Trace...
Sherry Watson
05:43 PM Revision 3fef9cd1 (qgis): Merge pull request #6872 from 3nids/fetchregistry
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files Denis Rouzaud
05:36 PM Revision a95ec9c6 (qgis): Fixes Centos7 issues due to old gcc compiler (gcc 4.8.5)
Andreas Neumann
05:03 PM Bug report #18812: QGIS 3.0.1 crashes after attempting to remove a virtual field from a shapefile
Same issue here, QGIS 3.0.2 running in Mac OS 10.13.3. I have both the "too many attributes" error and the crash when... Nathan Perry
04:58 PM Bug report #18655: "Too many attributes" error when saving layer with auxiliary fields
After working some more with this issue, it seems that the problem may be with the virtual field, rather than the aux... Nathan Perry
04:17 PM Revision 52b9b9c1 (qgis): fix links to Qt issues
Denis Rouzaud
04:15 PM Revision b4d00d95 (qgis): delete contents in destructor and add missing mutexes
Denis Rouzaud
03:36 PM Bug report #18408: Some more batch processing errors
I encountered a similar error using the batch version of SAGA's "Upslope area" from the processing toolbox in QGIS 3.... Mattias Spangmyr
03:18 PM Bug report #18080 (Closed): Vector Fixed Distance Buffer
Alessandro Pasotti
03:06 PM Bug report #18921 (Closed): Python Console Display of text
The text in the python console is overlapping which makes it hard to read. I tried to resize the window, turn on, off... ian lenfant
02:21 PM Revision 5610ebe9 (qgis): fix crash when redownloading or canceling
Denis Rouzaud
02:20 PM Revision 9d450774 (qgis): also add localFile returning a QFile
Denis Rouzaud
02:20 PM Revision 25108e5f (qgis): QgsNetworkContentFetcherRegistry: a registry for temporary downloaded f...
Denis Rouzaud
02:20 PM Revision 8308ce12 (qgis): avoid race condition
Denis Rouzaud
02:20 PM Revision 648562d2 (qgis): do not expose task and make it thread safe
Denis Rouzaud
02:20 PM Revision 0d6dcb23 (qgis): do not return a const file and add localFile helper
Denis Rouzaud
02:15 PM Revision ba04dea2 (qgis): fix links to Qt issues
Denis Rouzaud
11:25 AM Revision cb008699 (qgis): Merge pull request #6101 from letmaik/patch-1
Fix tracking of imported modules (and plugin reloading) Matthias Kuhn
11:20 AM Revision 3264b0bb (qgis): Merge pull request #6937 from slarosa/fix_svg_size
fix svg size for cross-hair, capture-point, zoomin and zoomout, fixes #18806 Matthias Kuhn
11:19 AM Bug report #18806 (Closed): Cursor is misaligned when drawing new vectors
Applied in changeset commit:qgis|3264b0bb3e49fca5d923deae3e8bb0e82662ff5f. Anonymous
11:19 AM Bug report #18806 (Closed): Cursor is misaligned when drawing new vectors
Applied in changeset commit:qgis|3264b0bb3e49fca5d923deae3e8bb0e82662ff5f. Anonymous
11:18 AM Revision b9884c27 (qgis): Merge pull request #6702 from pierreloicq/patch-2
talking about "ninja qgis" Matthias Kuhn
11:17 AM Revision cb638b63 (qgis): [processing][saga] Make some Slope,Aspect,Curvature outputs optional an...
Nyall Dawson
11:17 AM Revision f4ec9e2a (qgis): [processing] When an optional output is set to 'skip output', disable
and clear the associated 'add to qgis' checkbox Nyall Dawson
11:17 AM Revision f34b3170 (qgis): [processing] Fix parsing optional output 'create by default' from string'
Nyall Dawson
11:01 AM Revision 9d12b0ad (qgis): Merge pull request #6749 from slarosa/db_quey_history_1
[FEATURE][needs-docs] DB Manager: adds SQL query history Matthias Kuhn
10:59 AM Revision 0cc0fedb (qgis): Merge pull request #6748 from Scimmia22/patch-1
Update FindQextserialport.cmake for Qt5 Matthias Kuhn
10:56 AM Revision dd2eb3a4 (qgis): Merge pull request #6876 from DelazJ/patch-2
[needs-docs] Rename action in Layers panel contextual menu Matthias Kuhn
10:55 AM Revision 9e5cfb0c (qgis): Merge pull request #6924 from m-kuhn/avoid_unnecessary_confirmation_dia...
Avoid unnecessary confirmation dialogs Matthias Kuhn
10:50 AM Revision 3791bac4 (qgis): [processing][modeler] Fix some child algorithm vector results
are not shown as input choices for other child algorithms Nyall Dawson
10:45 AM Bug report #18916 (Closed): QGIS crashes with no geometry tables
Nyall Dawson
07:32 AM Bug report #18916: QGIS crashes with no geometry tables
Compiled the last QGIS and is fixed. Sorry I miss that fix (you are too fast guys ;) ) matteo ghetta
09:23 AM Revision 55a256f9 (qgis): Merge pull request #5065 from DelazJ/typos
Fix some wording and spelling Matthias Kuhn
06:16 AM Revision a0a5f6ce (qgis): [processing] Fix saga natural neighbor parameters
fixes #16604 Jason Hilton

2018-05-06

01:06 AM Bug report #18919 (Closed): QGIS 3.0.1 crashes when opening project last saved in QGIS 2.18.11-1
Duplicate of #14752 Nyall Dawson
01:06 AM Bug report #18919 (Closed): QGIS 3.0.1 crashes when opening project last saved in QGIS 2.18.11-1
Duplicate of #14752 Nyall Dawson
 

Also available in: Atom