Activity

From 2017-09-14 to 2017-10-13

2017-10-13

10:56 PM Bug report #17277 (Closed): Atlas - filter attribute table return empty table if layers haven't t...
I just met this problem.
I have an atlas with a coverage layer (polygon) in EPSG:2154 and an attribute table from ...
Loïc BARTOLETTI
05:17 PM Revision 364847fc (qgis): [tr] translation update from Carlos
Werner Macho
04:21 PM Revision d3109715 (qgis): Merge pull request #5302 from boundlessgeo/issue_16803_DefaultIcon_to_a...
set default legend raster icon when wms layer Alessandro Pasotti
02:55 PM Bug report #17118: reshape tool reset Z values when extending lines - only with some data providers
... Regis Haubourg
12:07 PM Bug report #17118: reshape tool reset Z values when extending lines - only with some data providers
https://github.com/qgis/QGIS/pull/5349
by the way, was this a regression?
Giovanni Manghi
01:36 PM Revision b91b854a (qgis): Merge pull request #5352 from nyalldawson/geom
Geometry cleanups and modernization Nyall Dawson
01:03 PM Feature request #17276 (Open): add scram authentication for postgres
Since postgresql 10 there is a new authentication method 'scram-sha265'. new version of libpq are fully compatible wi... Rémi Desgrange
01:02 PM Revision 7b7dad08 (qgis): [auth] Add CAs to the connection for pkipkcs12
Alessandro Pasotti
01:02 PM Revision 7cb908aa (qgis): [auth] Add CAs to the connection for pkipaths
Alessandro Pasotti
01:01 PM Revision 0a2f7540 (qgis): [auth] Use utility method certsToPemText
Alessandro Pasotti
01:00 PM Revision f804f0b1 (qgis): [auth] Port to QGIS3 and re-enable python test for QGIS auth system
Alessandro Pasotti
12:59 PM Revision 25cd27a5 (qgis): [auth] Add tests for CA utility methods
Alessandro Pasotti
12:58 PM Revision 566ad8b5 (qgis): [auth] Add CA utility methods
Alessandro Pasotti
12:56 PM Revision f4b4030f (qgis): [auth] Add CA chain to auth config
Alessandro Pasotti
12:05 PM Bug report #16649 (Closed): additional "no Data values" using the Layer Styling panel are not app...
Giovanni Manghi
11:55 AM Revision 947b0cc4 (qgis): Safer memory management in geos
Also speed up avoid intersections by removing unnecessary geometry
cloning
Nyall Dawson
11:54 AM Revision c3fdaa95 (qgis): Some safer memory management for geos
Nyall Dawson
11:47 AM Revision 85321b46 (qgis): 'Polyfill' std::make_unique to qgis::make_unique
Nyall Dawson
11:47 AM Revision 82845751 (qgis): Even more memory safety in geometry internals by using qgis::make_unique
Nyall Dawson
11:47 AM Revision 24a9c522 (qgis): Move qgsAsConst to qgis::as_const
So it's more inline with the std::as_const implementation which
it fills in for, and allows us to 'polyfill' other c+...
Nyall Dawson
11:47 AM Revision 88e13602 (qgis): Rename detach methods in QgsGeometry for clarity
Now we have:
- detach (which clones the existing geometry)
and
- reset (which detaches without cloning and sets a ne...
Nyall Dawson
11:45 AM Feature request #17273 (Open): Respect coordinate system (CRS) when outputFormat=GeoJSON
We are using Geoserver 2.11.0 (latest is 2.11.2) and it does return different crs's. Henrik Uggla
11:10 AM Feature request #17273 (Feedback): Respect coordinate system (CRS) when outputFormat=GeoJSON
Giovanni Manghi
11:07 AM Feature request #17273: Respect coordinate system (CRS) when outputFormat=GeoJSON
Hi Henrik,
Officially Geojson is always in epsg:4326 / lat lon coordinates:
https://tools.ietf.org/html/rfc7946#p...
Richard Duivenvoorde
09:56 AM Feature request #17273 (Feedback): Respect coordinate system (CRS) when outputFormat=GeoJSON
Following request returns correct coordinate system:
http://193.17.67.229/cgi-bin/fastighetsindelning/?service=WFS...
Henrik Uggla
11:44 AM Revision b250729e (qgis): [3d] add show labels toggle, default to off (#5361)
Mathieu Pellerin - nIRV
11:18 AM Revision b922166d (qgis): Rework internal geometry memory management
Use unique_ptrs wherever possible, and cleanup geometry
detachments
Nyall Dawson
11:18 AM Revision 1852d2b8 (qgis): Fix travis build
Nyall Dawson
11:18 AM Revision e13a4aaa (qgis): Cleanup some loops
Nyall Dawson
11:17 AM Feature request #17275 (Open): Merge different progress bars
Having some long running task, I had at a certain moment 3 progress bars in view, see screenshot :-)
Would be cool...
Richard Duivenvoorde
10:23 AM Feature request #17274 (Open): Auto wrap legend text based on character count
In QGIS 2.18 there is an option to wrap text based on a certain character. There is no option to access expression bu... Hannes Ledegen
10:11 AM Bug report #15903: Creating _packed shapefiles and fails to save edits correctly
I just encountered the attached corrupted shapefile. A co-worker edited the file yesterday and didn't notice any erro... Kai Borgolte
09:54 AM Revision 25d40f36 (qgis): layer tree & 3d view toolbar panel size fix
Mathieu Pellerin - nIRV
09:39 AM Revision ca0aa72b (qgis): [needs-docs] Remove OpenStreetMap integration in analysis lib + app
- unmaintained and barely working anymore
- clunky GUI
- not supporting .pbf
- there are other python plugins doing t...
Martin Dobias
09:37 AM Revision a170dcb0 (qgis): Fix dragging 3D view with mouse when camera is far
Before, when looking at a greater area (e.g. spanning 200km or more),
dragging 3D view with left mouse button would n...
Martin Dobias
09:34 AM Revision 6447beef (qgis): Add some tests
Paul Blottiere
09:33 AM Revision e67a191f (qgis): [server][bugfix] Fixes OGC tests on getmap bbox
Paul Blottiere
06:20 AM Revision b740a89c (qgis): Updated the transparency widget to fix bug #16649 (#5358)
James Shaeffer
05:19 AM Revision 873b4b08 (qgis): [3d view] harmonize panel icon size
Mathieu Pellerin - nIRV
05:02 AM Revision 9a3b547d (qgis): Merge pull request #5330 from nyalldawson/layout_next
[layouts] Port group handling Nyall Dawson

2017-10-12

01:58 AM Revision f6ee7cb0 (qgis): Merge pull request #5344 from nyalldawson/algs
[processing] Port some algs to c++, minor improvements Nyall Dawson
12:47 AM Bug report #16649: additional "no Data values" using the Layer Styling panel are not applied
Pull request submitted. https://github.com/qgis/QGIS/pull/5358 James Shaeffer
12:36 AM Revision d39427b8 (qgis): Fix build warning
Nyall Dawson
12:30 AM Revision 18f85d9e (qgis): Port drop M/Z algorithm to c++
Nyall Dawson
12:29 AM Revision b5197c8c (qgis): Port drop geometries to c++
Nyall Dawson
12:28 AM Revision 2951afa3 (qgis): Port boundary algorithm to c++
Also allow feature based algorithms to customise their appectable
input layers types and set suitable filters for all...
Nyall Dawson
12:26 AM Revision bd24c8b6 (qgis): Allow selection of a subset of fields to keep for hub lines algorithm
Nyall Dawson
12:26 AM Revision cc19d0a7 (qgis): Port hub lines algorithm to c++
Also:
- optimise a bit
- retain z/m values
- use point on surface for non-point layers, instead of
center of geometry...
Nyall Dawson
12:26 AM Revision 97c1b0d3 (qgis): [FEATURE] Port autoincremental field to c++
Also add:
- support for setting initial value for field to start at
- support for user-set field names (instead of al...
Nyall Dawson
12:26 AM Revision 61dc8ea2 (qgis): [FEATURE][processing] New 'assign projection' algorithm
This algorithm assigns a new projection to a vector layer.
It creates a new layer with the exact same features and
ge...
Nyall Dawson
12:26 AM Revision cac171a2 (qgis): Port Join Attributes to c++, add option to select subset of fields to copy
Nyall Dawson
10:37 PM Revision e208bc0e (qgis): Change QgsMapTool *mAddFeature to QgsMapToolAddFeature *mAddFeature and
remove dynamic_cast Loïc BARTOLETTI
09:36 PM Revision 775ac7ba (qgis): Avoid duplicate code for check if the layer is editable
Loïc BARTOLETTI
09:29 PM Revision 299fff7f (qgis): Use lambdas in the connect for tools (and circular tools)
Loïc BARTOLETTI
05:08 PM Revision edf73467 (qgis): [processing] use a vector feature source for gdal clip raster by mask (...
Mathieu Pellerin - nIRV
03:10 PM Revision 63219239 (qgis): Merge pull request #5305 from boundlessgeo/issue_15498_waitRenederingEn...
for SQlite vectors wait rendering end to avoid file lock: fixes #15498 Alessandro Pasotti
03:10 PM Bug report #15498 (Closed): SQLite/GPKG database locked during canvas refresh
Applied in changeset commit:qgis|8364b8d715fe8cf8d057c05f5a898c22232a47a2. Luigi Pirelli
03:10 PM Bug report #15498 (Closed): SQLite/GPKG database locked during canvas refresh
Applied in changeset commit:qgis|8364b8d715fe8cf8d057c05f5a898c22232a47a2. Luigi Pirelli
03:02 PM Bug report #17272 (Closed): QGIS shows different geometry type in layer 'information' then ogrinfo
Now that we go 3D...
Loading a 3D polygon layer, for example this GDB:
http://services.arcgisonline.nl/3D_kaart_N...
Richard Duivenvoorde
02:49 PM Bug report #17267 (Closed): Processing/GeoPackage, Set Z Value, expression based input does not s...
Richard Duivenvoorde
10:10 AM Bug report #17267 (Feedback): Processing/GeoPackage, Set Z Value, expression based input does not...

> Close this one then?
I would suggest at least to change the title and description of this ticket. Thanks!
Giovanni Manghi
01:52 PM Revision 5b74bdfe (qgis): Fix numerical problems in the tessellator
Due to the recent changes to allow non-horizontal surfaces, tessellator was loosing precision
in float math with larg...
Martin Dobias
01:50 PM Revision 2f29e162 (qgis): [Server][WFS] check const and indetation
René-Luc ReLuc
01:50 PM Revision 24a68547 (qgis): [Server][WFS] Update GML GetFeature document
René-Luc ReLuc
01:50 PM Revision 1558b03e (qgis): [Server][WFS] Update Transaction 1.1.0
René-Luc ReLuc
01:49 PM Revision 0d350b88 (qgis): [Server][WFS][Feature] Support resultType=hits from GetFeature 1.1.0
René-Luc ReLuc
01:49 PM Revision 96ec4bba (qgis): [Server][Tests] Enhance assertXMLEqual
René-Luc ReLuc
01:49 PM Revision 1e009b47 (qgis): [Server][Tests] Update PyQgsServerWFS test for 1.1.0
René-Luc ReLuc
01:49 PM Revision c7a396bd (qgis): [Server][WFS] Update GetFeature 1.1.0
René-Luc ReLuc
01:49 PM Revision 44754edf (qgis): [Server][WFS] Update QgsWfsParameters for GetFeature
René-Luc ReLuc
01:49 PM Revision 5d2c0350 (qgis): [Server] Request handler reads the document root attributes to expose p...
René-Luc ReLuc
01:49 PM Revision b8ebbc14 (qgis): [Server][Tests] Add PyQgsServerWFS test
René-Luc ReLuc
01:49 PM Revision d7a48c6a (qgis): [Server][WFS] Update DescribeFeatureType 1.1.0
René-Luc ReLuc
01:48 PM Revision c8a4407d (qgis): [Server][WFS] add QgsWfsParameters
René-Luc ReLuc
01:48 PM Revision c0117dfd (qgis): [Server][WFS] Update GetCapabilities 1.1.0
René-Luc ReLuc
01:45 PM Revision 1b9d8ee4 (qgis): [Server][WFS,1.1.0] Add layout for WFS supports
René-Luc ReLuc
11:59 AM Bug report #17261 (Open): Value relation widget update incorrectly tries to use value instead of key
Giovanni Manghi
11:53 AM Bug report #17261: Value relation widget update incorrectly tries to use value instead of key
Hi Giovanni. Yes I tested and the same procedure seems to work in 2.18 but not in QGIS 3. I will go and triple check... Tim Sutton
07:00 AM Revision d97a51b5 (qgis): Merge pull request #5243 from alexbruy/processing-gdal
[processing] restore GDAL algorithms Alexander Bruy
05:58 AM Revision 0028486a (qgis): Merge pull request #5185 from nyalldawson/materialize
QgsFeatureSource::materialize experiment Nyall Dawson
05:54 AM Revision 5f401815 (qgis): Fix duplicate widget name
Harrissou Santanna
05:52 AM Revision 8fd37334 (qgis): [processing] use raster iterator in raster layer unique values report (...
Mathieu Pellerin - nIRV
04:42 AM Feature request #17271 (Open): Port align rasters tool to processing
This is one of the few analysis tools we have remaining which is not accessible through the processing framework.
Nyall Dawson

2017-10-11

10:32 PM Revision 098611c3 (qgis): add helper to build a QgsRectangle from a WKT string
Etienne Trimaille
09:47 PM Revision c6565da3 (qgis): [needs-docs] Move Locale tab to General tab
Harrissou Santanna
09:19 PM Bug report #17268 (Closed): Default value expression editor doesn't show field list
This isn't supported. The default values are calculated on new feature creation, which is before any values are avail... Nyall Dawson
09:19 PM Bug report #17268 (Closed): Default value expression editor doesn't show field list
This isn't supported. The default values are calculated on new feature creation, which is before any values are avail... Nyall Dawson
05:03 PM Bug report #17268: Default value expression editor doesn't show field list
see #15935 Harrissou Santanna
04:57 PM Bug report #17268: Default value expression editor doesn't show field list
confirmed on master too. Was already there in 2.18.10 Regis Haubourg
09:02 AM Bug report #17268 (Closed): Default value expression editor doesn't show field list
One can't select field names in expression tool for default values :
!https://user-images.githubusercontent.com/86...
Arnaud Poncet-Montanges
09:17 PM Revision 5515d682 (qgis): [FEATURE] Data-defined extrusion and height for 3D polygon symbols
... because buildings with even heights are boring! Martin Dobias
05:31 PM Revision 206965c7 (qgis): simplified stopRendering just before commitChanges
Luigi Pirelli
04:55 PM Revision ea7ca584 (qgis): [processing] add second hash for linear grid interpolation test
Alexander Bruy
04:06 PM Revision bba509ee (qgis): [processing] fixes to Offset curve algorithm
Alexander Bruy
04:06 PM Revision 4ac442f5 (qgis): [processing] fix test for clip vector by mask algorithms
Alexander Bruy
04:06 PM Revision f65de2ca (qgis): [processing] fix clip by extent tests
Alexander Bruy
04:06 PM Revision 97238fd6 (qgis): [processing] fix SQL-based geoprocessing tools and tests
Alexander Bruy
04:06 PM Revision e165d45a (qgis): [processing] fix GDAL raster tests
Alexander Bruy
04:06 PM Revision 587907e0 (qgis): [processing] restore clip raster by mask algorithm
Alexander Bruy
04:06 PM Revision 0f226645 (qgis): [processing] homogenize gdal algorithms
-consistent parameters naming
-use additional creation options where possible
-remove duplicated functionality
Alexander Bruy
04:06 PM Revision 61385275 (qgis): fix indentation
Alexander Bruy
04:06 PM Revision c4c780fa (qgis): [processing] tests for clipping (raster and vector) algorithms
Alexander Bruy
04:06 PM Revision 26f80351 (qgis): [processing] restore nearest neighbor interpolation
Alexander Bruy
04:06 PM Revision 4272b8b7 (qgis): [processing][FEATURE] add linear interpolation
Alexander Bruy
04:06 PM Revision 46662443 (qgis): [processing][FEATURE] add IDW with neareast neighbor search
Alexander Bruy
04:06 PM Revision 2104b273 (qgis): [processing][API]introduce QgsProcessingOutputFile output and fix gdal2...
Alexander Bruy
04:06 PM Revision 67265c64 (qgis): [processing] reproject extent into input CRS where possible
Alexander Bruy
04:06 PM Revision 2c50fd8d (qgis): [processing] use feature source in the interpolation algorithms
Alexander Bruy
04:06 PM Revision 874c7f54 (qgis): [processing] fix copy-paste error in Execute SQL
Alexander Bruy
04:06 PM Revision 1ece552c (qgis): [processing] fix import
Alexander Bruy
04:06 PM Revision ff75873e (qgis): [processing] tests for OGR-based algorithms
Alexander Bruy
04:06 PM Revision ff5a42a3 (qgis): [processing] restore pct2rgb algorithm
Alexander Bruy
04:06 PM Revision c53ff66c (qgis): fix permissions
Alexander Bruy
04:06 PM Revision fd12d296 (qgis): [processing] restore gdal_merge algorithm
Alexander Bruy
04:06 PM Revision b1ff4d77 (qgis): [processing] restore polygonize algorithm
Also expose band parameter Alexander Bruy
04:06 PM Revision c9ea8892 (qgis): [processing] restore TPI algorithm
Alexander Bruy
04:06 PM Revision f663ceb8 (qgis): [processing] restore slope algorithm
Alexander Bruy
04:06 PM Revision 56863b87 (qgis): [processing] restore roughness algorithm
Alexander Bruy
04:06 PM Revision 7965d52a (qgis): [processing] use native API to get GDAL driver name from filename
Alexander Bruy
04:06 PM Revision 6ec7b6e7 (qgis): remove duplicate tests
Alexander Bruy
04:06 PM Revision 90308f33 (qgis): [processing] restore contour algorithm
Also expose new parameters and use custom widget for additional
creation options
Alexander Bruy
04:06 PM Revision 68863a9c (qgis): [processing] restore Execure SQL algorithm
Alexander Bruy
04:06 PM Revision fb958df6 (qgis): [processing] restore dissolve algorithm
Alexander Bruy
04:06 PM Revision babc35d1 (qgis): [processing] restore sieve algorithm
Alexander Bruy
04:06 PM Revision 750e80f7 (qgis): [processing] restore ogr2ogr algorithm
Alexander Bruy
04:06 PM Revision efa97b29 (qgis): remove unused includes
Alexander Bruy
04:06 PM Revision 8646072d (qgis): [processing] restore fillnodata algorithm
Alexander Bruy
04:06 PM Revision fce3e183 (qgis): [processing] minor fixes in rgb2pct algorithm
Alexander Bruy
04:06 PM Revision 6c7a2926 (qgis): [processing] restore clip vector by mask algorithm
Alexander Bruy
04:06 PM Revision 679cc2c8 (qgis): [processing] restore clip vector by extent algorithm
Alexander Bruy
04:06 PM Revision 3750a5bf (qgis): [processing] restore one side buffer algorithm
Alexander Bruy
04:06 PM Revision 232fd474 (qgis): [processing] restore gdaltindex algorithm and expose additional parameters
Alexander Bruy
04:06 PM Revision f59e3a34 (qgis): [processing] homogenize and improve Points along lines
Alexander Bruy
04:06 PM Revision 98dfda3a (qgis): [processing] restore buffer algorithm
Alexander Bruy
04:06 PM Revision 79c26c38 (qgis): [processing] fix execute sql test
Alexander Bruy
04:06 PM Revision fde5c89d (qgis): fix typos and add tests for gdal algorithms
Alexander Bruy
04:06 PM Revision 49f9ceef (qgis): [processing] disable clip by polygon tests as they pass locally but
fail on Travis with TopologyException
ERROR 1: TopologyException: Input geom 1 is invalid: Self-intersection
at or n...
Alexander Bruy
04:06 PM Revision 8c09860d (qgis): [processing] restore moving average interpolation
Alexander Bruy
04:06 PM Revision dc7b9e41 (qgis): [processing] restore grid data metrics algorithm
Alexander Bruy
04:06 PM Revision 21e4fc51 (qgis): [processing] exclude location field from check
Alexander Bruy
04:06 PM Revision c0e47a71 (qgis): [processing] disable test for script-based algorithms as GDAL scripts
are not available on Travis Alexander Bruy
04:06 PM Revision ad591c76 (qgis): [processing] restore inverse distance to a power algorithm
Alexander Bruy
04:06 PM Revision 10baf9a1 (qgis): [processing] restore proximity algorithm
Alexander Bruy
04:06 PM Revision 9b74d9f2 (qgis): [processing] restore offset curve algorithm
Alexander Bruy
04:06 PM Revision 105222ea (qgis): [processing] restore ogrinfo algorithm
Alexander Bruy
04:06 PM Revision 7c9d6343 (qgis): [processing] rename some algorithms to avoid naming conflicts and
maintain consistency Alexander Bruy
04:06 PM Revision 5b7b3a99 (qgis): [processing] restore gdaladdo algorithm
Alexander Bruy
04:06 PM Revision 491a9aab (qgis): [processing] restore gdal2xyz algorithm
Alexander Bruy
04:06 PM Revision 95c91f88 (qgis): [processing] restore retile algorithm
Alexander Bruy
04:06 PM Revision 4c2c568f (qgis): fix optional CRS parameter handling
Alexander Bruy
04:06 PM Revision 6a1b68ed (qgis): [processing] restore gdal2tiles algorithm
Alexander Bruy
04:06 PM Revision 1744ad71 (qgis): [processing] restore clip raster by extent algorithm
Alexander Bruy
03:54 PM Revision 5e097d83 (qgis): Merge pull request #5345 from boundlessgeo/auth_mutex_backport
Auth mutex backport Alessandro Pasotti
02:05 PM Revision 79837b04 (qgis): [auth] Change static members prefix from 'm' to 's' as per coding stand...
Alessandro Pasotti
01:57 PM Revision 6c1d5701 (qgis): Merge pull request #5342 from wonder-sk/tessellator-fixes
Fixes to make tessellation of polygons without Z work again Martin Dobias
01:27 PM Revision ee89bf55 (qgis): [auth] Added mutex to protect cache for pkipkcs12 auth
Alessandro Pasotti
01:26 PM Revision afeaa7f5 (qgis): [auth] Added mutex to protect cache for pkipaths auth
Alessandro Pasotti
01:24 PM Revision 4ccaf11d (qgis): [auth] Added mutex to protect cache for identcert auth
Alessandro Pasotti
01:22 PM Revision 5de906fb (qgis): [auth] Added mutex to protect cache for basic auth
Alessandro Pasotti
01:19 PM Revision 38a43971 (qgis): [auth] Check for empty credentials instead of null
Alessandro Pasotti
01:08 PM Revision 33d23732 (qgis): Merge pull request #5338 from PeterPetrik/fix_build_gui_off
fix build with -DWITH_GUI=FALSE Alessandro Pasotti
12:33 PM Revision 006352f1 (qgis): More tessellation fixes and more unit tests
Martin Dobias
12:13 PM Revision 2b742c7d (qgis): bump to Qt 5.9 for the 3D
Etienne Trimaille
12:09 PM Revision 46551a92 (qgis): used independent QEventLoop instead of processEvents
Luigi Pirelli
10:27 AM Bug report #17270 (Open): Circular string : after finishing digitizing a circular string, the too...
Also found by Nyall and reproduce by me for circular string in 2.18
after finishing digitizing a circular string, ...
Loïc BARTOLETTI
10:07 AM Revision 8412a87c (qgis): Improvements to tessellator unit test + death to qIsNaN()
Martin Dobias
10:06 AM Bug report #17269 (Open): Circular string doesn't honor the coordinate system
Problem found by Nyall "reviewing":https://github.com/qgis/QGIS/pull/4947#issuecomment-335291640 the new tools for Ci... Loïc BARTOLETTI
10:06 AM Revision eb5c559d (qgis): Merge pull request #5332 from boundlessgeo/auth_mutex
[auth] Add mutexes to protect access to authentication config cache from multiple threads Alessandro Pasotti
09:58 AM Revision b6119165 (qgis): more detailed comment about the scope of the fix
Luigi Pirelli
09:37 AM Revision 5231ef64 (qgis): Merge pull request #5290 from boundlessgeo/issue_16296_ddErrorInDbManag...
[db_manager] d&d fix from spatialite and geopackage: fixes #16296 Alessandro Pasotti
09:37 AM Bug report #16296 (Closed): Windows: Cannot use anymore d&d in DB Manager to import a layer from ...
Applied in changeset commit:qgis|378ab23f4d8b2fc683d8d4f075aeae695c44bf8c. Luigi Pirelli
09:37 AM Bug report #16296 (Closed): Windows: Cannot use anymore d&d in DB Manager to import a layer from ...
Applied in changeset commit:qgis|378ab23f4d8b2fc683d8d4f075aeae695c44bf8c. Luigi Pirelli
09:13 AM Revision 0b5d07c2 (qgis): debian packaging: server's schemaExtension.xsd moved
Jürgen Fischer
08:35 AM Bug report #17267: Processing/GeoPackage, Set Z Value, expression based input does not show fields
Ok, Nyall, thanks for the clarification. I think this is more a UI-thing then?
Not sure if only changing the butto...
Richard Duivenvoorde
08:27 AM Bug report #17267: Processing/GeoPackage, Set Z Value, expression based input does not show fields
It's because that "expression" button is a bit misleading - it's there only for "instant" calculations. So you can us... Nyall Dawson
08:18 AM Revision bf58e3d6 (qgis): add missing header to GDAL_MOC_HDRS
Peter Petrik
08:06 AM Revision 562e9b44 (qgis): Add some const
Paul Blottiere
03:40 AM Revision da858ee2 (qgis): Fix dxf export when CRS is not canvas CRS and not limiting to canvas ex...
(cherry-picked from 0b47ea8) Nyall Dawson

2017-10-10

01:17 AM Revision 2c246908 (qgis): Fixes to make tessellation of polygons without Z work again
+ initial work on unit testing of tessellator Martin Dobias
05:03 PM Revision 2a63ed92 (qgis): fix build with -DWITH_GUI=FALSE
Peter Petrik
03:22 PM Revision 754c6dd9 (qgis): Merge pull request #5336 from manisandro/ogrsublayer_tinpolysurf
[OGR] List TIN and PolyhedralSurface as Polygon when searching sublayers Sandro Mani
02:09 PM Revision b2021e93 (qgis): [OGR] List TIN and PolyhedralSurface as Polygon when searching sublayers
Sublayer geometry types are always single types Sandro Mani
01:18 PM Revision 59fa541b (qgis): Merge pull request #5295 from liberostelios/3d-improve-triangulation
Improve triangulation for QGIS 3D Martin Dobias
01:15 PM Revision 904a877a (qgis): Merge pull request #5293 from nyalldawson/fix_dxf_reprojection
Fix dxf export when CRS is not canvas CRS and not limiting to canvas extent Jürgen Fischer
01:12 PM Revision 9d8734c2 (qgis): Merge pull request #5195 from wonder-sk/tracing-with-offset
Tracing with offset Martin Dobias
12:22 PM Revision 863197f0 (qgis): Code layout fixes after rebase
Martin Dobias
12:02 PM Bug report #17267 (Closed): Processing/GeoPackage, Set Z Value, expression based input does not s...
Having a building geopackage with an attribute 'gemiddelde hoogte' == mean height, I thought to use the 'Set Z Value'... Richard Duivenvoorde
10:50 AM Revision f16b2156 (qgis): Fix usability issues of tracing with offset
Martin Dobias
10:50 AM Revision 89b884a3 (qgis): Fixes to initial unwanted segment when tracing with offset + unit tests!
Martin Dobias
10:50 AM Revision b140b297 (qgis): [FEATURE] Tracing with optional offset
Tracing button in the snapping toolbar gets extra menu where it is possible to set
offset that will be applied to the...
Martin Dobias
10:20 AM Revision 217c0e79 (qgis): Merge pull request #5145 from pblottiere/bugfix_ogc_getcapa_schemalocation
[server][bugfix] Fix OGC test getcapabilities:validate-using-schemaLocation Paul Blottiere
09:26 AM Bug report #17264 (Closed): Segmentation fault with custom form
duplicate of #8760
If not please reopen.
Giovanni Manghi
09:26 AM Bug report #17264 (Closed): Segmentation fault with custom form
duplicate of #8760
If not please reopen.
Giovanni Manghi
09:02 AM Revision 11500766 (qgis): Fix OGC test getcapabilities:validate-using-schemaLocation
Paul Blottiere
09:02 AM Revision 43bb3119 (qgis): Add test
Paul Blottiere
09:02 AM Revision b80bfa8f (qgis): schemaExtension.xsd is now installed in share directory
Paul Blottiere
09:02 AM Revision a9a2c200 (qgis): Search schemaExtension.xsd in share directory
Paul Blottiere
08:58 AM Revision e6dcfa4e (qgis): Merge pull request #5287 from pblottiere/null
[bugfix] Properly update filter comboboxes of relation reference widget Paul Blottiere
08:52 AM Revision 61dcba4a (qgis): [processing] add area to raster layer unique values report algorithm (#...
Mathieu Pellerin - nIRV
08:05 AM Revision f18293fb (qgis): Filter comboboxes are reset when the widget is initialised and foreign ...
Paul Blottiere
08:05 AM Revision fc876fe5 (qgis): Add some tests
Paul Blottiere
06:02 AM Revision 7b6156e4 (qgis): Set correct shortcut keys for undo/redo actions
Nyall Dawson
06:02 AM Bug report #17266 (Closed): Lines To Polygons, Polygonize and Refactor Fields change all attribut...
On my two Windows 10 systems running QGIS Desktop 2.18 for Windows 64-bit, output attribute tables produced by the Li... John Browne
02:31 AM Revision a376a399 (qgis): Better consistency for undo command text in layouts
Nyall Dawson
02:13 AM Revision 183da9f2 (qgis): Add undo/redo to layout context menu
Refs #1830 Nyall Dawson
02:12 AM Revision 2bba805d (qgis): Use QUndoStack generated actions for undo/redo
Benefits include correct icon text describing actual action
which will be undone/redone, automatic disabling/enabling...
Nyall Dawson

2017-10-09

01:48 AM Revision 53e24f19 (qgis): [FEATURE][layouts] Add group/ungroup action to layout context menu
Group/ungroup actions show only when an appropriate selection
is present. I.e. "group" appears when a selection of at...
Nyall Dawson
01:37 AM Revision fdc0f750 (qgis): Fix redoing group visibility creates multiple new undo commands
Nyall Dawson
01:16 AM Feature request #17265 (Open): Choosing 'layer_styles' schema
For projects with shared spatial databases, it would be interesting to add the ability to choose the default schema t... Frédéric CLOITRE
01:06 AM Revision 30eab106 (qgis): Fix handling of overlapping item commands
Nyall Dawson
12:55 AM Bug report #17264 (Closed): Segmentation fault with custom form
Hi,
I noticed a segmentation fault that makes QGIS crash while opening a custom form after clicking on the geograp...
Frédéric CLOITRE
12:53 AM Bug report #17192: Python error in Processing/QGIS clip
No problem. Thanks Giovanni. Ben Wirf
07:31 PM Bug report #17192: Python error in Processing/QGIS clip
Ben Wirf wrote:
> I am still getting this global name 'features' is not defined error message when trying to run the...
Giovanni Manghi
06:24 AM Bug report #17192: Python error in Processing/QGIS clip
I am still getting this global name 'features' is not defined error message when trying to run the QGIS clip tool in ... Ben Wirf
11:43 PM Revision 5a9278b5 (qgis): remove setParentTool method in QgsMapToolAddCircularString
Loïc BARTOLETTI
11:05 PM Revision 00e12bc3 (qgis): - Increases the number of segments for QgsMapToolAddEllipse
Loïc BARTOLETTI
10:33 PM Revision 8fb2c3cf (qgis): Fix doxygen test
Nyall Dawson
09:43 PM Revision b791da31 (qgis): Fix tests
Nyall Dawson
05:10 PM Revision fa1d299e (qgis): Fix a typo in rpm/README.md
Daniele Viganò
04:31 PM Revision 34433ae1 (qgis): Improve visibility of tangents tool on cadCanvasMoveEvent (compatible
when CADDockWidget is enabled) Loïc BARTOLETTI
04:27 PM Bug report #17263 (Closed): [Symbology]Clip features to canvas extent displayed twice
When setting the symbology of a layer (let's use single symbol), at the bottom of the dialog, in the Advanced drop-do... Harrissou Santanna
04:20 PM Revision 5fcba063 (qgis): user std str replace instead of re module
Luigi Pirelli
03:58 PM Revision d939e31a (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into better-rpm
Daniele Viganò
02:44 PM Revision 81e0c1b4 (qgis): Fix indent
Loïc BARTOLETTI
02:36 PM Revision ab78d718 (qgis): Use toCircularString instead of toPolygon for circle.
Loïc BARTOLETTI
02:05 PM Revision 19ee74b5 (qgis): Better RPM generation, add support for unstable builds
Daniele Viganò
01:43 PM Revision b2620ae2 (qgis): Add ConvertToSubClass code to vertexmarker
Matthias Kuhn
01:43 PM Revision 8759e7cd (qgis): fix SIP_CONVERT_TO_SUBCLASS placement
Denis Rouzaud
01:37 PM Revision 8b8d0853 (qgis): correct recognition of GPKG during save commit
Luigi Pirelli
01:24 PM Revision f0097fde (qgis): - Request for qgsmaptoolregularpolygoncentercorner.cpp and
qgsmaptoolregularpolygoncenterpoint.cpp
- Remove useless mNumberSidesSpinBox->setMinimum( 3 );
Loïc BARTOLETTI
01:14 PM Revision df947aa1 (qgis): Typo for qgsmaptoolellipsecenter2points.{cpp,h}
Loïc BARTOLETTI
01:12 PM Revision 8eaa8c23 (qgis): Fix indentation in tesselator
Stelios Vitalis
01:06 PM Revision e3205654 (qgis): Requests for QgsMapToolCircle2TangentsPoint
Loïc BARTOLETTI
01:01 PM Revision d72eebd2 (qgis): Requests for QgsMapToolAddRegularPolygon
Loïc BARTOLETTI
12:37 PM Revision 46a0a48f (qgis): When moving/resizing grouped items, don't snap to selected
groups members Nyall Dawson
12:28 PM Revision f58947d9 (qgis): Fix valgrind noise
Nyall Dawson
12:17 PM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Brilliant! Thanks so much for your help. I made the fix and learned more about my OS today. Cheers for the fix and th... David Wright
09:33 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
David Wright wrote:
> "python/plugins/processing/gui/GetScriptsAndModels.py" doesn't exist in my .qgis folder (see s...
Harrissou Santanna
12:05 PM Revision 8ea5fe7d (qgis): - mParentTool -> intialize to nullptr;
- =delete to explicit class;
- move clean() to private;
- remove unnecessary initializer;
Loïc BARTOLETTI
12:03 PM Revision 60485ace (qgis): aligend to use QLatin1String to have a better portability to qgis3
Luigi Pirelli
11:58 AM Bug report #17262 (Closed): Attribute table data entered text is obscured by the 'x' button
In QGIS 2.18 attribute table data entry, once the cell is full of text, the newly entered text is obscured at the rig... Steve Lowman
11:56 AM Revision 5107f995 (qgis): replace vertexes by vertices
follow up 6b418decd6fe59a5a29716ff3014e476ec205091 Denis Rouzaud
11:42 AM Revision 201091ea (qgis): [FEATURE][processing] raster layer unique values count algorithm (#5308)
Mathieu Pellerin - nIRV
11:23 AM Revision 7c81a151 (qgis): Grouped items are not selectable
Nyall Dawson
11:23 AM Revision 606ad21a (qgis): Port group actions from composer
Nyall Dawson
11:23 AM Revision 5aa9a155 (qgis): Start porting group handling from composer
Nyall Dawson
11:23 AM Revision 955742a3 (qgis): Don't create undo commands on destroying a layout
Nyall Dawson
11:23 AM Revision 02acbb41 (qgis): Fix undo/redo for groups
Nyall Dawson
11:23 AM Revision eb2b181a (qgis): When a grouped item is selected, we only draw the individual item
bounds (not the group bounds) Nyall Dawson
11:23 AM Revision e17b32c6 (qgis): Fix moving/resizing grouped items
Nyall Dawson
11:02 AM Revision f939932c (qgis): 3D tesselator fixes and refactoring to avoid leaks
Stelios Vitalis
10:32 AM Revision d377970d (qgis): Requests for QgsMapToolAddCircle
Loïc BARTOLETTI
10:13 AM Revision 6b418dec (qgis): Spelling: use vertices rather than vertexes
... because that's what's used almost consistently throughout the codebase. Matthias Kuhn
09:58 AM Revision ac66ced1 (qgis): Merge pull request #5086 from pblottiere/pr_auxiliary_storage
[Feature] Auxiliary Storage Paul Blottiere
09:51 AM Revision 6e14854f (qgis): [sipify] remove redundant private sections
Denis Rouzaud
09:51 AM Revision 8a8e2e3a (qgis): fix sipify test
Denis Rouzaud
08:32 AM Revision 9bbd0eac (qgis): Update sip binding
Paul Blottiere
08:31 AM Revision 2dddf78b (qgis): Fix indentation
Paul Blottiere
06:39 AM Revision 9fd80f9b (qgis): Check if join information is for auxiliary layer when filtering
Paul Blottiere
06:39 AM Revision 9cb3ff3c (qgis): Fix checkbox status for auxiliary field
Paul Blottiere
06:39 AM Revision 1fb9f2ae (qgis): Ignore archive files given as layername in command line
Paul Blottiere
06:39 AM Revision 67cff3dd (qgis): Auxiliary fields are linked to data defined for all subproviders
Paul Blottiere
06:39 AM Revision 12dfb197 (qgis): Emit signal to update the style dock
Paul Blottiere
06:13 AM Revision cbd79730 (qgis): Expand documentation
Paul Blottiere
06:13 AM Revision e14c5a24 (qgis): Update documentation and sip binding
Paul Blottiere
06:13 AM Revision fc0ebb78 (qgis): Allow user to create its own auxiliary field
Paul Blottiere
06:13 AM Revision 97ee342e (qgis): Set editor widget setup to Hidden
Paul Blottiere
06:13 AM Revision baa2b968 (qgis): Auxiliary data is cloned too
Paul Blottiere
06:13 AM Revision 9306226e (qgis): Auxiliary field creation is correctly managed for width in QgsSymbolsLi...
Paul Blottiere
06:13 AM Revision 703fbde0 (qgis): Do not activate auxiliary data button everywhere
Paul Blottiere
06:13 AM Revision 429b1ec3 (qgis): Fix auxiliary field creation for QgsSymbolListWidget
Paul Blottiere
06:13 AM Revision fd455f67 (qgis): A simple click is enough to create auxiliary layer and display "change ...
Paul Blottiere
06:13 AM Revision 3f8ae8b2 (qgis): Some minor refactoring
Paul Blottiere
06:13 AM Revision 4e10a11a (qgis): Add a custom name for symbol layers in property definition
Paul Blottiere
06:13 AM Revision 4fa34009 (qgis): Properly update layer settings when an auxiliary field is deleted
Paul Blottiere
06:13 AM Revision b6752df6 (qgis): Auxiliary storage can be used on non spatial layer
Paul Blottiere
06:13 AM Revision 27cbc91d (qgis): Add a safe guard
Paul Blottiere
06:13 AM Revision 51a52293 (qgis): Revert a modification in diagram provider
Paul Blottiere
06:13 AM Revision 94fde118 (qgis): Fix join information in clone
Paul Blottiere
06:13 AM Revision 328eabfb (qgis): Update sip binding
Paul Blottiere
06:13 AM Revision c3b1cb3f (qgis): Remove Q_FOREACH
Paul Blottiere
06:13 AM Revision c677c40b (qgis): Update information label
Paul Blottiere
06:13 AM Revision 609249db (qgis): Change label maptool is always available and underlying properties are ...
Paul Blottiere
06:13 AM Revision 7483c6e9 (qgis): Remove QgsAuxiliaryField class
Paul Blottiere
06:13 AM Revision 4495e8ab (qgis): Actions are already initialized in header
Paul Blottiere
06:13 AM Revision 3d7ac657 (qgis): Add tests
Paul Blottiere
06:13 AM Revision 34ac1ecb (qgis): Automatically update the editor widget setup according to the standard ...
Paul Blottiere
06:13 AM Revision 821aadc4 (qgis): Hide auxiliary columns which can be edited by "change label properties"...
Paul Blottiere
06:13 AM Revision ce2436dc (qgis): Some cleanup in maptool
Paul Blottiere
06:13 AM Revision df021570 (qgis): Auxiliary fields for symbol layers
Paul Blottiere
06:13 AM Revision 5b278d74 (qgis): Move/rotate/hide/pin map tools are always available
Paul Blottiere
06:13 AM Revision c2b82901 (qgis): Update documentation and sip binding
Paul Blottiere
06:01 AM Revision ad1e1580 (qgis): Remove default value for origin of property
Paul Blottiere
06:01 AM Revision ba9a84f3 (qgis): Rename name method to nameFromProperty
Paul Blottiere
06:01 AM Revision e05e920e (qgis): Add explicit keyword
Paul Blottiere
06:01 AM Revision f7262859 (qgis): Remove default in switch/case to rise warning if a new data type is added
Paul Blottiere
06:01 AM Revision 4920a14a (qgis): Move isAuxiliaryField to QgsVectorLayer
Paul Blottiere
06:01 AM Revision 070cc6aa (qgis): Initialise pointers in header for QActions
Paul Blottiere
06:01 AM Revision 9d280943 (qgis): Add QStringLiteral
Paul Blottiere
06:01 AM Revision ceb3dd7f (qgis): Fix documentation
Paul Blottiere
06:01 AM Revision fcdf20df (qgis): Origin in QgsProperty is a string and pal is replaced by labeling
Paul Blottiere
06:01 AM Revision c22bfdc8 (qgis): Fix comment
Paul Blottiere
06:01 AM Revision a30e1cb0 (qgis): Always remove join info before resetting auxiliary layer
Paul Blottiere
06:01 AM Revision 88e8eb4f (qgis): Update sip binding
Paul Blottiere
06:01 AM Revision 453eba36 (qgis): Fix pointer initalization
Paul Blottiere
06:01 AM Revision 191f2a7e (qgis): Expand documentation for QgsAuxiliaryLayer class
Paul Blottiere
06:01 AM Revision 38e53014 (qgis): Replace reset/release by std::move for unique_ptr
Paul Blottiere
06:01 AM Revision 1a24af1b (qgis): Fix saveAs
Paul Blottiere
06:01 AM Revision ae091359 (qgis): Expand documentation for QgsAuxiliaryStorage constructors
Paul Blottiere
06:01 AM Revision 05eeb87c (qgis): Init bool value in header and do not init qstring attributes with empty...
Paul Blottiere
06:01 AM Revision 622fbfdc (qgis): Fix enable state for change label map tool
Paul Blottiere
06:01 AM Revision 8826a8ab (qgis): Update auxiliary storage tab and data defined buttons according to auxi...
Paul Blottiere
06:01 AM Revision fa4a4268 (qgis): Update documentation and sip binding
Paul Blottiere
06:01 AM Revision 4a8fce2b (qgis): Implement delete field action
Paul Blottiere
06:01 AM Revision 0c21e515 (qgis): Add a safe guard
Paul Blottiere
06:01 AM Revision e1781b97 (qgis): Button to store data in project activates the property if it exists in ...
Paul Blottiere
06:01 AM Revision dcec98df (qgis): Implement export action
Paul Blottiere
06:01 AM Revision bca89734 (qgis): Implement delete action
Paul Blottiere
06:01 AM Revision e36c5e2d (qgis): Implement clear action
Paul Blottiere
06:01 AM Revision 2d796015 (qgis): Do not show join configuration for auxiliary layer
Paul Blottiere
06:01 AM Revision c4dd1d42 (qgis): In case of a null variant, the default value is returned (otherwise mov...
Paul Blottiere
06:01 AM Revision a550a327 (qgis): Auxiliary layers may be created or loaded from auxiliary storage
Paul Blottiere
06:01 AM Revision 283d796b (qgis): Update map tools to work with auxiliary fields in not editable mode
Paul Blottiere
06:01 AM Revision 6b81286a (qgis): Implement action create auxiliary field
Paul Blottiere
06:01 AM Revision 1cfa2151 (qgis): [needs-doc] Add a new button in property menu to create auxiliary fields
Paul Blottiere
06:01 AM Revision fa4777ea (qgis): Add an origin (PAL or Diagram) to QgsProperty
Paul Blottiere
06:01 AM Revision 37783f74 (qgis): [needs-doc] Auxiliary layers can be created from the auxiliary storage tab
Paul Blottiere
06:01 AM Revision 0dcfd56c (qgis): Rowid column from ogr provider is ignored thanks to a blacklist join op...
Paul Blottiere
05:44 AM Revision de498314 (qgis): Add auxiliary storage mechanism in project
Paul Blottiere
05:44 AM Revision 072c0f24 (qgis): [needs-doc] Add auxiliary storage tab
Paul Blottiere
05:12 AM Revision e30cc317 (qgis): Followup 1429f2c7, remove duplicate connections
Nyall Dawson
04:03 AM Revision 1be2f3ee (qgis): Add methods to remove variables from global/project scope
Ismail Sunni
03:53 AM Revision 42676dc9 (qgis): Move some getters which are incorrectly marked as slots,
remove some unnecessary 'const's from signals
Thanks to clazy const-signal-or-slot check
Nyall Dawson
02:24 AM Revision 3d8440cc (qgis): Merge pull request #5326 from nyalldawson/frick_off_autoconnects
Flip autoconnected slots to explicit connections Nyall Dawson
02:12 AM Revision 9aa6142b (qgis): Merge pull request #5291 from nyalldawson/layout_next
[layouts] Port most interaction actions from composer Nyall Dawson

2017-10-08

01:12 AM Revision e8634210 (qgis): Make more slots private
Nyall Dawson
01:10 AM Revision 365b8a1e (qgis): Fix missing connection
Nyall Dawson
01:04 AM Revision 7cfd284f (qgis): Remove all previously autoconnected slots from public API
These are implementation details only, and should not be
part of the stable API.
We need the flexibility to change t...
Nyall Dawson
12:48 AM Revision 1429f2c7 (qgis): Remove autoconnected slots, pt 2
Nyall Dawson
12:30 AM Bug report #14589 (Closed): GetCapabilities gets cached in a confusing way (even when QGIS cache ...
Giovanni Manghi
11:30 PM Revision fea2726c (qgis): Flip autoconnected slots to explicit connections, pt 1
Nyall Dawson
11:01 PM Bug report #17261 (Feedback): Value relation widget update incorrectly tries to use value instead...
Works as expected on QGIS LTR? Giovanni Manghi
10:45 PM Bug report #17261 (Closed): Value relation widget update incorrectly tries to use value instead o...
I am having a problem using the value relation widget in QGIS 2.99999 / master. Here is my simple scenario:
!schem...
Tim Sutton
10:10 PM Feature request #17260 (Open): [QGIS3 Unified add layer] Add a dedicated entry for opening spread...
It would be useful to add an explicit entry for opening non spatial tabular data like ods, xls or dbf. It's really un... Dominique Lyszczarz
10:05 PM Bug report #17259 (Closed): QGIS3 New node tool lack the ability to add or remove vertices from t...
With the new node tool it's possible to select multiple vertices by drawing a rectangle but its not possible to add o... Dominique Lyszczarz
09:37 PM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
David Wright wrote:
> "python/plugins/processing/gui/GetScriptsAndModels.py" doesn't exist in my .qgis folder (see s...
Giovanni Manghi
05:39 PM Revision c665a9f9 (qgis): Add ConvertToSubClass code to vertexmarker
Matthias Kuhn
12:45 PM Revision 5d0f8cd8 (qgis): Merge pull request #5323 from DelazJ/networkspacing
Align items and reduce spacing in Options -> Network dialog Matthias Kuhn
12:41 PM Revision b9dd2380 (qgis): Merge pull request #5325 from DelazJ/qgsoptions
Clean QgsOptions class from on_m...clicked() calls Matthias Kuhn

2017-10-07

12:26 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
"python/plugins/processing/gui/GetScriptsAndModels.py" doesn't exist in my .qgis folder (see screenshot). I also did ... David Wright
12:29 PM Bug report #17165 (Closed): QGIS crashes when attempting to get scripts from on-line scripts coll...
David Wright wrote:
> The issue isn't fixed. I just downloaded 2.18.13-1
does it really contain the fix?
sea...
Giovanni Manghi
12:29 PM Bug report #17165 (Closed): QGIS crashes when attempting to get scripts from on-line scripts coll...
David Wright wrote:
> The issue isn't fixed. I just downloaded 2.18.13-1
does it really contain the fix?
sea...
Giovanni Manghi
03:21 AM Bug report #17165 (Reopened): QGIS crashes when attempting to get scripts from on-line scripts co...
The issue isn't fixed. I just downloaded 2.18.13-1 and tried to load in online scripts and it crashed again. This ti... David Wright
12:02 AM Revision 5600236a (qgis): Fix again
Harrissou Santanna
12:00 AM Revision a8eec083 (qgis): Fix spelling
Harrissou Santanna
10:53 PM Revision edda3675 (qgis): Align items and reduce spacing in Options -> Network dialog
Harrissou Santanna
04:13 PM Bug report #17258: Custom CRS Definition dialog is unusable
We have so many places in the GUI where entries are added to a list that work much better (e.g. in rule-based rendere... Anita Graser
04:09 PM Bug report #17258 (Closed): Custom CRS Definition dialog is unusable
The Custom CRS Definition dialog is a mess. Most of the time, I cannot make it save the new CRS I'm trying to add. At... Anita Graser
04:05 PM Bug report #17257 (Closed): Custom project CRS is not restored correctly on project load
I have a project with a custom CRS used as the project CRS. (Specifically: +proj=ortho +lat_0=42.1 +lon_0=12.8 +x_0=0... Anita Graser
03:23 PM Revision b4f3055d (qgis): [spatialite] Avoid the term "Error", saving style to DB is optional
Matthias Kuhn
03:23 PM Revision 379b5ed7 (qgis): Remove executable flag from test files
Matthias Kuhn
03:23 PM Revision 89159362 (qgis): Close file after write
Matthias Kuhn
02:21 PM Revision 1945c97d (qgis): [travis] Be quiet
Matthias Kuhn
02:21 PM Revision 83f9e81e (qgis): [travis] Less noise for DB initialisation
Matthias Kuhn
02:21 PM Revision 4608394f (qgis): [travis] Fold cmake output
Matthias Kuhn
02:21 PM Revision ade21ea3 (qgis): [travis] Make section titles bold
Matthias Kuhn
02:21 PM Revision 6dde427d (qgis): [travis] Fold ccache statistics
Matthias Kuhn
02:21 PM Revision 20150734 (qgis): [travis] Add more color to output
Matthias Kuhn
02:21 PM Revision c0d4c040 (qgis): [travis] Improve fold title for build section
Matthias Kuhn
01:29 PM Revision a2da64a4 (qgis): Add information regarding polygon's normal calculation
Stelios Vitalis
01:10 PM Revision 7a4d890f (qgis): Fix build warning
Matthias Kuhn
12:31 PM Bug report #17255 (Feedback): closed maps
Hi,
you really need to give us more details about what is your issue. Thanks.
Giovanni Manghi
12:31 PM Bug report #17255 (Feedback): closed maps
Hi,
you really need to give us more details about what is your issue. Thanks.
Giovanni Manghi
12:06 PM Bug report #17242: QGIS 3 is storing cache in windows roaming profile?
On my side, I usually set a low cache size value in the settings to avoid this but that's true that cache should be i... Regis Haubourg
09:05 AM Revision 1c7dbc74 (qgis): fix build
Jürgen Fischer
08:24 AM Revision 0521b3f7 (qgis): Clean QgsOptions class from on_m...clicked() calls
Harrissou Santanna

2017-10-06

10:52 PM Revision 1c635228 (qgis): Added QgsFields::names method to get a list of all the names of fields
Marco Bernasocchi
09:40 PM Feature request #17195: Open a database connection from metadata
Hi Joana: comments:
- let's target master for this given it's a feature
- can you submit a PR to the Cat-Interop ...
Tom Kralidis
10:43 AM Feature request #17195: Open a database connection from metadata
Tom Kralidis wrote:
> Hi Paul: sounds feasible. notes:
>
> - suggest we use the SQLAlchemy convention (http://doc...
Joana Simoes
09:19 PM Bug report #17218: OS X install looks for PyQt4 instead of PyQt5

Great, thanks. I've been using this, from David Marteau with supplements:...
David Liontooth
02:26 AM Bug report #17218: OS X install looks for PyQt4 instead of PyQt5
David Liontooth wrote:
> How can I tell install to look for PyQt5?
What were your cmake options? I have found tha...
Joel Buckley
08:35 PM Bug report #17256 (Closed): SpatiaLite Layer default style is not loaded when using the SpatiaLit...
When loading a SpatiaLite layer with the SpatiaLite provider, QGIS doesn't load the layer's default style.
Loading w...
Borys Jurgiel
08:11 PM Bug report #17255 (Closed): closed maps
I have opened up my projects page and I can't open some of my maps that were saved. Why is this? Jennifer Floyd
07:51 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Yes, I can set the correct CRS manually, and so far 2.99 doesn't seem to crash ... but we've observed this behavior w... Anita Graser
07:33 PM Bug report #14752: GEOS exceptions crash QGIS on windows

> 2.99 does not crash, but the project CRS and some layer CRS are not restored correctly :(
but this could be an...
Giovanni Manghi
07:27 PM Bug report #14752: GEOS exceptions crash QGIS on windows
2.14.19 and 2.18.13 crash for me.
2.99 does not crash, but the project CRS and some layer CRS are not restored cor...
Anita Graser
08:46 AM Bug report #14752 (Feedback): GEOS exceptions crash QGIS on windows
Tried again on master... and here with MT enabled it seems to not crash... what about others? Giovanni Manghi
07:09 PM Bug report #17254 (Closed): Wrong output CRS when input layer uses generated CRS
Tested with qgis:fixeddistancebuffer, native:dissolve, and native:buffer using OSGeo4W 2.99
If the input layer use...
Anita Graser
06:29 PM Revision 59ea61a4 (qgis): Refactoring on tesselator and other remarks applied
Stelios Vitalis
06:20 PM Revision cee7baeb (qgis): Crash when multiple .zips are loaded via qgisapp function (fix #17184)
Note: not just QObject::deleteLater(); see QgsDataItem::deleteLater() Larry Shaffer
06:20 PM Bug report #17184 (Closed): QGIS under macOS is very crashy when loading zipped shapefiles
Applied in changeset commit:qgis|cee7baeb483d423d037bc347a06383995f8fdf70. Anonymous
06:20 PM Bug report #17184 (Closed): QGIS under macOS is very crashy when loading zipped shapefiles
Applied in changeset commit:qgis|cee7baeb483d423d037bc347a06383995f8fdf70. Anonymous
08:40 AM Bug report #17184: QGIS under macOS is very crashy when loading zipped shapefiles
Thanks Larry! Giovanni Manghi
05:17 AM Bug report #17184: QGIS under macOS is very crashy when loading zipped shapefiles
Issue replicated and fixed for me here on macOS 10.11.6:
https://github.com/qgis/QGIS/pull/5307
Larry Shaffer
06:16 PM Revision ea960314 (qgis): Add tests
Paul Blottiere
06:16 PM Revision 924ce817 (qgis): Fixes #17234 save/load styles from Postgres when a service file is used
Paul Blottiere
06:11 PM Revision 057ddc2c (qgis): [auth] Added mutex to protect cache for pkipkcs12 auth
Alessandro Pasotti
06:11 PM Revision 537ebcc7 (qgis): [auth] Added mutex to protect cache for pkipaths auth
Alessandro Pasotti
06:11 PM Revision 71d90261 (qgis): [auth] Added mutex to protect cache for identcert auth
Alessandro Pasotti
06:10 PM Revision d76b04a9 (qgis): [auth] Added mutex to protect cache for basic auth
Alessandro Pasotti
05:38 PM Revision e6c64f69 (qgis): [FEATURE][DB Manager] Be able to update every Db layer from Postgres, S...
René-Luc ReLuc
05:35 PM Revision e45206ab (qgis): [BUGFIX][DB Manager] Fix update SQL Layer datasource
René-Luc ReLuc
04:33 PM Revision a4a33dff (qgis): [auth] Check for empty credentials instead of null
Alessandro Pasotti
04:32 PM Revision a7f132bc (qgis): Prevent duplicated tabs in message log panel
by removing & when looping through existing tab names Alessandro Pasotti
02:54 PM Revision 7935c416 (qgis): Merge pull request #5313 from NaturalGIS/grass7_more_output_fixes
[processing] fix output command for some GRASS 7 tools Alexander Bruy
01:59 PM Revision 5dce8edb (qgis): fix and bring back scroll area into custom widgets
Denis Rouzaud
01:20 PM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Fixed in 2.18 Alexander Bruy
01:18 PM Revision e8628fb5 (qgis): Merge pull request #5312 from alexbruy/distance-matrix
[processing] fix Standard (N x T) distance matrix (ref #17150) Alexander Bruy
01:15 PM Bug report #11572: Filter Legend By Map Content doesn't maintain point displacement legend
The bug is still present in 2.18.13 Ivan Katanović
01:15 PM Revision b787d53c (qgis): Fix indentation and apply remarks
Stelios Vitalis
01:15 PM Bug report #17249 (Closed): v.net.report and v.net.nreport
Sergio Antonio wrote:
> Following in your footsteps, I also checked the tools in GRASS7 and concluded that the resul...
Giovanni Manghi
01:15 PM Bug report #17249 (Closed): v.net.report and v.net.nreport
Sergio Antonio wrote:
> Following in your footsteps, I also checked the tools in GRASS7 and concluded that the resul...
Giovanni Manghi
01:15 PM Bug report #17249 (Closed): v.net.report and v.net.nreport
Sergio Antonio wrote:
> Following in your footsteps, I also checked the tools in GRASS7 and concluded that the resul...
Giovanni Manghi
01:12 PM Bug report #17249: v.net.report and v.net.nreport
Following in your footsteps, I also checked the tools in GRASS7 and concluded that the results from v.net.report and ... Sergio Antonio
01:01 PM Revision 6b7cc068 (qgis): fix output command for some GRASS7 tool
Giovanni Manghi
12:55 PM Bug report #16942: WMS/WFS layers do not show in the OWS group of the QGIS browser
Affects also master... can't we just get rid of "OWS" in browser? Giovanni Manghi
12:45 PM Revision 54031ea6 (qgis): [processing] fix Standard (N x T) distance matrix (ref #17150)
Alexander Bruy
12:22 PM Bug report #16926: GRASS/Processing stopped to warn the user when a layer is not outputted
This only affects the GRASS tools that are added as "external" tools using python scripts i.e.
python\plugins\proc...
Giovanni Manghi
12:22 PM Bug report #16926: GRASS/Processing stopped to warn the user when a layer is not outputted
This only affects the GRASS tools that are added as "external" tools using python scripts i.e.
python\plugins\proc...
Giovanni Manghi
12:22 PM Bug report #16926: GRASS/Processing stopped to warn the user when a layer is not outputted
This only affects the GRASS tools that are added as "external" tools using python scripts i.e.
python\plugins\proc...
Giovanni Manghi
12:18 PM Bug report #17253 (Feedback): The canvas and the composer are overlaid in the canvas
I can't see how we possible replicate/troubleshoot this. Giovanni Manghi
11:57 AM Bug report #17253 (Closed): The canvas and the composer are overlaid in the canvas
This bug will be very difficult to reproduce...
With a low connection and heavy data, I've had this problem once.
...
Loïc BARTOLETTI
11:52 AM Revision 664f2ab7 (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
11:47 AM Revision 1cff49de (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
11:45 AM Revision add49907 (qgis): try to bring back scroll area into custom widgets
Denis Rouzaud
10:56 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
Patrick Dunford wrote:
> It is actually possible to filter a shapefile and then edit it, this is something I use fro...
Giovanni Manghi
10:53 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
It is actually possible to filter a shapefile and then edit it, this is something I use from time to time. Patrick Dunford
10:50 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
Patrick Dunford wrote:
> That bug that means you have to muck around and close/reopen a project has been in Qgis sin...
Giovanni Manghi
10:44 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
That bug that means you have to muck around and close/reopen a project has been in Qgis since the beginning of time, ... Patrick Dunford
08:33 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
Patrick Dunford wrote:
> The problem is only occurring with masters after 313ec55 which has no difficulty in adding ...
Giovanni Manghi
10:49 AM Revision 3c87fe16 (qgis): Consistent tense for undo commands
Nyall Dawson
10:48 AM Revision 48c0fb3e (qgis): Add undo commands when reordering items through items dock
Nyall Dawson
10:43 AM Revision 0c858d27 (qgis): Port display name handling from composer
Nyall Dawson
10:39 AM Revision 6ed0d270 (qgis): [processing] Avoid python error after script execution
Matthias Kuhn
10:32 AM Revision ee0e9ff5 (qgis): Fix undo/redo crash with temporary test item
Nyall Dawson
09:48 AM Revision 4cba2b90 (qgis): Port select next above/below actions
Nyall Dawson
09:48 AM Revision c8eaeb8f (qgis): Port hide pages action from composer
Nyall Dawson
09:48 AM Revision aa7beaad (qgis): Port keyboard nudge of items from composer
Nyall Dawson
09:48 AM Revision 9c8b96be (qgis): Call base class undo commands
Nyall Dawson
09:48 AM Revision 66b4bdf0 (qgis): Fix invalid merge of non equal item commands
Nyall Dawson
09:48 AM Revision 88a7f02c (qgis): Port preview modes from composer
Nyall Dawson
09:48 AM Revision b04c1011 (qgis): Fix items are removed from scene twice
Nyall Dawson
09:48 AM Revision 5796b899 (qgis): Fix build when model test is enabled
Nyall Dawson
09:48 AM Revision bb2e1efd (qgis): Create undo/redo commands when changing item visibility
Nyall Dawson
09:48 AM Revision 3e933dcd (qgis): Add undo/redo commands when toggling lock through items panel
Nyall Dawson
09:48 AM Revision afd9d23a (qgis): Fix size of columns in items dock on hidpi screens
Nyall Dawson
09:48 AM Revision 1d622e5a (qgis): Add new icon for resize to square (thanks @nirvn)
Nyall Dawson
09:48 AM Revision fd0cba39 (qgis): Hide most of QgsLayoutModel from stable API and remove from bindings
We only expose the QAbstractItemModel interface as stable API - the
rest is non-stable and subject to change.
Nyall Dawson
09:48 AM Revision a66f2cb6 (qgis): Nicer API for adding/removing items
Automatically create the corresponding undo commands, so that
plugins and scripts which add/delete items will be adde...
Nyall Dawson
09:48 AM Revision 41677240 (qgis): Even more explicit naming
Nyall Dawson
09:48 AM Revision f3bfcc31 (qgis): Save/restore frame properties, add unit tests for undo/redo
Nyall Dawson
09:48 AM Revision 616aec15 (qgis): Save/restore a few more layout item properties
Nyall Dawson
09:48 AM Revision 639ecd17 (qgis): Correctly handle item focusing in layout designer
Nyall Dawson
09:48 AM Revision cac08f93 (qgis): Nicer menu naming
Nyall Dawson
09:48 AM Revision c022bc82 (qgis): [FEATURE][layouts] Add 'resize to square' action
Resizes all selected items so that they are square Nyall Dawson
09:48 AM Revision 73077c4e (qgis): Use new icons
Nyall Dawson
09:48 AM Revision 3cd5f72f (qgis): [layout] add distribute and resize action icons
Mathieu Pellerin - nIRV
09:48 AM Revision e686e2e5 (qgis): Fix doxygen warning
Nyall Dawson
09:48 AM Revision 95a76eee (qgis): Port delete action - TODO: undo/redo
Nyall Dawson
09:48 AM Revision e3616f08 (qgis): [FEATURE][layout] Add actions to auto resize items in a selection
Options are resize to narrowest, widest, shortest and tallest. Nyall Dawson
09:48 AM Revision 5141c05b (qgis): [FEATURE][layout] Add item distribution actions
Adds actions for distributing selections of items by their
left/center/right/top/bottom edges.
Useful for quickly ev...
Nyall Dawson
09:48 AM Revision c5fcc9da (qgis): Unit tests for alignment
Nyall Dawson
09:48 AM Revision 09393332 (qgis): Port item alignment to layouts
Nyall Dawson
09:48 AM Revision c6da2767 (qgis): Add more unit tests
Nyall Dawson
09:48 AM Revision 822d6f76 (qgis): Move actions which apply to selected items only to QgsLayoutView
Selections are a gui concept, so these actions belong to the
gui class instead of cluterring QgsLayout
Nyall Dawson
09:48 AM Revision fdba8f19 (qgis): Add tests for changing item z order
Nyall Dawson
09:48 AM Revision e74a6320 (qgis): Unfinished restore of stacking actions
Nyall Dawson
09:48 AM Revision 833cb60f (qgis): Port toggle panel action to layouts
Nyall Dawson
09:48 AM Revision 02831024 (qgis): Restore items dock
Nyall Dawson
09:48 AM Revision 83f035e6 (qgis): Indentation
Nyall Dawson
09:48 AM Revision dbb31253 (qgis): Resurrect locking/unlocking item actions
Nyall Dawson
09:48 AM Revision 683a8694 (qgis): Correctly report selected status to items model
Nyall Dawson
09:48 AM Revision 62a56792 (qgis): Port item model from composer to layouts
Nyall Dawson
09:48 AM Revision b494a71f (qgis): Port selection actions to layout
Nyall Dawson
09:48 AM Revision de965304 (qgis): Remove redundant custom enum (use Qt version instead)
Nyall Dawson
09:48 AM Revision 80e0e072 (qgis): Correctly create undo commands for item addition and removal
Nyall Dawson
09:48 AM Revision e172356b (qgis): Fix orphan snap lines sometimes show
Nyall Dawson
09:48 AM Revision 1e7149e1 (qgis): Select new items after adding them
Nyall Dawson
09:48 AM Revision 9ae96242 (qgis): Ensure that snap lines show for whole layout
Nyall Dawson
09:48 AM Revision d65a18c5 (qgis): Fix item snapping while resizing
Nyall Dawson
09:48 AM Revision 62893677 (qgis): Nicer mouse handle alignment behaviour
Don't show horizontal/vertical align snap lines if the resize
isn't allowing resizing in that axis
Nyall Dawson
09:48 AM Revision 051ed1e1 (qgis): Prevent snapping to selected items when resizing
Nyall Dawson
09:48 AM Revision d8ffab15 (qgis): [FEATURE][layouts] Snapping to item bounds when creating new items
Previously snapping to item bounds would only occur when resizing
or moving items, now it also applies to item creation
Nyall Dawson
09:48 AM Revision d950f17e (qgis): Add item bounds based snapping to QgsLayoutSnapper
Nyall Dawson
09:48 AM Revision 172d484c (qgis): Fix undo/redo for mouse actions
Nyall Dawson
09:48 AM Revision 8517cfef (qgis): Prevent unwanted mouse cursor changes
Nyall Dawson
09:48 AM Revision 6ab9c223 (qgis): Fix resizing items
Nyall Dawson
09:48 AM Revision e0089fb8 (qgis): Move mouse handles to select tool
Nyall Dawson
09:48 AM Revision bfa9c1d6 (qgis): Port methods for retrieving item at a point to layouts
Nyall Dawson
09:48 AM Revision 4e61ea89 (qgis): Port frame and background handling to layout items
And add support for frame widths with units Nyall Dawson
09:48 AM Revision 2d6cbd6b (qgis): Restore ability to show/hide selection bounds
Nyall Dawson
09:48 AM Revision 1f94b822 (qgis): Fix click behavior in select tool
Nyall Dawson
09:48 AM Revision 207bcad6 (qgis): Start porting mouse handles to layout
Nyall Dawson
09:48 AM Revision b9ecb4f9 (qgis): Add method to push messages to layout designer status bar
Nyall Dawson
09:48 AM Revision fac2d7fb (qgis): Allow selection tool to control selection
Nyall Dawson
09:48 AM Revision 6b700e2e (qgis): Don't pass handled mouse events down to QGraphicsView
Nyall Dawson
09:48 AM Revision fb8601ff (qgis): Shape items should not have a background/frame
Nyall Dawson
09:48 AM Revision 7d072bee (qgis): Add signals for size and rotation changes
Nyall Dawson
09:48 AM Revision b5777adb (qgis): Port some composer utils
Nyall Dawson
09:48 AM Revision bb129516 (qgis): Port selection handling code from composer
Nyall Dawson
09:48 AM Revision 51efa19f (qgis): Port item frame related code from composer
Nyall Dawson
09:48 AM Revision 0b188295 (qgis): Port item selection and lock related code from composer
Nyall Dawson
09:48 AM Revision d7bd44d9 (qgis): Work on interactive moving of items
Nyall Dawson
09:47 AM Revision 2d484db7 (qgis): Fix doxygen warning
See http://doxygen.10944.n7.nabble.com/How-can-I-escape-in-a-comment-td5528.html Nyall Dawson
09:45 AM Revision 96472c07 (qgis): Fix QgsDockWidget custom widget
Mario Baranzini
09:34 AM Feature request #17225 (Closed): Improvement of Map tip translation
Applied in changeset commit:qgis|fb15a218eac3282e6ee2f8ebe4b05091f15ac6e6. Anonymous
09:34 AM Feature request #17225 (Closed): Improvement of Map tip translation
Applied in changeset commit:qgis|fb15a218eac3282e6ee2f8ebe4b05091f15ac6e6. Anonymous
09:34 AM Revision fb15a218 (qgis): German translation fix
Fix #17225 Matthias Kuhn
09:20 AM Revision 5b050428 (qgis): Fix QgsDockWidget custom widget
Mario Baranzini
09:17 AM Revision 8deed6c4 (qgis): Merge pull request #5300 from nyalldawson/formatting
Doxygen Formatting Nyall Dawson
09:15 AM Bug report #17165 (Closed): QGIS crashes when attempting to get scripts from on-line scripts coll...
Applied in changeset commit:qgis|afb49eca29652635e782187f54216341766c5f9f. Anonymous
09:15 AM Bug report #17165 (Closed): QGIS crashes when attempting to get scripts from on-line scripts coll...
Applied in changeset commit:qgis|afb49eca29652635e782187f54216341766c5f9f. Anonymous
09:14 AM Revision afb49eca (qgis): [processing] Fix crash when browsing Get scripts and models
Fix #17165 Matthias Kuhn
08:38 AM Bug report #17252 (Feedback): Can't make install QGIS master on OS X (crashes on launch)
This should not be posted here as a bug but as question on one of the several channels where the community gathers, t... Giovanni Manghi
03:45 AM Bug report #17252 (Closed): Can't make install QGIS master on OS X (crashes on launch)
I have installed the necessary frameworks on OS X, and the `make` process completes successfully. I am even able to s... Joel Buckley
03:33 AM Revision 58d71769 (qgis): Fix build warnings
Nyall Dawson
03:26 AM Feature request #17251 (Feedback): Polygon map window in print composer
Got an example of the result you're after? Nyall Dawson
03:10 AM Feature request #17251 (Feedback): Polygon map window in print composer
Would it be possible to add the ability to create a map window in print composer using a custom polygon?
This woul...
Ian Bishop

2017-10-05

12:19 AM Revision 04a9cd92 (qgis): Add more consistency to doxygen formatting
Nyall Dawson
11:55 PM Revision 78c0c284 (qgis): Fix doxygen warnings
Nyall Dawson
11:55 PM Revision 49b426d9 (qgis): Make doxygen_space script convert multiline //! comments
Because:
- the /** format is much more prevalent throughout QGIS
- sipify works correctly with /**
Nyall Dawson
11:55 PM Revision d9952b63 (qgis): Initialize pointers to nullptr in headers
Nyall Dawson
11:48 PM Bug report #17250 (Closed): Composer LatLon GRID rendering issues on global scale for Cylindrical...
I have a map in the composer in some Cylindrical projection (e.g. EPSG:54003, EPSG:3857,EPSG:3395) and LatLon labels ... Juraj Betak
10:21 PM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The problem is only occurring with masters after 313ec55 which has no difficulty in adding to shapefiles while filter... Patrick Dunford
08:24 PM Bug report #17245 (Open): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The fact that certain datasources (like shapefiles) are not editable when filtered is known. The behavior become less... Giovanni Manghi
08:24 PM Bug report #17245 (Open): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The fact that certain datasources (like shapefiles) are not editable when filtered is known. The behavior become less... Giovanni Manghi
08:24 PM Bug report #17245 (Open): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The fact that certain datasources (like shapefiles) are not editable when filtered is known. The behavior become less... Giovanni Manghi
08:24 PM Bug report #17245 (Open): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The fact that certain datasources (like shapefiles) are not editable when filtered is known. The behavior become less... Giovanni Manghi
08:24 PM Bug report #17245 (Open): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
The fact that certain datasources (like shapefiles) are not editable when filtered is known. The behavior become less... Giovanni Manghi
04:48 AM Bug report #17245: "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
Steps to reproduce:
# Apply a filter to the layer: "year" = 1969
# Put the table into edit mode
# Add a new feat...
Patrick Dunford
09:23 PM Bug report #17249 (Feedback): v.net.report and v.net.nreport
I executed the same modules directly in GRASS7 (using a layer prepared for network analysis) and got the same results... Giovanni Manghi
09:23 PM Bug report #17249 (Feedback): v.net.report and v.net.nreport
I executed the same modules directly in GRASS7 (using a layer prepared for network analysis) and got the same results... Giovanni Manghi
09:23 PM Bug report #17249 (Feedback): v.net.report and v.net.nreport
I executed the same modules directly in GRASS7 (using a layer prepared for network analysis) and got the same results... Giovanni Manghi
01:17 PM Bug report #17249 (Closed): v.net.report and v.net.nreport
The v.net.repot and v.net.nreport tools are not creating the correct output files. v.net.report has created a file wi... Sergio Antonio
07:48 PM Bug report #17248 (Closed): Can't clip a vector polygon in qgis 2.18.19
Duplicate of #17192
already fixed and will be available in the next 2.18 point release
Giovanni Manghi
07:48 PM Bug report #17248 (Closed): Can't clip a vector polygon in qgis 2.18.19
Duplicate of #17192
already fixed and will be available in the next 2.18 point release
Giovanni Manghi
06:45 AM Bug report #17248 (Closed): Can't clip a vector polygon in qgis 2.18.19
I want to clip a vector polygon with a boundary vector polygon but the process is failing. I am getting the error, "g... Martin M. Baihaqi
06:03 PM Revision 8364b8d7 (qgis): in case SQlite vectors wait end of rendering to avoid file lock: fixes ...
Luigi Pirelli
05:33 PM Revision dcc67252 (qgis): Merge pull request #5281 from boundlessgeo/auth_use_settings_widget
[auth][needs-docs] Provider connection dialogs use the new auth settings widget Alessandro Pasotti
03:30 PM Feature request #17195: Open a database connection from metadata
Which QGIS version would you like to target? the current one (2.18.13) or v3? Joana Simoes
01:27 PM Bug report #16005 (Closed): Update OGR provider for GDAL 2.2 Triangle, TIN, PolyhedralSurface
Done Sandro Mani
11:29 AM Revision 2f44d52e (qgis): Merge pull request #5298 from manisandro/ogr_tin_triangle
[Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry types by mapping them to Polygon and MultiPolygon... Sandro Mani
11:27 AM Revision a725dae9 (qgis): Merge pull request #5288 from manisandro/defer_repack_v2
[OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit update modes Sandro Mani
11:04 AM Revision 1781cfcb (qgis): Merge pull request #5282 from NaturalGIS/fix_grass7_v_rast_stats
[processing] fix GRASS7 v.rast.stats module Alexander Bruy
11:01 AM Bug report #10976: attribute table refresh problems after edits
Work in 2.18.9 and still the same issue...
The same thing passing by 2 ways: copying and join two shapefiles, at the...
Loïc Bouffard
10:49 AM Bug report #16803: Segmentation fault with 'Create raster icons' on and loading a WMS
follow up in: https://github.com/qgis/QGIS/pull/5302 Luigi Pirelli
10:45 AM Revision b3ea17f3 (qgis): set default legend raster icon when wms layer to avoid crash
Luigi Pirelli
08:50 AM Revision 75282073 (qgis): [auth] Sipify
Alessandro Pasotti
08:12 AM Revision 75e0948f (qgis): [auth] More verbose docstrings
Alessandro Pasotti
06:03 AM Revision 1e60213a (qgis): [layout] improve the select / move item tool icon
Mathieu Pellerin - nIRV
06:03 AM Revision 979571f1 (qgis): [layout] update align action icons
Mathieu Pellerin - nIRV

2017-10-04

01:19 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
summary (pdf) and testproject with spatialite db are attached Gerhard Spieles
01:19 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
summary (pdf) and testproject with spatialite db are attached Gerhard Spieles
10:26 PM Bug report #16427: WMTS rendering problems in 2.18 and Master
Thanks a lot for your work Alessandro! Tudor Bărăscu
01:58 PM Bug report #16427: WMTS rendering problems in 2.18 and Master
Thanks, but I think it's fixed, I still need to backport it to 2.18. Alessandro Pasotti
01:56 PM Bug report #16427: WMTS rendering problems in 2.18 and Master
@Alessandro I could have swore that the GetCapabilities were returning the https part and that I had fixed this issue... Tudor Bărăscu
10:22 PM Revision de126a14 (qgis): Also handle QgsWkbTypes::Triangle in QgsSymbol::renderFeature
Sandro Mani
10:15 PM Revision ab82c63b (qgis): Fix QgisApp::askUserForOGRSublayers expecting 4 fields per sublayer, bu...
Sandro Mani
10:15 PM Revision abaeb9e9 (qgis): [Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry typ...
Sandro Mani
10:11 PM Revision e38eec12 (qgis): Remove debug leftover
Sandro Mani
10:11 PM Revision 4d51b3d9 (qgis): Fix QgsTriangle::fromWkb possibly not setting ring geometry
Sandro Mani
10:11 PM Revision e151f20e (qgis): Also handle triangles in QgsGeometryFactory::geomFromWkbType
Sandro Mani
09:58 PM Revision 3852e5db (qgis): [auth] Update wording of auth settings widget; add formatted warnings
Larry Shaffer
06:28 PM Revision 9a8c07ea (qgis): Merge pull request #5296 from boundlessgeo/bugfix_16427_backport
[bugfix][backport] Do not cache invalid WM(T)S responses Alessandro Pasotti
06:24 PM Bug report #17223 (Open): Error in Processing configuration when using QT5 themes
Giovanni Manghi
05:24 PM Bug report #17223: Error in Processing configuration when using QT5 themes
Giovanni Manghi wrote:
> I can't confirm on Ubuntu 16.04 and Windows.
It seems that the problem is with the QT5 t...
Samuel Fernando Mesa Giraldo
06:19 PM Bug report #16803: Segmentation fault with 'Create raster icons' on and loading a WMS
Pull request open to disable unsafe use of the WMS API.
https://github.com/qgis/QGIS/pull/5299/files
In the lon...
Matthias Kuhn
05:12 PM Feature request #17195: Open a database connection from metadata
sounds good Tom,
thanks for that pointer to rfc-1738
paul van genuchten
05:10 PM Feature request #17195: Open a database connection from metadata

Hi Paul: sounds feasible. notes:
- suggest we use the SQLAlchemy convention (http://docs.sqlalchemy.org/en/lates...
Tom Kralidis
04:56 PM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...

The same problem is present in 2.18.13 when adding a spatialite layer through DB MANAGER -SQL Query.
E...
Vincent Dionne
04:52 PM Bug report #16005 (In Progress): Update OGR provider for GDAL 2.2 Triangle, TIN, PolyhedralSurface
https://github.com/qgis/QGIS/pull/5298 Sandro Mani
04:52 PM Bug report #16005 (In Progress): Update OGR provider for GDAL 2.2 Triangle, TIN, PolyhedralSurface
https://github.com/qgis/QGIS/pull/5298 Sandro Mani
04:52 PM Bug report #16005 (In Progress): Update OGR provider for GDAL 2.2 Triangle, TIN, PolyhedralSurface
https://github.com/qgis/QGIS/pull/5298 Sandro Mani
04:52 PM Bug report #16005 (In Progress): Update OGR provider for GDAL 2.2 Triangle, TIN, PolyhedralSurface
https://github.com/qgis/QGIS/pull/5298 Sandro Mani
04:05 PM Revision b09fb37d (qgis): [bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
...
Alessandro Pasotti
04:03 PM Bug report #14232: select features in a spatialite view leads to wrong_results
Vincent Dionne wrote:
> The same problem is present in 2.18.13 when adding a spatialite layer through DB MANAGER -SQ...
Giovanni Manghi
04:03 PM Bug report #14232: select features in a spatialite view leads to wrong_results
Vincent Dionne wrote:
> The same problem is present in 2.18.13 when adding a spatialite layer through DB MANAGER -SQ...
Giovanni Manghi
04:01 PM Bug report #14232: select features in a spatialite view leads to wrong_results
The same problem is present in 2.18.13 when adding a spatialite layer through DB MANAGER -SQL Query.
Easy to repli...
Vincent Dionne
03:52 PM Bug report #17247 (Closed): Cannot move features, move nodes and edit Z values (with vertex edito...
Subject says it all. 3D points can be moved but still the Z values cannot be changed.
This is a regression since...
Giovanni Manghi
03:50 PM Bug report #14007 (Closed): Can't create new features from Postgis Table with Z component
This particular problem (adding a new feature) seems solved in 2.18.13 and master. There are others anyway in 2.18 th... Giovanni Manghi
03:50 PM Bug report #14007 (Closed): Can't create new features from Postgis Table with Z component
This particular problem (adding a new feature) seems solved in 2.18.13 and master. There are others anyway in 2.18 th... Giovanni Manghi
03:50 PM Bug report #14007 (Closed): Can't create new features from Postgis Table with Z component
This particular problem (adding a new feature) seems solved in 2.18.13 and master. There are others anyway in 2.18 th... Giovanni Manghi
03:35 PM Bug report #17243: QGIS 3 vertex editor problems
I also tried and agree... is very annoying that the vertex editor panel does not open automatically. Another bad thin... Giovanni Manghi
01:36 PM Bug report #17243: QGIS 3 vertex editor problems
Andreas Neumann wrote:
> Maybe adding a button to open and close the vertex editor panel in the "advanced editing" t...
Giovanni Manghi
10:04 AM Bug report #17243: QGIS 3 vertex editor problems
Maybe adding a button to open and close the vertex editor panel in the "advanced editing" toolbar would help? Andreas Neumann
09:56 AM Bug report #17243: QGIS 3 vertex editor problems
Hi Andreas, this is a very important matter, is being discussed in the users and devs mailing lists? Giovanni Manghi
09:48 AM Bug report #17243 (In Progress): QGIS 3 vertex editor problems
In QGIS 3, the behaviour of the vertex editor panel, has been changed in conjunction with the refactoring of the inte... Andreas Neumann
02:59 PM Bug report #17246 (Closed): When snapping with the node tool (within the same layer or to other l...
Anyway snapping works. When using the tool to add new feature and doing snapping the "x" fuchsia symbol shows as expe... Giovanni Manghi
02:52 PM Revision 042bf973 (qgis): Change triangulation algorithm for 3D planes
Stelios Vitalis
02:50 PM Revision ab9e2fcb (qgis): Fix multiline docstring
Matthias Kuhn
02:50 PM Bug report #15806 (Closed): snap 3D does not work when editing
This seems fixed. There are anyway cases where doing the snapping with the node tool (whitin the same layer or to oth... Giovanni Manghi
02:50 PM Bug report #15806 (Closed): snap 3D does not work when editing
This seems fixed. There are anyway cases where doing the snapping with the node tool (whitin the same layer or to oth... Giovanni Manghi
02:50 PM Bug report #15806 (Closed): snap 3D does not work when editing
This seems fixed. There are anyway cases where doing the snapping with the node tool (whitin the same layer or to oth... Giovanni Manghi
02:50 PM Bug report #15806 (Closed): snap 3D does not work when editing
This seems fixed. There are anyway cases where doing the snapping with the node tool (whitin the same layer or to oth... Giovanni Manghi
02:50 PM Bug report #15806 (Closed): snap 3D does not work when editing
This seems fixed. There are anyway cases where doing the snapping with the node tool (whitin the same layer or to oth... Giovanni Manghi
02:46 PM Revision d1a9d3f1 (qgis): Remove the unneeded close button on select by expression (#5273)
fixes #17207 Harrissou Santanna
02:46 PM Bug report #17207 (Closed): Two close buttons in expression editor
Applied in changeset commit:qgis|d1a9d3f1cf85f546cf51a9e85eda3a06ccbee460. Harrissou Santanna
02:46 PM Bug report #17207 (Closed): Two close buttons in expression editor
Applied in changeset commit:qgis|d1a9d3f1cf85f546cf51a9e85eda3a06ccbee460. Harrissou Santanna
02:38 PM Revision 7428516d (qgis): Less executable files in codebase
Matthias Kuhn
02:37 PM Bug report #17240: When a node on the end of a path is selected and dragged, the whole line moves...
Not sure about this one at the moment. It was definitely happening yesterday when I was trying to edit some data, but... Patrick Dunford
01:50 PM Bug report #17240: When a node on the end of a path is selected and dragged, the whole line moves...
Also can't confirm. Giovanni Manghi
12:38 PM Bug report #17240: When a node on the end of a path is selected and dragged, the whole line moves...
I can't reproduce using commit:58f64bb4 on Win 10 Harrissou Santanna
10:40 AM Bug report #17240: When a node on the end of a path is selected and dragged, the whole line moves...
Just started a thread on the developers list Patrick Dunford
10:39 AM Bug report #17240: When a node on the end of a path is selected and dragged, the whole line moves...
I agree with Patrick. Selecting a single vertex, only that vertex should be moved, not the whole segment or even the ... Andreas Neumann
09:24 AM Bug report #17240 (Feedback): When a node on the end of a path is selected and dragged, the whole...
Same comment as #16836-8
I can understand your point but it could be very well a decision taken on purpose by who ...
Giovanni Manghi
02:30 PM Bug report #17245 (Feedback): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
Can you attach sample data? thanks. Giovanni Manghi
02:28 PM Bug report #17245 (Feedback): "orig_ogc_fid" field is added to filtered shapefiles in QGIS master
*new description:*
when filtering a shapefile in QGIS master a new field "orig_ogc_fid" is "added" to the table. Thi...
Patrick Dunford
02:06 PM Revision cb241e8f (qgis): Remove validation of geometries (GEOS validation is not 3D enabled)
Stelios Vitalis
01:35 PM Bug report #15498: SQLite/GPKG database locked during canvas refresh
Luigi Pirelli wrote:
> Ok, it can be a regression, but IMHO the behaviour is much more correct in hti sway that allo...
Giovanni Manghi
01:34 PM Bug report #15498: SQLite/GPKG database locked during canvas refresh
Seen also for GPKGs. Giovanni Manghi
12:49 PM Bug report #15498: SQLite/GPKG database locked during canvas refresh
Ok, it can be a regression, but IMHO the behaviour is correct in this way respect allowing to write during rendering.... Luigi Pirelli
12:41 PM Revision 74e9242d (qgis): [auth] Update embedded QgsAuthSettingsWidget spacing
- Minimize all text-wrapped QLabel text in QgsAuthSettingsWidget
(wrapped text defaulted to 3 lines of spacing, eve...
Larry Shaffer
12:17 PM Revision 4e2e3608 (qgis): [OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit updat...
Sandro Mani
12:17 PM Revision 7eb24752 (qgis): [OGR] Don't call repack after OGR_L_SyncToDisk if compiled against gdal...
OGR_L_SyncToDisk internally does a repack with gdal-2.2.0 onwards Sandro Mani
12:16 PM Revision 1cdbbf4d (qgis): Private classes should not be exported
Matthias Kuhn
12:16 PM Revision 70dc92c4 (qgis): conversions.sip does not need to be executable
Matthias Kuhn
12:16 PM Revision 4d1fea0b (qgis): CMakeLists.txt does not need to be executable
Matthias Kuhn
12:02 PM Revision 3e45f997 (qgis): Merge pull request #4912 from dmarteau/svg-marker-size
[FEATURE][needs-docs] Svg marker size: change aspect ratio René-Luc ReLuc
11:11 AM Revision c764d9c1 (qgis): Merge pull request #5256 from qgis/docker2
[travis] Use docker to run test Matthias Kuhn
10:50 AM Bug report #17244 (Open): New node tool snapping index out of sync for transaction groups (and tr...
Hi,
This is something that happened in the past I guess.
When playing with new node tool with database updating...
Regis Haubourg
09:57 AM Bug report #17161 (Closed): Processing: zonal stats python error
Applied in changeset commit:qgis|f14502e441173dbb604178421549bfe5a0bb59ae. Alexander Bruy
09:57 AM Bug report #17161 (Closed): Processing: zonal stats python error
Applied in changeset commit:qgis|f14502e441173dbb604178421549bfe5a0bb59ae. Alexander Bruy
09:56 AM Revision f14502e4 (qgis): [processing] update mask computation code (fix #17161)
Alexander Bruy
09:29 AM Bug report #17242: QGIS 3 is storing cache in windows roaming profile?
I agree that this a big problem for Windows users with roaming profiles (such as most gov organizations, companies, e... Andreas Neumann
08:46 AM Bug report #17242 (Closed): QGIS 3 is storing cache in windows roaming profile?
I've noticed some problems due to my windows roaming profile size recently.
It's not only QGIS 3 fault but I would...
Arnaud Poncet-Montanges
09:06 AM Revision 1ed95f48 (qgis): Fix Select tools switch settings
Harrissou Santanna
05:50 AM Revision 0b47ea80 (qgis): Fix dxf export when CRS is not canvas CRS and not limiting to canvas ex...
Nyall Dawson
04:00 AM Feature request #17241 (Open): use a selection as input for a Query Builder
I would like to be able to use my current selection to create a filter I can use in query builder to display only the... Mike Cusi

2017-10-03

01:46 AM Revision 83fdc5d3 (qgis): Fix windows build
Nyall Dawson
01:40 AM Revision 38fd9853 (qgis): Fix build warning
Nyall Dawson
01:05 AM Revision 4f34f944 (qgis): Added better version info to QgsRectangle::buffered
Nyall Dawson
12:18 AM Bug report #17240 (Closed): When a node on the end of a path is selected and dragged, the whole l...
This is not very intuitive with the new editing system. If my line has a node on the end of it, and I put the mouse o... Patrick Dunford
12:04 AM Revision 7874d4b6 (qgis): Merge pull request #5183 from wonder-sk/cad-utils
Refactor CAD editing alignment logic to new QgsCadUtils class Martin Dobias
11:51 PM Revision 2d714199 (qgis): Save active button in settings
Harrissou Santanna
11:51 PM Revision 97eff218 (qgis): Add some consistency
in variables naming according to the name used in the comment few lines above Harrissou Santanna
11:51 PM Revision 4239abe9 (qgis): Enable display of selection tools in Attribute toolbar
when switching tools Harrissou Santanna
10:16 PM Revision 79a2fd78 (qgis): remove SquareCenter use RegularPolygon instead
Loïc BARTOLETTI
09:57 PM Bug report #17239 (Closed): Reported map scale representative fraction is incorrect
I first noticed this when trying to match up screenshots taken off of Google Maps, OpenStreetMap, and Mapzen with scr... Nathaniel V. Kelso
09:57 PM Revision 7f4775c1 (qgis): Change rubberband of possible centers to point.
Loïc BARTOLETTI
09:47 PM Revision 2cd4c42c (qgis): Uniformize message when segments are parallels
Loïc BARTOLETTI
09:44 PM Revision 8e14d08e (qgis): Visual indent part 3
Loïc BARTOLETTI
09:39 PM Revision dec09cf5 (qgis): Visual indent part 2
Loïc BARTOLETTI
09:36 PM Revision e335e481 (qgis): Visual indent part 1
Loïc BARTOLETTI
09:25 PM Revision b9628280 (qgis): Use unique_ptr for mNumberSidesSpinBox
Loïc BARTOLETTI
09:14 PM Revision 3e8403bb (qgis): modernize (delete default) destructor
Loïc BARTOLETTI
09:09 PM Revision 9b42bdef (qgis): Merge branch 'regularShape_gui' of https://github.com/lbartoletti/QGIS ...
Loïc BARTOLETTI
09:08 PM Revision de80f44e (qgis): Concat successive if
Loïc BARTOLETTI
08:18 PM Revision f20041dc (qgis): Concat successive if
Loïc BARTOLETTI
08:06 PM Bug report #17203 (Closed): v.dissolve is "reclassifying" attributes after dissolve
Giovanni Manghi
08:05 PM Bug report #17203: v.dissolve is "reclassifying" attributes after dissolve
Giovanni Manghi wrote:
> Can you attached the data?
> You did the operation within the GRASS plugin or in the Proce...
Sarah Popov
06:13 PM Revision 30d9ad8d (qgis): Add const
Loïc BARTOLETTI
06:03 PM Revision 74e12212 (qgis): @return -> \returns
Loïc BARTOLETTI
05:58 PM Revision 81b096c4 (qgis): Move header and normalize space
Loïc BARTOLETTI
05:58 PM Revision 9256d006 (qgis): Merge pull request #5289 from boundlessgeo/bugfix_16427
[bugfix] Do not cache invalid WM(T)S responses Alessandro Pasotti
05:58 PM Bug report #16427 (Closed): WMTS rendering problems in 2.18 and Master
Applied in changeset commit:qgis|d102404b5e6796727c0ae0c983cf016ab33ff27a. Anonymous
05:58 PM Bug report #16427 (Closed): WMTS rendering problems in 2.18 and Master
Applied in changeset commit:qgis|d102404b5e6796727c0ae0c983cf016ab33ff27a. Anonymous
03:31 PM Bug report #16427: WMTS rendering problems in 2.18 and Master
For master: https://github.com/qgis/QGIS/pull/5289
Needs backporting to 2.18
Alessandro Pasotti
01:45 PM Bug report #16427: WMTS rendering problems in 2.18 and Master
@Tudor: just to remove one possible cause, would you be able to test this by temporarily disabling HTTPS?
The getca...
Alessandro Pasotti
05:51 PM Revision bc4a86c3 (qgis): Add missing copyright for QgsMapToolAddRegularPolygon
Loïc BARTOLETTI
05:50 PM Revision 442341f9 (qgis): Remove initialization when it's already in header
Loïc BARTOLETTI
05:43 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
PR https://github.com/qgis/QGIS/pull/5290 Luigi Pirelli
04:54 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
preparing PR Luigi Pirelli
05:36 PM Revision 15948651 (qgis): Add sanitized landsat2.nc
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip)
> "gdal_translate -of NETCDF...
Matthias Kuhn
05:36 PM Revision 6d683230 (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:36 PM Revision 52449f91 (qgis): Ignore missing logfile
Matthias Kuhn
05:01 PM Revision 0bffe1c1 (qgis): Added forgotten SIP file
Martin Dobias
05:01 PM Revision 878dfddd (qgis): Refactor CAD editing alignment logic to new QgsCadUtils class
Martin Dobias
05:01 PM Revision 5172a339 (qgis): Finished unit tests
Martin Dobias
04:34 PM Revision afecc210 (qgis): [:)] Make a developer happy
Alessandro Pasotti
03:58 PM Revision 8c45e968 (qgis): Add sanitized landsat2.nc
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip)
> "gdal_translate -of NETCDF...
Matthias Kuhn
03:55 PM Revision 26a14b28 (qgis): Enable rastersublayertest
Matthias Kuhn
03:43 PM Bug report #17210: Can crash gdal raster calculator by using a layer that was newly created and t...
Thanks Alex! Giovanni Manghi
03:12 PM Bug report #17210 (Closed): Can crash gdal raster calculator by using a layer that was newly crea...
Applied in changeset commit:qgis|13061251e104c38c066a85ad778420c91711f173. Alexander Bruy
03:12 PM Bug report #17210 (Closed): Can crash gdal raster calculator by using a layer that was newly crea...
Applied in changeset commit:qgis|13061251e104c38c066a85ad778420c91711f173. Alexander Bruy
03:20 PM Revision d102404b (qgis): [bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
...
Alessandro Pasotti
03:17 PM Revision 110dec70 (qgis): Recreate netcdf test image
Matthias Kuhn
03:10 PM Revision 13061251 (qgis): [processing] refresh all layer selectors when layer added/removed (fix ...
Alexander Bruy
03:05 PM Revision 08bbc90c (qgis): Fix qgisapp.ui
Loïc BARTOLETTI
02:42 PM Bug report #16836: A lot harder now to insert new nodes into lines and reshape lines in 7d67b02 t...
Patrick Dunford wrote:
> I am looking at it now but it will take some time to evaluate all the differences. But, thi...
Giovanni Manghi
10:13 AM Bug report #16836: A lot harder now to insert new nodes into lines and reshape lines in 7d67b02 t...
I am looking at it now but it will take some time to evaluate all the differences. But, this is not just some kneejer... Patrick Dunford
02:40 PM Bug report #17235: Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
Patrick Dunford wrote:
> I still see invalid layer errors loading layers on some systems, even on Windows rom time t...
Giovanni Manghi
09:42 AM Bug report #17235: Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
I still see invalid layer errors loading layers on some systems, even on Windows rom time to time. I know that there ... Patrick Dunford
09:18 AM Bug report #17235 (Feedback): Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
Patrick Dunford wrote:
> Sure :) this is the only unpatched system I have now
what does this means? modifying tha...
Giovanni Manghi
08:49 AM Bug report #17235 (Open): Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
Sure :) this is the only unpatched system I have now Patrick Dunford
08:43 AM Bug report #17235 (Feedback): Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
wasn't the issue already discussed in #16049-17 along with a solution? Giovanni Manghi
08:25 AM Bug report #17235 (Closed): Qgis crash on loading 1000 layer project [60fd763] on Xubuntu Artful
This project has about 900 raster layers and the rest are shapefiles. It is actively developed at present using older... Patrick Dunford
02:39 PM Revision 870de2e8 (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
02:33 PM Revision 0204302a (qgis): - Add QgsMapToolRegularPolygonCenterCorner and change
QgsMapToolRegularPolygonCenterPoint
- Add QgsMapToolCircle2TangentsPoint
Loïc BARTOLETTI
02:29 PM Bug report #15658 (Closed): map tips does not show images correctly anymore... on Linux
Giovanni Manghi
01:38 PM Bug report #15658 (Feedback): map tips does not show images correctly anymore... on Linux
Works fine on all systems with strict HTML... Alexander Bruy
02:29 PM Bug report #14884 (Closed): Default layer style from PostGIS 'layer_style' table not applied at l...
Giovanni Manghi
11:28 AM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
OK, will look at writing a macro to do this. Many thanks for clarifying this Harrissou, please close this ticket. Bruce Steedman
11:25 AM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
> My current understanding is that a layer's default style should be applied when a project is opened, is that wrong?... Harrissou Santanna
11:02 AM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
So perhaps I am misunderstanding the significance of the 'useasdefault' flag. How does setting this flag in the layer... Bruce Steedman
10:48 AM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
Bruce Steedman wrote:
> Thanks for looking at this Giovanni
>
> Yes. The docs (link below) say: "When loading a ...
Harrissou Santanna
02:27 PM Bug report #16195 (Closed): Problem running GRASS7 under QGIS master
Giovanni Manghi
01:34 PM Bug report #16195: Problem running GRASS7 under QGIS master
IMHO this should be closed, as Processing refactoring is not completed and GRASS now disabled Alexander Bruy
02:26 PM Bug report #16421 (Closed): SAGA and GRASS support broken in QGIS master
Giovanni Manghi
01:33 PM Bug report #16421: SAGA and GRASS support broken in QGIS master
IMHO this should be closed, as Processing refactoring still not completed and now SAGA and GRASS disabled. Alexander Bruy
01:42 PM Bug report #17237 (Open): Snap is offseted when the map is rotated
When you want snap a segment and the map is rotated, the highlighted segment have an offset (seems to be the higher t... Loïc BARTOLETTI
01:30 PM Feature request #5396 (Closed): Run algorithms in a different thread
Fixed in master Alexander Bruy
01:30 PM Feature request #5396 (Closed): Run algorithms in a different thread
Fixed in master Alexander Bruy
01:30 PM Feature request #5396 (Closed): Run algorithms in a different thread
Fixed in master Alexander Bruy
12:47 PM Revision 378ab23f (qgis): fixed mimeUri x Spatialite and Geopackage. fixes #16296
Luigi Pirelli
11:17 AM Revision 22d4d22b (qgis): fix highlight showing when hidden (#5278)
Mathieu Pellerin - nIRV
11:03 AM Revision da4cfd57 (qgis): Update and vectorize the DB manager icon (#5262)
Pete King
11:01 AM Revision b27382d0 (qgis): [processing] Fix history doesn't correctly escape values
Fixes #17229 Nyall Dawson
11:01 AM Bug report #17229 (Closed): Processing history doesn't handle postgres source tables correctly
Applied in changeset commit:qgis|b27382d0110b98782f4152fcd35c8eaf343e80e8. Nyall Dawson
11:01 AM Bug report #17229 (Closed): Processing history doesn't handle postgres source tables correctly
Applied in changeset commit:qgis|b27382d0110b98782f4152fcd35c8eaf343e80e8. Nyall Dawson
10:17 AM Bug report #16049: Opening a lot of JPG rasters all at once causes crash on Linux
Patrick Dunford wrote:
> "- compile yourself. This is not so hard in fact on Linux, "
> but there is no documentati...
Harrissou Santanna
10:01 AM Revision 9cbff3af (qgis): translation string fix
Jürgen Fischer
09:54 AM Bug report #17236 (Closed): Unable to edit layer while filter is in effect
Jürgen Fischer
09:54 AM Bug report #17236: Unable to edit layer while filter is in effect
Duplicate of #2951 Jürgen Fischer
09:43 AM Bug report #17236: Unable to edit layer while filter is in effect
Doesn't fit the test case shown in that ticket (which I obviously have read) Patrick Dunford
09:17 AM Bug report #17236 (Feedback): Unable to edit layer while filter is in effect
Why opening another ticket, wasn't #17124 enough? Giovanni Manghi
09:15 AM Bug report #17236 (Closed): Unable to edit layer while filter is in effect
If a layer has a filter applied, that layer cannot be put into edit mode.
see also #17124
Patrick Dunford
09:35 AM Bug report #17233: QGIS Main Window resizes itself upon saving the project to show the 'successfu...
I have a dual display system and the main windows is maximised on the first screen. Whenever I save the project it pu... Patrick Dunford
09:12 AM Revision 8d6f4467 (qgis): Fix duplicate WFS item in browser (fixes #17176)
Nyall Dawson
09:12 AM Bug report #17176 (Closed): Double WFS node in browser panel
Applied in changeset commit:qgis|8d6f4467a2baa6e8af7b5cab895a9d00c7c205ca. Nyall Dawson
09:12 AM Bug report #17176 (Closed): Double WFS node in browser panel
Applied in changeset commit:qgis|8d6f4467a2baa6e8af7b5cab895a9d00c7c205ca. Nyall Dawson
09:12 AM Revision 191942ab (qgis): [auth] Proxy settings use the new auth settings dialog
Alessandro Pasotti
07:24 AM Revision 8a09a197 (qgis): Merge pull request #5150 from pblottiere/server_bugfix_ogc_getfeaturein...
[server][bugfix] Fix OGC test getfeatureinfo:invalid-info_format Paul Blottiere
02:21 AM Revision 58f64bb4 (qgis): Merge pull request #5276 from nyalldawson/build_dep
Update some Windows build instructions Nyall Dawson

2017-10-02

11:58 PM Revision f3a4a6b2 (qgis): debian packaging: add 3d for sid and artful
Jürgen Fischer
11:14 PM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
Thanks for looking at this Giovanni
Yes. The docs (link below) say: "When loading a layer from the database, if a...
Bruce Steedman
06:35 PM Bug report #14884 (Feedback): Default layer style from PostGIS 'layer_style' table not applied at...
Giovanni Manghi
06:32 PM Bug report #14884: Default layer style from PostGIS 'layer_style' table not applied at login
Looking into various style loading issues here. Do you expect QGIS to override the style saved in your project by the... Regis Haubourg
11:02 PM Revision 68bb68d1 (qgis): [FEATURE] QGIS 3D (pull request #5203)
Martin Dobias
10:28 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
Richard, I can't say, btw Browser is completely different code respect Db Manager. Try to notify this issue to Alessa... Luigi Pirelli
09:44 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
@luigi: not sure if it is related, but in current master the Drag&Drop in the browser (also) segfaults my QGIS.
Te...
Richard Duivenvoorde
08:28 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
the log is different in my case:
..\..\..\..\..\src\core\qgsmimedatautils.cpp(111) : (QgsMimeDataUtils::decodeUriLis...
Luigi Pirelli
08:23 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
From a log done by Giovanni Manghi the error is the QgsMimeDataUtils::decodeUriList method
..\..\..\..\..\src\core\q...
Luigi Pirelli
04:49 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
Confirmed using qgis-rel-dev (2.18.13-8) on windows 10.
video attached.
the .sqlite used : https://www.gaia-gis...
Francisco Raga
09:31 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
New results: 2.18.13, 2.14.19, 2.8.9
!https://i.imgur.com/TPOq61c.png!
Andre Jesus
07:01 PM Bug report #17234 (Closed): Saving style in postgres database can't be restored when connection u...
When saving a style to a database, using a service file, I can't restore it when opening a datasource.
When saving...
Regis Haubourg
06:38 PM Revision b5f38326 (qgis): Merge pull request #5280 from NaturalGIS/saga_remove_imagery_vigra
[processing] remove SAGA imagery_vigra tools Alexander Bruy
06:36 PM Bug report #16186 (Closed): Processing: Broken GRASS tools under Windows
Closing again because on a completely clean (OS and osgeo4w) install all seems to work as expected. There is somethin... Giovanni Manghi
06:36 PM Bug report #16186 (Closed): Processing: Broken GRASS tools under Windows
Closing again because on a completely clean (OS and osgeo4w) install all seems to work as expected. There is somethin... Giovanni Manghi
06:34 PM Revision 74728e8e (qgis): fix GRASS7 v.rast.stats module
Giovanni Manghi
06:06 PM Bug report #17146: Processing: GRASS64 does not work in both latest 2.14 and 2.18
Brillant! thanks! Giovanni Manghi
02:44 PM Bug report #17146 (Closed): Processing: GRASS64 does not work in both latest 2.14 and 2.18
This is packaging issue. GRASS 6 needs GDAL 1.11 which is not installed by default and not listed as the package depe... Alexander Bruy
02:44 PM Bug report #17146 (Closed): Processing: GRASS64 does not work in both latest 2.14 and 2.18
This is packaging issue. GRASS 6 needs GDAL 1.11 which is not installed by default and not listed as the package depe... Alexander Bruy
05:26 PM Revision c856ba3e (qgis): [auth] XYX use the new authentication widget
Alessandro Pasotti
05:18 PM Bug report #17224 (Closed): Smoothing (vigra) shown in processing but not working (osgeo4w packag...
removed here
https://github.com/qgis/QGIS/pull/5280
Giovanni Manghi
05:18 PM Bug report #17224 (Closed): Smoothing (vigra) shown in processing but not working (osgeo4w packag...
removed here
https://github.com/qgis/QGIS/pull/5280
Giovanni Manghi
08:10 AM Bug report #17224 (Closed): Smoothing (vigra) shown in processing but not working (osgeo4w packag...
Running QGIS from osgeo4w I tried to use the Saga processing algorithm "Smoothing (vigra)", and got the following:
...
Alister Hood
05:17 PM Revision fbe1736a (qgis): remove SAGA imagery_vigra tools
Giovanni Manghi
05:12 PM Revision 4e4a660a (qgis): [auth] PG uses the new authentication widget
Alessandro Pasotti
05:12 PM Revision f09e5b16 (qgis): [auth] Renamed setters to better follow Qt5 conventions
Alessandro Pasotti
04:40 PM Revision 6378042b (qgis): [auth] DB2 use the new authentication widget
Alessandro Pasotti
04:39 PM Revision dfdf2cee (qgis): [auth] Added support for "Store" checkboxes
Alessandro Pasotti
04:16 PM Revision 143c4bf6 (qgis): Merge pull request #5275 from daniviga/qgis3-rpm
Initial RPM sources update for QGIS3 Matthias Kuhn
04:08 PM Bug report #17143 (Closed): Cardinality cannot be changed in layer properties --> Fields tab --> ...
Yes - works fine now. Closing.
Thanks!
Andreas Neumann
04:08 PM Bug report #17143 (Closed): Cardinality cannot be changed in layer properties --> Fields tab --> ...
Yes - works fine now. Closing.
Thanks!
Andreas Neumann
03:57 PM Bug report #17233 (Closed): QGIS Main Window resizes itself upon saving the project to show the '...
In my current master, when I make the QGIS window rather small, if you load some data, and save the project, after th... Richard Duivenvoorde
03:37 PM Bug report #17232 (Closed): The rotation widget disappearwhen you change the anchor point is modi...
If you start to rotate an object and after you select a new anchor point (ctrl+click) the widget with angle rotation ... Loïc BARTOLETTI
03:31 PM Bug report #17227 (Open): Impossible to resize columns in Batch processing interface
Giovanni Manghi
02:28 PM Bug report #17227: Impossible to resize columns in Batch processing interface
I just give it a look: also the case in 2.14 and 2.18. Maybe it has always been this way...--> feature request or bug... Harrissou Santanna
02:17 PM Bug report #17227 (Feedback): Impossible to resize columns in Batch processing interface
only master? Giovanni Manghi
01:59 PM Bug report #17227 (Closed): Impossible to resize columns in Batch processing interface
Launch a processing tool
switch to the batch processing interface
The columns in the widget can't be manually resiz...
Harrissou Santanna
03:20 PM Bug report #17230: QGIS Crash after cutting features
OK. Will do that now, and give feedback here what has happened.
Thank you a lot!!
Vida Krstulovic
03:18 PM Bug report #17230: QGIS Crash after cutting features
Vida Krstulovic wrote:
> Will try to do those two things..
> > with qgis 2.18
> > removing any 3rd party plugin
...
Giovanni Manghi
03:16 PM Bug report #17230: QGIS Crash after cutting features
Will try to do those two things..
> with qgis 2.18
> removing any 3rd party plugin
> Also:
>
> *attach ...
Vida Krstulovic
03:07 PM Bug report #17230 (Feedback): QGIS Crash after cutting features
Try:
with qgis 2.18
removing any 3rd party plugin
Also:
attach the data
is the editing tool that causes...
Giovanni Manghi
03:07 PM Bug report #17230 (Feedback): QGIS Crash after cutting features
Try:
with qgis 2.18
removing any 3rd party plugin
Also:
attach the data
is the editing tool that causes...
Giovanni Manghi
03:04 PM Bug report #17230 (Closed): QGIS Crash after cutting features
Hi!
I have an issue with my qgis 2.14... I have a point layer I have converted to line layer using Point2one PlugIn,...
Vida Krstulovic
03:17 PM Bug report #17231 (Closed): Processing help system expects wrong link
When hitting the Help button in a Processing tool dialog, the expected link doesn't follow the same structure than li... Harrissou Santanna
02:55 PM Bug report #16438 (Feedback): Categorized layer crashes when deselecting
Did you tried 2.18 (there are no more fixes for 2.14)?
Any kind of vector datasources?
Regardless of the project?...
Giovanni Manghi
02:55 PM Bug report #16438 (Feedback): Categorized layer crashes when deselecting
Did you tried 2.18 (there are no more fixes for 2.14)?
Any kind of vector datasources?
Regardless of the project?...
Giovanni Manghi
02:54 PM Bug report #16438 (Reopened): Categorized layer crashes when deselecting
-Error is present in 2.14.18, downloading 2.14.19... but should be the same as I see no entry in the changelog-
pl...
Andre Jesus
02:44 PM Revision 7ee03a6a (qgis): [auth] Use new auth settings widget in http connections dialogs
Alessandro Pasotti
02:44 PM Bug report #17229 (Closed): Processing history doesn't handle postgres source tables correctly
Follow-up #17162
After I ran a "Select by location" algorithm in Processing, I copied the command from the History d...
Harrissou Santanna
02:44 PM Revision c57b9e7e (qgis): [auth] Tests for new setters methods
Alessandro Pasotti
02:43 PM Revision 7c0ac6e2 (qgis): [auth][cosmetic] Moved method
Alessandro Pasotti
02:29 PM Revision 1facaefa (qgis): Avoid crashes with relation reference widget
Matthias Kuhn
02:26 PM Revision 317cb7a1 (qgis): [auth] Removed group box wrapper
Alessandro Pasotti
02:26 PM Revision bdddc3ba (qgis): [auth] Added setters to the auth settings widget
Also:
- removed wrapper goupBox for added flexibility
- explicit connections
Alessandro Pasotti
02:07 PM Feature request #17228 (Closed): switch between simple and batch process dialogs, back and forth
Currently, when you hit the "Run as Batch Process..." button in a Processing tool dialog, you switch to the Batch pro... Harrissou Santanna
02:03 PM Revision 2fa68110 (qgis): Merge pull request #5279 from boundlessgeo/auth_widget_signals
[auth] Use explicit signal connections in auth settings widget Alessandro Pasotti
01:53 PM Bug report #16657: date edit widget only shows current date whatever the real data is underneath
error is probably only located in setting the correct format string here:
https://github.com/qgis/qgis/blob/release-...
Luigi Pirelli
12:55 PM Bug report #17226: Geopackage "Select Vector Layers to Add" dialogue has wrong nr of features
Same issue appears on Linux Andreas Neumann
12:41 PM Bug report #17226: Geopackage "Select Vector Layers to Add" dialogue has wrong nr of features
screenshot demonstrating the issue. Andreas Neumann
11:03 AM Bug report #17226 (Closed): Geopackage "Select Vector Layers to Add" dialogue has wrong nr of fea...
If one drags and drops a geopackage into QGIS master, the column labeled "Number of features" in the "Select Vector L... Andreas Neumann
12:34 PM Bug report #17145 (Closed): Processing: GRASS7 nviz does not work
Applied in changeset commit:qgis|cef2f89f45bc6b806e382c129a8568717d32c40c. Alexander Bruy
12:34 PM Bug report #17145 (Closed): Processing: GRASS7 nviz does not work
Applied in changeset commit:qgis|cef2f89f45bc6b806e382c129a8568717d32c40c. Alexander Bruy
12:34 PM Feature request #17211 (Closed): remove/hide the "select by location" tool from modeller
Applied in changeset commit:qgis|57829752ecf5722a3fbd753e2c8ce645e8b6dddc. Alexander Bruy
12:34 PM Feature request #17211 (Closed): remove/hide the "select by location" tool from modeller
Applied in changeset commit:qgis|57829752ecf5722a3fbd753e2c8ce645e8b6dddc. Alexander Bruy
12:34 PM Bug report #16889 (Closed): Actions menu missing in Identify feature form in QGIS 3
Applied in changeset commit:qgis|11eb9cfe57e95b722ccee49a93d25e521dbc4853.
Thanks anonymous guy! (is that you Matt...
Anonymous
12:34 PM Bug report #16889 (Closed): Actions menu missing in Identify feature form in QGIS 3
Applied in changeset commit:qgis|11eb9cfe57e95b722ccee49a93d25e521dbc4853.
Thanks anonymous guy! (is that you Matt...
Anonymous
12:33 PM Revision 82dcc688 (qgis): follow up cef2f89f45
Alexander Bruy
12:26 PM Revision feeec8e0 (qgis): [auth] Use explicit signal connections
Alessandro Pasotti
11:34 AM Revision cef2f89f (qgis): [processing] nviz is not available in GRASS 7 (fix #17145)
Alexander Bruy
10:54 AM Revision 57829752 (qgis): [processing] remove "Select by..." algorithms from modeler (fix #17211)
Alexander Bruy
10:53 AM Bug report #17029 (Closed): Labels settings inside style dock does not update accordingly to sele...
Fixed in commit 471204dd4de2225979a1846209bfcb39700aeeba. Mathieu Pellerin - nIRV
10:53 AM Bug report #17029 (Closed): Labels settings inside style dock does not update accordingly to sele...
Fixed in commit 471204dd4de2225979a1846209bfcb39700aeeba. Mathieu Pellerin - nIRV
10:40 AM Bug report #17136 (Closed): Processing error: "Could not open SAGA algorithm: RiverGridGeneration...
Already fixed Alexander Bruy
10:40 AM Bug report #17136 (Closed): Processing error: "Could not open SAGA algorithm: RiverGridGeneration...
Already fixed Alexander Bruy
10:14 AM Feature request #17225 (Closed): Improvement of Map tip translation
In the German locale, "Map tips" is translated to "Kartenhinweise".
But in layer properties, Display section, the ...
Andre Joost
09:56 AM Bug report #16882: feature count refreshed after each edit and in the form view of the attribute ...
Actually, the annoying thing is not that the entity count is updated but the fact that the attribute table goes into ... Arnaud Poncet-Montanges
09:44 AM Revision 11eb9cfe (qgis): Show actions menu in feature form
Fix #16889 Matthias Kuhn
09:39 AM Bug report #16026 (Feedback): Value map entries aren't copied with table style (2.99 110ffe2)
Still valid in 2.18? Giovanni Manghi
09:39 AM Bug report #16026 (Feedback): Value map entries aren't copied with table style (2.99 110ffe2)
Still valid in 2.18? Giovanni Manghi
06:31 AM Bug report #16026: Value map entries aren't copied with table style (2.99 110ffe2)
Steps for testing:
# Save a copy of a table
# Copy the style from the original table to the new table
# When you o...
Patrick Dunford
06:26 AM Bug report #16026: Value map entries aren't copied with table style (2.99 110ffe2)
This issue seems to be resolved in master 2.99 313ec55 Patrick Dunford
09:19 AM Revision 471204dd (qgis): [style dock] fix wrong label settings when switching layers
(fixes #17029) Mathieu Pellerin - nIRV
09:18 AM Revision 5bdb605f (qgis): Merge pull request #5270 from boundlessgeo/auth_widget2
[auth][needs-docs] Authentication widget Alessandro Pasotti
09:12 AM Revision 524c7915 (qgis): Update qgis-mime.xml for RPM, replace wrong ext in buildrpms.sh
Daniele Viganò
09:09 AM Feature request #17219: Better description of bands
http://www.faunalia.eu/~paolo/grib.zip
Thanks.
BTW: I do not know whether this is a general issue, but the projecti...
Paolo Cavallini
09:08 AM Revision 4c8171d7 (qgis): Reborn of QgsMapToolCircle3Tangents. Thanks Martin!
Loïc BARTOLETTI
08:55 AM Revision 3caf61a8 (qgis): Force vim syntax in rpm/qgis.spec.template
Daniele Viganò
08:52 AM Revision f781b4f4 (qgis): Add missing break
Matthias Kuhn
08:52 AM Revision 65bade9d (qgis): Typo fix
Matthias Kuhn
05:37 AM Revision 60fd7636 (qgis): Merge pull request #5157 from pblottiere/server_bugfix_ogc_invalid_quer...
[server][bugfix] Fix OGC test getfeatureinfo:invalid-query_layers Paul Blottiere
03:33 AM Revision d1018cbe (qgis): Merge pull request #5268 from nyalldawson/flash2
[FEATURE] Flash features Nyall Dawson
03:30 AM Revision 2326334c (qgis): Update INSTALL
Nyall Dawson
03:21 AM Revision 43301202 (qgis): Update references to Qt4 in msys build instructions to Qt5
(untested) Nyall Dawson
03:19 AM Revision 078d68fb (qgis): Update ancient cmake download link
Nyall Dawson
03:17 AM Revision 6e14917a (qgis): Explicitly mention that Python3 is a compulsory build dependancy
Nyall Dawson
03:14 AM Revision 93a5a849 (qgis): Add python3-six to windows build deps
It's required for building the expression context help Nyall Dawson
02:56 AM Revision d922b554 (qgis): Fix some gcc build warnings
Nyall Dawson
02:56 AM Revision d22bfca9 (qgis): Avoid some unnecessary build warnings when WITH_BINDINGS is off
Nyall Dawson
02:28 AM Revision 5b6f02ec (qgis): Refine flash features API
Use a QgsCoordinateReferenceSystem object instead of
QgsVectorLayer to make API more flexible
Nyall Dawson

2017-10-01

01:52 AM Revision dfe0cbaf (qgis): Use a clone of the renderer for attribute table model
Fixes potential crash Nyall Dawson
01:52 AM Revision 4374c6e4 (qgis): Fix incorrect draw stacking when drawing rubber bands with
secondary lines enabled Nyall Dawson
01:52 AM Revision a874faf6 (qgis): Fix rubber band doesn't like geometries with Z/M
Nyall Dawson
01:52 AM Revision e54ea73e (qgis): Make rubber band creation a bit more efficient (avoid multiple transfor...
Nyall Dawson
01:52 AM Revision 3e9fa726 (qgis): [FEATURE] Flash features in canvas
This adds:
- API call to QgsMapCanvas to flash a set of features
- A right click menu option in the attribute table t...
Nyall Dawson
01:52 AM Revision fc844c66 (qgis): More efficient canvas features flash
Nyall Dawson
01:24 AM Feature request #17219 (Feedback): Better description of bands
Can you share one of these files? Nyall Dawson
11:53 PM Revision c51c0576 (qgis): Update links to issues in qgis.spec.template
Daniele Viganò
11:41 PM Revision 15e5419a (qgis): Initial RPM sources update for QGIS3
Daniele Viganò
09:37 PM Revision d46c4401 (qgis): Downgrade "Super 3D Map Widget" to plain, average, ordinary "3D Map" wi...
Martin Dobias
09:33 PM Revision 0951ff7e (qgis): Fix crash in tessellation (polygon 3D symbol) for touching rings
Martin Dobias
08:59 PM Revision ac5d59bc (qgis): [tr] updated spanish translation from carlos
Werner Macho
03:20 PM Bug report #16407 (Closed): Expression builder: Rename simplify and simplify_vw
We are following PostgreSQL/PostGIS functions convention naming which use st_simplify and st_simplifyvw
Note: A PR w...
Harrissou Santanna
03:20 PM Bug report #16407 (Closed): Expression builder: Rename simplify and simplify_vw
We are following PostgreSQL/PostGIS functions convention naming which use st_simplify and st_simplifyvw
Note: A PR w...
Harrissou Santanna
03:20 PM Bug report #16407 (Closed): Expression builder: Rename simplify and simplify_vw
We are following PostgreSQL/PostGIS functions convention naming which use st_simplify and st_simplifyvw
Note: A PR w...
Harrissou Santanna
03:20 PM Bug report #16407 (Closed): Expression builder: Rename simplify and simplify_vw
We are following PostgreSQL/PostGIS functions convention naming which use st_simplify and st_simplifyvw
Note: A PR w...
Harrissou Santanna
02:50 PM Bug report #17221 (Closed): imports delimited text: the decimal separator (,) is not recognized
Giovanni Manghi
12:04 PM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
Giovanni Manghi wrote:
> > as described in the description, the problem does not exist in QGIS 2.18
>
> As Richar...
salvatore fiandaca
12:02 PM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
Richard Duivenvoorde wrote:
> See screenshot, with me both csv files are being correctly opened both in master and i...
salvatore fiandaca
11:27 AM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
See screenshot, with me both csv files are being correctly opened both in master and in 2.18 both on Linux and Window... Richard Duivenvoorde
11:22 AM Bug report #17221 (Feedback): imports delimited text: the decimal separator (,) is not recognized

> as described in the description, the problem does not exist in QGIS 2.18
As Richard said using the option "dec...
Giovanni Manghi
02:15 PM Revision b3fb4ed8 (qgis): bring back sip workaround, but only for the affected versions (followup...
(cherry picked from commit 2abb209d248b27f9716029966eb9a11631fa9e2f) Jürgen Fischer
01:55 PM Bug report #17220: Metadata for a geopackage layer are not saved
The metadata panel is still a work in progress.
There is still a lot to do about saving metadata. It's work packag...
Etienne Trimaille
12:01 PM Bug report #8073: Crash when loading PostGIS raster
I think that the situation is pretty much clear: postgis rasters are not (still?) not well supported. Giovanni Manghi
12:00 PM Bug report #15599 (Feedback): In spatial views, QGIS shows only 100 rows in attribute-table, when...
Does it happens only when the query involved has a join in it?
Can you add the exact steps (queries and where you is...
Giovanni Manghi
12:00 PM Bug report #15599 (Feedback): In spatial views, QGIS shows only 100 rows in attribute-table, when...
Does it happens only when the query involved has a join in it?
Can you add the exact steps (queries and where you is...
Giovanni Manghi
11:04 AM Bug report #17207: Two close buttons in expression editor
https://github.com/qgis/QGIS/pull/5273 Richard Duivenvoorde
09:39 AM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...
Worked as expected for SL views (virtual layer untested as they were not available) until 2.8.* Giovanni Manghi
09:39 AM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...
Worked as expected for SL views (virtual layer untested as they were not available) until 2.8.* Giovanni Manghi
09:39 AM Bug report #15600: Selecting features feature in spatial views and virtual layers leads to wrong ...
Worked as expected for SL views (virtual layer untested as they were not available) until 2.8.* Giovanni Manghi
09:22 AM Bug report #17201 (Open): QGIS master crashes when trying to expand a spatiaLite layer in the DB ...
Giovanni Manghi

2017-09-30

01:09 AM Revision df71901a (qgis): fix windows build
Jürgen Fischer
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
12:40 AM Bug report #15599: In spatial views, QGIS shows only 100 rows in attribute-table, when view has m...
Behavior is also in master and 2.18.13.
The View "parent_child_object_equal_101", is generated with dbmanager. In ...
Gerhard Spieles
11:27 PM Bug report #17201: QGIS master crashes when trying to expand a spatiaLite layer in the DB manager
Same Problem
Database ist attached
Gerhard Spieles
10:52 PM Revision 92af1dac (qgis): Replace default constructors/destructors with = default
Nyall Dawson
09:16 PM Bug report #17223 (Feedback): Error in Processing configuration when using QT5 themes
I can't confirm on Ubuntu 16.04 and Windows. Giovanni Manghi
04:53 PM Bug report #17223 (Closed): Error in Processing configuration when using QT5 themes
I get the next error when try configurate the Processing module in Options:... Samuel Fernando Mesa Giraldo
08:43 PM Bug report #17212 (Closed): Attribute tables in print composer not updating
Giovanni Manghi
08:28 PM Bug report #8073: Crash when loading PostGIS raster
I have a similar situation as described in #16754 (duplicate) and was also able to replicate the issue there. My QGIS... Martin Gutwin
08:06 PM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
Richard Duivenvoorde wrote:
> Ok, did some more testing on a Windows laptop with nl_NL locale, and both your files w...
salvatore fiandaca
01:33 PM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
Ok, did some more testing on a Windows laptop with nl_NL locale, and both your files work there too (as long as you c... Richard Duivenvoorde
01:39 PM Revision 8dc70b47 (qgis): Add copyright headers + few bits from review + fixing sip updates
Martin Dobias
12:21 PM Revision ae3b3ecf (qgis): Introduced Shape enum for 3D point symbols (from Nyall's review)
Martin Dobias
11:41 AM Revision 982cfef0 (qgis): Turn QDoubleSpinBox widgets into QgsDoubleSpingBox (from Nyall's review)
Martin Dobias
11:35 AM Revision 518dd176 (qgis): Address comments from Nyall's code review
Martin Dobias
11:20 AM Bug report #17187: Attribute Table refresh issue
It's a general issue. Same unexpected behavior with all the vector data formats. Geo Dev
09:49 AM Revision e4a4d3d1 (qgis): [auth] Sipify
Alessandro Pasotti
08:59 AM Revision e33ff060 (qgis): [auth] Renamed class to QgsAuthSettingsWidget
Alessandro Pasotti

2017-09-29

10:58 PM Bug report #17221: imports delimited text: the decimal separator (,) is not recognized
For what I see, the code [0] is not using the locale of the machine, but is rather looking at the 'option' "Decimal s... Richard Duivenvoorde
03:59 PM Bug report #17221 (Closed): imports delimited text: the decimal separator (,) is not recognized
importing a csv with decimal separator (,) is read only as a table, while with (.) is imported as a layer point.
...
salvatore fiandaca
10:47 PM Revision e9b2eeed (qgis): [auth] Restore configurations active tab at start
Alessandro Pasotti
10:47 PM Revision ad2b58a5 (qgis): [auth] Added \since QGIS 3
Alessandro Pasotti
08:28 PM Bug report #17213: "Show only features visible within a map" filter not able to select "base map"...
Yeah, I'm definitely on 2.18.13
QGIS version
2.18.13
QGIS code revision
8cba0bb
Compiled against Qt
4.8.7
...
David Gessel
08:14 PM Bug report #17212: Attribute tables in print composer not updating
OMG..... not stupid question.
Stupid answer, no. I examined the .qgs file, searched for "attribute" and, duh, th...
David Gessel
02:26 AM Bug report #17212 (Feedback): Attribute tables in print composer not updating
It looks odd to me that the field names in the composer expression builder screenshot are truncated when compared to ... Nyall Dawson
06:11 PM Revision 0ec17435 (qgis): [auth] New icons for the config selector widget
Alessandro Pasotti
05:55 PM Revision 08cb2d78 (qgis): [FEATURE] Default values on update
Add an option to add default values on update of attributes or geometry.
This can be seen as a "derived value" that w...
Matthias Kuhn
05:52 PM Revision e0cdb18e (qgis): Fix indentation
Matthias Kuhn
05:52 PM Revision 2fbb6f09 (qgis): Avoid recursion in apply on update default values
Matthias Kuhn
05:52 PM Revision 6e3c01db (qgis): Fix QgsVectorLayerUtils::createFeature
Matthias Kuhn
05:52 PM Revision 89289598 (qgis): Doxygen
Matthias Kuhn
05:52 PM Revision e0250117 (qgis): Make Mr. Travis happy
Matthias Kuhn
05:52 PM Revision 3562af4d (qgis): Fix missing import
Matthias Kuhn
05:52 PM Revision cf77ffe8 (qgis): Config interface for apply on update default values
Matthias Kuhn
05:52 PM Revision 0dbe5882 (qgis): Fix compilation
Matthias Kuhn
05:52 PM Revision 17fe7e8a (qgis): Doxygen updates for changed method names
Matthias Kuhn
05:52 PM Revision 5be2bc10 (qgis): Default Value updates for QgsField stream operator
Matthias Kuhn
05:52 PM Revision 366433e1 (qgis): Add more applyOnUpdate tests
Matthias Kuhn
05:52 PM Revision 1552b4ed (qgis): Test updates for changed method name/signature
Matthias Kuhn
05:52 PM Revision 951b699c (qgis): More default value tests
Matthias Kuhn
05:52 PM Revision f0b71499 (qgis): Rename QgsField::defaultValue
It's now called QgsField::defaultValueDefinition, because it's only a
value after being evaluated
Matthias Kuhn
05:52 PM Revision 05adea83 (qgis): Pssst... Quiet, there are people around
Matthias Kuhn
05:52 PM Revision 4c118be5 (qgis): Actually apply default value
Matthias Kuhn
05:52 PM Revision ff385fb0 (qgis): Add tests for QgsDefaultValue
Matthias Kuhn
05:52 PM Revision 900be9f5 (qgis): Properly report QgsDefaultValue.__bool__ in Python
Matthias Kuhn
05:52 PM Revision dded657a (qgis): Fix typo in QgsFields api doc
Matthias Kuhn
05:52 PM Revision f99044f9 (qgis): Remove redundant nullptr check
Matthias Kuhn
05:52 PM Revision f2d512a7 (qgis): Apply default values on update
Matthias Kuhn
05:52 PM Revision 650b64eb (qgis): Update cpp tests for QgsDefaultValue
Matthias Kuhn
05:52 PM Revision 7c9967a9 (qgis): Add some doxymentation
Matthias Kuhn
05:52 PM Revision cab3a384 (qgis): Doxymentation
Matthias Kuhn
05:52 PM Revision 7b36287f (qgis): Use QgsDefaultValue throughout the code
Matthias Kuhn
05:52 PM Revision 5fba1e85 (qgis): Add sip bindings
Matthias Kuhn
05:52 PM Revision d6eb7ba3 (qgis): Add "apply on update" option to default values
Matthias Kuhn
05:41 PM Revision cb8ae89d (qgis): Merge pull request #5269 from m-kuhn/represent_value
[expression] represent_value also determines implicitly provided column name Matthias Kuhn
05:40 PM Revision 971bd6c6 (qgis): Ignore missing logfile
Matthias Kuhn
05:40 PM Revision 988aa78f (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:40 PM Revision d947c8d7 (qgis): Update control image mask
Matthias Kuhn
05:40 PM Revision f10eb985 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
05:40 PM Revision 0a9a352f (qgis): Make parse_dash_result safer to use
Matthias Kuhn
05:37 PM Revision f981795b (qgis): Silence the lambs
Matthias Kuhn
05:37 PM Revision 8e7db548 (qgis): Range based for loop
Matthias Kuhn
05:37 PM Bug report #16760 (Closed): Relation reference widget: entries with a primary key of 0 initially ...
Applied in changeset commit:qgis|d299c687d54a19a97512acf3953a9a697c8acdd5. Anonymous
05:37 PM Bug report #16760 (Closed): Relation reference widget: entries with a primary key of 0 initially ...
Applied in changeset commit:qgis|d299c687d54a19a97512acf3953a9a697c8acdd5. Anonymous
05:36 PM Revision d299c687 (qgis): Fix NULL vs 0 issue in relation reference widget
Fix #16760 https://issues.qgis.org/issues/16760 Matthias Kuhn
05:34 PM Revision 242696c1 (qgis): [auth] Added tests and completed QgsAuthenticationWidget
Alessandro Pasotti
05:02 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
Giovanni Manghi wrote:
> screencast attached. The same operation works on Linux.
not confirmed on OSGeo4W qgis-re...
Luigi Pirelli
03:14 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
screencast attached. The same operation works on Linux. Giovanni Manghi
12:27 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
please @giovanni add an exact procedure to replicate.
e.g. from what panel do you do d&d? from the same db manager...
Luigi Pirelli
12:21 PM Bug report #16296: Windows: Cannot use anymore d&d in DB Manager to import a layer from Spatialit...
setting up a win 2.18 build to debug... in the meantime verifying on linux env Luigi Pirelli
05:01 PM Revision ca5a0bb3 (qgis): Fix python expression functions
Matthias Kuhn
04:48 PM Bug report #17222: OpenFileGDB feature count showing in layer name value
Example data source: http://frap.fire.ca.gov/data/statewide/cdfadmin13_1.zip joe larson
04:46 PM Bug report #17222 (Closed): OpenFileGDB feature count showing in layer name value
When adding an OpenFileGDB layer, the feature count is appearing in the 'Layer name' column value instead of the 'Num... joe larson
04:33 PM Bug report #17056: exporting categorized symbology to sld then importing results in all features ...
from my perspective "lack-of-value" is properly encoded in SLD, it is however not correctly interpreted by the SLD im... Paul van Genuchten
02:48 PM Revision e4767e69 (qgis): Remove debug statement
Matthias Kuhn
02:42 PM Bug report #17220: Metadata for a geopackage layer are not saved
that panel saves metadata in the project, not the datasource. Giovanni Manghi
01:18 PM Bug report #17220 (Feedback): Metadata for a geopackage layer are not saved
When I edit the metadata of a geopackage layer (right-click on the layer in the Layer panel - Properties / metadata),... shenriod -
02:33 PM Revision 7410fbb0 (qgis): Some layout changes
Matthias Kuhn
02:15 PM Revision d5e0b183 (qgis): Fix store/reload of widget configuration
Matthias Kuhn
02:13 PM Revision 44ce819c (qgis): Silence of the lambs
Matthias Kuhn
02:13 PM Revision e3de218c (qgis): Range based for loop
Matthias Kuhn
01:12 PM Revision f4bc3a28 (qgis): typo fix
Jürgen Fischer
12:49 PM Revision 9ba7a8ca (qgis): [auth] Re-designed authentication configuration selector widget
- single line widget
- takes much less space
- it has the same functionality of the previous version
- use icons and ...
Alessandro Pasotti
12:49 PM Revision 7804e04b (qgis): [auth] Add missing import after re-design of the auth config selector
Alessandro Pasotti
12:49 PM Revision 45821359 (qgis): [auth] Morph push button to toolbutton for consistency and Mac compatib...
Alessandro Pasotti
12:16 PM Revision db0c223a (qgis): [auth] Added new widget ui
Alessandro Pasotti
11:03 AM Revision 95a392b0 (qgis): Fix reference to temporary
Matthias Kuhn
11:02 AM Revision a1fd8204 (qgis): Avoid warnings
Matthias Kuhn
11:01 AM Revision 9f19665c (qgis): Cleanup slots
Matthias Kuhn
10:58 AM Revision 050119c2 (qgis): Add test
Matthias Kuhn
10:58 AM Revision 0fbdb045 (qgis): API break documentation
Matthias Kuhn
10:58 AM Revision a97d8464 (qgis): Single parameter version of `represent_value`
Becuase `represent_value("fieldname")` is much shorter to write and in 98%
there is no need to specify the name separ...
Matthias Kuhn
10:44 AM Revision 9356371b (qgis): Disable QgsFieldsProperites save logic
Matthias Kuhn
10:42 AM Revision b238103c (qgis): Deal with QGIS' need to talk
Matthias Kuhn
10:42 AM Revision f4cc8700 (qgis): Deal with QGIS' need to talk
Matthias Kuhn
10:33 AM Revision 91d7a9b6 (qgis): [auth] New authentication settings widget
Alessandro Pasotti
10:30 AM Revision 203e81fa (qgis): Add tests
Paul Blottiere
10:30 AM Revision 54137b75 (qgis): Fix OGC test getfeatureinfo:invalid-query_layers
Paul Blottiere
10:30 AM Revision c5ed92ca (qgis): Translate error message in exception
Paul Blottiere
10:26 AM Revision 5230680c (qgis): Fix OGC test getfeatureinfo:invalid-info_format
Paul Blottiere
10:26 AM Revision 04cdf496 (qgis): Add some tests
Paul Blottiere
09:11 AM Feature request #17219 (Closed): Better description of bands
Some multiband fornmat (I have checked especialli GRIB) have a description in the metadata for the meaning of each ba... Paolo Cavallini
08:53 AM Revision e06ec712 (qgis): Update linux.t2t
Marco Bernasocchi
08:53 AM Revision 06899d14 (qgis): add libzip-devel for fedora build
in the fedora build instruction libzip-devel was missing Marco Bernasocchi
07:14 AM Revision 2d368142 (qgis): Merge pull request #5267 from NaturalGIS/more_saga_fixes
[processing] more SAGA tools fixes Alexander Bruy
02:23 AM Bug report #16923: No stack trace on python error from within forms
There's this:
https://github.com/qgis/QGIS/blob/master/src/core/processing/qgsprocessingalgorithm.h#L529
and
...
Nyall Dawson

2017-09-28

01:58 AM Bug report #17181 (Closed): Crash using QgsComposerAttributeTableV2 after setting columns
Your code is a bit wrong:
cols = table.columns()
...
cols.append(newCol)
table.setColumns(cols)
table.column...
Nyall Dawson
01:58 AM Bug report #17181 (Closed): Crash using QgsComposerAttributeTableV2 after setting columns
Your code is a bit wrong:
cols = table.columns()
...
cols.append(newCol)
table.setColumns(cols)
table.column...
Nyall Dawson
12:24 AM Revision 1658c12e (qgis): translation fix
Jürgen Fischer
11:53 PM Revision 15ed0718 (qgis): german translation update
Jürgen Fischer
11:36 PM Revision cafe9d46 (qgis): remove qgscontexthelp_texts.cpp from i18n
Jürgen Fischer
11:24 PM Revision 27b075ff (qgis): Modernize
Loïc BARTOLETTI
10:40 PM Bug report #17213: "Show only features visible within a map" filter not able to select "base map"...
Are you sure this is present on 2.18.13? It should have been fixed with .13. Nyall Dawson
10:30 AM Bug report #17213 (Closed): "Show only features visible within a map" filter not able to select "...
h2. Problem
One additional quirk I noticed is that as I have maps with insets, I can't choose to limit the attribu...
David Gessel
09:48 PM Revision a8f9f9f9 (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
06:58 PM Bug report #16186: Processing: Broken GRASS tools under Windows
tools that can be tested if/when a patch will be proposed:
v.rast.stats
v.buffer
r.fillnulls
among the others.
Giovanni Manghi
06:55 PM Revision 6698c07b (qgis): more SAGA tools fixes
Giovanni Manghi
06:11 PM Bug report #17218 (Feedback): OS X install looks for PyQt4 instead of PyQt5
On an up-to-date OS X Sierra, using QGIS git master and MacPorts' QT5 following David Marteau's instructions at https... David Liontooth
05:36 PM Feature request #17217 (Open): Create an empty Geopackage DB
Currently it is not possible to create an empty Geopackage DB. One can only create a new layer in a (new or existing)... shenriod -
05:33 PM Revision 69f370e4 (qgis): Merge pull request #5152 from ismailsunni/add_section
Add section in beginGroup and remove Setting. Alessandro Pasotti
05:23 PM Bug report #17216 (Feedback): llvm-5 compiler selection fails on OS X
On an up-to-date OS X Sierra, using QGIS git master and MacPorts' llvm-5.0 , I set the compilers:
export CC=/opt...
David Liontooth
04:26 PM Revision 8e4234ca (qgis): Fix tools which doesn't works when map is rotated
Loïc BARTOLETTI
04:18 PM Revision 7afddf26 (qgis): Merge pull request #5265 from alexbruy/fix-rasterize
[processing] fix Python error in rasterize algorithms Alexander Bruy
04:18 PM Bug report #16061 (Closed): Rasterize and Rasterize Over algorithms not opening
Applied in changeset commit:qgis|2116a60b32067fb9160fac2c9f10847e5ea7359a. Alexander Bruy
04:18 PM Bug report #16061 (Closed): Rasterize and Rasterize Over algorithms not opening
Applied in changeset commit:qgis|2116a60b32067fb9160fac2c9f10847e5ea7359a. Alexander Bruy
02:55 PM Revision f8f834bf (qgis): Fix build warnings
Matthias Kuhn
02:48 PM Revision d2f11b34 (qgis): Merge remote-tracking branch 'qgis/master' into propertieslayout
Matthias Kuhn
02:16 PM Revision ae806ad1 (qgis): Add items for project map layers and relations to expression builder
Allows easy insertion of map layer IDs and relation IDs into
expressions. Numerous expression functions now utilise t...
Nyall Dawson
02:01 PM Revision 43125049 (qgis): Change widget selection list to combobox
Matthias Kuhn
01:52 PM Revision 7de9078f (qgis): Merge pull request #5264 from NaturalGIS/fix_saga_several_tools
[procesing] fix few SAGA modules Alexander Bruy
01:26 PM Revision 630b567d (qgis): Descriptive Titles
Matthias Kuhn
01:23 PM Revision 28373079 (qgis): Ignore missing logfile
Matthias Kuhn
01:22 PM Revision 693669fe (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
01:22 PM Revision c1d34e82 (qgis): Make parse_dash_result safer to use
Matthias Kuhn
01:22 PM Revision 00e9217b (qgis): Update control image mask
Matthias Kuhn
01:22 PM Revision 475154c5 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
01:22 PM Revision af0451c4 (qgis): Fix debug logging
Matthias Kuhn
01:22 PM Revision e2fa1a09 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
01:22 PM Revision 5250b0d4 (qgis): Fix test
Matthias Kuhn
01:22 PM Revision a33c86db (qgis): parse_dash_results: Better info messages
Matthias Kuhn
01:22 PM Revision 84955b2c (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
01:22 PM Revision a65f5189 (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
01:22 PM Revision 82e6192e (qgis): More control images
Matthias Kuhn
01:22 PM Revision 2bbc5a54 (qgis): Test debug information
Matthias Kuhn
01:22 PM Revision 6ff708e4 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
01:22 PM Revision 58b2fe69 (qgis): More control image updates
Matthias Kuhn
01:22 PM Revision 2c0e61be (qgis): Fix some test masks
Matthias Kuhn
01:22 PM Revision ae9f263e (qgis): Create test postgres database with UTF-8
Matthias Kuhn
01:22 PM Revision 12e5b720 (qgis): Some cleanup
Matthias Kuhn
01:22 PM Revision 6a1973c1 (qgis): Remove unrequired cast
Matthias Kuhn
01:22 PM Revision b0eb84be (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
01:22 PM Revision 64ec2044 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
01:22 PM Revision d64215e6 (qgis): We all need to get more sleep
Matthias Kuhn
01:22 PM Revision d62d9aa5 (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
01:22 PM Revision 7a84a76e (qgis): Fix postgres restore
Matthias Kuhn
01:22 PM Revision 4c2a3db7 (qgis): [travis] Enable all tests
Matthias Kuhn
01:22 PM Revision efd3e0c1 (qgis): [docker] Fix unicode issues
Matthias Kuhn
01:22 PM Revision 7a8a9b76 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
01:22 PM Revision c1d32f60 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
01:22 PM Revision 191a952e (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
01:22 PM Revision ceb3883d (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
01:22 PM Revision e2f64b8b (qgis): remove extra doc coverage test
Denis Rouzaud
01:22 PM Revision 1785c8e7 (qgis): use same build folder
Denis Rouzaud
01:22 PM Revision 44c1f7fc (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
01:22 PM Revision fa104bde (qgis): fix code layout build
Denis Rouzaud
01:22 PM Revision ce109eac (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
01:18 PM Revision 71042b97 (qgis): # This is a combination of 5 commits.
# The first commit's message is:
some fixes
# The 2nd commit message will be skipped:
# more fixes
# The 3rd commi...
Denis Rouzaud
01:18 PM Revision 4600ce58 (qgis): some fixes
Denis Rouzaud
01:18 PM Revision 7a2e0892 (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
01:18 PM Revision ae137825 (qgis): Setup postgis
Matthias Kuhn
01:18 PM Revision 531dadf6 (qgis): fix psql
Denis Rouzaud
01:18 PM Revision a0d13f65 (qgis): Wait for postgres server to spin up
Matthias Kuhn
01:18 PM Revision 1566fdd5 (qgis): Output on failure
Matthias Kuhn
01:18 PM Revision 2f600a5c (qgis): echo instead of ninja
Denis Rouzaud
01:18 PM Revision 603375ed (qgis): use ninja and env var
Denis Rouzaud
01:18 PM Revision cd29a44c (qgis): better var names
Denis Rouzaud
01:18 PM Revision bb379241 (qgis): add travis branch
Denis Rouzaud
01:18 PM Revision 2098cfac (qgis): Fix build folder
Matthias Kuhn
01:18 PM Revision 9352a012 (qgis): fix line ending
Denis Rouzaud
01:18 PM Revision 451939d1 (qgis): explicit setup of ccache
Denis Rouzaud
01:18 PM Revision 634317eb (qgis): fix ctest command
Denis Rouzaud
01:18 PM Revision 2057b7c3 (qgis): try to add git to the image
Denis Rouzaud
01:18 PM Revision 720f5d7e (qgis): missing env var
Denis Rouzaud
01:18 PM Revision 06e48c16 (qgis): missing ctest var
Denis Rouzaud
01:18 PM Revision a0add177 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
01:14 PM Revision 57ec209c (qgis): Ignore missing logfile
Matthias Kuhn
12:43 PM Feature request #17215 (Open): Better error reporting within Expressions
This is not strictly a bug report. More it is a request to improve the error reporting within Expressions. When an Ex... Tim Hancock
12:25 PM Revision f8152c1e (qgis): Update the QgsRatioLockButton use for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 48514d2e (qgis): Add tests for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 954d62f5 (qgis): Update SIP for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision aee93b0c (qgis): Use QgsRatioLockButton for fixedAspectRatio in SVG marker
René-Luc ReLuc
12:25 PM Revision 60cf7bda (qgis): Configure and use fixedAspectRatio in QgsSvgSymbolLayerWidget and QgsSv...
René-Luc ReLuc
12:23 PM Revision 740ccbe9 (qgis): Add fixedAspectRatio in QgsSvgCacheEntry and compute image size accordi...
David Marteau
12:23 PM Revision 5e101aa0 (qgis): Merge branch 'fix_saga_paramater' into release-2_18
Alexander Bruy
12:22 PM Revision c421ae7e (qgis): fix indentation
Alexander Bruy
12:20 PM Revision 0bd3e918 (qgis): Merge branch 'fix_saga_paramater' of https://github.com/NaturalGIS/natu...
Alexander Bruy
12:03 PM Revision 8f7190f2 (qgis): Remove switch default: Force warnings
Matthias Kuhn
12:03 PM Revision 8bef8d81 (qgis): Range-based for loop
Matthias Kuhn
12:03 PM Revision 67d2dd53 (qgis): m prefix is only for members
Matthias Kuhn
12:01 PM Revision 0c7c4948 (qgis): Add section in beginGroup and remove Setting.
Ismail Sunni
12:01 PM Revision 04e54903 (qgis): Add unit test for remove and beginGroup with section.
Ismail Sunni
12:00 PM Revision 2116a60b (qgis): [processing] prevent Python error if input layer is not set (fix #16061)
Alexander Bruy
11:59 AM Revision 89943e12 (qgis): Add getter/setter for type
Matthias Kuhn
11:55 AM Revision eb9f44d4 (qgis): fix few SAGA modules
Giovanni Manghi
11:43 AM Revision 3076cdfa (qgis): Debug return code
Matthias Kuhn
11:39 AM Revision 02b3865e (qgis): Code formatting
Matthias Kuhn
11:24 AM Bug report #17214: Oracle Table list acting strange
Attached a screenie where I just disabled a second row, seeing a DISabled add button
Not this one is in 2.18.3, so...
Richard Duivenvoorde
11:20 AM Bug report #17214 (Open): Oracle Table list acting strange
Testing viewing Oracle tables here in current master 6cd8b4c83e
After making a succesfull connection you get prese...
Richard Duivenvoorde
10:46 AM Bug report #16710 (Closed): sipify.pl drops all but first word from comments
Denis Rouzaud
10:38 AM Bug report #16710: sipify.pl drops all but first word from comments
Denis Rouzaud wrote:
> No issue here to me. The enum docs are not exported to sip files as they are not used.
> As ...
Giovanni Manghi
10:26 AM Bug report #16710: sipify.pl drops all but first word from comments
No issue here to me. The enum docs are not exported to sip files as they are not used.
As Nyall suggested you can us...
Denis Rouzaud
10:18 AM Bug report #16710 (Reopened): sipify.pl drops all but first word from comments
Why closed ? Was it fixed ? If so by which commit ? Sandro Santilli
09:41 AM Bug report #16710 (Closed): sipify.pl drops all but first word from comments
Denis Rouzaud
10:33 AM Bug report #17212: Attribute tables in print composer not updating
One artifact I forgot to mention: starting from the command line I get the following errors on startup, which may or ... David Gessel
10:29 AM Bug report #17212 (Closed): Attribute tables in print composer not updating
h2. Problem
I have a large map, reading a KML file into a hierarchical shape layer in QGIS. The map has been in p...
David Gessel
10:12 AM Revision 26c61eb9 (qgis): [custom widgets] fix missing file widget
Denis Rouzaud
10:08 AM Bug report #15626: GDAL-Tools (Raster menu) batch mode in QGIS 2.16 does not work
map man wrote:
> In GdalTools you could set the parameters for the batch job once to be applied to all raster files,...
Giovanni Manghi
10:07 AM Bug report #15626: GDAL-Tools (Raster menu) batch mode in QGIS 2.16 does not work
In GdalTools you could set the parameters for the batch job once to be applied to all raster files, in processing how... Ed Hudspeth
10:00 AM Revision a848be9d (qgis): [custom widget] fix missing external resource widget
Denis Rouzaud
09:58 AM Revision f9f5aafa (qgis): [custom widget] fix missing external resource widget
Denis Rouzaud
09:39 AM Bug report #16923: No stack trace on python error from within forms
Nyall, didn't you do something in this area? Denis Rouzaud
09:38 AM Bug report #17017 (Feedback): QgsDataSourceURI missing from qgis.core
can you try from qgis.core import QgsDataSourceURI
this works for me
Denis Rouzaud
09:25 AM Bug report #17162 (Closed): Processing: select by location does not work in the modeller
Replaced by #17211 Giovanni Manghi
09:25 AM Bug report #17162 (Closed): Processing: select by location does not work in the modeller
Replaced by #17211 Giovanni Manghi
09:25 AM Feature request #17211 (Closed): remove/hide the "select by location" tool from modeller
As it won't work. The one to use is "extract by location". Giovanni Manghi
09:23 AM Bug report #14838 (Closed): Raster - Style - Singleband Pseudocolor - Edit
Both issues seems on on 2.18.13 (for the second there is a checkbox "save as standard gradient"). Giovanni Manghi
09:23 AM Bug report #14838 (Closed): Raster - Style - Singleband Pseudocolor - Edit
Both issues seems on on 2.18.13 (for the second there is a checkbox "save as standard gradient"). Giovanni Manghi
08:52 AM Bug report #14838: Raster - Style - Singleband Pseudocolor - Edit
Note this was a similar issue: #15583 Alister Hood
09:10 AM Bug report #17210: Can crash gdal raster calculator by using a layer that was newly created and t...
In other tools when a layer is removed from toc then the list of available inputs in the (open) processing tool gui i... Giovanni Manghi
04:31 AM Bug report #17210 (Closed): Can crash gdal raster calculator by using a layer that was newly crea...
- Open the gdal raster calculator from the processing toolbox.
- Run a calculation and don't close the raster calcul...
Alister Hood
08:55 AM Bug report #17209 (Closed): Reference map pull down doesn't work
Roy Zhou wrote:
> it's 2.18.12
> Is it possible to fix it Thank you
just update to .13
Giovanni Manghi
08:55 AM Bug report #17209 (Closed): Reference map pull down doesn't work
Roy Zhou wrote:
> it's 2.18.12
> Is it possible to fix it Thank you
just update to .13
Giovanni Manghi

2017-09-27

01:23 AM Bug report #17209: Reference map pull down doesn't work
it's 2.18.12
Is it possible to fix it Thank you
Roy Zhou
12:15 AM Bug report #17209: Reference map pull down doesn't work
Are you sure this was with 2.18.13? This bug was present in versions up to 2.18.12, but should be fixed in .13 Nyall Dawson
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
10:12 PM Bug report #17209 (Feedback): Reference map pull down doesn't work
What QGIS version? just tried on 2.18.13 and is ok. Giovanni Manghi
09:37 PM Bug report #17209 (Closed): Reference map pull down doesn't work
When I composed a map, in the export settings panel the reference map doesn't allow me to choose any map. When I clic... Roy Zhou
12:15 AM Bug report #17162: Processing: select by location does not work in the modeller
Harrissou what about dumping the sql from the tables?
processing.run("native:selectbylocation", {'INPUT':'db...
Nyall Dawson
11:06 PM Bug report #17162: Processing: select by location does not work in the modeller
Hi Harrissou
> > Can you check if your inputs have multipart geometries?
>
> They are indeed.
I'm person...
Giovanni Manghi
06:33 PM Bug report #17162: Processing: select by location does not work in the modeller
Giovanni Manghi wrote:
> Alexander Bruy wrote:
> > Use "Extract by Location" instead, it was added to overcome this...
Harrissou Santanna
12:58 PM Bug report #17162: Processing: select by location does not work in the modeller
Alexander Bruy wrote:
> Use "Extract by Location" instead, it was added to overcome this issue.
Can we hide (in t...
Giovanni Manghi
10:44 AM Bug report #17162: Processing: select by location does not work in the modeller
Use "Extract by Location" instead, it was added to overcome this issue. Alexander Bruy
11:02 PM Revision a2cdc635 (qgis): debian package: handle grass RC abis
Jürgen Fischer
11:02 PM Revision c5097d87 (qgis): debian package: handle grass RC abis
Jürgen Fischer
11:02 PM Revision ebec25f7 (qgis): debian package: handle grass RC abis
Jürgen Fischer
10:53 PM Revision c6ac16eb (qgis): debian packaging: depend on grass abi
(cherry picked from commit ac890ba2a3f3b59d754b1fcd818d053f8189c96d) Jürgen Fischer
10:50 PM Revision ac890ba2 (qgis): debian packaging: depend on grass abi
(cherry picked from commit a7d1a66e5dd0dccf75d276890fd969e6c07519c9) Jürgen Fischer
10:47 PM Revision a7d1a66e (qgis): debian packaging: depend on grass abi
Jürgen Fischer
10:39 PM Bug report #17206: Unable to add GeoJSON URI via Source type: Protocol
Confirmed and confirmed working on 2.18
URI tested: http://sgillies.github.io/syriaca/syriaca.json
Giovanni Manghi
10:39 PM Bug report #17206: Unable to add GeoJSON URI via Source type: Protocol
Confirmed and confirmed working on 2.18
URI tested: http://sgillies.github.io/syriaca/syriaca.json
Giovanni Manghi
10:39 PM Bug report #17206: Unable to add GeoJSON URI via Source type: Protocol
Confirmed and confirmed working on 2.18
URI tested: http://sgillies.github.io/syriaca/syriaca.json
Giovanni Manghi
10:39 PM Bug report #17206: Unable to add GeoJSON URI via Source type: Protocol
Confirmed and confirmed working on 2.18
URI tested: http://sgillies.github.io/syriaca/syriaca.json
Giovanni Manghi
05:36 PM Bug report #17206 (Closed): Unable to add GeoJSON URI via Source type: Protocol
In qgis-dev when adding a Vector layer with the Data Source Manager, Source type: Protocol, Type GeoJSON ...after pro... joe larson
09:44 PM Bug report #9829: Copy paste from one layer (anyformat) to another (shape) kills attributes in qg...
Jakub Kosik wrote:
> How to say... Problem is so old, but still presist in 2.14.16 But problem is "intermittent" - s...
Giovanni Manghi
09:40 PM Bug report #9829: Copy paste from one layer (anyformat) to another (shape) kills attributes in qg...
How to say... Problem is so old, but still presist in 2.14.16 But problem is "intermittent" - sometimes work as expec... Jakub Kosik
09:25 PM Revision 8c3939e7 (qgis): More efficient use of QStrings
- use .isEmpty() instead of == QLatin1String( "" ) to check for
empty strings
- use .clear() instead of = QLatin1Stri...
Nyall Dawson
09:00 PM Bug report #17208 (Closed): some items on Project Properties|General aren't available to change u...
Specifically, the Measurements (Ellipsoid, Units for Distance / Area) and Coordinate display (Display coordinates usi... Steven Mizuno
08:05 PM Revision 036646fc (qgis): Fix Object Inspector in Python console editor
Gary Sherman
07:47 PM Bug report #17187: Attribute Table refresh issue
I confirm this issue with shapefile layers. And, I confirm it updates when you touch the scroll bar - you don't have ... Steve Lowman
07:38 PM Bug report #16886: Open Spatial Bookmark Panel Causes Crash

> Unfortunately, 2.18.7 is still the current Mac version.
>
> Thanks
yes, does not means the issue has been f...
Giovanni Manghi
06:29 PM Bug report #16886: Open Spatial Bookmark Panel Causes Crash
Giovanni Manghi wrote:
> Likely a duplicated of #16345 and already been fixed. You need to try on a more recent vers...
Darren Kavanagh
06:35 PM Bug report #17207 (Closed): Two close buttons in expression editor
If I open the expression editor through "Select by Expression" the expression editor has two close buttons. One close... Andreas Neumann
06:17 PM Revision 0334d278 (qgis): Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) o...
Matthias Kuhn
05:52 PM Revision 43a9bc14 (qgis): Make case consistent for description of Run Script tool in Python console
Gary Sherman
05:41 PM Revision 829702bd (qgis): Merge pull request #5253 from boundlessgeo/auth_proxy
[auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system Alessandro Pasotti
05:14 PM Bug report #16948 (Closed): "Paste features as..." always creates vector layer/scratch layer that...
Applied in changeset qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Luigi Pirelli
05:14 PM Bug report #16948 (Closed): "Paste features as..." always creates vector layer/scratch layer that...
Applied in changeset qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Luigi Pirelli
05:14 PM Bug report #16948 (Closed): "Paste features as..." always creates vector layer/scratch layer that...
Applied in changeset qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Luigi Pirelli
05:09 PM Revision be9b85e9 (qgis): Make parse_dash_result safer to use
Matthias Kuhn
05:09 PM Revision 8faee72d (qgis): Update control image mask
Matthias Kuhn
04:45 PM Revision d3d8f4dd (qgis): Merge pull request #5223 from boundlessgeo/geom_compatibility_check_rel...
On behalf of Giovanni: Geom compatibility check release 2.18 fixes #15741 #16927 Larry Shaffer
04:44 PM Bug report #16927 (Closed): Can't commit changes to postgis 2D linestring layer when snapping to ...
Applied in changeset commit:qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Anonymous
04:44 PM Bug report #16927 (Closed): Can't commit changes to postgis 2D linestring layer when snapping to ...
Applied in changeset commit:qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Anonymous
04:44 PM Bug report #15741 (Closed): PostGIS issue when using 'Merge selected features' tool (Geometry t...
Applied in changeset commit:qgis|d3d8f4dd437f132cd6f73831d845f6b7286e2d30. Anonymous
04:31 PM Revision 3f317b62 (qgis): Remove no more usable tools Circle by 3 tangents
Loïc BARTOLETTI
04:17 PM Revision 48da6910 (qgis): Suppress old constructors
Loïc BARTOLETTI
04:15 PM Revision ba07676c (qgis): Fix minimum for QgsMapToolRegularPolygonCenterPoint
Loïc BARTOLETTI
04:05 PM Bug report #17191 (Closed): Images do not show anymore in GRASS docs in Processing
Seems good to me! thanks! Giovanni Manghi
04:05 PM Bug report #17191 (Closed): Images do not show anymore in GRASS docs in Processing
Seems good to me! thanks! Giovanni Manghi
03:25 PM Bug report #17191 (Feedback): Images do not show anymore in GRASS docs in Processing
Alexander Bruy
03:25 PM Bug report #17191: Images do not show anymore in GRASS docs in Processing
Fixed for local files. Not sure if we can fix it for remote files, e.g. online docs, as we use QTextBrowser for help ... Alexander Bruy
03:22 PM Revision 03a444ca (qgis): [processing] improve loading help from local files (refs #17191)
Alexander Bruy
03:15 PM Revision 385cca60 (qgis): [auth] Added debug messages
Alessandro Pasotti
03:15 PM Revision 40b7f791 (qgis): [auth] Added tests for updateNetworkProxy
Alessandro Pasotti
02:54 PM Bug report #17205: The euro symbol (€) of the postgresql money type is not correctly displayed in...
Obviously, my font (SansSerif) have the € symbol.
But... with other fonts it works.
Also, in DB manager it's ...
Loïc BARTOLETTI
02:46 PM Bug report #17205 (Closed): The euro symbol (€) of the postgresql money type is not correctly dis...
I have a table with a postgresql money field in Euro (€). When I want to export the table, the symbol is not correctl... Loïc BARTOLETTI
02:51 PM Revision e3a1b8d6 (qgis): Fix CRS test
Matthias Kuhn
02:11 PM Revision 0310a7b5 (qgis): DELETE ME - temporary debug
Matthias Kuhn
01:58 PM Revision 041704e5 (qgis): Require Qt >= 5.8 when 3D support is enabled
Martin Dobias
01:15 PM Revision ceb3aa57 (qgis): DELETE ME - temporary debug
Matthias Kuhn
01:14 PM Bug report #17203 (Feedback): v.dissolve is "reclassifying" attributes after dissolve
Can you attached the data?
You did the operation within the GRASS plugin or in the Processing toolbox?
Have you tri...
Giovanni Manghi
01:10 PM Revision 1eb26d84 (qgis): Make valid CRS test less sensitive
See https://github.com/qgis/QGIS/commit/fbf99afd01a9dbf7bc8a09cea0f9e9d6d0729a67#commitcomment-24572295 Matthias Kuhn
12:02 PM Revision 2b311274 (qgis): Law & order in the main "3d" directory
Just renames / cleanup - no code changes Martin Dobias
12:02 PM Bug report #17148 (Closed): Processing: python error in ""select by attribute sum"
Applied in changeset commit:qgis|59904fbfc6937c2b95955c1fa48cc5a54d171ce1. Alexander Bruy
12:02 PM Bug report #17148 (Closed): Processing: python error in ""select by attribute sum"
Applied in changeset commit:qgis|59904fbfc6937c2b95955c1fa48cc5a54d171ce1. Alexander Bruy
12:01 PM Revision 59904fbf (qgis): [processing] correctly raise exception (fix #17148)
Alexander Bruy
11:18 AM Revision 87a58f02 (qgis): Fix debug logging
Matthias Kuhn
10:57 AM Revision 97b46d96 (qgis): Law & order in "terrain" subdir
No actual code changes, just renaming / cleanups Martin Dobias
10:49 AM Bug report #17149 (Closed): Processing: in master the "result viewer" panel does not show the res...
This is intentional change and was discussed at out meeting in Lisbon. Double-clicking on result will open it in defa... Alexander Bruy
10:49 AM Bug report #17149 (Closed): Processing: in master the "result viewer" panel does not show the res...
This is intentional change and was discussed at out meeting in Lisbon. Double-clicking on result will open it in defa... Alexander Bruy
10:43 AM Bug report #17192 (Closed): Python error in Processing/QGIS clip
Alexander Bruy
10:37 AM Revision 692c1a89 (qgis): Law & order in "chunks" subdir (variable naming, no public member vars)
No actual code changes, just renames / moves Martin Dobias
08:50 AM Bug report #17202 (Closed): GRASS plugin does not work on Ubuntugis Xenial build
Andre Joost wrote:
> I guess the QGIS package has to be rebuild with GRASS 7.2.2 support to solve this
Correct. ...
Jürgen Fischer
08:50 AM Bug report #17202 (Closed): GRASS plugin does not work on Ubuntugis Xenial build
Andre Joost wrote:
> I guess the QGIS package has to be rebuild with GRASS 7.2.2 support to solve this
Correct. ...
Jürgen Fischer

2017-09-26

01:34 AM Revision 6ce8b4c8 (qgis): Merge pull request #5259 from nyalldawson/modernize
Modernize initializers Nyall Dawson
12:23 AM Bug report #17162: Processing: select by location does not work in the modeller
Harrissou - can you share your data? I'll look into this. Nyall Dawson
06:43 PM Bug report #17162: Processing: select by location does not work in the modeller
Harrissou Santanna wrote:
> Giovanni, does it work when using directly from the toolbox for you?
> I tried using it...
Giovanni Manghi
06:23 PM Bug report #17162: Processing: select by location does not work in the modeller
Ah sorry, Just realized that this is a 2.18 bug report. Do you think I should open a master-related ticket ? Harrissou Santanna
06:21 PM Bug report #17162: Processing: select by location does not work in the modeller
Giovanni, does it work when using directly from the toolbox for you?
I tried using it (with eg contains or intersect...
Harrissou Santanna
11:42 PM Bug report #17192: Python error in Processing/QGIS clip
In a QGIS-Installation from May 2017 in the
clip.py I find in Line 98 - 101
if single_clip_feature:
...
Claas Leiner
11:31 PM Bug report #17192: Python error in Processing/QGIS clip

I have observed the same error. With different data and with different installations under Linux Ubuntu 16.04 with ...
Claas Leiner
10:18 PM Bug report #17204 (Closed): Edit widget properties - Range on a Integer64 - slider and dial doesn...
Hello,
I tried setting a qlonglong (integer64) field on a Range type (via Layer properties > Fields > Edit widget...
Jérémie Prud'homme
09:31 PM Revision 6602855a (qgis): Merge branch 'master' into regularShape_gui
Loïc BARTOLETTI
09:23 PM Revision 79fb064c (qgis): resolve conflicts
Loïc BARTOLETTI
09:07 PM Revision 65170d0e (qgis): Remove some unneeded initializations
Nyall Dawson
09:02 PM Revision a87d352b (qgis): Run clang-tidy modernize-use-default-member-init to move member
initialization to headers (c++11 style) Nyall Dawson
07:50 PM Revision e80cafb8 (qgis): Fix tools with extent when map is rotated (add a messagebar)
Loïc BARTOLETTI
07:26 PM Bug report #17203 (Closed): v.dissolve is "reclassifying" attributes after dissolve
I have a polygon with 5 features, classified 1-5, with 1 being light yellow gradating to 5 being dark blue. Some are ... Sarah Popov
07:12 PM Bug report #17202: GRASS plugin does not work on Ubuntugis Xenial build
OSGEO4W might be affected too:
https://gis.stackexchange.com/questions/256666/qgis-grass-plugin7-problem-updating-...
Andre Joost
05:38 PM Bug report #17202 (Closed): GRASS plugin does not work on Ubuntugis Xenial build
Ubuntugis has updated GRASS to version 7.2.2 on 2017-09-19, just one day after QGIS 2.18.13 was built.
As a conseq...
Andre Joost
05:59 PM Revision faa91346 (qgis): Merge pull request #5260 from boundlessgeo/bugfix_16794_release_2_18
[bugfix] SingleBandPseudoColor crashes when min or max is NaN Alessandro Pasotti
05:59 PM Bug report #16794 (Closed): Crash when no value is entered in min or max fields in Singleband pse...
Applied in changeset commit:qgis|50b663ead4acaf945799c3989923353a9848b091. Anonymous
05:59 PM Bug report #16794 (Closed): Crash when no value is entered in min or max fields in Singleband pse...
Applied in changeset commit:qgis|50b663ead4acaf945799c3989923353a9848b091. Anonymous
05:27 PM Bug report #16794: Crash when no value is entered in min or max fields in Singleband pseudocolor ...
https://github.com/qgis/QGIS/pull/5260 Alessandro Pasotti
05:27 PM Bug report #16794: Crash when no value is entered in min or max fields in Singleband pseudocolor ...
https://github.com/qgis/QGIS/pull/5260 Alessandro Pasotti
05:27 PM Bug report #16794: Crash when no value is entered in min or max fields in Singleband pseudocolor ...
https://github.com/qgis/QGIS/pull/5260 Alessandro Pasotti
05:23 PM Revision 50b663ea (qgis): [bugfix] SingleBandPseudoColor crashes when min or max is NaN
.. in styling dock
Fixes #16794
Alessandro Pasotti
04:17 PM Revision 53a84849 (qgis): [auth] Updated debug string
Alessandro Pasotti
04:09 PM Revision e536cdde (qgis): Merge pull request #5249 from boundlessgeo/auth_certs_store_tab
[auth] Certs manager remembers (in the settings) the last opened tab Alessandro Pasotti
02:32 PM Revision bce90039 (qgis): Followup 3413548
Matthias Kuhn
02:29 PM Revision f6479c1f (qgis): [processing] Fields mapper code improvement
Matthias Kuhn
02:28 PM Revision e604460a (qgis): Add unit tests for represent_value
Matthias Kuhn
02:28 PM Revision b527be02 (qgis): Fix function help for represent_value
Matthias Kuhn
02:28 PM Revision beddd250 (qgis): [FEATURE] Expression function represent_value
This will lookup the representation value given the widget
configuration. This is helpful to get nicely formatted mes...
Matthias Kuhn
02:27 PM Bug report #17143 (Feedback): Cardinality cannot be changed in layer properties --> Fields tab --...
@Andreas Neumann, I think this should be solved, correct? Matthias Kuhn
02:17 PM Revision e9d0dc1a (qgis): Qgs-ify axis aligned bounding box. Qgs-ification finished!
Martin Dobias
01:59 PM Revision 894db92b (qgis): Qgs-ification of classes for chunked rendering
Martin Dobias
01:42 PM Bug report #17169 (Open): Changing grid options in print layout makes QGIS crash on subsequent pr...
Susan Miller wrote:
> the first step seems fine (I saved and reopened successfully), but the reducing of the gridlin...
Giovanni Manghi
01:39 PM Bug report #17169: Changing grid options in print layout makes QGIS crash on subsequent project load
the first step seems fine (I saved and reopened successfully), but the reducing of the gridlines to ticks as suggeste... Susan Miller
01:13 PM Bug report #17169 (Feedback): Changing grid options in print layout makes QGIS crash on subsequen...

> is it possible one of these steps is causing the problem? I've never had this sort of issues before trying to cus...
Giovanni Manghi
12:51 PM Bug report #17169: Changing grid options in print layout makes QGIS crash on subsequent project load
now it is happening repeatedly. I made a(nother) map of this project after I couldn't get into the last one and it wo... Susan Miller
01:26 PM Revision 278a88ce (qgis): typo
Luigi Pirelli
01:23 PM Revision 027a7154 (qgis): updated doxigen directives
Luigi Pirelli
01:13 PM Revision fbaf966a (qgis): explicit 0 value in case add Z or M
Luigi Pirelli
12:30 PM Bug report #17201 (Feedback): QGIS master crashes when trying to expand a spatiaLite layer in the...
Please attach the data that causes the issue. Giovanni Manghi
12:30 PM Bug report #17201 (Feedback): QGIS master crashes when trying to expand a spatiaLite layer in the...
Please attach the data that causes the issue. Giovanni Manghi
12:29 PM Bug report #17201 (Closed): QGIS master crashes when trying to expand a spatiaLite layer in the D...
h2. User Feedback
used the db manager and tried to expand a spatiaLite layer
h2. Report Details
*Crash ID*:...
Chen B
12:04 PM Bug report #16061 (Open): Rasterize and Rasterize Over algorithms not opening
The error (seen on Windows and Linux) is
Traceback (most recent call last):
File "/usr/local/share/qgis/python/...
Giovanni Manghi
12:04 PM Bug report #16061 (Open): Rasterize and Rasterize Over algorithms not opening
The error (seen on Windows and Linux) is
Traceback (most recent call last):
File "/usr/local/share/qgis/python/...
Giovanni Manghi
12:04 PM Bug report #16061 (Open): Rasterize and Rasterize Over algorithms not opening
The error (seen on Windows and Linux) is
Traceback (most recent call last):
File "/usr/local/share/qgis/python/...
Giovanni Manghi
12:04 PM Bug report #16061 (Open): Rasterize and Rasterize Over algorithms not opening
The error (seen on Windows and Linux) is
Traceback (most recent call last):
File "/usr/local/share/qgis/python/...
Giovanni Manghi
12:04 PM Bug report #16061 (Open): Rasterize and Rasterize Over algorithms not opening
The error (seen on Windows and Linux) is
Traceback (most recent call last):
File "/usr/local/share/qgis/python/...
Giovanni Manghi
08:16 AM Bug report #16061: Rasterize and Rasterize Over algorithms not opening

Reopening this , running current 2.18(.13) head ( QGIS code revision ce11ebb48b ) here.
Having exact this error ...
Richard Duivenvoorde
08:16 AM Bug report #16061: Rasterize and Rasterize Over algorithms not opening

Reopening this , running current 2.18(.13) head ( QGIS code revision ce11ebb48b ) here.
Having exact this error ...
Richard Duivenvoorde
12:04 PM Bug report #17200 (Feedback): Turning Multi edit mode off does not go back to table view
In the attribute table, If the user starts a multi edit mode session while in table view, when he turns it off, the a... Alexandre Neto
12:02 PM Bug report #16135 (Feedback): Selection by layerid instead layername from .gdb
Hi, I see this is still true on 2.18.13, could you explain how to trigger the change of layerid for one layer? I trie... Giovanni Manghi
12:02 PM Bug report #16135 (Feedback): Selection by layerid instead layername from .gdb
Hi, I see this is still true on 2.18.13, could you explain how to trigger the change of layerid for one layer? I trie... Giovanni Manghi
11:57 AM Bug report #16657: date edit widget only shows current date whatever the real data is underneath
Regis Haubourg wrote:
> Lowering the priority since casting to DATE format gives a workaround
still a regression,...
Giovanni Manghi
11:43 AM Revision c54e2024 (qgis): more explicit documentation
Luigi Pirelli
11:31 AM Bug report #17187: Attribute Table refresh issue
I faced the same problem.
At least with selected features, I was also able to refresh the table of attributes by ...
Alexandre Neto
11:12 AM Bug report #17197: can't create pyramid if the geotiff file name has 2-byte characters
FYI, no issues under Linux (and possibly also macOS). The size of the raster doesn't really matter. The right place w... Giovanni Manghi
02:21 AM Bug report #17197 (Closed): can't create pyramid if the geotiff file name has 2-byte characters
I usually use Japanese file names (2-byte characters) with my image files.
When I try to create a pyramid for a big ...
Hiroyuki Kobayashi
11:07 AM Feature request #17199 (Closed): map composer: distribute selected items
In addition to the 'align selected items' fonctionality in print composer, it would be very helpfull to have a 'distr... Stefan Rey
09:43 AM Revision 2a08a7fb (qgis): Fix doxygen warnings
Martin Dobias
09:34 AM Revision 3264709f (qgis): flat geom (remove Z) if provider is 2D and geom is 3D + test
Luigi Pirelli
09:34 AM Revision d0859f19 (qgis): added adaptGeometry method to avoid code redundance + removed control i...
Luigi Pirelli
09:34 AM Revision 6cd38fec (qgis): remove M if provider does not have + relative test
Luigi Pirelli
09:34 AM Revision a7e704ef (qgis): added test to avoid convertion from multy to single
Luigi Pirelli
09:34 AM Revision 99cf08f8 (qgis): added more unit test
Luigi Pirelli
09:34 AM Revision 8a4d32fa (qgis): remove unuseful message managed by pushMessage from provider
Luigi Pirelli
09:34 AM Revision 016363f6 (qgis): manage addFeatures fails (mainly due to geom compatibility check)
Luigi Pirelli
09:34 AM Revision 7012c128 (qgis): manage new geom compatibility check when changeGeometry
Luigi Pirelli
09:34 AM Revision 101c5ccb (qgis): adapted test to addFeature new check geometry
Luigi Pirelli
09:34 AM Revision c33ae017 (qgis): return geom compatibility check in addFeature and changeGeometry
Luigi Pirelli
09:34 AM Revision 1e2a2131 (qgis): notify adaptGeometry error via pushMessage
Luigi Pirelli
09:34 AM Revision 45f041d2 (qgis): fixed misleading error return code in addPart
Luigi Pirelli
09:34 AM Revision 1aaad7be (qgis): cleaning + more comments
Luigi Pirelli
09:34 AM Revision 43ef3f3c (qgis): better doxy description and spelling
Luigi Pirelli
09:34 AM Revision bcd2e046 (qgis): Added level to message log
Luigi Pirelli
09:34 AM Revision 850ccb65 (qgis): removed unuseful use of "this"
Luigi Pirelli
09:34 AM Revision bbfa048c (qgis): added sip binding for the new adaptedGeometry protected method
Luigi Pirelli
09:34 AM Revision f2762164 (qgis): mispelling doc and explicit geometry name
Luigi Pirelli
09:34 AM Revision e3cf1e0e (qgis): better doxigen description
Luigi Pirelli
09:34 AM Revision 7a5133a4 (qgis): refrased messagelog title
Luigi Pirelli
09:27 AM Bug report #17198 (Closed): 2.18.13 (qt5,python3.5) build fails on "no Element >ob_type<" in pysp...
I tried to build qgis-2.18.13 on my Gentoo Linux box with a modified ebuild, Python3.5 and qt5 (qt4 disabled)
The ...
Ervin Peters
09:23 AM Revision 6c8a3b91 (qgis): Move DEM terrain tile loader to a separate file
Martin Dobias
08:50 AM Revision 5ad59305 (qgis): Merge pull request #5255 from nyalldawson/proc_test
Resurrect some commented out processing tests Nyall Dawson
08:12 AM Revision 8c5a4c68 (qgis): Fixup 3413548f5bb36494
Matthias Kuhn
08:05 AM Revision 9d8854fc (qgis): Add an empty line
Because the world will explode if not Nyall Dawson
07:55 AM Revision 2e3a4b1d (qgis): Fix test
Matthias Kuhn
07:55 AM Revision 1fcdb095 (qgis): DELETEME debug commit
Matthias Kuhn
07:55 AM Revision 64763d96 (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
07:55 AM Revision ca8b7ff3 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
07:55 AM Revision cfd6bf53 (qgis): parse_dash_results: Better info messages
Matthias Kuhn
07:55 AM Revision 03587c94 (qgis): More control image updates
Matthias Kuhn
07:55 AM Revision 9c03c420 (qgis): Test debug information
Matthias Kuhn
07:55 AM Revision 106cfe90 (qgis): More control images
Matthias Kuhn
07:55 AM Revision 3413548f (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
07:55 AM Revision 4026090a (qgis): Create test postgres database with UTF-8
Matthias Kuhn
07:55 AM Revision dda83f8c (qgis): Remove unrequired cast
Matthias Kuhn
07:55 AM Revision 58635fb5 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
07:55 AM Revision 2caca88e (qgis): Fix some test masks
Matthias Kuhn
07:55 AM Revision c2377b8c (qgis): Fix postgres restore
Matthias Kuhn
07:55 AM Revision e22189d4 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
07:55 AM Revision b3d7715d (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
07:55 AM Revision 285a7e5c (qgis): Some cleanup
Matthias Kuhn
07:55 AM Revision d83abc0d (qgis): [docker] Fix unicode issues
Matthias Kuhn
07:55 AM Revision 53275d24 (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
07:55 AM Revision 6be1d05f (qgis): We all need to get more sleep
Matthias Kuhn
07:55 AM Revision 9a1beac0 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
07:55 AM Revision 53c9aa04 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
07:55 AM Revision efaaec6c (qgis): [travis] Enable all tests
Matthias Kuhn
07:55 AM Revision 27967c00 (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
07:55 AM Revision ccce0103 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
07:54 AM Revision 37deb20a (qgis): remove extra doc coverage test
Denis Rouzaud
07:54 AM Revision 9c1e1ee9 (qgis): use same build folder
Denis Rouzaud
07:54 AM Revision d5380375 (qgis): fix code layout build
Denis Rouzaud
07:54 AM Revision 4ecd0c38 (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
07:54 AM Revision fee9093e (qgis): ...
Denis Rouzaud
07:54 AM Revision f8f98579 (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
07:54 AM Revision 132cb20c (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
07:54 AM Revision b9024de7 (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
07:54 AM Revision 315234cd (qgis): some fixes
Denis Rouzaud
07:54 AM Revision 43cde00f (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
07:54 AM Revision a952e089 (qgis): more fixes
Denis Rouzaud
07:54 AM Revision a2d18e05 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
07:54 AM Revision 6325c8d3 (qgis): minor fixes
Denis Rouzaud
07:54 AM Revision 8b3d7194 (qgis): some fixes
Denis Rouzaud
07:54 AM Revision e051a5ec (qgis): fix psql
Denis Rouzaud
07:54 AM Revision 893e74ea (qgis): Wait for postgres server to spin up
Matthias Kuhn
07:54 AM Revision 635c5d19 (qgis): put back waiting
Denis Rouzaud
07:54 AM Revision 02ce4fa5 (qgis): Fix setup postgres
Matthias Kuhn
07:54 AM Revision 7e722ee9 (qgis): Output on failure
Matthias Kuhn
07:54 AM Revision 53a35a03 (qgis): Setup postgis
Matthias Kuhn
07:54 AM Revision 615aa25e (qgis): Hold on...
Matthias Kuhn
07:54 AM Revision 2ad299ce (qgis): Switch to make
Matthias Kuhn
07:54 AM Revision 38247775 (qgis): Test ninja again
Matthias Kuhn
07:54 AM Revision 9997b5a7 (qgis): More debug output
Matthias Kuhn
07:54 AM Revision 402a7587 (qgis): Run make directly
Matthias Kuhn
07:54 AM Revision 2f54efda (qgis): better var names
Denis Rouzaud
07:54 AM Revision 0238980c (qgis): use ninja and env var
Denis Rouzaud
07:54 AM Revision c66ec376 (qgis): echo instead of ninja
Denis Rouzaud
07:54 AM Revision 82920331 (qgis): fix path
Denis Rouzaud
07:54 AM Revision 3d852721 (qgis): Fix build folder
Matthias Kuhn
07:54 AM Revision 16029a8e (qgis): add travis branch
Denis Rouzaud
07:54 AM Revision 1032f117 (qgis): explicit setup of ccache
Denis Rouzaud
07:54 AM Revision 2918217a (qgis): fix ctest command
Denis Rouzaud
07:54 AM Revision fbc779b0 (qgis): missing env var
Denis Rouzaud
07:54 AM Revision f47e2bbb (qgis): try to add git to the image
Denis Rouzaud
07:54 AM Revision d51d0a46 (qgis): missing ctest var
Denis Rouzaud
07:54 AM Revision 578c3ded (qgis): fix line ending
Denis Rouzaud
07:54 AM Revision 9ef32f87 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
07:35 AM Revision 25037a5b (qgis): Fix test
Matthias Kuhn
07:30 AM Revision 0943cd5d (qgis): Resurrect commented out zonal stats test
Nyall Dawson
07:19 AM Revision fddb6a59 (qgis): Make shortest path test less fussy
Nyall Dawson
07:16 AM Revision 79b143bd (qgis): Enable a commented out processing test
Nyall Dawson
06:27 AM Revision bcb3e5f4 (qgis): [FEATURE] Add 'materialize' method to QgsFeatureSource
When called, materialize takes a QgsFeatureRequest argument
and runs it over the source. The resultant features
are s...
Nyall Dawson
05:58 AM Revision f8cf2f4d (qgis): [processing] Fix Refactor Fields rejects valid field configuration input
Nyall Dawson
05:49 AM Bug report #17170: Refactor fields processing algorithm missing expression context when edited in...
This is quite tricky to fix, because inside the model designer algorithms which are part of the model do not have kno... Nyall Dawson
05:39 AM Revision 270c45d1 (qgis): Merge pull request #5254 from nyalldawson/geometry_coverage
Geometry unit test coverage Nyall Dawson
04:19 AM Revision ac7fede9 (qgis): Modernize some geometry code
Nyall Dawson
04:06 AM Revision cc4fb392 (qgis): Boost test coverage of multipolygons
Nyall Dawson
04:05 AM Revision 9518c90a (qgis): Fix multipolygon allowing insertion of non polygon geometries
Nyall Dawson
03:46 AM Revision 6c328d53 (qgis): Ensure multiipolygon dimensionality is respected when adding new surfaces
Nyall Dawson
03:34 AM Revision 02493104 (qgis): Boost test coverage for multisurface
Nyall Dawson
03:28 AM Revision 5ed66052 (qgis): Fix multisurface allowing insertion of non surface geometries
Nyall Dawson
02:58 AM Revision 4d989f8f (qgis): Fix clearing multisurface should reset dimensionality
Nyall Dawson
02:48 AM Revision 31730f43 (qgis): Ensure multisurface dimensionality is respected when adding new surfaces
Nyall Dawson
02:12 AM Revision ed90bf4d (qgis): Fix multicurve allowing insertion of non curve geometries
Nyall Dawson

2017-09-25

01:33 AM Revision 65051040 (qgis): Boost test coverage of geometry classes
Nyall Dawson
01:03 AM Revision df1552ff (qgis): Ensure multicurve dimensionality is respected when adding new lines
Nyall Dawson
01:03 AM Revision c9117fc5 (qgis): Fix clearing multicurve should reset dimensionality
Nyall Dawson
12:41 AM Revision b46d8d3d (qgis): Fix memory leak when inserting invalid geometries
Nyall Dawson
12:38 AM Revision 307efe3b (qgis): Boost test coverage for multilinestrings
Nyall Dawson
12:33 AM Revision f5004ed7 (qgis): Fix multi line string allowing insertion of non line geometries
Nyall Dawson
12:23 AM Revision 6d95ba0a (qgis): Fix nasty crash caused by converting MultiLineStrings to GML2
Exporting the geometry to GML2 would corrupt it, causing a
future crash to occur
Nyall Dawson
12:07 AM Revision 039aff6d (qgis): Fix QgsMultiLineString -> toCurveType doesn't convert to curve type
Nyall Dawson
11:56 PM Revision e06ecb84 (qgis): parse_dash_results: Clean exit when finished
Matthias Kuhn
11:55 PM Revision a763f2b2 (qgis): parse_dash_results: Better info messages
Matthias Kuhn
11:55 PM Revision da7847a2 (qgis): parse_dash_results: Put images in scroll area
Matthias Kuhn
11:46 PM Revision dc57d51d (qgis): DELETEME debug commit
Matthias Kuhn
11:40 PM Revision 53c98527 (qgis): Qgs-ification of terrain classes
Martin Dobias
11:38 PM Revision c12b5a18 (qgis): Use self.assertTrue instead of assert
Matthias Kuhn
11:29 PM Revision 9cfec53d (qgis): Test debug information
Matthias Kuhn
11:10 PM Revision d6da0d69 (qgis): More control images
Matthias Kuhn
10:38 PM Revision 7c01d2fa (qgis): Fix some doxygen warnings
Martin Dobias
10:30 PM Revision 1de7b425 (qgis): Ensure multilinestring dimensionality is respected when adding new lines
Nyall Dawson
10:29 PM Revision ed72e37f (qgis): Fix clearing multilinestring should reset dimensionality
Nyall Dawson
09:44 PM Revision ce11ebb4 (qgis): Merge pull request #5251 from manisandro/orig_ocg_fid_218
[2.18][OGR] orig_ogc_fid followups Sandro Mani
06:55 PM Revision 52bdbdf3 (qgis): [OGR] Followup: Add orig_ogc_fid as last field to avoid changing field ...
Sandro Mani
06:55 PM Revision 2c3cbcf2 (qgis): Update server tests for OGR orig_ogc_fid changes
Sandro Mani
06:55 PM Revision d02cca95 (qgis): [OGR] Ensure orig_ogc_fid is never set as ignored field
Sandro Mani
06:55 PM Revision 758ae63d (qgis): [OGR] Use a ORIG_OGC_FID constant instead of hard-coding orig_ogc_fid
Sandro Mani
06:45 PM Revision 4f5149fa (qgis): More control image updates
Matthias Kuhn
06:18 PM Revision b2b494dd (qgis): [processing] fix wrong variable name
Alexander Bruy
05:52 PM Bug report #17160: Vulnerability in the proxy settings
Preliminary PR: https://github.com/qgis/QGIS/pull/5253 Alessandro Pasotti
05:52 PM Bug report #17160: Vulnerability in the proxy settings
Preliminary PR: https://github.com/qgis/QGIS/pull/5253 Alessandro Pasotti
05:43 PM Bug report #17160: Vulnerability in the proxy settings
I'm implementing the integration of proxy credentials with the QGIS authentication system Alessandro Pasotti
05:43 PM Revision 882a3ebb (qgis): Let's make Travis green again
Martin Dobias
05:42 PM Revision fded0198 (qgis): [auth] Apply proxy stored auth configuration
Alessandro Pasotti
05:39 PM Revision 07e1bd9c (qgis): [auth] Added updateNetworkProxy method to auth manager
This allows to apply stored proxy auth settings to the
proxy configuration.
Alessandro Pasotti
05:38 PM Revision e94471a6 (qgis): [auth] Moved mTray and NAM initialization so that proxy settings can be...
... at the right time Alessandro Pasotti
05:17 PM Bug report #17194 (Closed): Several SAGA tools do not load on QGIS/Processing start
Fixed here: https://github.com/qgis/QGIS/pull/5252 Giovanni Manghi
05:17 PM Bug report #17194 (Closed): Several SAGA tools do not load on QGIS/Processing start
Fixed here: https://github.com/qgis/QGIS/pull/5252 Giovanni Manghi
03:39 PM Bug report #17194: Several SAGA tools do not load on QGIS/Processing start
was ok until 2.18.12 Giovanni Manghi
02:19 PM Bug report #17194 (Closed): Several SAGA tools do not load on QGIS/Processing start
2017-09-25T11:19:29 2 Could not open SAGA algorithm: AddGridValuestoPoints.txt
ParameterMultipleInput instance ha...
Giovanni Manghi
05:15 PM Revision 8025b8d4 (qgis): fix SAGA parameter that fixes modules with ParameterMultipleInput
Giovanni Manghi
04:56 PM Bug report #16931 (Open): Disable saving styles to database for renderers that are not supported
Giovanni Manghi
04:54 PM Revision e952f1a2 (qgis): This should finally pass code layout test
Martin Dobias
04:53 PM Bug report #16799 (Closed): qgis server installation and configuration - End of script output bef...
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:53 PM Bug report #16799 (Closed): qgis server installation and configuration - End of script output bef...
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:52 PM Bug report #16743 (Closed): Couldn't load PyQt - new installation qgis 2.18.9
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
04:52 PM Bug report #16743 (Closed): Couldn't load PyQt - new installation qgis 2.18.9
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
04:52 PM Bug report #16823 (Open): If multi threaded rendering is enabled adding a WCS Layer makes multipl...
Giovanni Manghi
04:50 PM Bug report #16688 (Closed): only show MySQL-Data with setting filter
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:50 PM Bug report #16688 (Closed): only show MySQL-Data with setting filter
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:50 PM Bug report #16776 (Closed): QGIS Database User Privileges/Permissions Bug
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:50 PM Bug report #16776 (Closed): QGIS Database User Privileges/Permissions Bug
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:49 PM Bug report #16673 (Closed): Composer map element size not updated from expression
Nikolay Lebedev wrote:
> Nyall, I think you're right with autorefresh, though maybe reopening a composer and/or proj...
Giovanni Manghi
04:49 PM Bug report #16673 (Closed): Composer map element size not updated from expression
Nikolay Lebedev wrote:
> Nyall, I think you're right with autorefresh, though maybe reopening a composer and/or proj...
Giovanni Manghi
04:48 PM Bug report #16660 (Closed): error: VCRUNTIME140.dll is missing
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:48 PM Bug report #16660 (Closed): error: VCRUNTIME140.dll is missing
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:47 PM Bug report #15581 (Closed): Issues with vertical datum CGVD2013
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:47 PM Bug report #15581 (Closed): Issues with vertical datum CGVD2013
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:47 PM Bug report #15317 (Open): the window Layer Properties gets irresponsive
Giovanni Manghi
04:46 PM Bug report #16562 (Closed): Performance with Oracle datasets
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:46 PM Bug report #16562 (Closed): Performance with Oracle datasets
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:45 PM Bug report #16604 (Open): Natural Neighbour execute error
Giovanni Manghi
04:45 PM Bug report #16637 (Closed): Problem with empty values in getFeatures with OrderBy
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:45 PM Bug report #16637 (Closed): Problem with empty values in getFeatures with OrderBy
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16667 (Closed): Vector field marker length attribute not stored in QML
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16667 (Closed): Vector field marker length attribute not stored in QML
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16636 (Closed): Delete child feature in Relation Reference Widget (n:m-Relations)
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16636 (Closed): Delete child feature in Relation Reference Widget (n:m-Relations)
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16607 (Closed): error when editing data on 2.18.8 and postgresql 9.4
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:44 PM Bug report #16607 (Closed): error when editing data on 2.18.8 and postgresql 9.4
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:43 PM Bug report #16588 (Closed): Cannot save duplicated layer back to GeoPackage
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:43 PM Bug report #16588 (Closed): Cannot save duplicated layer back to GeoPackage
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:43 PM Bug report #15820 (Closed): problem about interpolation function
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:43 PM Bug report #15820 (Closed): problem about interpolation function
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:42 PM Bug report #16549 (Closed): Python Console does not work
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:42 PM Bug report #16549 (Closed): Python Console does not work
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:42 PM Bug report #16551 (Closed): Zoom to layer doesn't work
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:42 PM Bug report #16551 (Closed): Zoom to layer doesn't work
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:41 PM Bug report #16762 (Closed): DXF Export... does not work as in pre 2.18.9
probably duplicate of #17126 please reopen if necessary. Giovanni Manghi
04:41 PM Bug report #16762 (Closed): DXF Export... does not work as in pre 2.18.9
probably duplicate of #17126 please reopen if necessary. Giovanni Manghi
04:38 PM Bug report #16789 (Closed): Unable to deactivate tooltips on some installation
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:38 PM Bug report #16789 (Closed): Unable to deactivate tooltips on some installation
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:38 PM Bug report #16788 (Closed): Cannot start qgis
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:38 PM Bug report #16788 (Closed): Cannot start qgis
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:37 PM Bug report #16841 (Open): geoprocessing tool "Split Lines with lines" fails if vertices do not al...
Giovanni Manghi
04:37 PM Bug report #16860 (Closed): "split lines with lines" algorithm, different results in QGIS 2.14.12...
Giovanni Manghi
04:36 PM Bug report #16865 (Closed): Unable to create new print composer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:36 PM Bug report #16865 (Closed): Unable to create new print composer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:35 PM Bug report #16956 (Open): Menus are inactive on startup
Giovanni Manghi
04:34 PM Bug report #16963 (Closed): Metasearch error on QGIS start on Fedora
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:34 PM Bug report #16963 (Closed): Metasearch error on QGIS start on Fedora
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:34 PM Bug report #16964 (Closed): Processing plugin crash
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:34 PM Bug report #16964 (Closed): Processing plugin crash
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:33 PM Bug report #16979 (Closed): Warp (Reproject) tool not working correctly in QGIS 2.18.11
Fixes for gdaltools are not expected anymore, not even in 2.18. Giovanni Manghi
04:33 PM Bug report #16979 (Closed): Warp (Reproject) tool not working correctly in QGIS 2.18.11
Fixes for gdaltools are not expected anymore, not even in 2.18. Giovanni Manghi
04:33 PM Bug report #17021 (Closed): Las Palmas does not uninstall and install properly
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:33 PM Bug report #17021 (Closed): Las Palmas does not uninstall and install properly
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:32 PM Bug report #17042 (Closed): Invisible cursor
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:32 PM Bug report #17042 (Closed): Invisible cursor
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:32 PM Bug report #17078 (Closed): Bug in "Filter" feature while using database table as layer with mult...
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:32 PM Bug report #17078 (Closed): Bug in "Filter" feature while using database table as layer with mult...
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:31 PM Bug report #17100 (Closed): crash composer qgis
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:31 PM Bug report #17100 (Closed): crash composer qgis
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:30 PM Bug report #17109: Adding WFS layer fails with "unexpected end of file"
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:29 PM Bug report #16882 (Open): feature count refreshed after each edit and in the form view of the att...
Giovanni Manghi
04:28 PM Bug report #17072 (Closed): qgis-providers seems needing libspatialite.so.5 but this librarie isn...
Closing for lack of feedback. Giovanni Manghi
04:28 PM Bug report #17072 (Closed): qgis-providers seems needing libspatialite.so.5 but this librarie isn...
Closing for lack of feedback. Giovanni Manghi
04:26 PM Bug report #16891 (Closed): $rownum returns 0 in field calculator
A L wrote:
> Yes, I already tried that, but $id does not work very well when you filter the layer (i.e. not starting...
Giovanni Manghi
04:26 PM Bug report #16891 (Closed): $rownum returns 0 in field calculator
A L wrote:
> Yes, I already tried that, but $id does not work very well when you filter the layer (i.e. not starting...
Giovanni Manghi
04:23 PM Bug report #16077 (Closed): PostGIS layer loaded from Python Console can cause System Freeze
Closing for lack of feedback, please reopen if necessary (with data and steps). Giovanni Manghi
04:22 PM Bug report #9523 (Open): openProject macro won't load when enable Macros setting set to Ask
Giovanni Manghi
04:22 PM Bug report #8073 (Open): Crash when loading PostGIS raster
I assume this
https://lists.osgeo.org/pipermail/qgis-developer/2017-September/049806.html
was on 2.18.12 or .13...
Giovanni Manghi
04:22 PM Bug report #8073 (Open): Crash when loading PostGIS raster
I assume this
https://lists.osgeo.org/pipermail/qgis-developer/2017-September/049806.html
was on 2.18.12 or .13...
Giovanni Manghi
04:20 PM Bug report #16783 (Closed): QGIS crashes with SIGSEGV on start on OpenSuse
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:20 PM Bug report #16783 (Closed): QGIS crashes with SIGSEGV on start on OpenSuse
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:19 PM Bug report #17031: getFeatures (by Fids) extremely slow on large PostgreSQL table WITH PK ( OK if...
Please leave further feedback. Giovanni Manghi
04:16 PM Bug report #17008 (Closed): Can't read jp2-Files in qgis 2.18.11 with gdal 2.2.1 on Ubuntu 16.04
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:16 PM Bug report #17008 (Closed): Can't read jp2-Files in qgis 2.18.11 with gdal 2.2.1 on Ubuntu 16.04
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:13 PM Bug report #16881 (Closed): Connection to ODBC database (MS Access *.accdb)
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:13 PM Bug report #16881 (Closed): Connection to ODBC database (MS Access *.accdb)
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:12 PM Bug report #16971 (Closed): Qgis crashed when save map with 180 meridian
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:12 PM Bug report #16971 (Closed): Qgis crashed when save map with 180 meridian
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:11 PM Bug report #16909 (Closed): QGIS LTR frequently crashes when using print composer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:11 PM Bug report #16909 (Closed): QGIS LTR frequently crashes when using print composer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:11 PM Bug report #16907 (Closed): QGIS LTR frequently crashes with a certain WMS layer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:11 PM Bug report #16907 (Closed): QGIS LTR frequently crashes with a certain WMS layer
Closing for lack of feedback, please reopen if necessary. Giovanni Manghi
04:07 PM Revision 1eeb2ee1 (qgis): Add 3d doxygen group + more doxymentation
Martin Dobias
04:06 PM Bug report #16829 (Closed): Print composer - export altas as pdf crashes QGIS
If/when you have a project and data you ca attach to allow us replicate let us know and we eventually reopen this tic... Giovanni Manghi
04:06 PM Bug report #16829 (Closed): Print composer - export altas as pdf crashes QGIS
If/when you have a project and data you ca attach to allow us replicate let us know and we eventually reopen this tic... Giovanni Manghi
03:58 PM Revision 2a8ddccb (qgis): Do not spell check poly2tri sources
Martin Dobias
03:38 PM Bug report #16619 (Closed): shape file crashes, losing all data, then can only be found as a pack...
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:38 PM Bug report #16619 (Closed): shape file crashes, losing all data, then can only be found as a pack...
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:37 PM Bug report #16764 (Closed): Crash when CSV file geometry column name has changed
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:37 PM Bug report #16764 (Closed): Crash when CSV file geometry column name has changed
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:36 PM Bug report #16886 (Closed): Open Spatial Bookmark Panel Causes Crash
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:36 PM Bug report #16886 (Closed): Open Spatial Bookmark Panel Causes Crash
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:34 PM Bug report #16863 (Closed): Qgis crashes continuously on Mac OS Sierra
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:34 PM Bug report #16863 (Closed): Qgis crashes continuously on Mac OS Sierra
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:32 PM Bug report #16984 (Closed): Multiple projects crashing after update
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:32 PM Bug report #16984 (Closed): Multiple projects crashing after update
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:31 PM Bug report #17045 (Closed): QGIS Desktop Application Closes When Using Identify Tool on a Tempora...
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:31 PM Bug report #17045 (Closed): QGIS Desktop Application Closes When Using Identify Tool on a Tempora...
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:31 PM Bug report #17075 (Closed): minicrash dump when trying to debug with pydev
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:31 PM Bug report #17075 (Closed): minicrash dump when trying to debug with pydev
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:30 PM Bug report #17098 (Closed): Computer crashes when using color picker
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:30 PM Bug report #17098 (Closed): Computer crashes when using color picker
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:30 PM Bug report #17115 (Closed): closing editing
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:30 PM Bug report #17115 (Closed): closing editing
Closed for lack of feedback, please reopen if necessary. Giovanni Manghi
03:27 PM Revision 1f7dc576 (qgis): [auth] Only show compatible authentication configurations
Alessandro Pasotti
03:21 PM Revision 7705179a (qgis): Merge pull request #5250 from manisandro/ogr_orig_fid
[OGR] orig_ogc_fid followups Sandro Mani
03:16 PM Revision d5d6372e (qgis): Yet another round of doxygen comments for 3D
Getting there! Martin Dobias
03:13 PM Revision 21b99de7 (qgis): [auth] Allow stored auth configurations to be used for proxy settings
Alessandro Pasotti
02:48 PM Bug report #17196 (Open): Rubber band is not correctly displayed when map is rotated
When you draw complex geometry (especially with Circular string), the rubber band is not correctly displayed when map... Loïc BARTOLETTI
02:22 PM Feature request #17195 (Open): Open a database connection from metadata
If in metadata the connection details of a database connection are provided,
Can metasearch use this information to ...
Paul van Genuchten
02:20 PM Bug report #17190 (Closed): In QGIS 2.18.13 SAGA ‘Raster values to points’ is a no show in Proces...
See #17194 Giovanni Manghi
02:20 PM Bug report #17190 (Closed): In QGIS 2.18.13 SAGA ‘Raster values to points’ is a no show in Proces...
See #17194 Giovanni Manghi
01:01 PM Bug report #17190 (Closed): In QGIS 2.18.13 SAGA ‘Raster values to points’ is a no show in Proces...
It was there in 2.14 Giovanni Manghi
02:15 PM Bug report #17193 (Closed): Editing of shapefile locked following clearing of a filter
duplicate of #17124 Giovanni Manghi
02:15 PM Bug report #17193 (Closed): Editing of shapefile locked following clearing of a filter
duplicate of #17124 Giovanni Manghi
02:01 PM Bug report #17193 (Closed): Editing of shapefile locked following clearing of a filter
I an using QGIS 2.18.12 (64 Bit) and QGIS 2.14.11 (32 Bit) on a Windows 10 computer.
When I clear a filter - "Prov...
Nigel Malcolm
02:09 PM Revision 992a759c (qgis): Merge pull request #5231 from manisandro/ogr_repack
[OGR] Defer repacking while in explicit updateMode Sandro Mani
02:04 PM Revision 547cbe67 (qgis): [auth] Add proxy to providers for http basic
Alessandro Pasotti
01:55 PM Revision 6b7201f4 (qgis): [OGR] Use a ORIG_OGC_FID constant instead of hard-coding orig_ogc_fid
Sandro Mani
01:47 PM Revision c235264d (qgis): Merge pull request #5248 from alexbruy/network-analysis
[processing] enable network analysis tests Alexander Bruy
01:34 PM Revision 15eaafdf (qgis): [OGR] Ensure orig_ogc_fid is never set as ignored field
Sandro Mani
01:27 PM Bug report #17192 (Closed): Python error in Processing/QGIS clip
This is kind of weird error because it does not show in all installations and does not depends on the operating syste... Giovanni Manghi
01:21 PM Revision d4ec09c7 (qgis): Ensure multipoint dimensionality is respected when adding new points
Nyall Dawson
01:20 PM Revision f1536139 (qgis): Fix memory leak when restoring invalid geometry collection wkt
Nyall Dawson
01:20 PM Revision ba50bf04 (qgis): Fix multi point allowing insertion of non point geometries
Nyall Dawson
01:20 PM Revision 97930d13 (qgis): Fix clearing multipoint should reset z/m status
Nyall Dawson
01:19 PM Revision ffbf93a6 (qgis): Fix incorrect /Transfer/ for geometry collection
Nyall Dawson
01:19 PM Revision cf23d56a (qgis): [OGR] Followup: Add orig_ogc_fid as last field to avoid changing field ...
Sandro Mani
01:14 PM Bug report #17191 (Closed): Images do not show anymore in GRASS docs in Processing
They used to show just fine.
!Screenshot_20170925_121228.png!
Giovanni Manghi
12:36 PM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Nyall Dawson wrote:
> Giovanni - I've been trying to track down when this change was made to see what the rationale ...
Giovanni Manghi
12:26 PM Revision 73d6058b (qgis): ignore crs for network analysis tests
Alexander Bruy
12:22 PM Bug report #16495 (Open): Creating a join freezes QGIS master if target layer attributes table is...
stefano campus wrote:
> Master version is still affected.
>
> QGIS: 2.99.0-173
> Version: 8902d5f48f
Confirmed.
Giovanni Manghi
12:22 PM Bug report #16495 (Open): Creating a join freezes QGIS master if target layer attributes table is...
stefano campus wrote:
> Master version is still affected.
>
> QGIS: 2.99.0-173
> Version: 8902d5f48f
Confirmed.
Giovanni Manghi
12:22 PM Bug report #16495 (Open): Creating a join freezes QGIS master if target layer attributes table is...
stefano campus wrote:
> Master version is still affected.
>
> QGIS: 2.99.0-173
> Version: 8902d5f48f
Confirmed.
Giovanni Manghi
12:22 PM Bug report #16495 (Open): Creating a join freezes QGIS master if target layer attributes table is...
stefano campus wrote:
> Master version is still affected.
>
> QGIS: 2.99.0-173
> Version: 8902d5f48f
Confirmed.
Giovanni Manghi
11:04 AM Bug report #16495: Creating a join freezes QGIS master if target layer attributes table is open
Master version is still affected.
QGIS: 2.99.0-173
Version: 8902d5f48f
stefano campus
12:15 PM Bug report #17187: Attribute Table refresh issue
If it worked in 2.14 then is a major issue as it is a regression in between two LTR releases. Giovanni Manghi
12:13 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer

> Of course it's not impossible - but the current behavior is a result of the current provider design (see #17185-1...
Giovanni Manghi
12:01 PM Revision fcfb5209 (qgis): Fix some test masks
Matthias Kuhn
11:56 AM Feature request #17188: Add feature hides new feature while attriute mask is open
Giovanni Manghi wrote:
> I think this wasn't the case in the past, but right now I can't say exactly when this chang...
Bernhard Ströbl
11:54 AM Feature request #17188: Add feature hides new feature while attriute mask is open
I think this wasn't the case in the past, but right now I can't say exactly when this changed. Giovanni Manghi
08:41 AM Feature request #17188 (Open): Add feature hides new feature while attriute mask is open
When adding a new feature by digitizing, the newly created feature is not shown on the canvas as long as the attribut... Bernhard Ströbl
11:55 AM Bug report #17179 (Feedback): QGIS2.99 build does not find libpq-fe.h on OS X Sierra
Giovanni Manghi
11:51 AM Revision d6743903 (qgis): [auth] Certs manager remembers (in the settings) the last opened tab
This is a minor UX/UI change that remembers the latest opened
tab in the certificates manager window
Alessandro Pasotti
11:44 AM Revision 386d52d8 (qgis): Merge pull request #5247 from nyalldawson/geometry_coverage
Geometry unit test coverage Nyall Dawson
11:33 AM Bug report #17077: QGIS Crashes when using SVG marker for point layer in map units or with rotation
I can confirm that it only happens when multi-threaded rendering options is ON (confirmed on Windows that it's the mo... Alessandro Pasotti
11:22 AM Revision 5f11793b (qgis): Restore debug build after PR #5246
Alessandro Pasotti
11:06 AM Bug report #14811 (Closed): Loading QLR file locks parent directory forever in Windows
Nyall Dawson
09:10 AM Bug report #14811: Loading QLR file locks parent directory forever in Windows
Hurray, I have tested with QGIS 2.18.13 and it has been fixed :)
Now, I can add a qlr-file to QGIS and afterwards ...
Mie Winstrup
10:26 AM Revision e1592d26 (qgis): Update parse_dash_results.py for Python 3
Matthias Kuhn
10:20 AM Revision 745111db (qgis): [processing] enable network analysis tests
Alexander Bruy
09:20 AM Revision 6d59d144 (qgis): Fix crash in geometry collection when working with empty collections
Nyall Dawson
09:20 AM Revision 0e908d5d (qgis): Fix crash in geometry collections with negative part numbers
Nyall Dawson
09:20 AM Revision b2bd0ac1 (qgis): Fix dropping M/Z values from geometry collections
Nyall Dawson
09:20 AM Revision 94b44855 (qgis): Fix crash in nextVertex with bad geometry collection part number
Nyall Dawson
09:20 AM Revision 33ba9a8c (qgis): Fix crash when trying to insert geometry into collection with bad index
Nyall Dawson
09:20 AM Revision 57108f9b (qgis): Boost test coverage for geometry collections
Nyall Dawson
09:20 AM Revision 623a57a8 (qgis): Fix geometry collection can be corrupted by importing incorrect wkb
Nyall Dawson
09:20 AM Revision 20cc7a73 (qgis): Boost test coverage for QgsRectangle
Nyall Dawson
09:20 AM Revision 7d6034de (qgis): Boost test coverage for compound curve
Nyall Dawson
09:20 AM Revision 6c2c0af1 (qgis): Fix crash when removing vertices from compound curves
Nyall Dawson
09:20 AM Revision 27b43064 (qgis): Fix incorrect wkb type for compound curve when adding vertex to empty c...
Nyall Dawson
09:20 AM Revision d7041638 (qgis): Rename QgsRectangle::buffer to buffered and mark as const
Nyall Dawson
09:20 AM Revision 60f81bd1 (qgis): Fix potential crash in QgsGeometry::smooth
Nyall Dawson
09:14 AM Revision 154fd61d (qgis): Merge pull request #5246 from nyalldawson/clazy
Fix some Clazy warnings Nyall Dawson
09:12 AM Revision 270f1678 (qgis): Fix doctest
Nyall Dawson
09:12 AM Revision b0b1714e (qgis): Fix build
Nyall Dawson
09:12 AM Revision 31c1ae1c (qgis): Add missing QStringLiterals
Nyall Dawson
09:12 AM Revision 01d34ede (qgis): Sip sync
Nyall Dawson
09:11 AM Revision f952e6a6 (qgis): Misc clazy fixes
Nyall Dawson
09:11 AM Revision 60b8ec54 (qgis): Sip sync
Nyall Dawson
09:11 AM Revision a7470b36 (qgis): Fix clazy connect-3arg-lambda warnings
Always use 4 arg overload with a lambda, to avoid lambda
execution when context object is deleted.
Nyall Dawson
09:11 AM Revision 6c74502d (qgis): Fix clazy override signal with signal warnings
Nyall Dawson
09:11 AM Revision be7f85bf (qgis): Remove some unused variables
Nyall Dawson
09:11 AM Revision e4f17f41 (qgis): Add missing QStringLiterals
Nyall Dawson
09:11 AM Revision a463acba (qgis): Fix clazy overriden signals with non signal warnings
Nyall Dawson
09:11 AM Revision 1a32f088 (qgis): Fix clazy detaching range based for warnings
Nyall Dawson
09:11 AM Revision fd9bcd68 (qgis): Use QString multi-arg overload (clazy warning)
Nyall Dawson
09:11 AM Revision e8b90c33 (qgis): Fix clazy allocating unneeded temporary container warnings
Nyall Dawson
09:11 AM Revision 3837ddfd (qgis): Flip some easy QLists to QVectors
Nyall Dawson
08:48 AM Feature request #17189 (Open): Highlight snap feature
When snapping is enabled currently only a potential snap point is highlighted but not the feature this point belongs ... Bernhard Ströbl
08:47 AM Revision 14a48c03 (qgis): Merge pull request #5201 from nyalldawson/point_crs
[processing] Transparently handle CRS for point parameters Alexander Bruy
08:41 AM Revision f4d5ca75 (qgis): Merge pull request #5213 from mhugent/capabilities_exclusive_groups
[FEATURE]: In GetProjectSettings, show if a legend group is mutually exclusive Marco Hugentobler
04:46 AM Revision a71f2ad5 (qgis): Fix non-virtual destructor
Nyall Dawson
04:46 AM Revision fb665010 (qgis): Fix Coverity uninitialized member warnings
Nyall Dawson
04:44 AM Revision 3c76a074 (qgis): Fix Coverity null pointer dereference warning
Nyall Dawson
03:29 AM Bug report #15686: Save as Image from WMS/WMTS has reprojection issues
We currently have a work around chaining the WMS Save-As with Raster tools (GDAL) warp - https://metromap.freshdesk.c... whatnick -

2017-09-24

01:22 AM Revision b0f27c53 (qgis): Merge pull request #5245 from nyalldawson/conditionalHelpLink
Set the most accurate User Manual page to Options tabs Nyall Dawson
12:39 AM Revision 6d9240cf (qgis): Make sip_include script use the workaround for SIP's path parsing
Martin Dobias
12:34 AM Revision 99def105 (qgis): Correct link for processing options help
Nyall Dawson
12:29 AM Revision 4bf44d5e (qgis): Another round of doxygen comments
Martin Dobias
05:59 PM Bug report #17179: QGIS2.99 build does not find libpq-fe.h on OS X Sierra
Hi David
Assuming that the Postgresql95 (or 96, but I'm still using 95 atm) port is installed, the cmake configure...
David Marteau
04:26 PM Revision 990f353a (qgis): More doxygen comments
Martin Dobias
02:12 PM Revision 73895887 (qgis): More class documentation
Martin Dobias
01:09 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Giovanni Manghi wrote:
> so this would be won't fix because impossible to fix? If yes I would add a ticket to rememb...
Jürgen Fischer
12:41 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > (if I'm not wrong in docs we tell people that changes are saved ...
Giovanni Manghi
12:39 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Giovanni Manghi wrote:
> (if I'm not wrong in docs we tell people that changes are saved only when hitting the "save...
Jürgen Fischer
10:18 AM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > my point of view is the following:
> >
> > I do a whatever ed...
Giovanni Manghi
11:57 AM Revision d91ebe27 (qgis): Trying to work around SIP file parsing error (dir starting with number)
Martin Dobias
11:49 AM Bug report #17142 (Closed): DB Manager: error when adding a raster from GPKG
GDAL updated and fix is confirmed. Giovanni Manghi
11:49 AM Bug report #17142 (Closed): DB Manager: error when adding a raster from GPKG
GDAL updated and fix is confirmed. Giovanni Manghi
11:31 AM Bug report #17187 (Closed): Attribute Table refresh issue
The Attribute Table doesn't immediately update when fields are set with the Quick Field Calculation Bar.
Steps to ...
Geo Dev
05:46 AM Revision d72309e4 (qgis): Fix transform of extent parameter set to match layer's extent
Nyall Dawson
05:46 AM Revision fb08b0a6 (qgis): [processing] Allow encoding crs into text definitions of extents
Nyall Dawson
05:46 AM Revision 83a8a8d7 (qgis): Use text encoded versions of points and extents in history panel
Fixes generation of unit tests with point/extent parameters Nyall Dawson
04:46 AM Revision ec44e603 (qgis): [processing] Allow encoding crs into text definitions of points
Nyall Dawson
04:09 AM Revision 1d6e3032 (qgis): Use correct SRS when building graph
Nyall Dawson
04:09 AM Revision 6898342c (qgis): Better cursor for point picker tool
Nyall Dawson
04:09 AM Revision e1eef7ed (qgis): Allow use of QgsPointXY/QgsReferencedPointXY for point parameter values
Nyall Dawson
04:09 AM Revision 506f6d40 (qgis): [processing] Fix picking point from map always triggers a release
event for previous map tool Nyall Dawson
04:09 AM Revision a4ed7214 (qgis): Fix passing of QgsReferencedPointXY from Python to c++
Nyall Dawson
04:09 AM Revision 6efcc2fe (qgis): Transparently reproject source points in algs
Nyall Dawson
02:37 AM Revision 8902d5f4 (qgis): Merge pull request #5244 from nyalldawson/proc_misc
[processing] Misc test related fixes Nyall Dawson

2017-09-23

12:41 AM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Giovanni - I've been trying to track down when this change was made to see what the rationale behind it was. I *think... Nyall Dawson
12:30 AM Revision db04d655 (qgis): Use processing config help key
Nyall Dawson
12:29 AM Revision 8dffa33a (qgis): Allow QgsOptionsPageWidget to set a specific help key to view
when clicking help in the options dialog Nyall Dawson
12:00 AM Revision 34b9ae29 (qgis): Set the most accurate User Manual page to Options tabs
Because some of the tabs in Options dialog have a dedicated chapter where they are fully described, better use those ... Harrissou Santanna
11:58 PM Revision fe98fe11 (qgis): Merge pull request #5236 from nyalldawson/field_default
[processing] Allow setting default values for field parameters in models Nyall Dawson
11:50 PM Revision afac940d (qgis): [processing] add band parameter support in test generator
Alexander Bruy
11:49 PM Revision f60d8885 (qgis): [processing] more fixes for tests creation
Alexander Bruy
11:48 PM Revision 92e481e7 (qgis): Fix creation of SAGA tests
Nyall Dawson
11:47 PM Revision acbba3a3 (qgis): Fix excepthook handling in standalone scripts
Nyall Dawson
11:46 PM Revision 34a8c8aa (qgis): Fix exception when running alg with no parameters from toolbox
Nyall Dawson
07:38 PM Revision 9e36fd9c (qgis): remove app startup tests depending on removed options configpath and --...
Jürgen Fischer
05:27 PM Bug report #16532 (Closed): Wrong dialog layout on HiDPI
Applied in changeset commit:qgis|36e24f6c10b8d7df5d6451f5c50e1ee94d9fc1b9. Jürgen Fischer
05:27 PM Bug report #16532 (Closed): Wrong dialog layout on HiDPI
Applied in changeset commit:qgis|36e24f6c10b8d7df5d6451f5c50e1ee94d9fc1b9. Jürgen Fischer
02:50 PM Revision 36e24f6c (qgis): fix metasearch settings (fixes #16532)
Jürgen Fischer
02:41 PM Feature request #17177 (Closed): Dependencies of installation guide to Ubuntu 17.10 Artful Aardvark
Applied in changeset commit:qgis|fdbc1238913898c711fdd115ecb6d2ae8bb39758. Jürgen Fischer
02:41 PM Feature request #17177 (Closed): Dependencies of installation guide to Ubuntu 17.10 Artful Aardvark
Applied in changeset commit:qgis|fdbc1238913898c711fdd115ecb6d2ae8bb39758. Jürgen Fischer
02:40 PM Revision fdbc1238 (qgis): INSTALL: add ubuntu artful (implements #17177)
Jürgen Fischer
10:29 AM Revision de6cc8d4 (qgis): Create test postgres database with UTF-8
Matthias Kuhn
10:28 AM Revision 669f4aab (qgis): Remove unrequired cast
Matthias Kuhn
10:09 AM Revision 75afe3f0 (qgis): fix build on trusty & xenial
Jürgen Fischer
09:21 AM Revision 53aba610 (qgis): Merge pull request #5241 from nyalldawson/clean_code
[processing] Code cleanups Nyall Dawson
08:16 AM Revision e3f128b5 (qgis): Expand test coverage of compound curves
Nyall Dawson
06:08 AM Revision ba81068f (qgis): [FEATURE] [needs-docs] Metadata editor
Adds a new metadata tab to layer properties, representing the new metadata model from QEP #91 Etienne Trimaille
05:36 AM Revision e2678936 (qgis): [FEATURE][geonode] integration - copy style action
Allows copying styles directly from geonode layers for pasting into project layers. Muhammad Yarjuna Rohmat
02:36 AM Revision 5a802b59 (qgis): Add missing test files
Nyall Dawson

2017-09-22

01:27 AM Revision ae42bf4b (qgis): Update expected test results (rename field)
Nyall Dawson
01:25 AM Revision 0dd434c1 (qgis): [processing] Port mean coordinates to c++
And remove final use of inefficient vector.extractPoints function Nyall Dawson
12:41 AM Revision 10d6ef06 (qgis): Replace more duplicate code with QgsProcessingUtils.combineFields
Nyall Dawson
12:37 AM Revision a191c77b (qgis): Remove duplicate testForUniqueness method (replaced with QgsProcessingU...
Nyall Dawson
11:28 PM Revision 48ea09c3 (qgis): Debug unicode issue
Matthias Kuhn
09:41 PM Revision 54e5bfda (qgis): Fix 'Qsci/qsciapis.h' file not found
Ismail Sunni
08:54 PM Revision 644bdd4e (qgis): fix typo
Jürgen Fischer
08:52 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Giovanni Manghi wrote:
> my point of view is the following:
>
> I do a whatever editing operation, then *before a...
Jürgen Fischer
08:19 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Luigi Pirelli wrote:
> may we have another API option to setup if to use default nextval or leave it to the user ?
...
Jürgen Fischer
04:54 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > If this was already reported as #7550 and closed as fixed this m...
Luigi Pirelli
04:50 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Jürgen Fischer wrote:
> Giovanni Manghi wrote:
> > If this was already reported as #7550 and closed as fixed this m...
Giovanni Manghi
04:33 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Giovanni Manghi wrote:
> If this was already reported as #7550 and closed as fixed this means that is a regression (...
Jürgen Fischer
04:10 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
If this was already reported as #7550 and closed as fixed this means that is a regression (I "only" tested down to 2.8). Giovanni Manghi
04:00 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer

> It's lost because the user decided to discarded it. The user should fix the feature by assigning a valid key va...
Giovanni Manghi
03:58 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Giovanni Manghi wrote:
> Jürgen Fischer wrote:
> > Discarding features always implies data loss, doesn't it!?
>
...
Jürgen Fischer
03:55 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Jürgen Fischer wrote:
> Discarding features always implies data loss, doesn't it!?
is not a new added geometry th...
Giovanni Manghi
03:53 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Luigi Pirelli wrote:
> more than a data loss is a not reversible data change.
user-side is data loss.
Giovanni Manghi
03:14 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Split a feature is composed of two phases in this order:
1) change geometry of the original geom
2) add new feature...
Luigi Pirelli
03:07 PM Bug report #17185: Data loss when discarding changes in a PostGIS layer
Discarding features always implies data loss, doesn't it!? Jürgen Fischer
02:28 PM Bug report #17185 (Closed): Data loss when discarding changes in a PostGIS layer
Import a shape in PostGIS with DB Manager or the QGIS Processing tool
Table is created with PK (not NULL) but not ...
Giovanni Manghi
07:51 PM Revision 56a46074 (qgis): Some cleanup
Matthias Kuhn
07:32 PM Revision 6dfe44f7 (qgis): Merge pull request #5179 from vmora/listen_notify
[FEATURE] layer refresh and trigger actions on provider notification Matthias Kuhn
03:54 PM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Håvard Tveite wrote:
> I also noticed this regression a few days ago. The result of the "Standard (N x T)" version ...
Giovanni Manghi
03:52 PM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
I also noticed this regression a few days ago. The result of the "Standard (N x T)" version not only has new (useles... Håvard Tveite
03:00 PM Revision 782ed47d (qgis): translation string improvements
Jürgen Fischer
02:29 PM Bug report #17186 (Closed): DB Manager and QGIS/Processing import in PostGIS tools are not adding...
D&D in browser (from shapefile for example) and the ogr based tool in processing do the right thing.
The PostGIS d...
Giovanni Manghi
02:07 PM Bug report #17014 (Closed): crash QGIS in Linux when tap on plugins
Closing for lack of feedback. Giovanni Manghi
02:07 PM Bug report #17014 (Closed): crash QGIS in Linux when tap on plugins
Closing for lack of feedback. Giovanni Manghi
02:06 PM Bug report #17110 (Closed): Loading any CSV causing crash
Closing for lack of feedback. Giovanni Manghi
02:06 PM Bug report #17110 (Closed): Loading any CSV causing crash
Closing for lack of feedback. Giovanni Manghi
02:01 PM Bug report #12530 (Closed): Basins close to bounding box are not calculated
Giovanni Manghi
01:49 PM Bug report #15391: Show Count Features with expressions + variable
Andre Jesus wrote:
> Using the same expression and switching to rule based style seems to fix the problem.
I'd ex...
Harrissou Santanna
01:31 PM Bug report #15391: Show Count Features with expressions + variable
Tested on 2.18.2 and 2.14.18, still happens Andre Jesus
01:26 PM Bug report #15423: Zoom to layer when filtered
It happens only using MSSQL data source.
Tested on 2.18.13 and 2.14.18
Andre Jesus
01:13 PM Bug report #17077: QGIS Crashes when using SVG marker for point layer in map units or with rotation
Now crashing in a different place:
src/core/qgsvectorlayerrenderer.cpp: 291: (drawRendererV2) [0ms] [thread:0x7fff00...
Alessandro Pasotti
10:51 AM Bug report #17077: QGIS Crashes when using SVG marker for point layer in map units or with rotation
Confirmed on latest 2.18.
The debugger does not produce any meaningful information (at least for me) but I attach th...
Alessandro Pasotti
10:51 AM Bug report #17077: QGIS Crashes when using SVG marker for point layer in map units or with rotation
Confirmed on latest 2.18.
The debugger does not produce any meaningful information (at least for me) but I attach th...
Alessandro Pasotti
12:51 PM Revision 02e3916b (qgis): [FEATURE] layer refresh and trigger actions on provider notification
[needs-docs]
In vector layer properties (only usefull for postgres datasources)
**in the rendering tab**
A "Refres...
Vincent Mora
12:50 PM Bug report #17156: Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> The vector imported in PostGIS shows just fine.
Is it possible somehow to make QGIS (mas...
Casper Børgesen
12:13 PM Bug report #11248: Metadata should be saved in the style as well
Indeed, these information are saved in exported QLR, but not in exported QML. They should, regardless of the "style" ... Michael Douchin
11:56 AM Bug report #17184: QGIS under macOS is very crashy when loading zipped shapefiles
The application used to compress the data does not seems to be a factor. Giovanni Manghi
11:56 AM Bug report #17184 (Closed): QGIS under macOS is very crashy when loading zipped shapefiles
Try load a zipped shapefile (from "add vector layer") in QGIS under macOS and while it won't happen all the time is v... Giovanni Manghi
11:47 AM Feature request #8479: create layer from selection
Done. Note: the spatial query plugin was removed in QGIS3. Giovanni Manghi
11:46 AM Feature request #8479: create layer from selection
I can't seem to be able to modify the original description so I'd like to change
Gavin Fleming wrote:
> If you w...
Gavin Fleming
11:38 AM Revision 8b32d8d9 (qgis): translation string fixes
Jürgen Fischer
11:21 AM Bug report #14185: Incoherence in Scale Bar decoration?
In 2.18.13, The units of the Scale Bar decoration appear to follow the 'Preferred distance units' set for the Measure... Andy Harfoot
10:30 AM Bug report #14350 (Closed): Virtual layers problem with accents
Hugo Mercier
10:25 AM Bug report #17176: Double WFS node in browser panel
@Nyall, it was indeed a custom build, but it was also visible on a Osgeo4W weekly.
Just did a fresh rebuild + inst...
Richard Duivenvoorde
02:00 AM Bug report #17176: Double WFS node in browser panel
Actually I can reproduce here too Nyall Dawson
10:18 AM Bug report #17183: 'Refactory fields' processing algorithm: double entry type
On KDE there are also other GUI issues, see attached image. Giovanni Manghi
10:18 AM Bug report #17183: 'Refactory fields' processing algorithm: double entry type
On KDE there are also other GUI issues, see attached image. Giovanni Manghi
07:26 AM Bug report #17183 (Closed): 'Refactory fields' processing algorithm: double entry type
Creating a new field, Field types 'Double' and 'Date' are repeated twice in the dropdown menu. Niccolo' Marchi
10:12 AM Bug report #17180: Atlas crash using python
Since it's not available in Qgis 2, I'm trying to duplicate a composition with pyqgis translating "this code":https:/... Loïc BARTOLETTI
10:06 AM Bug report #17180: Atlas crash using python
For this issue, when you use an invalid output dir, you don't have a crash but it's return my print debug "exportAsPd... Loïc BARTOLETTI
10:02 AM Bug report #17180 (Open): Atlas crash using python
Please add a description. Giovanni Manghi
10:01 AM Bug report #17180: Atlas crash using python
Both #17181-2 Loïc BARTOLETTI
09:54 AM Bug report #17180 (Feedback): Atlas crash using python
This ticket (#17180) or this #17181 ? Giovanni Manghi
10:03 AM Bug report #17178 (Closed): Import into PostGIS - Table to import to (leave blank to use layer na...
This was already fixed in more recent releases. Giovanni Manghi
10:03 AM Bug report #17178 (Closed): Import into PostGIS - Table to import to (leave blank to use layer na...
This was already fixed in more recent releases. Giovanni Manghi
10:02 AM Revision d6d7c6e4 (qgis): fix build
Jürgen Fischer
10:01 AM Bug report #17181 (Open): Crash using QgsComposerAttributeTableV2 after setting columns
Loïc BARTOLETTI wrote:
> No, they're different issues.
> I'm working on several projects needing to use the compose...
Giovanni Manghi
10:00 AM Bug report #17181: Crash using QgsComposerAttributeTableV2 after setting columns
No, they're different issues.
I'm working on several projects needing to use the composer and found these two bugs.
Loïc BARTOLETTI
09:54 AM Bug report #17181 (Feedback): Crash using QgsComposerAttributeTableV2 after setting columns
Is this related to #17180 ? Giovanni Manghi
09:59 AM Bug report #16937: Error saving graduated style in databases
Affects other backends too, see #17182 Giovanni Manghi
09:59 AM Bug report #16937: Error saving graduated style in databases
Affects other backends too, see #17182 Giovanni Manghi
09:58 AM Bug report #17182 (Closed): Save Graduated Style to MSSQL Database Fails
Duplicate of #16937 Giovanni Manghi
09:58 AM Bug report #17182 (Closed): Save Graduated Style to MSSQL Database Fails
Duplicate of #16937 Giovanni Manghi
03:57 AM Bug report #17182 (Closed): Save Graduated Style to MSSQL Database Fails
I tried to save a Graduated Style to the database but it failed with the message box:
"Unable to save layer styl...
Martin Bain
09:18 AM Revision 22eddfd4 (qgis): Merge pull request #5238 from nyalldawson/geometry_coverage
Geometry unit test coverage + fixes Nyall Dawson
09:18 AM Revision a6b1c3ee (qgis): Merge pull request #5237 from nyalldawson/port_algs
[processing] Port line intersection and split with lines to c++ Nyall Dawson
08:45 AM Revision 5d6c178f (qgis): Merge pull request #5227 from nyalldawson/browser_awesome
[browser] Show QPT print templates and Python scripts Nyall Dawson
08:11 AM Revision db738f65 (qgis): Merge pull request #5234 from nyalldawson/action_lifetime
Fix browser action item lifetime Nyall Dawson
07:41 AM Revision cbca7c97 (qgis): Boost test coverage of geometry classes
Nyall Dawson
07:22 AM Revision 57b76920 (qgis): Expand docs
Nyall Dawson
07:20 AM Revision 395ed930 (qgis): Fix incorrect result for reversing compound curves
Nyall Dawson
07:19 AM Revision 21f92a6f (qgis): Port line intersection and split with lines to c++
Nyall Dawson
07:19 AM Revision c41dca93 (qgis): Port processing combineFields to c++
Nyall Dawson
07:17 AM Revision cf636dca (qgis): Merge pull request #5235 from nyalldawson/model_progress2
[processing] Proper progress reports during model execution Nyall Dawson
04:50 AM Revision 33d2d111 (qgis): Update sip
Nyall Dawson
04:02 AM Revision b39459b8 (qgis): Matching default multiple fields should also be case-insensitive
Nyall Dawson
03:39 AM Revision b4a798e8 (qgis): Setting field for QgsFieldComboBox should be case-insensitive
Nyall Dawson
03:37 AM Revision 55997373 (qgis): Merge pull request #5202 from dmarteau/fix_ln_option_OSX
Execute ln command with GNU compatible options in install phase Larry Shaffer
02:56 AM Revision c5b9fa23 (qgis): Formatting
Nyall Dawson
02:50 AM Revision 94530a9e (qgis): Allow setting default value for field parameters in models
Nyall Dawson
02:32 AM Revision eaee80ac (qgis): Better debugging for models by showing child algorithm parameters in th...
Nyall Dawson
02:32 AM Revision 6afe25ef (qgis): [processing] Proper progress reports during model execution
Instead of showing the progress reports for each child algorithm
individually, which leads to repeated 0->100% progre...
Nyall Dawson

2017-09-21

01:54 AM Revision 840a9c10 (qgis): Fix crash when requesting invalid curve from compound curves
Nyall Dawson
01:54 AM Revision a7d0d5ef (qgis): Fix loss of dimensionality when cloning compound curves
Nyall Dawson
01:54 AM Revision 148a906c (qgis): Fix adding curves with Z/M to non Z/M compound curves
Z/M for these curves should be dropped to ensure consistent
dimensionality for the whole compound curve
Nyall Dawson
01:54 AM Revision c77afeda (qgis): Expand geometry unit test coverage
Nyall Dawson
01:54 AM Revision 9d9c0e40 (qgis): Fix setting correct WKB type for compound curves when adding first curve
Nyall Dawson
01:54 AM Revision cee1f561 (qgis): Fix crash when trying to delete invalid curve from compound curves
Nyall Dawson
01:54 AM Revision e7b08d52 (qgis): Expand geometry test coverage
Nyall Dawson
01:54 AM Revision 9d6d6072 (qgis): Expand unit tests for compound curves
Nyall Dawson
01:54 AM Revision f268ccc8 (qgis): Expand test coverage for compound curves
Nyall Dawson
01:36 AM Revision 387771fa (qgis): Consistent capitalization for browser item actions
Nyall Dawson
01:32 AM Revision 7c53dc15 (qgis): Correctly parent browser item actions to transient menu instance
Currently most browser item actions are parented to the item
itself, which is often long-lived (e.g. connection items...
Nyall Dawson
12:54 AM Bug report #17176: Double WFS node in browser panel
Is this a custom build? If so, does it help if you totally remove your build folder and rebuild? Nyall Dawson
03:59 PM Bug report #17176 (Closed): Double WFS node in browser panel
In current master my browser panel shows 2 WFS nodes (see screendump)
Even if I start QGIS in a clean/new profile ...
Richard Duivenvoorde
10:09 PM Bug report #16790: QGIS fails to start on Ubuntu 16.10
Giovanni Manghi wrote:
>
> upgrade to 17.04 and I'm sure it will be ok.
Incidentally, exactly the same problem ...
Chris Barrington-Leigh
08:09 PM Bug report #17181 (Closed): Crash using QgsComposerAttributeTableV2 after setting columns
QGis crash when you use this code into the console (with a real project):
@table = QgsComposerAttributeTableV2(ifa...
Loïc BARTOLETTI
07:47 PM Bug report #17180 (Closed): Atlas crash using python
Hi,
I asked a question on https://gis.stackexchange.com/questions/256143/duplicate-composition-with-python-qgis ab...
Loïc BARTOLETTI
07:07 PM Revision 502bb898 (qgis): [docker] Install curl for cdash results link
Matthias Kuhn
06:54 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
https://github.com/qgis/QGIS/pull/5223 seems to have addressed the issue. Thanks! Giovanni Manghi
06:54 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
Luigi Pirelli wrote:
> The PR: https://github.com/qgis/QGIS/pull/5223
> seems solving the issue, please confirm
...
Giovanni Manghi
02:04 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
IMHO any changes to accept Z or M layers have to be applied only in 3.x version Luigi Pirelli
02:03 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
IMHO the patch does not solve the origin of the proble.... the LineString dxf layer is a LineStringZ
Any Z or M laye...
Luigi Pirelli
01:41 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
The PR: https://github.com/qgis/QGIS/pull/5223
seems solving the issue, please confirm
Luigi Pirelli
01:40 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
confirmed following these steps
1) load attached dx: LineString layer
2) selct all features
3) past as new scratch...
Luigi Pirelli
11:13 AM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
Luigi Pirelli wrote:
> I can't (almost) rplicate the issue with 2.18 36e6bd1
>
> "almost" because, coping from a ...
Giovanni Manghi
06:43 PM Revision e5828db1 (qgis): We skip tests based on the environment variable TRAVIS
Matthias Kuhn
06:35 PM Revision 9caa7224 (qgis): Merge pull request #5230 from m-kuhn/taskWaitForFinished
QgsTask::waitForFinished without event loop Matthias Kuhn
06:00 PM Revision 8f2c8854 (qgis): [travis] Disable flaky test
See https://travis-ci.org/qgis/QGIS/jobs/278224577
https://github.com/qgis/QGIS/pull/5230#issuecomment-331189552
Matthias Kuhn
05:27 PM Bug report #17179 (Closed): QGIS2.99 build does not find libpq-fe.h on OS X Sierra
Using https://github.com/qgis/QGIS/archive/master.zip and David Marteau's makefile at https://www.3liz.com/blog/rldho... David Liontooth
05:24 PM Bug report #17178 (Closed): Import into PostGIS - Table to import to (leave blank to use layer na...
If I try to use the algorithm *Import into PostGIS* and I leave the input *Table to import to (leave blank to use lay... Casper Bertelsen
04:54 PM Revision e47aa6d7 (qgis): Add some docstring
Mainly to run travis again Matthias Kuhn
04:06 PM Bug report #17171: Dependencias guía de Instalación para Ubuntu 17.10 Artful Aardvark
Jorge Useche wrote:
> Hi,
> I'm install QGIS 3 from github repository (compiling it) in this process I needed an ad...
Giovanni Manghi
03:58 PM Bug report #17171: Dependencias guía de Instalación para Ubuntu 17.10 Artful Aardvark
Hi,
I'm install QGIS 3 from github repository (compiling it) in this process I needed an aditional dependency "qt5-d...
Jorge Useche
10:54 AM Bug report #17171 (Closed): Dependencias guía de Instalación para Ubuntu 17.10 Artful Aardvark
Hi,
tickets must be filed in English. Questions are better asked on the users/developers mailing lists, irc, gitter,...
Giovanni Manghi
10:54 AM Bug report #17171 (Closed): Dependencias guía de Instalación para Ubuntu 17.10 Artful Aardvark
Hi,
tickets must be filed in English. Questions are better asked on the users/developers mailing lists, irc, gitter,...
Giovanni Manghi
04:02 PM Feature request #17177 (Closed): Dependencies of installation guide to Ubuntu 17.10 Artful Aardvark
Hi,
I'm install QGIS 3 from github repository (compiling it) in this process I needed an aditional dependency "qt5-d...
Jorge Useche
03:24 PM Revision 8ef28e3f (qgis): Merge pull request #5114 from gacarrillor/update_add_feature_tooltips
[needs-docs] Update tooltips for adding features/records Matthias Kuhn
03:23 PM Revision bc982aee (qgis): Moved project properties menu item
Alessandro Pasotti
03:17 PM Bug report #17175: Relation reference widget triggers SQL syntax error with UUID fields in Postgres
Added a project and DDL to reproduce that Regis Haubourg
03:17 PM Bug report #17175: Relation reference widget triggers SQL syntax error with UUID fields in Postgres
Added a project and DDL to reproduce that Regis Haubourg
02:47 PM Bug report #17175 (Closed): Relation reference widget triggers SQL syntax error with UUID fields ...
The case is pretty subtle:
- create two tables named "Child" and "Parent" with UUID Primary keys
- add a Foreig...
Regis Haubourg
02:16 PM Revision 88fcbb0a (qgis): QgsTask::waitForFinished without event loop
because the old approach with using signals, using deleteLater and using
an internal event loop is a very good recipe...
Matthias Kuhn
02:07 PM Revision 59ed19ff (qgis): [OGR] Defer repacking while in explicit updateMode
Sandro Mani
01:44 PM Revision 381c8b60 (qgis): Merge pull request #5225 from manisandro/ogr_gdb_subset218
[OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn Sandro Mani
01:13 PM Revision a51ef7d0 (qgis): [OGR] Add orig_ogc_fid as last field to avoid changing field order
Sandro Mani
01:12 PM Revision 54ea029d (qgis): Merge pull request #5224 from manisandro/ogr_gdb_subset
[OGR] Add workaround for OGRSQL not recognizing the column name returned by OGR_L_GetFIDColumn Sandro Mani
12:06 PM Bug report #17169 (Open): Changing grid options in print layout makes QGIS crash on subsequent pr...
Giovanni Manghi
11:56 AM Bug report #17169: Changing grid options in print layout makes QGIS crash on subsequent project load
it doesn't happen with all my projects, but the one that caused the initial problem now crashes as soon as I try to o... Susan Miller
11:37 AM Bug report #17169 (Feedback): Changing grid options in print layout makes QGIS crash on subsequen...
Can you attach the offending project and data? or it just happen to you with any project/data, even a very simple one... Giovanni Manghi
11:37 AM Bug report #17169 (Feedback): Changing grid options in print layout makes QGIS crash on subsequen...
Can you attach the offending project and data? or it just happen to you with any project/data, even a very simple one... Giovanni Manghi
12:05 PM Bug report #17167: Tables with boolean data types can't be saved
oh - sorry.
The "save problem" of data with boolean data types is pretty much everywhere (Python, Processing, prob...
Andreas Neumann
12:01 PM Bug report #17167: Tables with boolean data types can't be saved
Andreas Neumann wrote:
> Any tool in processing that saves a vector layer that contains boolean data types.
>
> T...
Giovanni Manghi
11:55 AM Bug report #17167: Tables with boolean data types can't be saved
Any tool in processing that saves a vector layer that contains boolean data types.
This is all related to the new ...
Andreas Neumann
10:58 AM Bug report #17167 (Feedback): Tables with boolean data types can't be saved
Hi Andreas, what tool in Processing? Giovanni Manghi
11:53 AM Bug report #17168: Boolean columns trigger Python errors in Refactor Fields processing algorithm
The boolean data type (on the QGIS level) is new in QGIS master. It didn't exist in 2.18x
So the issue is only on ...
Andreas Neumann
10:57 AM Bug report #17168 (Feedback): Boolean columns trigger Python errors in Refactor Fields processing...
Does it work as expected on 2.18? Giovanni Manghi
11:44 AM Bug report #17156: Some features not drawn using Oracle as data source
The vector imported in PostGIS shows just fine. Giovanni Manghi
11:32 AM Revision 06dc9660 (qgis): Merge pull request #5229 from m-kuhn/cleanCode
Clean code Matthias Kuhn
11:31 AM Bug report #17172 (Feedback): QGIS crashes when adding or clicking on base map or any raster layer
Remove all the 3rd party plugins (better remove the entire .qgis2 folder), re-start qgis, re-install quick map servic... Giovanni Manghi
11:31 AM Bug report #17172 (Feedback): QGIS crashes when adding or clicking on base map or any raster layer
Remove all the 3rd party plugins (better remove the entire .qgis2 folder), re-start qgis, re-install quick map servic... Giovanni Manghi
11:31 AM Bug report #17172 (Feedback): QGIS crashes when adding or clicking on base map or any raster layer
Remove all the 3rd party plugins (better remove the entire .qgis2 folder), re-start qgis, re-install quick map servic... Giovanni Manghi
11:31 AM Bug report #17172 (Feedback): QGIS crashes when adding or clicking on base map or any raster layer
Remove all the 3rd party plugins (better remove the entire .qgis2 folder), re-start qgis, re-install quick map servic... Giovanni Manghi
11:17 AM Revision a67194df (qgis): [OGR] Add orig_ogc_fid as last field to avoid changing field order
Sandro Mani
11:11 AM Feature request #17174 (Open): Remember last input in Field Calculator
Often, I need to repeatedly select some features and update the same attribute; the best way is to use Field Calculat... Juraj Betak
10:56 AM Bug report #15656 (Closed): Loading QLR file with relative path does not work correctly
Tested on latest master, now it works correctly. Seems it was fixed a few months ago in commit:5f5c1ddb15c214a8a920ca... Dominique Lyszczarz
10:52 AM Bug report #16704 (Closed): QGIS 3 : Crash tool reopening option does not loads the last saved pr...
Giovanni Manghi
08:20 AM Bug report #16704: QGIS 3 : Crash tool reopening option does not loads the last saved project
Harrissou read me right, sorry for my bad description, I'll try to improve this in the future.
On the old master, ...
Arnaud Poncet-Montanges
10:50 AM Revision 4ce2cf17 (qgis): [OGR] Add workaround for OGRSQL not recognizing the column name returne...
Sandro Mani
10:31 AM Revision da22be6b (qgis): debian packaging: add ubuntu artful
Jürgen Fischer
10:24 AM Bug report #13577: Impossible to choose current date in form with date widget
!https://user-images.githubusercontent.com/8614223/30682628-9a43237c-9eaa-11e7-993c-f42690785de6.gif! Denis Rouzaud
10:23 AM Bug report #17173 (Closed): QGIS : date calendar widget does not allow to select current value
Denis Rouzaud
10:19 AM Bug report #17173: QGIS : date calendar widget does not allow to select current value
Duplicate #13577 Harrissou Santanna
08:57 AM Bug report #17173 (Closed): QGIS : date calendar widget does not allow to select current value
On windows 7 x64
All versions of QGIS
When using the calendar widget, currently highlighted date cannot be chos...
Arnaud Poncet-Montanges
10:23 AM Revision 6e5324b9 (qgis): Fix doxygen ingroup gui -> core for moved classes
Alessandro Pasotti
10:04 AM Revision 846fef20 (qgis): Doxygen
Matthias Kuhn
09:28 AM Revision 813e9d32 (qgis): Remove dummy method
Matthias Kuhn
09:28 AM Revision 7b14d487 (qgis): Move definition to class
Matthias Kuhn
09:07 AM Revision 53090d5a (qgis): Fix postgres restore
Matthias Kuhn
08:03 AM Bug report #16703: QGIS 3 : Node tool bug on pan
Can't reproduce. Arnaud Poncet-Montanges
05:38 AM Bug report #17094: Point Selection Fails in Antarctic Projections
Yes, I think it is still present in master.
I've fetched the package from:
deb http://qgis.org/debian-nightly-r...
Richard Barnes

2017-09-20

12:16 AM Revision d6bf3178 (qgis): Add an 'Open in external editor' option for python scripts in browser
Nyall Dawson
12:10 AM Revision 274a9024 (qgis): [FEATURE] Show python scripts in browser
Double clicking (or dragging them onto canvas) executes the script Nyall Dawson
12:10 AM Revision 695cf6b5 (qgis): Make sure iface is available when executing dropped python scripts
Nyall Dawson
11:55 PM Revision fc10b77f (qgis): [FEATURE] Show QPT print templates in browser
Double clicking the template (or dragging and dropping to canvas)
results in a new layout being created from the temp...
Nyall Dawson
11:16 PM Bug report #17094: Point Selection Fails in Antarctic Projections
I'm afraid I'm running into compilation difficulties on QGIS Master. Is there a nightly ppa I could use?
Never min...
Richard Barnes
09:20 PM Revision 15e650d6 (qgis): Merge pull request #5221 from nyalldawson/browser_awesome
Add QLR, processing models to browser Nyall Dawson
09:19 PM Feature request #10737 (Closed): Easier loading of qlr files
Applied in changeset commit:qgis|fcf2fcae5abfb909288a65f2872746495b3a3fce. Nyall Dawson
09:19 PM Feature request #10737 (Closed): Easier loading of qlr files
Applied in changeset commit:qgis|fcf2fcae5abfb909288a65f2872746495b3a3fce. Nyall Dawson
09:06 PM Revision d34fd9f0 (qgis): debian packaging: add ubuntu artful
Jürgen Fischer
09:05 PM Bug report #17172 (Closed): QGIS crashes when adding or clicking on base map or any raster layer
I first noticed the issue when clicking on the google hybrid base map layer. I thought the issue was the OpenLayer pl... Nayeli Carvajal
08:05 PM Bug report #17171 (Closed): Dependencias guía de Instalación para Ubuntu 17.10 Artful Aardvark
Buen día.
Al instalar QGIS 3 desde el repositorio de github (compliando) falta una dependencia llamada "qt5-defaul...
Jorge Useche
05:08 PM Bug report #17170: Refactor fields processing algorithm missing expression context when edited in...
Update: same behaviour in QGIS 2.18. It also fails during edition in a model, but works only when executed as a singl... Andreas Neumann
05:06 PM Bug report #17170 (Closed): Refactor fields processing algorithm missing expression context when ...
The "refactor fields" algorithm allows to create new fields based on an expression.
While this works fine, when st...
Andreas Neumann
04:41 PM Revision fd2c6d9a (qgis): [travis] Restore postgres database after build
This will give postgres plenty of time to start up Matthias Kuhn
04:18 PM Revision c767995d (qgis): We all need to get more sleep
Matthias Kuhn
04:12 PM Revision c8495ea4 (qgis): work in progress status
David
04:00 PM Revision e09946a9 (qgis): [OGR] Add workaround for OGRSQL not recognizing the column name returne...
Sandro Mani
02:56 PM Bug report #14799: 'Create transaction groups automatically whenever possible (Experimental)' issues
Matthias Kuhn wrote:
> Can you confirm all of them?
> The feature count and save button as seen in the video are bu...
Regis Haubourg
02:28 PM Bug report #17169 (Closed): Changing grid options in print layout makes QGIS crash on subsequent ...
*new description*:
Create a new project
Add a layer (tried with something in wgs84 here)
Create a layout, ad...
Susan Miller
01:42 PM Revision 5acd22f7 (qgis): [docker] Fix unicode issues
Matthias Kuhn
01:42 PM Revision 9cc28ff5 (qgis): [travis] Give postgres some time to start
Matthias Kuhn
12:20 PM Bug report #17168 (Closed): Boolean columns trigger Python errors in Refactor Fields processing a...
When using the "Refactor Fields" processing algorithm and the attribute data contains columns of type boolean, one ge... Andreas Neumann
12:13 PM Bug report #17167 (Closed): Tables with boolean data types can't be saved
Attribute tables that contain columns with Boolean data types can't be saved with Python and also not in Processing (... Andreas Neumann
12:11 PM Revision 2f9a9dc0 (qgis): [travis] Enable all tests
Matthias Kuhn
12:07 PM Bug report #16948: "Paste features as..." always creates vector layer/scratch layer that can only...
I can't (almost) rplicate the issue with 2.18 36e6bd1
"almost" because, coping from a MultiLineString layer with r...
Luigi Pirelli
11:44 AM Revision b1b21ed2 (qgis): Merge pull request #5143 from m-kuhn/nulldatasetparams
QgsVectorFilewriter skip default null options Matthias Kuhn
11:13 AM Revision c44be93b (qgis): [processing] Add new projection candidate to test
Matthias Kuhn
10:45 AM Revision a67dab52 (qgis): Spelling
Nyall Dawson
10:41 AM Revision ef970630 (qgis): Identation
Nyall Dawson
10:36 AM Revision e6169d85 (qgis): Merge pull request #5220 from nyalldawson/open_folder
[FEATURE] Add 'open directory' action to right click menu for folders in browser dock Nyall Dawson
10:15 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Seen also on Sierra and 2.18.10 Giovanni Manghi
10:15 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Seen also on Sierra and 2.18.10 Giovanni Manghi
10:15 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Seen also on Sierra and 2.18.10 Giovanni Manghi
10:15 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Seen also on Sierra and 2.18.10 Giovanni Manghi
10:15 AM Bug report #17165: QGIS crashes when attempting to get scripts from on-line scripts collection (R...
Seen also on Sierra and 2.18.10 Giovanni Manghi
07:39 AM Bug report #17165 (Closed): QGIS crashes when attempting to get scripts from on-line scripts coll...
Hello,
When attempting to load R scripts into QGIS2.18.9, the application shuts down with no error message. Poof...j...
David Wright
09:47 AM Revision 36e6bd16 (qgis): Merge pull request #5219 from boundlessgeo/browser_shared_model_backport
[bugfix][backport] Browser shared model Alessandro Pasotti
09:36 AM Feature request #6754: Add logarithmic distribution to raster symbology
I was looking for a logarithmic (ten) scale for vector data too...
I think (for vector data) it would need some in...
Richard Duivenvoorde
09:36 AM Feature request #6754: Add logarithmic distribution to raster symbology
I was looking for a logarithmic (ten) scale for vector data too...
I think (for vector data) it would need some in...
Richard Duivenvoorde
09:34 AM Revision 8bcde367 (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
09:34 AM Revision bb2f3d24 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
09:33 AM Revision 8c1169e6 (qgis): [processing] Fix test "variable buffer on points with dissolve option"
Matthias Kuhn
09:21 AM Revision 825a323a (qgis): Fix single raster data items in ogr source select
Thanks to Nyall for catching this. Alessandro Pasotti
09:10 AM Revision f8b2b138 (qgis): Added optional argument to keep legacy API and behavior
Alessandro Pasotti
08:51 AM Revision a6dc6007 (qgis): [processing] Fix single sided buffer multiline (bevel)
Matthias Kuhn
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:42 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> can you attach the (part of) shapefile that concerns the problematic features?
I can att...
Casper Børgesen
08:32 AM Feature request #17166 (Open): Add Layer definiton button in data source manager
Wouldn't it be better to add the possibility of adding a Layerdefiniton file into a QGIS-map to the new Data Source M... Franz Fischlmair
06:09 AM Revision fcf2fcae (qgis): [FEATURE] Show qlr files in browser
Fixes #10737 Nyall Dawson
06:09 AM Revision 253c4c7a (qgis): Add a Custom item type for QgsDataItem
Nyall Dawson
06:09 AM Revision 8bce7a62 (qgis): Allow QgsDataItems to override default double click behavior
Nyall Dawson
06:09 AM Revision 6e1c5c4d (qgis): [FEATURE] Show processing models in browser
And allow them to be executed and edited directly from there Nyall Dawson
05:48 AM Feature request #5814 (Closed): QGIS Browser open and preview ESRI file geodatabases
Fixed in commit:ac6eaa865b6bc8bfc471d823cd576885e7318dab Nyall Dawson
05:48 AM Feature request #5814 (Closed): QGIS Browser open and preview ESRI file geodatabases
Fixed in commit:ac6eaa865b6bc8bfc471d823cd576885e7318dab Nyall Dawson
05:48 AM Feature request #5814 (Closed): QGIS Browser open and preview ESRI file geodatabases
Fixed in commit:ac6eaa865b6bc8bfc471d823cd576885e7318dab Nyall Dawson
05:13 AM Bug report #14811 (Feedback): Loading QLR file locks parent directory forever in Windows
This should be fixed with 2.18 - can you confirm? Nyall Dawson
05:13 AM Bug report #14811 (Feedback): Loading QLR file locks parent directory forever in Windows
This should be fixed with 2.18 - can you confirm? Nyall Dawson
04:19 AM Feature request #16091 (Closed): Add support for ESRI Filegeodatabase in QGIS Browser
Done in commit:ac6eaa865b6bc8bfc471d823cd576885e7318dab Nyall Dawson
04:19 AM Feature request #16091 (Closed): Add support for ESRI Filegeodatabase in QGIS Browser
Done in commit:ac6eaa865b6bc8bfc471d823cd576885e7318dab Nyall Dawson
02:24 AM Bug report #17137: Parsing some Certificate Authorities causes crash
This happens when the cert's public key algorithm is based upon elliptic curve. Larry Shaffer

2017-09-19

01:34 AM Revision 21fc2e1a (qgis): Show a tooltip with full path for directory items
Nyall Dawson
01:31 AM Revision 97d5d583 (qgis): Use native OS directory separators in browser dock
Nyall Dawson
01:24 AM Revision 6ce3c610 (qgis): [FEATURE] Add 'open directory' action to right click menu for
folders in browser dock
Opens the folder in the OS' file explorer
Nyall Dawson
01:12 AM Feature request #17163: Processing: add a "clear" and "export" buttons in result viewer panel and...
In my opinion we really need to rethink the result panel and history dialog. I think these could be combined into a s... Nyall Dawson
12:28 AM Feature request #17163 (Open): Processing: add a "clear" and "export" buttons in result viewer pa...
This should improve overall usability of the result viewer. Giovanni Manghi
12:29 AM Feature request #17164 (Closed): Processing: allow edit pre-configured algorithms
At the moment they can only be run or removed. Giovanni Manghi
11:47 PM Bug report #16186 (Open): Processing: Broken GRASS tools under Windows
This as resurfaced. Tested on completely clean system. Giovanni Manghi
11:47 PM Bug report #16186 (Open): Processing: Broken GRASS tools under Windows
This as resurfaced. Tested on completely clean system. Giovanni Manghi
11:47 PM Bug report #16186 (Open): Processing: Broken GRASS tools under Windows
This as resurfaced. Tested on completely clean system. Giovanni Manghi
11:47 PM Bug report #16186 (Open): Processing: Broken GRASS tools under Windows
This as resurfaced. Tested on completely clean system. Giovanni Manghi
11:47 PM Bug report #16186 (Open): Processing: Broken GRASS tools under Windows
This as resurfaced. Tested on completely clean system. Giovanni Manghi
08:53 PM Bug report #17162 (Closed): Processing: select by location does not work in the modeller
Within a model the "select by location" (followed by a "save selected features") tool does not work, the result is al... Giovanni Manghi
08:50 PM Revision 6cac41d3 (qgis): remove extra doc coverage test
Denis Rouzaud
08:44 PM Bug report #17161 (Closed): Processing: zonal stats python error
Tested on Linux and Windows (raster layer attached) on 2.18.13... Giovanni Manghi
08:44 PM Bug report #17159: Wrong results using tool "Zonal Statistics"
The same has been seen on master, where the tool is only available as part of the Processing toolbox. Giovanni Manghi
12:33 PM Bug report #17159 (Closed): Wrong results using tool "Zonal Statistics"
The tool "Zonal statistics" gives wrong results for polygons that are (mainly) smaller than the pixels size of the ra... Pieter Roggemans
08:40 PM Revision baafc4e8 (qgis): use same build folder
Denis Rouzaud
08:35 PM Revision dc72e140 (qgis): Merge pull request #5193 from Gustry/layer_properties
move metadata panel to OGC server panel Nyall Dawson
08:29 PM Revision 8e2770d0 (qgis): fix code layout build
Denis Rouzaud
08:04 PM Bug report #16412 (Closed): QGIS Desktop 2.14.2 - doesn't save values in field Comment
The column has to be intended as read only, see
https://lists.osgeo.org/pipermail/qgis-developer/2015-April/037521...
Giovanni Manghi
08:04 PM Bug report #16412 (Closed): QGIS Desktop 2.14.2 - doesn't save values in field Comment
The column has to be intended as read only, see
https://lists.osgeo.org/pipermail/qgis-developer/2015-April/037521...
Giovanni Manghi
08:04 PM Bug report #16412 (Closed): QGIS Desktop 2.14.2 - doesn't save values in field Comment
The column has to be intended as read only, see
https://lists.osgeo.org/pipermail/qgis-developer/2015-April/037521...
Giovanni Manghi
08:02 PM Bug report #17048 (Closed): Comment for fields not working
Giovanni Manghi
10:20 AM Bug report #17048: Comment for fields not working
Devs have already identified this problem. (https://lists.osgeo.org/pipermail/qgis-developer/2015-April/037521.html)
...
jd lom
07:47 PM Bug report #17156 (Feedback): Some features not drawn using Oracle as data source
Casper Børgesen wrote:
> I zoom to an area containing features that are not rendered. I select (by area) both featur...
Giovanni Manghi
10:06 AM Bug report #17156: Some features not drawn using Oracle as data source
I zoom to an area containing features that are not rendered. I select (by area) both features which area rendered and... Casper Børgesen
09:57 AM Bug report #17156 (Open): Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> Casper Børgesen wrote:
> > Giovanni Manghi wrote:
> > > Just making some guess here... in...
Casper Børgesen
09:18 AM Bug report #17156 (Feedback): Some features not drawn using Oracle as data source
Casper Børgesen wrote:
> Giovanni Manghi wrote:
> > Just making some guess here... in layer properties do you have ...
Giovanni Manghi
08:09 AM Bug report #17156: Some features not drawn using Oracle as data source
Giovanni Manghi wrote:
> Just making some guess here... in layer properties do you have the on the fly simplificatio...
Casper Børgesen
07:42 PM Bug report #13762: Error accessing external WMS server -- WMS provider: Cannot calculate extent
Adam Szieberth wrote:
> Giovanni Manghi wrote:
> > This seems now ok on both 2.18.4 and master.
>
> Still not fi...
Giovanni Manghi
07:42 PM Bug report #13762: Error accessing external WMS server -- WMS provider: Cannot calculate extent
Adam Szieberth wrote:
> Giovanni Manghi wrote:
> > This seems now ok on both 2.18.4 and master.
>
> Still not fi...
Giovanni Manghi
06:03 PM Bug report #13762: Error accessing external WMS server -- WMS provider: Cannot calculate extent
Giovanni Manghi wrote:
> This seems now ok on both 2.18.4 and master.
Still not fixed in 2.18.6. I had to manuall...
Adam Szieberth
06:28 PM Revision ccdda891 (qgis): [bugfix][backport] Browser shared model
Backport of master PR 5164 Alessandro Pasotti
05:43 PM Revision d1c73504 (qgis): Remove leftover files
Matthias Kuhn
03:45 PM Revision 45879616 (qgis): Merge pull request #5214 from boundlessgeo/gpkg_import_master_task
Geopackage import multiple files master task Alessandro Pasotti
03:35 PM Revision f638023b (qgis): [processing] Fix test "Polygon buffer with dissolve"
Matthias Kuhn
03:31 PM Revision 6cde4a62 (qgis): [processing] Fix test "Single sided buffer multiline (bevel)"
Matthias Kuhn
03:30 PM Revision 9b213b6a (qgis): [processing] Fix test "variable buffer on points with dissolve option"
Matthias Kuhn
03:28 PM Revision f5c4fdff (qgis): [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify
Manually merge to QGIS 3 from 2.18
Funded by Ifremer
René-Luc ReLuc
03:10 PM Bug report #17160 (Closed): Vulnerability in the proxy settings
There is a Security problem with domain registrations.
When using the proxy for web access, the password is readable...
Michael Kuerbs
03:01 PM Revision 0ac02497 (qgis): [processing] Make python field calculator support LongLong
Matthias Kuhn
03:01 PM Revision 973dba0d (qgis): [processing] Update python field calculator test results
Matthias Kuhn
03:01 PM Revision 506b35a7 (qgis): [processing] Fix type resolving in python field calculator
Matthias Kuhn
03:01 PM Revision cfabd10b (qgis): Fix qgis:lineintersections test
Matthias Kuhn
02:50 PM Revision 2c11004a (qgis): [processing] Update python field calculator test results
Matthias Kuhn
02:50 PM Revision da35151f (qgis): [processing] Make python field calculator support LongLong
Matthias Kuhn
02:49 PM Revision 7dfa1330 (qgis): [processing] Fix type resolving in python field calculator
Matthias Kuhn
02:36 PM Revision ecd22297 (qgis): Fix qgis:lineintersections test
Matthias Kuhn
02:34 PM Revision cc76a556 (qgis): chmod -x StatisticsByCateogries.py
Matthias Kuhn
02:15 PM Revision 20e1d720 (qgis): Merge pull request #5209 from nyalldawson/geometry_coverage
[WIP] Extend geometry classes unit test coverage Nyall Dawson
02:02 PM Bug report #17133: QGIS has stopped running when startup after new installation
Upload the crashed log for you to see.please ignore the Chinese letters cause it is about the "QGIS has stopped worki... Kim Jhon
02:02 PM Bug report #17133: QGIS has stopped running when startup after new installation
Upload the crashed log for you to see.please ignore the Chinese letters cause it is about the "QGIS has stopped worki... Kim Jhon
01:24 PM Revision 1f0e73a3 (qgis): QgsGeoPackageImportTask -> QgsConcurrentFileWriterImportTask
Alessandro Pasotti
01:18 PM Revision 38cc5703 (qgis): Improve test cases
Nyall Dawson
01:17 PM Revision 8d34023d (qgis): Merge pull request #5216 from m-kuhn/vectorFileWriter
Make error message accessible for python in vector file writer Matthias Kuhn
01:15 PM Revision b0892488 (qgis): Merge pull request #5212 from boundlessgeo/browser_homogenize
Geopackage: browser homogenize Alessandro Pasotti
01:05 PM Revision e05f2669 (qgis): Merge pull request #4959 from rldhont/server-wms-configparser-getprint
[Server] WMS GetPrint refactoring René-Luc ReLuc
12:36 PM Revision 6f5d9c94 (qgis): Fix some leaks in geometry tests (valgrind noise)
Nyall Dawson
12:24 PM Revision d1d26e96 (qgis): Fix test
Matthias Kuhn
11:58 AM Revision a5647c70 (qgis): Added documentation for QgsDataItemProviderFromPlugin constructor
Alessandro Pasotti
11:46 AM Bug report #17142: DB Manager: error when adding a raster from GPKG
I'd leave this open until you are able to confirm that the new GDAL actually fixes it. Alessandro Pasotti
09:15 AM Bug report #17142: DB Manager: error when adding a raster from GPKG
ok so maybe this can be closed already. Giovanni Manghi
08:18 AM Bug report #17142: DB Manager: error when adding a raster from GPKG
If that's only on windows that's expected: gpkg raster support in GDAL 2.2.1 is broken on windows: you'll need at lea... Alessandro Pasotti
11:39 AM Revision 9526d487 (qgis): Astyle
Nyall Dawson
11:07 AM Feature request #17158 (Open): Identify tool: MODE drop down hidden when in TABLE view
Identify results tool:
I would like to use MODE functionality in TABLE view, exactly like in TREE view.
Is there an...
Juraj Betak
11:03 AM Bug report #16572: Table join between two shape files crashes qgis
Sorry for the slow feedback. I'm not able to reproduce anymore in 2.18.12... Pieter Roggemans
11:00 AM Revision 44e32e18 (qgis): Fix tests for new QgsVectorFileWriter python API
Matthias Kuhn
09:23 AM Revision 388f8630 (qgis): Null pointer check for the layer tree
René-Luc ReLuc
09:22 AM Revision bb425e45 (qgis): Cleaner signature for QgsAbstractGeometry::closestSegment
Nyall Dawson
09:22 AM Revision 4e3eff94 (qgis): Fix crash when calculating area for invalid circular string
Nyall Dawson
09:22 AM Revision afcb82ef (qgis): Fix potential crash when calling QgsCircularString::pointN with bad
index Nyall Dawson
09:22 AM Revision f387210e (qgis): Move QgsPolygonV2 equality operators up to QgsCurvePolygon
Nyall Dawson
09:22 AM Revision d861e647 (qgis): Set correct WKB type when clearing a QgsCircularString
Nyall Dawson
09:22 AM Revision 9e61cd63 (qgis): Move overriden methods from headers to cpp files
Since they can't be inlined anyway Nyall Dawson
09:22 AM Revision 15404483 (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision e6a0af5a (qgis): Fix crash in QgsCompoundCurve equality operator
Nyall Dawson
09:22 AM Revision 1956a381 (qgis): When constructing a QgsPoint with explicit WKB type specified,
ignore any explicit z/m value if the WKB type does not have
that dimensionality
Brings consistent behavior to all Qg...
Nyall Dawson
09:22 AM Revision 6039e05b (qgis): Fix some potential crashes in curve polygons
Nyall Dawson
09:22 AM Revision b744820b (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision 5bb359db (qgis): Boost test coverage of geometry classes
Nyall Dawson
09:22 AM Revision fd3a38fc (qgis): More tests
Nyall Dawson
09:22 AM Revision e5b1c675 (qgis): Fix incorrect 'left of' calculation when finding nearest point
to circular string Nyall Dawson
09:22 AM Revision 6205ca5e (qgis): Fix invalid return from QgsCircularString::pointN with negative indices
Nyall Dawson
09:22 AM Revision 1f40f620 (qgis): Expand geometry test coverage
Nyall Dawson
09:22 AM Revision 54c988f9 (qgis): Make QgsAbstractGeometry::toCurveType pure virtual, and implement
for all geometry types
Previously this method would return nullptrs for many geometry
types
Nyall Dawson
09:22 AM Revision bb3170f5 (qgis): Fix incorrect vertexAngle calculation for circular strings
Angle was always perpendicular to the tangent, instead of
tangential to the curve
Nyall Dawson
09:22 AM Revision 0fba03f8 (qgis): Fix potential crash in QgsCircularString::vertexAngle
Nyall Dawson
09:22 AM Revision 773d660d (qgis): Remove impossible to reach code
Nyall Dawson
09:22 AM Revision 7973c915 (qgis): fixup
Nyall Dawson
09:22 AM Revision e9377827 (qgis): Fix crash when calling equality operator on QgsCircularString
Nyall Dawson
09:22 AM Revision 9b6e79cd (qgis): Expand QgsTriangle test coverage
Nyall Dawson
09:22 AM Revision 3d0d7aab (qgis): Remove unused QgsGeometryFactory::fromRect method
Nyall Dawson
09:22 AM Revision 92d73961 (qgis): Fix memory leak in QgsEllipse
Nyall Dawson
09:22 AM Revision 328fc9cb (qgis): Consistently use unsigned int for QgsRegularPolygon
Nyall Dawson
09:22 AM Revision a15340fc (qgis): Extend geometry test coverage
Nyall Dawson
09:22 AM Revision 6b07b9bb (qgis): Extend geometry unit test coverage
Nyall Dawson
09:22 AM Revision d3db082c (qgis): Extend unit tests for QgsPolygonV2, QgsPoint
Nyall Dawson
09:22 AM Revision f6d71205 (qgis): Remove default statements for better compiler warnings
Nyall Dawson
08:42 AM Bug report #17157 (Open): Georeferencer seems properly not to close the opened file handle after ...
How to reproduce:
1. Open Georeferencer.
2. Open a raster.
3. From this point, the file handles stay held forever ...
sand thorn
08:39 AM Revision 0598be4c (qgis): Null pointer check for the layer tree model
René-Luc ReLuc
08:06 AM Revision a6b68924 (qgis): Allow data item providers to override default directory handling
Nyall Dawson
08:05 AM Revision ac6eaa86 (qgis): Correctly handle opening gdb directories as a database in browser
Allows ESRI gdb directories to be accessed and the contained
layers to be visible and added to projects.
Nyall Dawson
08:05 AM Revision ca0fea79 (qgis): Add method to retrieve OGR supported directory driver extensions (e.g. ...
Nyall Dawson
07:58 AM Revision 3fc2a49a (qgis): Always run import task when at least one layer is valid
Alessandro Pasotti
07:34 AM Revision 026b9b0f (qgis): [Server] WMS Parameters: const QStringList &l
René-Luc ReLuc
07:34 AM Revision f3165187 (qgis): [Server] GetLegendGraphics : Wait for feature counter finshed
René-Luc ReLuc
07:34 AM Revision 29a5ccfb (qgis): [Server] WMS Parameters: const QVariant &defaultValue
René-Luc ReLuc
07:34 AM Revision 08cacd4a (qgis): [Server] Enhance QgsConfigCache
René-Luc ReLuc
07:34 AM Revision f88af6d5 (qgis): QgsVectorLayer, countSymbolFeatures return QgsVectorLayerFeatureCounter
René-Luc ReLuc
07:34 AM Revision 9ee829ba (qgis): [Server] WMS Parameters: const QVariant &value
René-Luc ReLuc
07:34 AM Revision 262e81df (qgis): [Server] WMS GetPrint refactoring - Update parameters manager
René-Luc ReLuc
07:34 AM Revision 51f1b836 (qgis): [BUGFIX][Server] GetLegendGraphics: Clear root legend
René-Luc ReLuc
07:34 AM Revision 8774e693 (qgis): [Server] Refactoring, removing qgs*parser files
René-Luc ReLuc
07:34 AM Revision d8cf02e0 (qgis): [Server] Remove QgsProject::instance
René-Luc ReLuc
07:34 AM Revision a35af0c1 (qgis): [Server] Refactoring, removing config parser from WMS
René-Luc ReLuc
07:34 AM Revision bb61db2e (qgis): [Server] test: add response content in message when it's not an image
René-Luc ReLuc
07:34 AM Revision 0e1d535c (qgis): [Server] WMS GetPrint refactoring - Add Highlight layers
René-Luc ReLuc
07:34 AM Revision 7c1d3972 (qgis): [Server] WMS GetPrint refactoring
René-Luc ReLuc
07:34 AM Revision 10fbfb37 (qgis): [Server] WMS GetPrint refactoring - Update tests
René-Luc ReLuc
07:34 AM Revision 899e8723 (qgis): Cancel QgsVectorLayerFeatureCounter on QGsVectorLayer destroy
René-Luc ReLuc

2017-09-18

10:49 PM Revision b53e9867 (qgis): Merge pull request #5170 from nyalldawson/drop_spatial_query
Drop spatial query plugin Nyall Dawson
10:33 PM Revision 281236f4 (qgis): Merge pull request #5211 from mhugent/atlas_compress_tiff
Use LZW compression for tifs exported from atlas / composer Nyall Dawson
08:43 PM Revision b9a70007 (qgis): Merge pull request #5215 from m-kuhn/metaCode
Doxymentation and de-noising Matthias Kuhn
07:42 PM Bug report #17142 (Open): DB Manager: error when adding a raster from GPKG
Alessandro Pasotti wrote:
> Cannot reproduce on master on Linux.
Hi Alessandro, I can only test on Windows this d...
Giovanni Manghi
06:44 PM Bug report #17142 (Feedback): DB Manager: error when adding a raster from GPKG
Cannot reproduce on master on Linux. Alessandro Pasotti
07:36 PM Bug report #17156: Some features not drawn using Oracle as data source
Just making some guess here... in layer properties do you have the on the fly simplification enabled? are th geometri... Giovanni Manghi
07:36 PM Bug report #17156: Some features not drawn using Oracle as data source
Just making some guess here... in layer properties do you have the on the fly simplification enabled? are th geometri... Giovanni Manghi
12:43 PM Bug report #17156 (Closed): Some features not drawn using Oracle as data source
I have some coast line features stored in a Oracle database and I'm trying to show them in QGIS. See the attached ima... Casper Børgesen
06:34 PM Revision 37e522e7 (qgis): Document API breaks
Matthias Kuhn
06:32 PM Revision 3043e85e (qgis): Return error message from QgsVectorFileWriter
Matthias Kuhn
06:32 PM Revision d8de8697 (qgis): Remove useless debug messages
Matthias Kuhn
06:32 PM Revision 63def3d8 (qgis): Doxygen improvements
Matthias Kuhn
05:36 PM Revision 9c67560b (qgis): Geopackage import multiple files master task
This fixes a problem when importing multiple files
into a gpkg. Previous implementation spawned multiple
independent ...
Alessandro Pasotti
05:21 PM Bug report #17126 (Closed): QGIS 2.18.12 dxf export generates one layer per feature
Applied in changeset commit:qgis|15bc5ed0c34276b350b1af1ea8ca02b5c37cd806. Jürgen Fischer
05:21 PM Bug report #17126 (Closed): QGIS 2.18.12 dxf export generates one layer per feature
Applied in changeset commit:qgis|15bc5ed0c34276b350b1af1ea8ca02b5c37cd806. Jürgen Fischer
05:20 PM Revision c81adf8f (qgis): dxf export: fix layer assignment (fixes #17126; followup 6292c6ae1)
Jürgen Fischer
05:20 PM Revision 15bc5ed0 (qgis): dxf export: fix layer assignment (fixes #17126; followup 92091c536b)
Jürgen Fischer
04:31 PM Revision 26aae589 (qgis): [FEATURE]: In GetProjectSettings, show if a legend group is mutually ex...
Marco Hugentobler
04:20 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
Problem solved by choosing default Settings in "Project Properties" AND "Settings -> Options -> Map Tools -> Measure ... Werner Macho
04:20 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
Problem solved by choosing default Settings in "Project Properties" AND "Settings -> Options -> Map Tools -> Measure ... Werner Macho
04:20 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
Problem solved by choosing default Settings in "Project Properties" AND "Settings -> Options -> Map Tools -> Measure ... Werner Macho
04:20 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
Problem solved by choosing default Settings in "Project Properties" AND "Settings -> Options -> Map Tools -> Measure ... Werner Macho
04:20 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
Problem solved by choosing default Settings in "Project Properties" AND "Settings -> Options -> Map Tools -> Measure ... Werner Macho
04:12 PM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Helmut Kudrnovsky wrote:
> Nyall Dawson wrote:
> > Check your project distance unit setting - I suspect this is aff...
Helmut Kudrnovsky
02:23 PM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Nyall Dawson wrote:
> Check your project distance unit setting - I suspect this is affecting the result.
my workf...
Helmut Kudrnovsky
01:52 PM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Check your project distance unit setting - I suspect this is affecting the result. Nyall Dawson
01:13 PM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Giovanni Manghi wrote:
> Just tried on both Linux and Windows 7 with 2.18.12 and I get the right values.
thanks f...
Helmut Kudrnovsky
04:06 PM Revision c19fb1ca (qgis): [expression] fix caching for aggregate() and @parent exp. (fixes #15797)
Mathieu Pellerin - nIRV
04:05 PM Bug report #15797 (Closed): aggregate's @parent feature gives varying (and wrong) results
Applied in changeset commit:qgis|c19fb1ca0ca03e7f04734af038aefc8b18834065. Mathieu Pellerin - nIRV
04:05 PM Bug report #15797 (Closed): aggregate's @parent feature gives varying (and wrong) results
Applied in changeset commit:qgis|c19fb1ca0ca03e7f04734af038aefc8b18834065. Mathieu Pellerin - nIRV
11:52 AM Bug report #15797: aggregate's @parent feature gives varying (and wrong) results
Harrissou, I suspect it is indeed. Mathieu Pellerin - nIRV
11:50 AM Bug report #15797: aggregate's @parent feature gives varying (and wrong) results
@Matthieu. Is it the same issue than #16481? Harrissou Santanna
03:51 PM Feature request #13085: Add WMS-T (time) support
TimeManager implements browsing WMS-T layers but it only helps for visualizations. Missing TIME parameters cause GetF... Anita Graser
03:27 PM Revision d2d9de8e (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
03:25 PM Revision f622641a (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
03:24 PM Revision ad82efe6 (qgis): debian packaging: drop mimelnk files for KDE3
Jürgen Fischer
02:59 PM Revision cc6637e2 (qgis): Removed new icon 'mIconAddData.svg' and replaced old 'mActionDataSourc...
Kent Porter
02:46 PM Revision 2cf2ad25 (qgis): QgsSettings -> Settings in options dialog tab
Alessandro Pasotti
02:36 PM Revision 704ac545 (qgis): Fix refreshConnections: only emit if it's a root item
and propagate down to the tree until the root is reached. Alessandro Pasotti
02:36 PM Revision d7029bb5 (qgis): Geopackage: switch the action from add/remove connection
depending on the connection being already stored or not,
this allows the user to remove and existing connection.
Alessandro Pasotti
02:36 PM Revision ef975476 (qgis): Geopackage: fix store connection from browser
Alessandro Pasotti
02:36 PM Revision 808cbf35 (qgis): Added a short comment in file header
Alessandro Pasotti
02:36 PM Revision 420dc829 (qgis): Geopackage data items: added tooltip and fix connection storage
Alessandro Pasotti
02:34 PM Revision f3d25c51 (qgis): Minor cosmetic code change: removed unnecessary parenthesis
Alessandro Pasotti
02:34 PM Revision 7cf26369 (qgis): Handle gpkg vectors and rasters with ogr data items
Alessandro Pasotti
02:31 PM Revision 6bc1d1f7 (qgis): Typo in docstring
Alessandro Pasotti
02:31 PM Revision ab74ecc3 (qgis): File browser: use GeoPackage items for gpkg files
Alessandro Pasotti
02:16 PM Revision 9f1f3ead (qgis): Allow gpkg to also show vectors in zipped files
Alessandro Pasotti
01:57 PM Revision 90378b79 (qgis): Use LZW compression for tifs exported from atlas / composer
Marco Hugentobler
11:50 AM Bug report #15186 (Closed): composer: atlas export to image does not remember file format
Mathieu Pellerin - nIRV
11:50 AM Bug report #16470 (Closed): crash when using legend "show feature count"
Mathieu Pellerin - nIRV
11:24 AM Bug report #17155: Crash when creating XYZ layer from python
Of course it is ... !
Works correctly with a QgsRasterLayer, thanks. I did not get enough coffee this morning appa...
Hugo Mercier
10:45 AM Bug report #17155 (Feedback): Crash when creating XYZ layer from python
Shouldn't that be QgsRasterLayer? Nyall Dawson
10:34 AM Bug report #17155 (Closed): Crash when creating XYZ layer from python
Try something like... Hugo Mercier
11:22 AM Revision 7de99992 (qgis): Merge pull request #5206 from rouault/ogrprovider_use_gdaldriver_and_gd...
[OGR provider] USE GDAL driver and dataset API, and pass FORCE_SRS_DETECTION=YES for GML Even Rouault
08:37 AM Revision 938f2615 (qgis): [processing] fix map layer combo box layer reference
Mathieu Pellerin - nIRV
08:33 AM Revision 09195fb5 (qgis): [processing] implement source flag for feature based algorithms (#5208)
Mathieu Pellerin - nIRV
04:17 AM Revision ffbb2448 (qgis): Fix memory leak
Nyall Dawson
04:14 AM Revision 31f6a893 (qgis): Fix coverity unchecked return value warning
Nyall Dawson
04:13 AM Revision 57beefd4 (qgis): Fix coverity uninitialized members warnings
Nyall Dawson
04:10 AM Revision b44cf5d1 (qgis): Fix memory leak
Nyall Dawson

2017-09-17

12:54 AM Bug report #17131: Processing: Union and Intersection wrong results
Regis Haubourg wrote:
> ...and Postgis.
wow, this is surprising.
>
> That ended up in modifying GEOS heur...
Giovanni Manghi
12:53 AM Bug report #17148: Processing: python error in ""select by attribute sum"

> For reference, see https://lists.osgeo.org/pipermail/qgis-developer/2017-September/049673.html
thanks I had fo...
Giovanni Manghi
12:52 AM Bug report #17153 (Feedback): QGIS 2.18.12 crashes on "save as"
Hi,
how did you installed qgis? repository (with or without ubuntugis dependencies?) or self-compiled?
Giovanni Manghi
12:52 AM Bug report #17153 (Feedback): QGIS 2.18.12 crashes on "save as"
Hi,
how did you installed qgis? repository (with or without ubuntugis dependencies?) or self-compiled?
Giovanni Manghi
12:50 AM Bug report #17133: QGIS has stopped running when startup after new installation
Kim Jhon wrote:
>an you give me some solutions for this?
hi,
it really seems a local issue as of course this is...
Giovanni Manghi
10:00 AM Bug report #17133: QGIS has stopped running when startup after new installation
Giovanni Manghi wrote:
> Very likely a local issue, as this is of course not experience of the vast majority of inst...
Kim Jhon
12:48 AM Bug report #17151 (Feedback): wrong vector line length calculation by $length in attribute table ...
Just tried on both Linux and Windows 7 with 2.18.12 and I get the right values. Giovanni Manghi
10:09 PM Bug report #17154 (Closed): Sub layer show/lock isn't affected changing parent layer
Wrong infos Carlo Folini
09:21 PM Bug report #17154 (Closed): Sub layer show/lock isn't affected changing parent layer
In layers tab when I change the show/lock on parent layer, sub layers aren't affected.
The expected behaviour shou...
Carlo Folini
06:29 PM Revision 5bce19e0 (qgis): Leave more defaults for vector creation to OGR
Matthias Kuhn
06:29 PM Revision 21822a0b (qgis): QgsVectorFilewriter skip default null options
Don't specify dataset options which have null default values. Setting
these as empty strings might introduce a differ...
Matthias Kuhn
10:27 AM Revision 9c7b4f0c (qgis): [OGR provider] Workaround bug in OGR GML driver
Even Rouault

2017-09-16

10:56 PM Bug report #17152 (Closed): Problem with type of (python) QgsComposerItem?
This is an upstream bug in newer version of the pyqt4/sip libraries which the python bindings are built using. Upstre... Nyall Dawson
10:56 PM Bug report #17152 (Closed): Problem with type of (python) QgsComposerItem?
This is an upstream bug in newer version of the pyqt4/sip libraries which the python bindings are built using. Upstre... Nyall Dawson
09:36 AM Bug report #17152 (Closed): Problem with type of (python) QgsComposerItem?
I have a bug on Debian and FreeBSD exactly like "this":https://gis.stackexchange.com/questions/253124/qgscomposeritem... Loïc BARTOLETTI
10:53 PM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Processing in 3.0 uses a memory layer as intermediate steps in models, add running individual algs allows choice of o... Nyall Dawson
09:08 AM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
Nyall Dawson wrote:
> I agree that the loss of information in the column names is a regression.
>
> > In master t...
Giovanni Manghi
02:05 AM Bug report #17150: Processing: output for standard NxT distance matrix now wrong
I agree that the loss of information in the column names is a regression.
> In master the result is as in 2.18 but...
Nyall Dawson
10:50 PM Revision 677c1043 (qgis): [needs-docs] move metadata panel to OGC server panel
Etienne Trimaille
11:38 AM Bug report #17153 (Closed): QGIS 2.18.12 crashes on "save as"
I have QGIS 2.18.12 on Ubuntu 17.04. Every time I try to save a new project QGIS crashes, and I have no idea of the r... Andrea Ferrando
09:45 AM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Helmut Kudrnovsky wrote:
> attached a line vector shape file in EPSG:31287 (https://epsg.io/31287)
>
> vector lin...
Helmut Kudrnovsky
09:11 AM Revision 043c86b2 (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
09:11 AM Revision 867c6789 (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
09:11 AM Revision 0741925b (qgis): ...
Denis Rouzaud
09:11 AM Revision 7f73c1ba (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
09:11 AM Revision 72a0fa58 (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
09:11 AM Revision f85e913a (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
09:11 AM Revision e8bd70b7 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
09:11 AM Revision e0d198f9 (qgis): more fixes
Denis Rouzaud
09:11 AM Revision 5b844792 (qgis): minor fixes
Denis Rouzaud
09:11 AM Revision d36e5b82 (qgis): some fixes
Denis Rouzaud
09:11 AM Revision 5d5ea55e (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
09:11 AM Revision a6ac74e5 (qgis): some fixes
Denis Rouzaud
09:11 AM Revision a479e765 (qgis): put back waiting
Denis Rouzaud
09:11 AM Revision c61005f9 (qgis): fix psql
Denis Rouzaud
09:11 AM Revision 4519b245 (qgis): Wait for postgres server to spin up
Matthias Kuhn
09:11 AM Revision cd80cdec (qgis): Fix setup postgres
Matthias Kuhn
09:11 AM Revision 5ab524db (qgis): Output on failure
Matthias Kuhn
09:11 AM Revision d1102700 (qgis): Setup postgis
Matthias Kuhn
09:11 AM Revision 32077562 (qgis): Hold on...
Matthias Kuhn
09:11 AM Revision 07023f3f (qgis): Test ninja again
Matthias Kuhn
09:11 AM Revision afec6ee6 (qgis): More debug output
Matthias Kuhn
09:11 AM Revision 624a7bd2 (qgis): Run make directly
Matthias Kuhn
09:11 AM Revision 5fb83170 (qgis): Switch to make
Matthias Kuhn
09:11 AM Revision d21a766e (qgis): echo instead of ninja
Denis Rouzaud
09:11 AM Revision c9791b01 (qgis): fix path
Denis Rouzaud
09:11 AM Revision 6af525e1 (qgis): better var names
Denis Rouzaud
09:11 AM Revision d729de42 (qgis): Fix build folder
Matthias Kuhn
09:11 AM Revision eeb18300 (qgis): use ninja and env var
Denis Rouzaud
09:11 AM Revision d77014db (qgis): explicit setup of ccache
Denis Rouzaud
09:11 AM Revision 5f8cd254 (qgis): add travis branch
Denis Rouzaud
09:11 AM Revision 8e9f4c18 (qgis): fix ctest command
Denis Rouzaud
09:11 AM Revision a8624d52 (qgis): fix line ending
Denis Rouzaud
09:11 AM Revision ea154fe2 (qgis): missing ctest var
Denis Rouzaud
09:11 AM Revision e960c6db (qgis): try to add git to the image
Denis Rouzaud
09:11 AM Revision ac06eb0f (qgis): missing env var
Denis Rouzaud
09:11 AM Revision 0092ce14 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
07:17 AM Revision 01468d08 (qgis): Merge pull request #5204 from nirvn/saveselected_native
Mathieu Pellerin - nIRV
04:39 AM Revision f9bc9259 (qgis): Merge pull request #5171 from nyalldawson/processing_selectioncheckboxes
[processing] Add useCheckBoxes option to EnumWidgetWrapper Nyall Dawson
02:21 AM Revision 085687d8 (qgis): Also update other spatial join alg
Nyall Dawson

2017-09-15

01:59 AM Revision 1983d8f5 (qgis): Improve wording of spatial location alg parameters
Nyall Dawson
01:59 AM Revision dd441f61 (qgis): [processing] A non-optional multiple enum parameter must have at
least one choice selected to be valid Nyall Dawson
01:59 AM Revision 95ab2321 (qgis): Add context menu with Select All/Clear Selection to checkboxes panel
Nyall Dawson
01:59 AM Revision 5ee32392 (qgis): Use checkboxes for Extract/Select by Location algs
Nyall Dawson
01:59 AM Revision 4bae647a (qgis): Use smaller margins for checkboxes panel
Nyall Dawson
01:59 AM Revision ecf7dd5e (qgis): Update class name
Nyall Dawson
01:58 AM Revision b08119bc (qgis): [processing] Add ui option useCheckBoxes in ByLocation algorithms
Arnaud Morvan
01:57 AM Revision 53df3699 (qgis): [processing] add ui option useCheckBoxes in CheckValidity
Arnaud Morvan
01:57 AM Revision 534fe21f (qgis): [processing] Add useCheckBoxes option to SelectionWidgetWrapper
This allow to show checkboxes or radioboxes intead of line edit with button.
This is configurable for each algorithm ...
Arnaud Morvan
11:27 PM Bug report #17151: wrong vector line length calculation by $length in attribute table calculator
Helmut Kudrnovsky wrote:
> attached a line vector shape file in EPSG:31287 (https://epsg.io/31287)
>
> vector lin...
Helmut Kudrnovsky
11:08 PM Bug report #17151 (Closed): wrong vector line length calculation by $length in attribute table ca...
attached a line vector shape file in EPSG:31287 (https://epsg.io/31287)
vector line length calculation seems to be...
Helmut Kudrnovsky
07:12 PM Bug report #17148: Processing: python error in ""select by attribute sum"
Giovanni Manghi wrote:
> Seen in 2.18.12, the tool does not seems to have been ported in master (maybe by choice).
...
Harrissou Santanna
12:16 PM Bug report #17148 (Closed): Processing: python error in ""select by attribute sum"
Seen in 2.18.12, the tool does not seems to have been ported in master (maybe by choice).
2017-09-15T11:14:43 2 ...
Giovanni Manghi
06:05 PM Bug report #17131: Processing: Union and Intersection wrong results
For what it's worth, we are working on making Union more robust since we encountered many Null geometries in some out... Regis Haubourg
05:08 PM Revision 7a1b9f97 (qgis): DBManager -> Browser synchronization
Reload/refresh the browser tree and source select connection
items when connections, tables etc. change in the DBMana...
Alessandro Pasotti
04:49 PM Revision 0ee9d665 (qgis): [OGR provider] Workaround bug in OGR GML driver
Even Rouault
04:44 PM Revision c92d7dc3 (qgis): Docstring/sip fixes in core/3d
Martin Dobias
04:31 PM Revision fc561d03 (qgis): [travis] Traceback for python tests on timeout
Matthias Kuhn
03:54 PM Bug report #17150 (Closed): Processing: output for standard NxT distance matrix now wrong
Up 2.14 (with the ftools tool) the result used to be correct (despite non handling well the accented letters in "uniq... Giovanni Manghi
03:50 PM Revision e6b6a090 (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
03:50 PM Revision f72a952f (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
03:38 PM Revision 1dc50a98 (qgis): ...
Denis Rouzaud
03:37 PM Revision 5505c596 (qgis): Revert "more fixes"
This reverts commit 1d3c4d97cf6ecd81f27ca43889132b5ba1bdd1ad. Denis Rouzaud
03:37 PM Revision 06a9e993 (qgis): Revert "some fixes"
This reverts commit e6657df2b7ea64d340c6fd5f70640522b4bddc45. Denis Rouzaud
03:37 PM Revision 3df86156 (qgis): Revert "use second Dockerfile to push 2nd image"
This reverts commit 050682a37364e110f350b9c3293f662b0011036d. Denis Rouzaud
03:37 PM Revision 31b7cb14 (qgis): some fixes
Denis Rouzaud
03:37 PM Revision 9edbf1a6 (qgis): Revert "minor fixes"
This reverts commit 24c3ae15e04bc928b1c59d059d5378ad30bd6008. Denis Rouzaud
03:37 PM Revision 656b61e2 (qgis): minor fixes
Denis Rouzaud
03:37 PM Revision 85b05ea4 (qgis): more fixes
Denis Rouzaud
03:37 PM Revision 5c694951 (qgis): use second Dockerfile to push 2nd image
Denis Rouzaud
03:37 PM Revision 169f2a63 (qgis): put back waiting
Denis Rouzaud
03:37 PM Revision e3e2bf8e (qgis): fix psql
Denis Rouzaud
03:37 PM Revision 564481c4 (qgis): some fixes
Denis Rouzaud
03:37 PM Revision 5e983c11 (qgis): Output on failure
Matthias Kuhn
03:37 PM Revision 168e37b2 (qgis): Wait for postgres server to spin up
Matthias Kuhn
03:37 PM Revision 8f27ccfb (qgis): Setup postgis
Matthias Kuhn
03:37 PM Revision 84a16662 (qgis): Fix setup postgres
Matthias Kuhn
03:37 PM Revision f99fb281 (qgis): Switch to make
Matthias Kuhn
03:37 PM Revision 2fe936fa (qgis): More debug output
Matthias Kuhn
03:37 PM Revision 49cc8615 (qgis): Test ninja again
Matthias Kuhn
03:37 PM Revision 94a67bc2 (qgis): Hold on...
Matthias Kuhn
03:37 PM Revision afde4898 (qgis): Run make directly
Matthias Kuhn
03:37 PM Revision 85e6d24b (qgis): better var names
Denis Rouzaud
03:37 PM Revision abc89599 (qgis): fix path
Denis Rouzaud
03:37 PM Revision 22c95a14 (qgis): echo instead of ninja
Denis Rouzaud
03:37 PM Revision 7031e895 (qgis): Fix build folder
Matthias Kuhn
03:37 PM Revision 2bc56bb5 (qgis): use ninja and env var
Denis Rouzaud
03:37 PM Revision d83cd269 (qgis): add travis branch
Denis Rouzaud
03:37 PM Revision 9dc1e8b1 (qgis): explicit setup of ccache
Denis Rouzaud
03:37 PM Revision 6cda41d6 (qgis): fix ctest command
Denis Rouzaud
03:37 PM Revision 10079e85 (qgis): try to add git to the image
Denis Rouzaud
03:37 PM Revision 41561710 (qgis): fix line ending
Denis Rouzaud
03:37 PM Revision 248cd15e (qgis): missing ctest var
Denis Rouzaud
03:37 PM Revision 21c9a3b1 (qgis): missing env var
Denis Rouzaud
03:37 PM Revision a6c4b9c4 (qgis): use docker for newer dependencies on Travis
Denis Rouzaud
03:16 PM Revision c2162b0c (qgis): Fix save/reload of N:M relations
Matthias Kuhn
03:08 PM Revision 8cba0bb9 (qgis): Release of 2.18.13
Jürgen Fischer
03:08 PM Revision df0ae5d3 (qgis): Release of 2.14.19
Jürgen Fischer
02:55 PM Revision f63c3024 (qgis): [FEATURE] Add undo and redo on transaction groups (#4765)
* [FEATURE] adds undo/redo for transaction groups
[needs-docs] the undo/redo now works with transcation groups. Just...
Vincent Mora
02:50 PM Revision c26584cc (qgis): [OGR provider] Use FORCE_SRS_DETECTION=YES open option for GML datasets
Even Rouault
02:50 PM Revision 78591b77 (qgis): [OGR provider] Use GDAL driver and dataset API
This is a preparation work to be able to provide open options to vector
drivers, which require using the GDALOpenEx()...
Even Rouault
01:59 PM Bug report #17143 (Reopened): Cardinality cannot be changed in layer properties --> Fields tab --...
Just tested. Works fine within the lifetime of a project.
But unfortunately does not survive a project save and re...
Andreas Neumann
12:03 PM Bug report #17143 (Closed): Cardinality cannot be changed in layer properties --> Fields tab --> ...
Applied in changeset commit:qgis|a0819053fdf0796d3ebad830cdddd82071e351a5. Anonymous
12:03 PM Bug report #17143 (Closed): Cardinality cannot be changed in layer properties --> Fields tab --> ...
Applied in changeset commit:qgis|a0819053fdf0796d3ebad830cdddd82071e351a5. Anonymous
12:36 PM Revision 9778e851 (qgis): Add 3d to doxygen, do not verify indentation of included poly2tri lib
Martin Dobias
12:32 PM Bug report #17149 (Closed): Processing: in master the "result viewer" panel does not show the res...
See attached image. Giovanni Manghi
12:03 PM Revision a0819053 (qgis): Fix N:M Relations
Fix #17143 (https://issues.qgis.org/issues/17143) Matthias Kuhn
11:42 AM Revision 5bd164b6 (qgis): Merge pull request #5200 from nyalldawson/drop_handler
[FEATURE][processing] Allow dropping model files onto QGIS window to execute them Nyall Dawson
11:41 AM Revision f282a753 (qgis): [processing] Fix incorrect filters in vector layer parameter selections
Nyall Dawson
11:16 AM Revision 0cdabb5e (qgis): [needs-docs][processing] return empty layer for save
selected features algorithm if no features are selected Mathieu Pellerin - nIRV
10:53 AM Revision 06ee6f68 (qgis): Expand docs
Nyall Dawson
10:51 AM Revision 04ee85f0 (qgis): [processing] native save selected features algorithm
Mathieu Pellerin - nIRV
10:39 AM Revision 527bce09 (qgis): Allow QgsCustomDropHandlers to directly operate mime data
and dropped file names
This allows QgsCustomDropHandlers which aren't directly associated
with providers (e.g. for p...
Nyall Dawson
10:39 AM Revision 373ac453 (qgis): Slightly cleanup drop handling in qgisapp
Nyall Dawson
10:39 AM Revision 63004642 (qgis): [FEATURE][processing] Allow drag and drop of model files onto QGIS window
to execute them Nyall Dawson
10:39 AM Revision 3c3848af (qgis): Update sip_include
Nyall Dawson
10:39 AM Revision 0df4f4a9 (qgis): Make QgsCustomDropHandler a QObject, and only store weak pointers to them
This means if a plugin registers a custom drop handler, but crashes
before it can deregister it, at least it won't le...
Nyall Dawson
10:39 AM Revision 260f68ab (qgis): More renaming of 3D-related classes and files. No actual code changes
Martin Dobias
10:39 AM Revision ff5ebe9a (qgis): Renaming and moving of 3D entities for 3D symbols
Martin Dobias
10:39 AM Revision fc28a97e (qgis): 3D symbols: private members + public getters/setters ... just like big ...
Martin Dobias
10:39 AM Revision d213d31a (qgis): More renaming. No code changes
Martin Dobias
10:39 AM Revision 3f681d12 (qgis): Post rebase fixes
Martin Dobias
10:39 AM Revision 35b37a22 (qgis): Ignore invalid polygon geometries to avoid crashes in tessellation
Martin Dobias
10:39 AM Revision 33f7c177 (qgis): Use middle button for rotation/tilt, right button for zoom
Martin Dobias
10:39 AM Revision 7ad57e64 (qgis): Remove 3D canvas widget when the dock is closed (just like 2d canvas)
Martin Dobias
10:39 AM Revision 0f692bba (qgis): Do not die when passed invalid full extent from QGIS
Martin Dobias
10:39 AM Revision 81c591c1 (qgis): Handle curved geometries (line/polygon 3d symbol) and repeated vertices
Martin Dobias
10:39 AM Revision b234fc52 (qgis): Correctly working "zoom full" + more robust near/far plane config
Martin Dobias
10:39 AM Revision 9ac3e9cf (qgis): Heuristics for setup of near/far planes of camera
Based on terrain's active nodes, this should configure frustum depth
long enough not to clip away anything that shoul...
Martin Dobias
10:39 AM Revision 870d96e2 (qgis): Moved 3D symbol class implementations into separate files
Martin Dobias
10:39 AM Revision 7d3cf228 (qgis): [FEATURE] support 3d models
Peter Petrik
10:39 AM Revision e83ce541 (qgis): Feature selection is also displayed in 3D map view for polygons
Paul Blottiere
10:39 AM Revision 12a0063e (qgis): Extend range of spin boxes for 3d properties
Martin Dobias
10:39 AM Revision 04b00aad (qgis): Update layer 3D entities when terrain generator or scale change
Martin Dobias
10:39 AM Revision 418dc07c (qgis): GUI for configuration of 3D line symbols for vector layers
Martin Dobias
10:39 AM Revision 2e03f5d3 (qgis): Update list of 3D entities when the list of active layers is changed
Martin Dobias
10:39 AM Revision ba7573a9 (qgis): GUI for configuration of 3D polygon symbols for vector layers
In the style dock there is a new "3D View" tab - so far working just for polygon layers.
It is possible to select a p...
Martin Dobias
10:39 AM Revision 6df66813 (qgis): Read/write 3D renderers of map layers to project files
Martin Dobias
10:39 AM Revision 905222d2 (qgis): Decide number of zoom levels from max. allowed ground error
Martin Dobias
10:39 AM Revision 489a21d0 (qgis): Reworked background loading and updating of chunks
Before there was a dedicated thread for loading and it was not great because map rendering
requests were started from...
Martin Dobias
10:39 AM Revision 63adb73f (qgis): Update terrain map whenever an active layer requests repaint
Martin Dobias
10:39 AM Revision f7c942c8 (qgis): Respect background color from project's main canvas
Martin Dobias
10:39 AM Revision d7b821d9 (qgis): fix the bug
Peter Petrik
10:39 AM Revision 7f1f8a63 (qgis): Zoom in/out by pressing middle mouse button and moving up/down
Martin Dobias
10:39 AM Revision 56ed9b0d (qgis): fix frustum culling for terrain
Peter Petrik
10:39 AM Revision b0c98b7f (qgis): [FEATURE] Feature selection is also displayed in 3D map view for points
Paul Blottiere
10:39 AM Revision a4e3a77d (qgis): Encapsulate entities for selected/not selected points in a root entity
Paul Blottiere
10:39 AM Revision 9478036d (qgis): Get selection color from map canvas
Paul Blottiere
10:39 AM Revision c6ff2f68 (qgis): Feature selection is also displayed in 3D map view for lines
Paul Blottiere
10:39 AM Revision 82f608ee (qgis): GUI for 3D point symbols
Martin Dobias
10:38 AM Revision 76f4f69c (qgis): Base class for 3D renderers + a bit of code shuffling
Martin Dobias
10:38 AM Revision 675a1ae5 (qgis): Import of initial work on QGIS 3D framework from wonder-sk/qgis3d
Martin Dobias
10:38 AM Revision 8d4d5ab3 (qgis): Added missing shaders and temporary test application
Martin Dobias
10:38 AM Revision 8f76477b (qgis): Move all chunk-related functionality to a sub-directory
Martin Dobias
10:38 AM Revision b9dd6bc6 (qgis): Introduce concept of 3D symbols + addition of "single symbol" vector 3D...
Martin Dobias
10:38 AM Revision 3d9d455e (qgis): Signals/slots in Map3D + partial scene udates from Map3D signals
Martin Dobias
10:38 AM Revision 3d0ce5f1 (qgis): Fix build with Qt 5.9
Martin Dobias
10:38 AM Revision 04e12d9d (qgis): Rename TerrainBoundsEntity to ChunkBoundsEntity
... since it can be used also for other chunked entities - not just terrain Martin Dobias
10:38 AM Revision 32ad0a7e (qgis): Start of 3D map configuration widget
Martin Dobias
10:38 AM Revision c8b5e637 (qgis): Fixed flat terrain without CRS defined
Martin Dobias
10:38 AM Revision 0469d443 (qgis): Initial work on integration of 3D map into QGIS application
One can create a 3D map view from menu similar to a new 3D map view Martin Dobias
10:38 AM Revision 74ed07d2 (qgis): Move terrain related classes to a sub-directory
Martin Dobias
10:38 AM Revision 9e0bf1d6 (qgis): Terrain settings in GUI, react to changes of visible layers
Temporarily disabled 2d canvas preview to better see 3D performance Martin Dobias
10:12 AM Revision ea28c2d9 (qgis): Merge pull request #5194 from boundlessgeo/iface_conn_changed
Adds connectionsChanged signal to iface Alessandro Pasotti
09:27 AM Revision 5534d743 (qgis): Execute ln command with GNU compatible options
On some OSX macport installation, GNU commands may be used in favor
of native commands and 'make install' fail wi...
David Marteau
08:18 AM Revision a13aa96b (qgis): Typo forwarder->forwarded
Alessandro Pasotti
08:09 AM Revision c1f765aa (qgis): Add reloadConnections to the app and expose to iface
Alessandro Pasotti
07:52 AM Revision c5ae3a0c (qgis): Merge pull request #5199 from nyalldawson/extract_by_extent2
[processing] Extent handling improvements Nyall Dawson
07:43 AM Revision fed15a2d (qgis): Merge pull request #5197 from NaturalGIS/fix_saga_vectorizng_grid_classes
[processing] fix SAGA LTR vectorizing grid classes tool Alexander Bruy
07:43 AM Revision 8d088c0d (qgis): Merge pull request #5198 from NaturalGIS/fix_saga_vectorizng_grid_class...
[processing] fix SAGA LTR vectorizing grid classes tool for QGIS master Alexander Bruy
06:21 AM Revision 8605be0d (qgis): New algorithm to convert an extent parameter to a layer
Creates a new layer with a single feature with polygon geometry
covering the extent parameter value.
This is designe...
Nyall Dawson
06:09 AM Revision 9b112284 (qgis): Add method to recover extent parameter CRS
Nyall Dawson
04:23 AM Revision 4fd2a1a0 (qgis): Fix unit test data
Nyall Dawson

2017-09-14

12:54 AM Revision 4eeac1c3 (qgis): Fix passing QgsReferencedRec/Point from python to c++
Nyall Dawson
12:35 AM Revision cfdc3c71 (qgis): Use geometry of reproject extent parameters for more accurate clipping
Nyall Dawson
12:35 AM Revision 60b56db9 (qgis): Use CRS when calculating extent during algorithm extection
Nyall Dawson
12:34 AM Revision 80a1d711 (qgis): Return a referenced rectangle from ExtentSelectionPanel
Nyall Dawson
12:34 AM Revision 74565e22 (qgis): Nicer display of rectangle parameter values
Nyall Dawson
12:33 AM Revision ae8bc04b (qgis): Allow use of Qgs(Referenced)Rectangle for processing extent parameter v...
And add a new target CRS argument to parameterAsExtent. If set, and
the source CRS of the rectangle parameter can be ...
Nyall Dawson
12:33 AM Revision d8db3ecc (qgis): [FEATURE] New processing algorithm "extract/clip by extent"
Allows extract a subset of another layer using an extent, with
optional setting to clip geometries to the extent
Nyall Dawson
10:52 PM Bug report #14846: QGIS Union: wrong results
new reference ticket for this matters is #17131 Giovanni Manghi
10:52 PM Bug report #14846: QGIS Union: wrong results
new reference ticket for this matters is #17131 Giovanni Manghi
10:52 PM Bug report #17131: Processing: Union and Intersection wrong results
Interesting enough:
the unpatched version of Processing in 2.18.12 (so without https://github.com/qgis/QGIS/pull/5...
Giovanni Manghi
10:05 PM Bug report #17147 (Closed): Processing: SAGA "vectorizing grid classes" do not work anymore
Fixed here https://github.com/qgis/QGIS/pull/5197 and here https://github.com/qgis/QGIS/pull/5198 Giovanni Manghi
10:05 PM Bug report #17147 (Closed): Processing: SAGA "vectorizing grid classes" do not work anymore
Fixed here https://github.com/qgis/QGIS/pull/5197 and here https://github.com/qgis/QGIS/pull/5198 Giovanni Manghi
09:47 PM Bug report #17147 (Closed): Processing: SAGA "vectorizing grid classes" do not work anymore
The tool changed name. Giovanni Manghi
10:03 PM Revision 3a782537 (qgis): fix SAGA LTR vectorizing grid classes tool for QGIS master
Giovanni Manghi
10:01 PM Revision b8c6295f (qgis): fix SAGA LTR vectorizing grid classes tool
Giovanni Manghi
09:44 PM Bug report #17146 (Closed): Processing: GRASS64 does not work in both latest 2.14 and 2.18
Despite being old and being dropped in QGIS3, in QGIS LTR (2.14 and 2.18) there is still all the necessary for GRASS6... Giovanni Manghi
09:32 PM Bug report #17145 (Closed): Processing: GRASS7 nviz does not work
It used to work for GRASS64. Giovanni Manghi
09:29 PM Revision ba9cb873 (qgis): macOS needs path to GEOS framework
Tom Elwertowski
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
09:29 PM Bug report #17144: Deleting fields from empty layer causes first attribute to be renamed.
Seen also on Linux and on 2.14 and master. In all my tests the first attribute was "id" and was changed to "sometrang... Giovanni Manghi
07:20 PM Bug report #17144 (Closed): Deleting fields from empty layer causes first attribute to be renamed.
Hi all,
I have the following problem: if I delete one or more fields from a layer (shp) that contains no one record,...
Elisa Franchi
06:41 PM Bug report #13398: Georeferencer produce images in wrong crs in 2.10 and master
Returned info: it's not a Proj4 problem... Tobias Wendorff
01:30 PM Bug report #13398: Georeferencer produce images in wrong crs in 2.10 and master
Actually, doesn't ETRS89 need a datum? The definition says "European Terrestrial Reference System 1989" as datum, the... Tobias Wendorff
06:41 PM Bug report #17138: wrong SRS identification of shapefile
Returned info: it's not a Proj4 error... Tobias Wendorff
01:33 PM Bug report #17138: wrong SRS identification of shapefile
Thanks. Forwarded to https://github.com/OSGeo/proj.4/issues/571 Tobias Wendorff
12:57 PM Bug report #17138: wrong SRS identification of shapefile
The same problem in georeferencer. Instead of SRS 25832, QGIS produce SRS 3044.
See #13398
Gerhard Spieles
02:22 AM Bug report #17138: wrong SRS identification of shapefile
Correction: Ignore "2" please. I missed its _+x_0=32500000_, which makes it custom of course. There's leading 32 for ... Tobias Wendorff
05:11 PM Revision 4504a1d0 (qgis): Geopackage items: add URI to tooltip
Alessandro Pasotti
05:10 PM Revision e4231fd9 (qgis): Geopackage items: fix create new layer close dialog
Alessandro Pasotti
03:39 PM Bug report #17136: Processing error: "Could not open SAGA algorithm: RiverGridGeneration.txt"
Seen also on Linux. Giovanni Manghi
03:37 PM Bug report #15894 (Feedback): Transaction groups + translation with node tool issue
Giovanni Manghi
03:20 PM Bug report #15894: Transaction groups + translation with node tool issue
Is it still true with more recent changes to the node tool? Regis Haubourg
03:19 PM Bug report #16657: date edit widget only shows current date whatever the real data is underneath
Lowering the priority since casting to DATE format gives a workaround Regis Haubourg
03:13 PM Feature request #17076 (Closed): Priorize active layer when picking a node with new node tool editor
closed thanks to Martin !
Regis Haubourg
03:13 PM Feature request #17076 (Closed): Priorize active layer when picking a node with new node tool editor
closed thanks to Martin !
Regis Haubourg
02:55 PM Bug report #17143 (Closed): Cardinality cannot be changed in layer properties --> Fields tab --> ...
It is not possible to change the cardinality tab in the "Relations" section of the "Fields" tab of the "layer propert... Andreas Neumann
02:08 PM Revision 91a98902 (qgis): Adds connectionsChanged signal to iface
This is meant to be used by plugins (DBManager is the
first candidate) to notify the application that
the GUI element...
Alessandro Pasotti
01:39 PM Revision d8940544 (qgis): [bugfix] Geopackage restore connections in DB-manager
Alessandro Pasotti
01:34 PM Revision 1e855569 (qgis): Restore synchronization between connections and data source manager
Partial revert of commit 22bd2a35 Alessandro Pasotti
01:14 PM Revision 591b01ec (qgis): Fix geopackage delete connection
Alessandro Pasotti
01:07 PM Bug report #17142 (Closed): DB Manager: error when adding a raster from GPKG
This was observed on master with ones of the GPKG samples:
http://www.geopackage.org/data/gdal_sample_v1.2_spi_non...
Giovanni Manghi
01:00 PM Bug report #17141 (Open): DB Manager only shows some type of rasters
This was observed on master with ones of the GPKG samples:
http://www.geopackage.org/data/gdal_sample_v1.2_spi_non...
Giovanni Manghi
12:56 PM Bug report #17140 (Closed): DB Manager icons are not the same as the ones used in QGIS Browser
I think that making them the same will help a little keeping consistency in the QGIS GUI. See attached image. Giovanni Manghi
11:22 AM Revision 16c6bf99 (qgis): [docker] Use a unicode compatible locale
Matthias Kuhn
11:02 AM Bug report #17139 (Feedback): QGIS 2.18.4 Crash on resizing Polygons
Please attach the offending data and precise steps on how replicate.
Also try to:
upgrade to a more recent versio...
Giovanni Manghi
11:02 AM Bug report #17139 (Feedback): QGIS 2.18.4 Crash on resizing Polygons
Please attach the offending data and precise steps on how replicate.
Also try to:
upgrade to a more recent versio...
Giovanni Manghi
10:55 AM Bug report #17139 (Closed): QGIS 2.18.4 Crash on resizing Polygons
Trying to resize a Polygon ends up with a crash of QGIS directly after selecting the polygon. After several restarts ... Alexander Nicolay
05:56 AM Revision bd292b5f (qgis): Set CMake 3.9 policy for macOS RPATH settings to NEW
Larry Shaffer
05:12 AM Revision 625c2050 (qgis): Fix area calculation on polygons with Z/M wkb types
Follow up a6800d6 Nyall Dawson
03:41 AM Revision 4ec1b4b3 (qgis): [processing] Transparently map 'qgis' algorithms to 'native' algorithms
This allows us to freely move algorithms from the qgis python library
to the c++ native provider without breaking API...
Nyall Dawson
02:13 AM Bug report #16731: Processing/GRASS tools fail if input datasource has spaces in the name
This seems to affect other tools as well as GRASS. e.g. try GDAL rasterize. Alister Hood

2017-09-13

01:57 AM Revision 7c5521ec (qgis): Port fix geometries alg to c++
Nyall Dawson
01:57 AM Revision 8e8f3edc (qgis): Port merge lines and smooth to c++
Nyall Dawson
01:57 AM Revision d96a3f4d (qgis): Port simplify geometries to c++
Nyall Dawson
01:45 AM Revision 07fd9cb8 (qgis): Add missing overrides
Nyall Dawson
01:43 AM Bug report #17138 (Closed): wrong SRS identification of shapefile
I often have problems with QGIS getting the right SRS out of shapefiles. Since I've got a bunch of bad results now, I... Tobias Wendorff
01:04 AM Revision 2b1cf99e (qgis): Merge pull request #5188 from nyalldawson/int
[processing] Fix intersection and union tools don't work with input layers with Z or M values present Nyall Dawson
01:02 AM Bug report #17137 (Closed): Parsing some Certificate Authorities causes crash
When parsing some CAs, e.g. when double-clicking for opening Cert Info dialog, immediately causes QGIS to crash with ... Larry Shaffer
12:51 AM Bug report #17136 (Closed): Processing error: "Could not open SAGA algorithm: RiverGridGeneration...
When starting QGIS I see this in the Processing message log:
@Processing:
2017-09-14T09:28:09 2 Could not open SAGA...
Alister Hood
 

Also available in: Atom