Activity

From 2017-05-13 to 2017-06-11

2017-06-11

11:28 PM Revision bc9b1b64 (qgis): Astyle
Nyall Dawson
11:26 PM Revision e49cc786 (qgis): Make html output in basic stats algorithm optional
Nyall Dawson
11:26 PM Revision a6a3027e (qgis): [processing] Clip alg allows mask in different CRS to clipped layer
Nyall Dawson
11:26 PM Revision 355549ad (qgis): Avoid creating unused sinks
Nyall Dawson
11:26 PM Revision ea18e8e9 (qgis): Resurrect grid polygon algorithm
Nyall Dawson
11:26 PM Revision 5ba0b5cd (qgis): Port merge alg to new API
Nyall Dawson
11:26 PM Revision 386c4246 (qgis): Merge algorithm reprojects layers so that all features are
in CRS of first input layer Nyall Dawson
11:26 PM Revision 92397537 (qgis): Check validity outputs counts of valid/invalid features
Nyall Dawson
11:26 PM Revision aa544a14 (qgis): Only use a temporary feedback object when running algorithms
Otherwise canceling a run causes all future runs to be canceled Nyall Dawson
11:26 PM Revision 1d6d4be5 (qgis): Correctly reject algorithm dialog
Algorithm dialog was not being rejected when close button was
called (only hidden), leading to old dialogs and widget...
Nyall Dawson
11:26 PM Revision d8260b8c (qgis): [FEATURE] Port Extract by Expression to new API, allow saving
non matching features to separate output Nyall Dawson
11:26 PM Revision cb41ef1a (qgis): Output useful logging when running algorithms from toolbox
Now outputs the input parameters, execution time, and results Nyall Dawson
11:26 PM Revision 2d2c2293 (qgis): Port checkInputCRS to c++, and allow algorithms to flag when they
require all input layers to be in the same CRS
The default behaviour is to assume that algorithms are well behaved
a...
Nyall Dawson
11:25 PM Revision dd0bb8c1 (qgis): Merge pull request #4713 from nyalldawson/rect_api
Remove duplicate QgsRectangle::unionRect method Nyall Dawson
11:05 PM Bug report #16700 (Closed): TestQgsActionManager fails for unknown reasons
It is the second time that TestQgsActionManager test fails
for unknown reasons, sometime being fixed by just a resta...
Sandro Santilli
11:03 PM Revision 74ce5550 (qgis): Remove duplicate QgsRectangle::unionRect method
QgsRectangle::combineExtentWith does the exact same thing Nyall Dawson
01:02 PM Revision 6a87889e (qgis): Don't wastefully recalculate memory provider extent after every
feature addition
Previously, the memory provider would automatically recalculate
the extent of the layer after new f...
Nyall Dawson
01:02 PM Revision 10341310 (qgis): Add a provider unit test checking extent after adding/deleting features
Nyall Dawson
12:54 PM Revision be2ec2f1 (qgis): Fix running processing algs through locator
Nyall Dawson
12:36 PM Revision f5a0243c (qgis): Scroll to newly added entries in paletted renderer widget
Nyall Dawson
12:08 PM Revision ad6c46ff (qgis): When using destination CRS in a feature request and a transform
exception occurs, clear the feature's geometry before returning
We never want to return features with mixed CRS geom...
Nyall Dawson
10:13 AM Revision 31162adf (qgis): followup cc877c39: fix build
Matthias Kuhn
09:15 AM Bug report #16562: Performance with Oracle datasets
See also https://lists.osgeo.org/pipermail/qgis-developer/2017-May/048512.html Jürgen Fischer
09:13 AM Revision cc877c39 (qgis): No more QgsGeometry pointers in the public API
Geometries are passed as const reference and returned by value.
This make using the API easier and reduces the risk o...
Matthias Kuhn
08:57 AM Bug report #16698: When saving project, main windows changes size
A commit reference would be better than just a date. Jürgen Fischer
08:44 AM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
ogr2ogr (which works in the background of Add vector layer) stores all fields as VARCHAR, while the QGIS importer use... Andre Joost

2017-06-10

09:04 PM Bug report #16699 (Feedback): QGIS crash dumped
Giovanni Manghi
09:04 PM Bug report #16699 (Closed): QGIS crash dumped
try 2.18.9, attach sample data. Thanks. Giovanni Manghi
09:02 PM Bug report #16699 (Closed): QGIS crash dumped
hi,
I was trying to upload .csv through add delimited layer, converted from .xlsx, however it crashes every time wit...
vsgis erdas
07:40 PM Revision 68965485 (qgis): Merge pull request #4705 from PedroVenancio/master
[processing] fixes GRASS 7 v.net.alloc (fix #16672) Alexander Bruy
07:40 PM Bug report #16672 (Closed): v.net.alloc in Processing
Applied in changeset commit:qgis|68965485210bb317962ad9028a29a86b2e38ba2a. Alexander Bruy
07:40 PM Bug report #16672 (Closed): v.net.alloc in Processing
Applied in changeset commit:qgis|68965485210bb317962ad9028a29a86b2e38ba2a. Alexander Bruy
06:29 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
The kind of invalidity spot by QgsOSMDatabase::exportSpatiaLite is that wayPoints( w.id() ) returns an empty polyline... Sandro Santilli
04:52 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
`ways` identifiers go from 26553528 to 471592927.
`nodes` identifiers go from 291056122 to 4657544184.
2^32 is 4...
Sandro Santilli
03:34 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Alright what "Export topology to Spatialite..." does is not really an "export" as it just creates more tables in an e... Sandro Santilli
03:21 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Ok I could reproduce. It isn't clear to me what the "Export to Spatialite..." does but will dig further Sandro Santilli
03:21 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Ok I could reproduce. It isn't clear to me what the "Export to Spatialite..." does but will dig further Sandro Santilli
03:14 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Andre, could you give instructions in the form I gave them in #10790-16? I'll try to figure out but it's a lot of tim... Sandro Santilli
05:10 PM Revision e91e2475 (qgis): Use QgsOSMId type when it belongs (matches master version of file)
Sandro Santilli
05:01 PM Revision 9adb4967 (qgis): Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18
Pedro Venâncio
04:34 PM Feature request #16694: Select Features by Polygon - make selection polygon more visible?
See also #14823 R. R.
01:04 PM Bug report #16698 (Feedback): When saving project, main windows changes size
During the saving of a project, the main QGIS window will revert - when full screen - to 100% Width and about 50% Hei... Mark Johnson
11:38 AM Revision e839ab1d (qgis): Indentation
Nyall Dawson
11:07 AM Revision 03bfe9bf (qgis): Use uuid instead of timestamp when generating layer ids
Timestamps can result in duplicate layer ids when layers
are created rapidly or in different threads.
Fix #14390
Nyall Dawson
10:53 AM Revision 326e4425 (qgis): Fix crash when saving vector layer in background task
Nyall Dawson
10:41 AM Revision aedb95b1 (qgis): Fixes GRASS 7 v.net.alloc #16672
Pedro Venâncio
10:30 AM Revision 30e145a2 (qgis): Cleanup and unify text formatting in projection combo box
Nyall Dawson
08:55 AM Revision 4386be83 (qgis): spelling fixes
Jürgen Fischer
08:38 AM Revision afc230c7 (qgis): re-run t2tdoc
Jürgen Fischer

2017-06-09

10:23 PM Bug report #16697 (Closed): Portuguese translation fix
on the context menu for layers on layers panel the string equivalent to "Set Layer CRS" is incorrect translated to "D... Rodrigo Smarzaro
10:17 PM Bug report #16696 (Closed): Portuguese translation corrections.
The "Multipartes para partes simples" is opening the "Singleparts to multipart" instead. I believe is due to some mis... Rodrigo Smarzaro
10:13 PM Bug report #16672: v.net.alloc in Processing
I've tested the following v.net modules after this change, and work well:
- v.net.distance
- v.net.iso
- v.net.all...
Pedro Venâncio
07:25 PM Revision 43fac747 (qgis): include expect/unbuffer in INSTALL install list
Jürgen Fischer
07:23 PM Revision c21846a8 (qgis): fix install (followup 532b9a14)
Jürgen Fischer
05:56 PM Bug report #16695 (Closed): browser panel restore causes unwanted WMS connections when expanded
The leaves of WMS connections should always be collapsed when restoring.
Patch: (PR will follow)
https://github.c...
Alessandro Pasotti
05:51 PM Bug report #16692: Pb 0 instead of NULL when creating a new SHP field
Does this also apply to the 2.14 nightlies (qgis-ltr-dev) in OSGeo4W? Sounds like an issue related to GDAL/OGR 2.2,... Jürgen Fischer
11:39 AM Bug report #16692 (Open): Pb 0 instead of NULL when creating a new SHP field
Hello Regis,
I understand your explanation, but there is the same problem with en Gpkg file. So I think this is a ...
Etienne MORO
11:06 AM Bug report #16692 (Feedback): Pb 0 instead of NULL when creating a new SHP field
Hi Etienne,
shp can't handle NULL values, see: http://support.esri.com/technical-article/000005811
Maybe in prev...
Regis Haubourg
11:02 AM Bug report #16692 (Closed): Pb 0 instead of NULL when creating a new SHP field
In QGIS 2.14.15, with a SHP layer, when I create a new field (type real for example), when I save the modifications, ... Etienne MORO
04:22 PM Bug report #16693: QGIS crashes when some layer classification unchecked
Romain Blanc wrote:
> Same result without any plugin and after having deleted the .qgis2 folder.
>
> Here is the ...
Giovanni Manghi
02:21 PM Bug report #16693: QGIS crashes when some layer classification unchecked
Same result without any plugin and after having deleted the .qgis2 folder.
Here is the GPKG with two layers and th...
Romain Blanc
01:55 PM Bug report #16693 (Feedback): QGIS crashes when some layer classification unchecked
Tried hard here on same qhis version and platform, no issues. please try again after having removed any 4rd party plu... Giovanni Manghi
01:49 PM Bug report #16693 (Closed): QGIS crashes when some layer classification unchecked
Take minima two layers, give them a classification style. Then uncheck minima one class per layer: QGIS will freeze a... Romain Blanc
04:17 PM Feature request #16694 (Open): Select Features by Polygon - make selection polygon more visible?
When using "Select Features by Polygon" is it possible to adjust/make the selection polygon more visible?
If the sel...
Clive Jones
01:55 PM Revision c1657ac8 (qgis): [Server] Add/update tests
Paul Blottiere
01:55 PM Revision 7b844837 (qgis): [Server] Fonts used in GetLegendGraphics tests are bolded and increased
Paul Blottiere
01:55 PM Revision dae8447b (qgis): [Server] GetLegendGraphics refactoring
Paul Blottiere
01:52 PM Revision 04898393 (qgis): Merge pull request #4700 from sbrunner/service-onlineressource
[Server] WMS Fix the mandatory OnlineResource René-Luc ReLuc
01:32 PM Revision 9d9e94e6 (qgis): Fix the mandatory OnlineResource
Stéphane Brunner
01:32 PM Revision 2346f59f (qgis): More verbose response
Stéphane Brunner
12:38 PM Bug report #15658 (Closed): map tips does not show images correctly anymore... on Linux
Seems now you need to specify image size and follow strict HTML rules, then it works. Alexander Bruy
11:56 AM Bug report #15658 (Open): map tips does not show images correctly anymore... on Linux
seems with local image is still broken and in 2.14 was ok. Giovanni Manghi
11:56 AM Bug report #15658 (Open): map tips does not show images correctly anymore... on Linux
seems with local image is still broken and in 2.14 was ok. Giovanni Manghi
11:56 AM Bug report #15658 (Open): map tips does not show images correctly anymore... on Linux
seems with local image is still broken and in 2.14 was ok. Giovanni Manghi
12:07 PM Revision f80a1f54 (qgis): Merge pull request #4687 from rldhont/server-wms-dxf-writer
[Server] WMS DXF writer refactoring René-Luc ReLuc
11:04 AM Feature request #16690: Layer or Layers to KMZ export (Save As)
https://github.com/ptarroso/layer2kmz Giovanni Manghi
03:48 AM Feature request #16690 (Closed): Layer or Layers to KMZ export (Save As)
This issue needs to be addressed in the GDAL library - that's where the KML styling is handled.
> I am having to g...
Nyall Dawson
03:48 AM Feature request #16690 (Closed): Layer or Layers to KMZ export (Save As)
This issue needs to be addressed in the GDAL library - that's where the KML styling is handled.
> I am having to g...
Nyall Dawson
11:01 AM Bug report #16688: only show MySQL-Data with setting filter
how did you connected to the mysql server? using the qgis "add vector layer" button or using a 3rd party plugin? Giovanni Manghi
11:01 AM Bug report #16688: only show MySQL-Data with setting filter
how did you connected to the mysql server? using the qgis "add vector layer" button or using a 3rd party plugin? Giovanni Manghi
11:01 AM Bug report #16688: only show MySQL-Data with setting filter
how did you connected to the mysql server? using the qgis "add vector layer" button or using a 3rd party plugin? Giovanni Manghi
09:27 AM Bug report #16688: only show MySQL-Data with setting filter
hello giovanni
this is my first ticket, sorry for mistakes. please relieve it.
greetings
Ben NY
10:59 AM Bug report #16691: Font style translation problem on OSX (French)
Hello, I have an other suggestion to make. Is it possible to simply deactivate the font translation? It's very annoyi... Emmanuel Guillemart
10:19 AM Bug report #16691 (Closed): Font style translation problem on OSX (French)
I have a problem with osx font translate on Qgis. For example (with a french language selected in osx system preferen... Emmanuel Guillemart
10:58 AM Revision 8df3391f (qgis): [Server] dxf writer refactoring
René-Luc ReLuc
10:16 AM Revision 58674146 (qgis): sipify gui effects + layertree
Denis Rouzaud
10:16 AM Revision f5c3b8a1 (qgis): [sipify] fix enum again
Denis Rouzaud
10:16 AM Revision 00b2d242 (qgis): sipiy gui symbology
Denis Rouzaud
10:16 AM Revision 2454e56b (qgis): sipify gui attribute table
Denis Rouzaud
10:16 AM Revision 532b9a14 (qgis): sipify gui part n
Denis Rouzaud
08:17 AM Bug report #16685 (Closed): QgsSpatiaLiteProvider::loadFieldsAbstractInterface trying to assign d...
Applied in changeset commit:qgis|f677eaf04f73331b1ef5180b2f30018d5e1faa53. Juliusz Hoffman
08:17 AM Bug report #16685 (Closed): QgsSpatiaLiteProvider::loadFieldsAbstractInterface trying to assign d...
Applied in changeset commit:qgis|f677eaf04f73331b1ef5180b2f30018d5e1faa53. Juliusz Hoffman
08:15 AM Revision f677eaf0 (qgis): consider middle geometry column when retrieving default values (fixes #...
Juliusz Hoffman
08:01 AM Revision 5f10a0ba (qgis): fix 8c873b14 (fixes #16624)
(cherry picked from commit 63269479682b9b71d0de74b518de09d5f72029d2) Jürgen Fischer
08:01 AM Bug report #16624 (Closed): Postgis connections with a slash in the name are hidden/misnamed
Applied in changeset commit:qgis|63269479682b9b71d0de74b518de09d5f72029d2. Jürgen Fischer
08:00 AM Revision 63269479 (qgis): fix 8c873b14 (fixes #16624)
Jürgen Fischer
08:00 AM Revision 5ff6b14f (qgis): update translation scripts
Jürgen Fischer
06:54 AM Revision d4acdac6 (qgis): Merge pull request #4701 from nyalldawson/processing_pt31
[processing] allow optional feature sink parameters Nyall Dawson
06:53 AM Bug report #8546 (Closed): default maximum scale shows nonsense value
Fixed in master Nyall Dawson
06:53 AM Bug report #8546 (Closed): default maximum scale shows nonsense value
Fixed in master Nyall Dawson
06:53 AM Bug report #8608 (Closed): Wrong information in UI for min and max Scale denominator
Seems fixed in latest releases Nyall Dawson
06:53 AM Bug report #8608 (Closed): Wrong information in UI for min and max Scale denominator
Seems fixed in latest releases Nyall Dawson
06:51 AM Revision 57a67358 (qgis): Merge pull request #4672 from nyalldawson/scale
Unify scale widgets API, pt 1 Nyall Dawson
06:51 AM Feature request #16349 (Closed): Make scale dependent visibility uniform for layers and labels
Applied in changeset commit:qgis|e41346375582b6c01f2c88a801ed94b243da98ca. Nyall Dawson
06:51 AM Feature request #16349 (Closed): Make scale dependent visibility uniform for layers and labels
Applied in changeset commit:qgis|e41346375582b6c01f2c88a801ed94b243da98ca. Nyall Dawson
06:51 AM Bug report #15512 (Closed): Can't leave out minimum (x)or maximum scale for scale range in rule-b...
Applied in changeset commit:qgis|9805782bc237f268c18319ae1e78b79a2b382111. Nyall Dawson
06:51 AM Bug report #15512 (Closed): Can't leave out minimum (x)or maximum scale for scale range in rule-b...
Applied in changeset commit:qgis|9805782bc237f268c18319ae1e78b79a2b382111. Nyall Dawson
06:26 AM Revision a8ca3b28 (qgis): Port test to new API
Nyall Dawson
06:24 AM Revision 8c73bcbc (qgis): [FEATURE] Port CheckValidity alg to new API
Also make outputs optional from the alg - now you can select
which outputs you need for your model!
Nyall Dawson
06:22 AM Revision 6b55300f (qgis): If a feature sink parameter is optional and not set, don't create the sink
This adds a lot of flexibility to algorithms, as it makes output
sinks truely optional. For instance, the various "Ex...
Nyall Dawson
05:17 AM Revision 2d2dff9b (qgis): Restore basic stats alg
Nyall Dawson
04:46 AM Revision e4134637 (qgis): [needs-docs] Use standard scale widgets and terminology for labeling
Also unify API with other scale API.
Fix #16349
Nyall Dawson
03:56 AM Revision b2e102d2 (qgis): Improve API docs
Nyall Dawson
03:51 AM Revision b0c35ab4 (qgis): Unify scale API in rule based labeling, fix GUI issues
Nyall Dawson
03:09 AM Revision 9805782b (qgis): Unifying rule based renderer scale API, fix scale related bugs
Fix #15512 Nyall Dawson
02:49 AM Revision 32ecbcfa (qgis): Merge pull request #4693 from nyalldawson/request_crs
Allow specifying a destination CRS in QgsFeatureRequest Nyall Dawson
02:34 AM Revision 37f86f5f (qgis): Unify diagram scale API with rest of scale API
Nyall Dawson
02:26 AM Revision 1be5fbda (qgis): More consistency across scale API
Use a real scale widget for point displacement label scale Nyall Dawson

2017-06-08

01:51 AM Revision a3d919dc (qgis): Use a real scale widget in vector save as dialog
Nyall Dawson
01:42 AM Revision e0d29e78 (qgis): Update tests for new API
Nyall Dawson
01:36 AM Revision f7bfb9ce (qgis): Fix zoom to visibile scale when min/max scale is set to 0
Nyall Dawson
01:14 AM Revision 10707b87 (qgis): Improve documentation
Nyall Dawson
01:12 AM Revision 463e7224 (qgis): Clarify in doxygen what scale values represent
Nyall Dawson
01:12 AM Revision b0772659 (qgis): Flip remaining scale API from real to denominators
Nyall Dawson
01:11 AM Revision 08a9bcba (qgis): Unify scale widgets API
Flip all scale based widgets to use scale denominators instead
of actual scales (ie 100.0 instead of 0.01 for 1:100)....
Nyall Dawson
01:00 AM Revision 482ed3f2 (qgis): Explicitly mention in docs that presence of destination CRS does
not affect filter expressions or virtual field values Nyall Dawson
12:57 AM Revision e437812a (qgis): Return an invalid iterator if a transform exception occurs
when projecting filter rects from destination crs Nyall Dawson
12:41 AM Revision 7d847bf3 (qgis): Rename transform methods for clarity
Nyall Dawson
11:44 PM Revision 9f71156a (qgis): Merge pull request #4678 from nyalldawson/layer_scale
Swap QgsMapLayer min/max scale API definitions (unify scale api, pt 2) Nyall Dawson
11:02 PM Revision b280c873 (qgis): Node tool: give preference to vertex match over segment match from prev...
Martin Dobias
11:02 PM Revision 91be49a1 (qgis): Fix python tests after previous commit
Martin Dobias
10:01 PM Bug report #16240 (Closed): Node tool does not add z value to 3d vectors, while the nodes added b...
Applied in changeset commit:qgis|f5b38fedbae096b9269f2ea81a1732c0b9ef27cc. Martin Dobias
10:01 PM Bug report #16240 (Closed): Node tool does not add z value to 3d vectors, while the nodes added b...
Applied in changeset commit:qgis|f5b38fedbae096b9269f2ea81a1732c0b9ef27cc. Martin Dobias
09:56 PM Revision 2964c33d (qgis): Reshape tool: use default Z value for 3D geometries
Martin Dobias
09:53 PM Revision f5b38fed (qgis): Node tool: add default Z value to new vertices in 3D geometries (fixes ...
Martin Dobias
09:01 PM Feature request #16690 (Closed): Layer or Layers to KMZ export (Save As)
I am having to go back to ESRI because I cannot get enough information out of QGIS into my KMZ's.
Basic needs are:...
Jim Garner
08:26 PM Feature request #16689 (Open): Extend get_feature function to use multiple conditions
For now get_feature returns first occurance of a matched attribute=value condition. It would be nice to have a more a... Nikolay Lebedev
04:03 PM Bug report #16688 (Feedback): only show MySQL-Data with setting filter
why this was categorized to "processing/qgis"? Giovanni Manghi
04:00 PM Bug report #16688 (Closed): only show MySQL-Data with setting filter
i connected qgis with my mysql-database.
if i select a layer from mysql-connection without filter to show data - no...
Ben NY
03:56 PM Revision bdd81685 (qgis): Fix a crash when toggling a layer to editable mode
Martin Dobias
03:56 PM Revision c340e37e (qgis): Do not #include QtConcurrent when using map renderer jobs C++ API
This way C++ apps using the API do not need to add QtConcurrent to their build Martin Dobias
03:56 PM Bug report #16687 (Closed): Import a ShapeFile to an Oracle Spatial DataBase
When I try to import a Shape File to an Oracle Spatial Database, using the database administrator, there's a bug that... Àlex Margelí
03:52 PM Bug report #16686 (Closed): Accessing CSW interfaces using TLS fails with SSL error for some ser...
When accessing CSW endpoints that are using TLS (https) requesting GetCapabilities fails for certain servers.
Error...
Stefan Blume
03:16 PM Revision 866bfc3d (qgis): sipify core symbology part 2
Denis Rouzaud
02:58 PM Bug report #16668: pgpass do not work on qgis master
Probably a duplicate of #10932 (unix style line endings (linefeed only) expected) Jürgen Fischer
02:46 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
results: https://drive.google.com/open?id=11GY4OxK0Xy2HULLrJ1xB4MuLAZcpF-MP7ADUKLiHBRg
tl;dr
Using IsValid has ...
Andre Jesus
11:35 AM Bug report #16685 (Feedback): QgsSpatiaLiteProvider::loadFieldsAbstractInterface trying to assign...
Please submit the patch as Pull Request on GitHub, chances of being seen and reviewed here in the bug tracker are ver... Giovanni Manghi
11:11 AM Bug report #16685 (Closed): QgsSpatiaLiteProvider::loadFieldsAbstractInterface trying to assign d...
I have encountered a core dump while working with spatialite layers with latest master commit:e052933b1452b5e45715c1a... Juliusz Hoffman
11:31 AM Revision 1a418f5d (qgis): Handle request crs transform in cached feature iterators
Nyall Dawson
11:20 AM Revision 8ef6722e (qgis): Indentation
Nyall Dawson
11:20 AM Revision a9892350 (qgis): Allow specifying a destination CRS in QgsFeatureRequest
If set, all geometries will be reprojected from their original
coordinate reference system to the destination CRS whi...
Nyall Dawson
11:20 AM Revision b6e1eea4 (qgis): Handle request destinationCrs in QgsVectorLayerFeatureIterator
Nyall Dawson
10:19 AM Bug report #16673: Composer map element size not updated from expression
Nyall, I think you're right with autorefresh, though maybe reopening a composer and/or project should trigger refresh... Nikolay Lebedev
10:13 AM Feature request #16684 (Open): Add an expression option to a Page property of composer items
Now some composer item properties like Page or Item ID can't be set by expression.
It would be useful to add this fe...
Nikolay Lebedev
09:56 AM Bug report #16683 (Closed): QgsRubberBand displays incorrect geometry
For example my situation.
There is ring-like line. (pic. 1)
Create buffer for line ("geom") (pic. 2) and pass it ...
Evgeniy Z
09:55 AM Revision a148a789 (qgis): Typo fix and list ordering
Harrissou Santanna
09:55 AM Revision fcc06ce3 (qgis): More typo fixes
Harrissou Santanna
09:39 AM Revision 7651f9fb (qgis): Merge pull request #4698 from nyalldawson/cache_test
Add feature source test for QgsVectorLayerCache Nyall Dawson
09:38 AM Revision 9e176fee (qgis): gps fixes
Denis Rouzaud
09:38 AM Revision e545d44c (qgis): sipify core gps
Denis Rouzaud
09:26 AM Revision 5a3c7631 (qgis): Typo fix in Algorithms help
Harrissou Santanna
09:05 AM Revision e052933b (qgis): Identation
Nyall Dawson
08:59 AM Revision fbad9116 (qgis): Add feature source test for QgsVectorLayerCache
While it's not a QgsFeatureSource subclass (yet), it behaves
just like one so when can run the feature source conform...
Nyall Dawson
08:52 AM Revision ed915e75 (qgis): sipify gui part 1
Denis Rouzaud
07:31 AM Revision a7c9cc81 (qgis): fix merge
Denis Rouzaud
07:28 AM Revision 41ceed3d (qgis): [sipify] fix false virtual methods
Denis Rouzaud
06:09 AM Revision 0591225f (qgis): Don't allow selection of adding z/multigeometries when saving a vector
layer with geometry type set to No Geometry Nyall Dawson
02:35 AM Revision dbdbd157 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
Fix #16663
(forward port from ecb4c5a)
Nyall Dawson
02:17 AM Revision 7d9cc131 (qgis): Merge pull request #4657 from DelazJ/patch-1
Typo fix: Add missing spacing Nyall Dawson
02:16 AM Revision 5b5e053f (qgis): Merge pull request #4674 from SrNetoChan/backport_5f7178a
Backport Fix missing Icon in Select Attribute Dialog Nyall Dawson

2017-06-07

12:25 AM Bug report #15752: Degradation of rendering performances in MSSQL provider
Ok - let's do some more tests. I'm curious if it's the added IsValid check which is causing these remaining regressio... Nyall Dawson
09:49 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
Nyall Dawson wrote:
> I'm confused - did you attach the wrong table above? It looks like it's still slower to me?
...
Andre Jesus
09:27 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
I'm confused - did you attach the wrong table above? It looks like it's still slower to me? Nyall Dawson
03:00 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
!https://i.imgsafe.org/7f7d806fd5.png!
Even with the debug flags qgis-rel-dev was faster than the 2.18 final relea...
Andre Jesus
12:17 AM Bug report #16673: Composer map element size not updated from expression
I'd be concerned about the cost of refreshing the composition whenever a layer is edited. That's potentially a lot of... Nyall Dawson
10:46 PM Bug report #16673: Composer map element size not updated from expression
True, refresh button forces a recalc, missed that option.
However, it would be much better if recalculation is made ...
Nikolay Lebedev
11:29 PM Revision 1bbfd5b8 (qgis): Merge pull request #4692 from nyalldawson/prepare
Make more use of prepared geometries for intersection tests Nyall Dawson
11:12 PM Revision 648ff293 (qgis): Merge pull request #4695 from nyalldawson/buffer_test
Add feature source unit tests for vector layer with edits in buffer Nyall Dawson
10:42 PM Revision 342897c6 (qgis): Add source test for vector layer with deleted features in buffer
Nyall Dawson
07:43 PM Revision 6606d463 (qgis): fix enum
Denis Rouzaud
06:27 PM Bug report #16682 (Closed): FAIL: testDoAction (__main__.TestQgsActionManager): AssertionError: '...
The latest Travis build in 2.18 branch failed with an error which seems to be unrelated to the changes since last suc... Sandro Santilli
04:34 PM Revision 67b01dee (qgis): [sipify] fix negative value assignment
Denis Rouzaud
04:04 PM Revision 542dc854 (qgis): sipify core symbology classes
Denis Rouzaud
04:04 PM Revision 154c8f5d (qgis): [sipify] fix body detection*
Denis Rouzaud
03:47 PM Bug report #16681 (Closed): Categorized symbol levels show wrong on map
I have tried to create rule-based symbols for a point vector data layer with two levels: e.g. larger colored circle +... Sini Pöytäniemi
03:44 PM Revision d914a195 (qgis): Merge pull request #4685 from strk/dbmanager-test
Add test for DBManager's PostGIS connector and plugin Sandro Santilli
03:00 PM Bug report #16675: WFS client does not load geometry of type LineString_Curve_MultiCurve_Composit...
Backported to 2.18 in commit:5d7bf0df320f8ceba8705b2dd424b2a3c010db00 + commit:9397c4fcbb29dd18d3e3e3d532cffdcf95cf613e Even Rouault
12:39 PM Bug report #16675 (Closed): WFS client does not load geometry of type LineString_Curve_MultiCurve...
Fixed in master per commit:7435d34239717f667d6ecd8b5e1a203f3cd1e600 Even Rouault
12:39 PM Bug report #16675 (Closed): WFS client does not load geometry of type LineString_Curve_MultiCurve...
Fixed in master per commit:7435d34239717f667d6ecd8b5e1a203f3cd1e600 Even Rouault
11:33 AM Bug report #16675 (Closed): WFS client does not load geometry of type LineString_Curve_MultiCurve...
For the service http://webdienste.zugmap.ch/WFS_AV_MOPUBLIC_IKGEO_LV03/service.svc/get
the layers SOLI and TBLI do...
Andreas Neumann
02:59 PM Revision 9397c4fc (qgis): Fix previous commit (#16675)
Even Rouault
02:41 PM Revision 5d7bf0df (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
Even Rouault
02:26 PM Revision 3f81fc09 (qgis): Add feature source unit tests for vector layer with edits in buffer
Run the feature source tests over a layer with added, edited
geometries, and edited attributes unsaved in an edit buf...
Nyall Dawson
01:11 PM Bug report #14589: GetCapabilities gets cached in a confusing way (even when QGIS cache is set to 0)
I have sent Luigi the necessary infos (and a screencast) about how see/replicate the issue,. Giovanni Manghi
01:06 PM Bug report #16680 (Closed): Layers Panel: adding a layer doesn't simply show its name
If I add a layer to QGIS (regardless the method), instead of its name, i get in the Layers Panel a name which is a co... Harrissou Santanna
12:57 PM Bug report #16679 (Closed): Processing: Missing words in the Polar plot help
Opening the Processing Polar plot tool dialog, the help is not meaningful:
"Two fields must be entered as parameters...
Harrissou Santanna
12:53 PM Bug report #16678 (Feedback): Locator Filters option: Resizing the columns in the frame behaves w...
I guess a screencast would be more explanatory but I fail to find a proper way to do it in my current PC (or if someo... Harrissou Santanna
12:44 PM Bug report #16674 (Closed): Locator Filters option: the "Configure" button is always disabled
It's only enabled when a locator can be configured, which none of the inbuilt ones can. Nyall Dawson
12:44 PM Bug report #16674 (Closed): Locator Filters option: the "Configure" button is always disabled
It's only enabled when a locator can be configured, which none of the inbuilt ones can. Nyall Dawson
11:27 AM Bug report #16674 (Closed): Locator Filters option: the "Configure" button is always disabled
In the Settings --> Options --> Locator Filters tab, the configure button is always disabled, whatever I do. Is this ... Harrissou Santanna
12:36 PM Revision 7435d342 (qgis): [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_Mu...
Even Rouault
12:11 PM Bug report #16672 (Feedback): v.net.alloc in Processing
If it is right for the v.net modules than I would say go for it. Giovanni Manghi
12:05 PM Feature request #16677 (Feedback): Continuously update min/max within canvas extent
Hi, it seems it's already in master :)
you have options in style options / "min/max value settings" / "Statistics ex...
Regis Haubourg
12:05 PM Feature request #16677 (Feedback): Continuously update min/max within canvas extent
Hi, it seems it's already in master :)
you have options in style options / "min/max value settings" / "Statistics ex...
Regis Haubourg
11:41 AM Feature request #16677 (Closed): Continuously update min/max within canvas extent
It would be great if there was a checkbox to "keep min/max values synchronised to canvas extents" for the min/max val... Johannes Kroeger
12:03 PM Revision 8d2f72c3 (qgis): [sipify] uniform die messages
Denis Rouzaud
12:03 PM Revision 9a40754f (qgis): sipify Qgis, QgsDxfExport
Denis Rouzaud
11:39 AM Bug report #16676 (Closed): Invalid fields error when using “Use completer” in Layer properties E...
I've made a field in a layer without NULL and connected it by relation to a fixed list of values from another layer b... Pawel Baziuk
09:28 AM Revision 11ace44a (qgis): Import cmp_to_key
Sandro Santilli
06:36 AM Revision 22791cf0 (qgis): Fix TypeError: 'cmp' is an invalid keyword argument for this function
Sandro Santilli
06:08 AM Revision be501a0f (qgis): Make more use of prepared geometries for intersection tests
Should speed up a few operations Nyall Dawson
05:12 AM Revision fa9f202b (qgis): Merge pull request #4691 from nyalldawson/validator
Add an explicit argument to set QgsGeometryValidator method Nyall Dawson
03:36 AM Revision 64a86e3d (qgis): Add an explicit argument to set QgsGeometryValidator method
Previously this was always read from settings when using
QgsGeometryValidator. It's now an explicit argument
when con...
Nyall Dawson

2017-06-06

01:59 AM Feature request #16671 (Closed): Even vertical spacing of legends with different sized symbols
This is already possible - set the symbol height through the composer legend properties, symbol setting, symbol heigh... Nyall Dawson
01:59 AM Feature request #16671 (Closed): Even vertical spacing of legends with different sized symbols
This is already possible - set the symbol height through the composer legend properties, symbol setting, symbol heigh... Nyall Dawson
07:22 PM Feature request #16671 (Closed): Even vertical spacing of legends with different sized symbols
IN the map composer, the amount of space for legend items with symbols is related to the size of the symbol. This mak... Barry Rowlingson
12:20 AM Bug report #15752: Degradation of rendering performances in MSSQL provider
Actually I just realised you mentioned 2.99. The fixes aren't in master builds yet. You'll need to test qgis-rel-dev ... Nyall Dawson
12:19 AM Bug report #15752: Degradation of rendering performances in MSSQL provider
You could compare it against qgis-ltr-dev. That's a debug enabled 2.14 release.
What's the commit number from the...
Nyall Dawson
11:28 PM Bug report #15752: Degradation of rendering performances in MSSQL provider

Nyall Dawson wrote:
> These changes aren't in master yet, or any of the released 2.18 versions. Can you please ins...
Andre Jesus
09:02 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
These changes aren't in master yet, or any of the released 2.18 versions. Can you please install the qgis-rel-dev ver... Nyall Dawson
02:42 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
you probably have to try qgis master or 2.18.9 nightly or wait the next 2.18 build (but I'm not sure the fix has been... Giovanni Manghi
02:39 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
Giovanni Manghi wrote:
> Dear Andre Jesus would you mind see if the above commit improves things as expected? thanks...
Andre Jesus
11:43 PM Bug report #15910: DB manager: Connection to PostGIS from QGIS3 fails
BTW: you can find the `g` schema thing in Travis traces, so the automated test is giving its fruits: https://travis-c... Sandro Santilli
11:42 PM Bug report #15910: DB manager: Connection to PostGIS from QGIS3 fails
This needed a backport to 2.18 branch, I'm tentatively doing that as part of DBManager automated testing: https://git... Sandro Santilli
11:41 PM Revision 14ab5eb0 (qgis): More unicode/utf8 fixes
Sandro Santilli
11:40 PM Revision 4f4d63a6 (qgis): [db_manager] Fix DBConnector.getSchemaTableName
2.18 Backport
Ref #15910
Arnaud Morvan
10:47 PM Bug report #16673 (Feedback): Composer map element size not updated from expression
The refresh button in the toolbar will force a recalculation, as will certain events like switching between features ... Nyall Dawson
09:46 PM Bug report #16673 (Closed): Composer map element size not updated from expression
When setting map element height and width as an expression, element size doesn't get updated instantly when expressio... Nikolay Lebedev
10:22 PM Revision c36727dd (qgis): Avoid infinite loop in quoteString
Sandro Santilli
09:46 PM Revision 5f1a78dd (qgis): Update inverted polygon test mask
Nyall Dawson
09:20 PM Revision 35f7839f (qgis): Avoid .encode('utf8') call too
Was tested with python2, let's see if it fixes python3 too Sandro Santilli
08:38 PM Bug report #16672 (Closed): v.net.alloc in Processing
I was trying to use v.net.alloc in QGIS Processing, to find the closest (time/distance) fire stations.
I've a poin...
Pedro Venâncio
07:35 PM Revision cda88661 (qgis): Merge pull request #4626 from alexbruy/otb-update
update Processing OTB provider for 2.18 Alexander Bruy
07:14 PM Revision 413c6e52 (qgis): Merge pull request #4648 from alexbruy/saga-update
update Processing SAGA provider for 2.18 Alexander Bruy
05:59 PM Revision 50641f78 (qgis): Use str(), not unicode() to cast URI for use in psycopg2
Hopefully fixes the new DBManager tests Sandro Santilli
05:46 PM Revision 3efee437 (qgis): Add test for DBManager's PostGIS connector and plugin
Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI and service-only URI
(ref #10600 ref #16625 ...
Sandro Santilli
05:36 PM Bug report #16670 (Closed): Server - GetFeatureInfo not evaluated for maptip context when using F...
When the user defines a tooltip for a vector layer, and a feature of this layer is requested via WMS request GetFeatu... Michael Douchin
03:47 PM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Were also tests reverted ? Which revision had the revert ? (Associated Revisions tab doesn't say).
A new ticket was ...
Sandro Santilli
03:47 PM Bug report #15698: [Processing] Import Vector into PostGIS database doesn't work with file geodat...
Were also tests reverted ? Which revision had the revert ? (Associated Revisions tab doesn't say).
A new ticket was ...
Sandro Santilli
03:46 PM Bug report #16135: Selection by layerid instead layername from .gdb
It was reported that the behavior was changed for some reason: #15698-14
If I understand that thread correctly I fix...
Sandro Santilli
03:40 PM Bug report #8073: Crash when loading PostGIS raster
Unassigning as it works for me with latest GDAL from master and the backtrace from Paolo seems to indicate the proble... Sandro Santilli
03:34 PM Bug report #8073: Crash when loading PostGIS raster
Sandro Santilli wrote:
> Giovanni had you tried reproducing this ? Paolo ? Anyone else ?
> I can't fix something I...
Giovanni Manghi
03:32 PM Bug report #8073: Crash when loading PostGIS raster
Giovanni had you tried reproducing this ? Paolo ? Anyone else ?
I can't fix something I cannot reproduce...
Sandro Santilli
03:06 PM Revision 9cd3ef02 (qgis): Use invalid CRS as default in map settings
I have got caught by the default set to WGS 84 when I loaded a layer
in projected CRS, set extent to layer's extent a...
Martin Dobias
02:56 PM Revision 362d4f06 (qgis): Add DBManager test for service-only URI
Ref #16626
Also fixes runs with non-standard QGIS_PGTEST_DB env variable set
Sandro Santilli
02:53 PM Bug report #16624 (Reopened): Postgis connections with a slash in the name are hidden/misnamed
I just got the same (or very similar) problem.
This time I named my connection: "strk@localhost:5432/strk (pgpass te...
Sandro Santilli
02:36 PM Bug report #16668: pgpass do not work on qgis master
Sandro Santilli wrote:
> Giovanni as you marked this as a regression, do you know which older version worked fine ?
...
Giovanni Manghi
02:36 PM Bug report #16668: pgpass do not work on qgis master
Sandro Santilli wrote:
> Giovanni as you marked this as a regression, do you know which older version worked fine ?
...
Giovanni Manghi
02:34 PM Bug report #16668: pgpass do not work on qgis master
Giovanni as you marked this as a regression, do you know which older version worked fine ? Sandro Santilli
02:11 PM Bug report #16668: pgpass do not work on qgis master
Sandro Santilli wrote:
> It could make a good case to add to the new DBManager testsuite: https://github.com/qgis/QG...
Andy Harney
02:11 PM Bug report #16668: pgpass do not work on qgis master
Sandro Santilli wrote:
> It could make a good case to add to the new DBManager testsuite: https://github.com/qgis/QG...
Andy Harney
12:25 PM Bug report #16668: pgpass do not work on qgis master
It could make a good case to add to the new DBManager testsuite: https://github.com/qgis/QGIS/pull/4688
Can you tell...
Sandro Santilli
11:44 AM Bug report #16668 (Closed): pgpass do not work on qgis master
Hi,
On QGIS master, QGIS will fail to retrieve passwords from a pgpass.conf file.
This happens when expanding a d...
Andy Harney
02:33 PM Revision 3d9af5bb (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects René-Luc ReLuc
02:25 PM Bug report #16618 (Closed): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Applied in changeset commit:qgis|7a198dff6522ba4a8f864f418116097e2d4ca139. René-Luc ReLuc
02:25 PM Bug report #16618 (Closed): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Applied in changeset commit:qgis|7a198dff6522ba4a8f864f418116097e2d4ca139. René-Luc ReLuc
02:21 PM Bug report #16618: Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Hi Anita,
It's my fault, I have not tested with an OutputHTML.
I will fix it, but how ths OutputHTML is defined ?
René-Luc ReLuc
02:23 PM Revision 7a198dff (qgis): [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOut...
Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects René-Luc ReLuc
01:50 PM Revision de9e70e6 (qgis): Merge pull request #4684 from nyalldawson/processing_pt3
Add sourceExtent method to QgsFeatureSource Nyall Dawson
01:48 PM Feature request #16669 (Open): Add option to simplify geometries on PDF export
An option to simplify geometries when exporting a composer as PDF would be helpful. R. R.
01:16 PM Revision 39b5f4e5 (qgis): Update acceptable missing doc
Martin Dobias
01:05 PM Bug report #16666: New unified add button: file selector sometimes opens behind the Data Source M...
I cannot reproduce this on KDE/Linux. Maybe something specific to Ubuntu Unity?
I tested with modal and modeless o...
Alessandro Pasotti
12:39 PM Bug report #12172 (Closed): Use xvfb-run on "make check"
Applied in changeset commit:qgis|eddf23c3813ea4e8c7f902726a7124442fa72e47. Sandro Santilli
12:39 PM Bug report #12172 (Closed): Use xvfb-run on "make check"
Applied in changeset commit:qgis|eddf23c3813ea4e8c7f902726a7124442fa72e47. Sandro Santilli
12:39 PM Revision eddf23c3 (qgis): Make the `check` rule use xvfb-run, drop `check-no-x`
I see no reason for anyone wanting to see popping windows during
a `make check` run. Closes #12172.
Sandro Santilli
12:35 PM Bug report #16644: Crash when using search input in Option dialog
Note: same search (Locator?) functionality in the project properties just works Richard Duivenvoorde
12:08 PM Revision 80911c6e (qgis): Merge pull request #4675 from alexbruy/processing-help
[processing] improve help system Alexander Bruy
11:36 AM Revision 51e7efe2 (qgis): Replace QString::null by QString() in core (deprecated since Qt 5.9)
Martin Dobias
10:50 AM Revision e89502f4 (qgis): fix help opening
Alexander Bruy
10:29 AM Revision 448f019e (qgis): Port polygon from layer extent alg to new API
Nyall Dawson
10:09 AM Revision dbedd7e1 (qgis): Merge pull request #4683 from rldhont/server-string-list-exceptions
[Server] bulk enhancements: string, list and exceptions René-Luc ReLuc
09:51 AM Revision 38d905f6 (qgis): Add a notice about service=qgis_test being used by some tests
Sandro Santilli
09:51 AM Revision 7af47c2a (qgis): Add a raster table to the test postgis setup, use it from dbmanager test
Sandro Santilli
09:51 AM Revision 37387989 (qgis): Add test for DBManager's PostGIS connector and plugin
Only enabled when ENABLE_PGTEST is set
Includes test for dbname-less URI (#10600 and #16625 and #16626)
The test rel...
Sandro Santilli
09:51 AM Revision d859399c (qgis): [processing] use QGIS user manual as help source for all algorithms by
default.
NOTE: URL scheme should be adopted when documentation team decided how
manual will be scructured.
Alexander Bruy
09:51 AM Revision 8af3707b (qgis): [processing] use arrow cursor for collapse button
Alexander Bruy
09:51 AM Revision f4853a21 (qgis): [processing] add button to collapse/expand short help
Alexander Bruy
09:51 AM Revision ffac4f96 (qgis): [processing] simplify modeler algorithm dialog and use new help in it
too Alexander Bruy
09:51 AM Revision a137a7c0 (qgis): [processing] open help in the default webbrowser to be consistent with
the rest of QGIS dialogs Alexander Bruy
09:51 AM Revision 77fa1778 (qgis): [processing] save and restore geometry of the algorithm dialog
Alexander Bruy
09:51 AM Revision 0773e549 (qgis): [processing] move collapse button to the top
Alexander Bruy
09:51 AM Revision dec9ecf4 (qgis): [processing] make short help panel resizable and replace Help tab with...
Alexander Bruy
09:26 AM Revision c6c20c61 (qgis): Add sourceExtent method to QgsFeatureSource
Nyall Dawson
08:51 AM Revision 72f95e6f (qgis): Merge pull request #4682 from nyalldawson/processing_pt3
Processing rebuilding... Nyall Dawson
08:06 AM Revision 1d2e54d1 (qgis): Port delete columns alg to new API
Nyall Dawson
07:54 AM Revision f1511a29 (qgis): Port clip algorithm to new API
Nyall Dawson
07:43 AM Revision 90388722 (qgis): Fix warning
Nyall Dawson
07:39 AM Revision 47a40edb (qgis): Port BarPlot alg to new API
Nyall Dawson
07:39 AM Revision c1d35a04 (qgis): Port getHTMLOutputsCount to c++ API
Nyall Dawson
07:36 AM Revision 1f0a3d97 (qgis): Add file based and HTML outputs to c++ API
Nyall Dawson
07:21 AM Revision 74ffdb11 (qgis): Fix field widget wrapper
Nyall Dawson
06:46 AM Revision f0f0411e (qgis): Port addautoincrementalfield to new API
Nyall Dawson
06:39 AM Revision dfb687bf (qgis): Port aspect algorithm to new API
Nyall Dawson
06:38 AM Revision 2f28736e (qgis): Remove some unused code
Nyall Dawson
06:38 AM Revision a27c22d9 (qgis): Add raster layer output parameters
Nyall Dawson
06:33 AM Revision e6a71ab5 (qgis): Allow direct map layer parameter/default values were appropriate
Nyall Dawson
05:43 AM Revision b75a1747 (qgis): Rename QgsProcessingFeatureSinkDefinition to QgsProcessingOutputLayerDe...
Since it also applies to raster layer outputs, we need a more generic name Nyall Dawson
05:41 AM Revision f64f74fb (qgis): Fix incorrect import
Nyall Dawson
04:36 AM Revision d53fa8d2 (qgis): Port another alg to new API
Nyall Dawson
04:10 AM Bug report #16663 (Closed): Filter by Atlas Feature, Save State
Applied in changeset commit:qgis|ecb4c5a6924693b3604706edbbed19439c2b1949. Nyall Dawson
04:10 AM Bug report #16663 (Closed): Filter by Atlas Feature, Save State
Applied in changeset commit:qgis|ecb4c5a6924693b3604706edbbed19439c2b1949. Nyall Dawson
04:09 AM Revision ecb4c5a6 (qgis): Fix composer legend "Filter by Atlas Feature" does not save
Fix #16663 Nyall Dawson
03:40 AM Revision ab644288 (qgis): Add a cancel button for algorithms which support cancelation
Nyall Dawson
03:25 AM Revision 39d20a4c (qgis): Move algorithm expression context generation to QgsProcessingAlgorithm
Fix error when selecting "from expression" in algorithm parameter dialog Nyall Dawson
02:34 AM Revision 607fed8c (qgis): Restore ability to save outputs directly to Spatialite/PostGIS providers
Nyall Dawson

2017-06-05

01:51 AM Revision 5e92c0db (qgis): Fix saving processing outputs with correct encoding
Nyall Dawson
01:06 AM Revision 2b0af000 (qgis): Merge pull request #4590 from nyalldawson/processing_pt3
Processing armaggeddon, pt 1 Nyall Dawson
12:42 AM Revision 77072b15 (qgis): Rename QgsProcessingFeatureSink to QgsProcessingFeatureSinkDefinition
For consistency with QgsProcessingFeatureSourceDefinition Nyall Dawson
12:40 AM Revision 81da209b (qgis): Use a QgsProject pointer instead of bool loadIntoProject
Allows potential future use case of loading results into
a different open project
Nyall Dawson
12:25 AM Revision 72be86dc (qgis): Only accept QgsPropertys in QgsProcessingFeatureSourceDefinition/
QgsProcessingFeatureSink, not all QVariant types
Only strings/QgsPropertys are valid anyway, so instead of strings
u...
Nyall Dawson
12:00 AM Revision d7aa3f5f (qgis): [processing] Change explicit encoding string parameters to more
flexible QVariantMap creatOptions parameters which include an
optional fileEncoding value
More flexible, allows sink...
Nyall Dawson
11:41 PM Revision 0e991bf6 (qgis): Remove QgsProcessingUtils::uniqueValues
Use QgsFeatureSource method instead Nyall Dawson
11:41 PM Revision ffce9c9f (qgis): Add direct method to retrieve QgsFeatureSink from parameter
Nyall Dawson
11:41 PM Revision f41eb411 (qgis): Cleanup API - remove redundant name argument
Nyall Dawson
11:41 PM Revision 57ffde36 (qgis): Fix build
Nyall Dawson
11:41 PM Revision 93734758 (qgis): Indentation
Nyall Dawson
11:41 PM Revision 5b8affcb (qgis): Rename QgsProcessingParameterOutputVectorLayer to QgsProcessingParamete...
Nyall Dawson
11:41 PM Revision 005a08ea (qgis): Create class for encapsulating settings relating to a feature sink
input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature...
Nyall Dawson
11:41 PM Revision 770c45da (qgis): Rename QgsProcessingParameterVectorLayer to QgsProcessingParameterFeatu...
Helps abstract away sources to allow non vector layer sources in future Nyall Dawson
11:41 PM Revision ed09a8a7 (qgis): Create class for encapsulating settings relating to a feature source
input to a processing algorithm.
This allows parameter inputs to encapsulate extra information
relating to a feature...
Nyall Dawson
11:41 PM Revision b6fb41d4 (qgis): [processing] Don't use vector layers directly as feature sources
Instead, parameters evaluate to QgsFeatureSource, which are
used for retrieving features, feature count, crs, wkb typ...
Nyall Dawson
11:41 PM Revision 7683b25f (qgis): Move getFileFilter from params to gui wrappers
Nyall Dawson
11:41 PM Revision 3bd74aef (qgis): Remove no longer required QgsProcessingContext::UseSelectionIfPresent flag
Since using selection is now a per-feature-source setting Nyall Dawson
11:41 PM Revision d8552258 (qgis): Temporarily deactivate more algorithms
Nyall Dawson
11:41 PM Revision f9887aab (qgis): [processing] Remove more UseSelectionIfPresent use
Nyall Dawson
11:41 PM Revision 5b9d925c (qgis): Fix loading of results after running algorithms
Nyall Dawson
11:41 PM Revision 46596c50 (qgis): Restore correct layer naming when loading results
Nyall Dawson
11:41 PM Revision 7f687345 (qgis): [FEATURE][processing] Add checkbox for each vector input layer
to control whether selected features only are to be used
Replaces the old global setting and makes it immediately ob...
Nyall Dawson
11:41 PM Revision a6581356 (qgis): Remove global processing use selection setting
Nyall Dawson
11:41 PM Revision 379d060d (qgis): Resurrect another Python QGIS algorithm
Nyall Dawson
11:41 PM Revision ea2e477d (qgis): Fix failing tests, temporarily disable some processing tests during
refactoring Nyall Dawson
11:41 PM Revision 87fc31d6 (qgis): Adapt more python code to new API
Nyall Dawson
11:41 PM Revision 6517470d (qgis): Temporarily fix memory layer outputs
Nyall Dawson
11:41 PM Revision 0c3ad14c (qgis): Adapt more python code to new API
Nyall Dawson
11:41 PM Revision bdf051a0 (qgis): Partially port a trial python alg to new API
Nyall Dawson
11:41 PM Revision a9514242 (qgis): QgsProcessingParameterVectorLayer accepts lists of vector layer types
Nyall Dawson
11:41 PM Revision 28f7a8b7 (qgis): Move expression context generation out of parameters
Nyall Dawson
11:41 PM Revision 416770b1 (qgis): Remove no longer required _resolveLayers method
Nyall Dawson
11:41 PM Revision ba03f1a1 (qgis): Move minimum layer extent calculation to c++
Nyall Dawson
11:41 PM Revision 189f8047 (qgis): Adapt more code to c++ API
Nyall Dawson
11:41 PM Revision ef59d0c4 (qgis): Port parameter checking to c++
Nyall Dawson
11:41 PM Revision a23a6ac6 (qgis): Create a QgsProcessingAlgRunnerTask task
Allows background execution of processing algorithms.
Not exposed anywhere in GUI (yet)
Nyall Dawson
11:41 PM Revision c1d9d57d (qgis): First working pure c++ algorithms
Nyall Dawson
11:41 PM Revision 9997ab6e (qgis): Partially port wrappers to QgsProcessingParameterDefinition
And create a new WidgetWrapperFactory for creating a suitable wrapper
corresponding to a parameter
Nyall Dawson
11:41 PM Revision f1c53c3a (qgis): Refactor Algorithm setParamValues -> getParamValues
Now returns a dict of parameter inputs for the algorithm Nyall Dawson
11:41 PM Revision 2da85f87 (qgis): Temporarily deactivate all processing providers/algorithms
While the processing API is in such a state of flux it's
become unmaintainable to port these algorithms change-by-cha...
Nyall Dawson
11:41 PM Revision b64a71df (qgis): Port algorithm countVisibleParameters to c++
Nyall Dawson
11:41 PM Revision 8b4bf88b (qgis): Add native c++ algorithm provider
Nyall Dawson
11:41 PM Revision 03e40f74 (qgis): [processing] Remove all remaining algorithm copies
Algorithms are no longer copied - just a single const instance
of each algorithm is used
Nyall Dawson
11:41 PM Revision fac8ca4d (qgis): Move execution check to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision fb811766 (qgis): Add framework for algorithm outputs
This somewhat changes the meaning of outputs from processing 2.x.
In 2.x processing outputs were used both as a metho...
Nyall Dawson
11:41 PM Revision 1e788556 (qgis): Port getCustomParametersDialog to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision 2d1579d2 (qgis): Port algorithm help to QgsProcessingAlgorithm
Nyall Dawson
11:41 PM Revision 168f1627 (qgis): Remove help related methods from GeoAlgorithm
Nyall Dawson
11:41 PM Revision 134c04b8 (qgis): Move getParametersPanel out of algorithm class
It's a gui related method, so shouldn't be in core class Nyall Dawson
11:41 PM Revision 77ab9337 (qgis): Move alg character definitions to __init__
Nyall Dawson
11:41 PM Revision 4cb7d18b (qgis): Push parameters into processAlgorithm and related functions
Nyall Dawson
11:30 PM Revision 632a2be8 (qgis): Disable QgsTaskManager::waitForFinished test by default
The test intermittently fails on Travis builds, likely due
to the platform's inconsistent availability to multiple th...
Nyall Dawson
10:59 PM Revision 176b7caf (qgis): sipify core raster part 3
Denis Rouzaud
10:19 PM Revision dff3011a (qgis): fix external lib path
Denis Rouzaud
10:19 PM Revision 281daee0 (qgis): run Doxygen and doc coverage test on static Travis config
Denis Rouzaud
10:19 PM Revision c8555c3e (qgis): fix test import
Denis Rouzaud
10:19 PM Revision fa5bd491 (qgis): run code_layout build from top CMakeLists
instead of adding an extra CMakeLists in .ci/travis/code_layout to build API doc, astyle and run tests (indentation, ... Denis Rouzaud
09:47 PM Bug report #16667 (Closed): Vector field marker length attribute not stored in QML
Hi,
I have a vector field and then rule based simple points created. In saving the layer definition file, the leng...
Nick Cook
08:03 PM Revision ad14373a (qgis): [Server] Replace list.size() > 0 by !list.isEmpty()
René-Luc ReLuc
07:21 PM Revision 4ab6a065 (qgis): [Server] Test update masks WMS_GetMap_Annotations and WMS_GetMap_Highl...
René-Luc ReLuc
06:31 PM Bug report #16666 (Closed): New unified add button: file selector sometimes opens behind the Data...
When using the new unified "Add data" button, it seems that the File Selector sometimes opens behind the Data Source ... shenriod -
04:55 PM Revision fc63cbec (qgis): [Server] Replace list.size() < 1 by list.isEmpty()
René-Luc ReLuc
04:55 PM Revision 569cee19 (qgis): [Server] WMS GetMap throw exception is layer nickname is not available
René-Luc ReLuc
04:55 PM Revision b9c2b64e (qgis): [Server] Replaced unnecessary QStringLiteral by character
René-Luc ReLuc
04:55 PM Revision b6c76a0a (qgis): [Server] Replaced unnecessary QStringLiteral by character
René-Luc ReLuc
04:37 PM Bug report #16665 (Closed): Native XYZ provider doesn't display all available zoom levels
Hi !
Native XYZ provider is great, but it seems to stay stuck at a hardcoded zoom level (probably around 18 or 19)...
Olivier Dalang
01:59 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Anita Graser wrote:
> Giovanni Manghi wrote:
> > Anita for sake of clarity would you agree if I then create a new i...
Giovanni Manghi
01:40 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Giovanni Manghi wrote:
> Anita for sake of clarity would you agree if I then create a new issue ticket with just thi...
Anita Graser
01:36 PM Bug report #16618: Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Not sure if it breaks anything else, but if I add... Anita Graser
12:10 PM Bug report #16664 (Closed): After downloading a R script this is not immediately added to the Pro...
Subject says it all. Is ok on 2.14 Giovanni Manghi
12:02 PM Bug report #16663 (Closed): Filter by Atlas Feature, Save State
Hi,
When using the "Only show items inside current atlas feature" feature within a map composer, its state is not ...
Andy Harney
11:33 AM Revision 05d9f92d (qgis): fix oracle provider build
Jürgen Fischer
09:22 AM Revision 63083abe (qgis): Merge pull request #4679 from nyalldawson/selected_feature_source
QgsVectorLayerSelectedFeatureSource Nyall Dawson
09:22 AM Revision 09e03650 (qgis): Merge pull request #4680 from nyalldawson/unique_values
Move uniqueValues to QgsFeatureSource Nyall Dawson
08:59 AM Revision 33888575 (qgis): Move uniqueValues to QgsFeatureSource
Also change signature of QgsVectorLayer/QgsVectorDataProvider
uniqueValues method to match (and improve API)
Nyall Dawson
07:22 AM Revision 27850fb0 (qgis): Merge pull request #4592 from alexbruy/messagebars-for-db
Use QgsMessageBar instead of QMessageBoxes to show result of testing connection Alexander Bruy
05:36 AM Revision 6fed80b1 (qgis): Add a couple more tests for QgsVectorLayerSelectedFeatureSource
Nyall Dawson
05:28 AM Revision 405c55f1 (qgis): Create QgsVectorLayerSelectedFeatureSource
...which is a QgsFeatureSource subclass which only considers
selected features from a QgsVectorLayer
Nyall Dawson

2017-06-04

01:56 AM Revision f69d1c20 (qgis): Convert isolated '...' strings to '…'
Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
c...
Nyall Dawson
01:52 AM Revision 65b0ba81 (qgis): Fix inconsistent capitalization
Nyall Dawson
01:50 AM Revision e5b8b32e (qgis): Make paletted raster widget behave the same as categorized widget
when changing current band
Now the widget asks users if they want to delete existing categories
when they switch a b...
Nyall Dawson
01:50 AM Revision c040469c (qgis): Make paletted raster widget behave more like vector categorized
renderer widget
Since they are basically counterparts to each other
Nyall Dawson
11:50 PM Revision e977f1f0 (qgis): remove unused provider mManagerMode member
Jürgen Fischer
11:26 PM Revision d0ebcd90 (qgis): Fix doxygen test
Nyall Dawson
12:35 PM Feature request #16662 (Open): Add order_by parameter to concatenate aggregate function
It would be nice to have an *order_by* parameter in *concatenate* function.
Something like that :
concatenate("...
jd lom
09:55 AM Revision 1bed323b (qgis): oracle provider: fix build
Jürgen Fischer
08:46 AM Revision 4318bfb8 (qgis): Merge pull request #4670 from nyalldawson/widget_action_header
New classes QgsMenuHeader, QgsMenuHeaderWidgetAction Nyall Dawson
05:35 AM Bug report #16661 (Closed): Mouse single click now double clicks
This is not a QGIS issue. It's either something local to your install, a qt issue, or an osgeo packaging issue. Nyall Dawson
05:35 AM Bug report #16661 (Closed): Mouse single click now double clicks
This is not a QGIS issue. It's either something local to your install, a qt issue, or an osgeo packaging issue. Nyall Dawson
02:38 AM Revision cd9a802c (qgis): [FEATURE] Fix incorrectly swapper layer_property function min_scale and...
The values returned were the opposite of what's shown in the GUI.
Marked as feature as reminder to include this proj...
Nyall Dawson
02:34 AM Bug report #12383 (Closed): max/min values for scale dependent visibility of a layer
Duplicate of #8546 Nyall Dawson
02:34 AM Bug report #12383 (Closed): max/min values for scale dependent visibility of a layer
Duplicate of #8546 Nyall Dawson
02:34 AM Bug report #12383 (Closed): max/min values for scale dependent visibility of a layer
Duplicate of #8546 Nyall Dawson
02:33 AM Bug report #12382 (Closed): scale dependent visibility QGIS 2.8 dev
This is the correct behavior. A map scale of 1:1 is larger then a scale of 1:5000.
Map scale terminology is confus...
Nyall Dawson
02:33 AM Bug report #12382 (Closed): scale dependent visibility QGIS 2.8 dev
This is the correct behavior. A map scale of 1:1 is larger then a scale of 1:5000.
Map scale terminology is confus...
Nyall Dawson
02:33 AM Bug report #12382 (Closed): scale dependent visibility QGIS 2.8 dev
This is the correct behavior. A map scale of 1:1 is larger then a scale of 1:5000.
Map scale terminology is confus...
Nyall Dawson

2017-06-03

01:31 AM Revision a9a7d3c3 (qgis): Swap QgsMapLayer min/max scale API definitions
setMaximumScale() and setMinimumScale(), maximumScale() and
minimumScale() had the opposite meaning to other min/max ...
Nyall Dawson
11:35 PM Bug report #16633 (Closed): Vector menu is duplicated
Andre Joost wrote:
> After the translation was fixed, I still had to remove .qgis2 from the registry (see #15118) an...
Jürgen Fischer
11:35 PM Bug report #16633 (Closed): Vector menu is duplicated
Andre Joost wrote:
> After the translation was fixed, I still had to remove .qgis2 from the registry (see #15118) an...
Jürgen Fischer
11:32 PM Revision 008f3857 (qgis): processing: only reset existing menu 'settings' (followup e78fc620)
Jürgen Fischer
06:27 PM Bug report #16661 (Feedback): Mouse single click now double clicks
is this really just on master/qgis3? installed with osgeo4w? does it happens on 2.14.* ir 2.18.*? does it happens on ... Giovanni Manghi
05:30 PM Bug report #16661 (Closed): Mouse single click now double clicks
On 2 Dell machines using Windows 7, 8, 8.1, and 10 after installing any QGIS version are affected with the issue of t... Ray Hasenyager
04:54 PM Revision 2c8e03de (qgis): [PROCESSING] [regression] One more fix for broken encoding of psycopg2 ...
Borys Jurgiel
08:20 AM Revision 0f2a49d9 (qgis): Remove Point3D
... in favor of QgsPoint
Reference https://github.com/qgis/qgis3.0_api/issues/71
Matthias Kuhn
08:03 AM Revision 0b763526 (qgis): Merge pull request #4642 from nyalldawson/mssql
MSSQL provider fixes Nyall Dawson
08:03 AM Feature request #10947 (Closed): Use Filter() instead of STIntersects() for better performance in...
Applied in changeset commit:qgis|62af54ecb2666d0bde0f7af102d663ded5cda97d. Nyall Dawson
08:03 AM Feature request #10947 (Closed): Use Filter() instead of STIntersects() for better performance in...
Applied in changeset commit:qgis|62af54ecb2666d0bde0f7af102d663ded5cda97d. Nyall Dawson
08:03 AM Bug report #15752 (Closed): Degradation of rendering performances in MSSQL provider
Applied in changeset commit:qgis|62af54ecb2666d0bde0f7af102d663ded5cda97d. Nyall Dawson

2017-06-02

09:50 PM Bug report #16646: Small errors in SAGA Raster Calculator output
Hi Alexander,
I was investigating and you're right.
On the one hand, SAGA Import Raster Module is being used in...
Pedro Venâncio
08:11 AM Bug report #16646: Small errors in SAGA Raster Calculator output
Probably this caused by inputs conversion, as Processing itself does nothing to input rasters, all operations perform... Alexander Bruy
07:53 PM Revision e2227d99 (qgis): Fix QgsPointXY issues
Matthias Kuhn
07:53 PM Revision 881dfef3 (qgis): Fix python test imports
Matthias Kuhn
07:53 PM Revision 4ba385d4 (qgis): Fix python plugins
Matthias Kuhn
07:53 PM Revision a9d7630a (qgis): Rename QgsPointV2 to QgsPoint and QgsPoint to QgsPointXY
Because 3D coordinates should be the default.
References https://github.com/qgis/qgis3.0_api/issues/36
Matthias Kuhn
07:53 PM Revision 085a284c (qgis): [travis] Better match pattern for colorizing failing tests
Matthias Kuhn
07:53 PM Revision e3efc2c8 (qgis): Fix tests
Matthias Kuhn
07:53 PM Revision c5ba49fb (qgis): fix server
Matthias Kuhn
07:53 PM Revision 164e4640 (qgis): Gadgetize QgsPointV2
Matthias Kuhn
07:53 PM Revision 4f3cd3e1 (qgis): QgsPoint migration
Matthias Kuhn
07:53 PM Revision 2bbadbac (qgis): Rename qgspoint.h and qgspointv2.h
To qgspointxy.h
And qgspoint.h
Matthias Kuhn
07:53 PM Revision bf9021ae (qgis): Document API change
Matthias Kuhn
07:44 PM Bug report #16656 (Closed): python error in Processing result viewer
Cannot replicate in a consistent way. Will reopen if is the case (it was happening sometimes with a specific postgis ... Giovanni Manghi
07:44 PM Bug report #16656 (Closed): python error in Processing result viewer
Cannot replicate in a consistent way. Will reopen if is the case (it was happening sometimes with a specific postgis ... Giovanni Manghi
08:02 AM Bug report #16656 (Feedback): python error in Processing result viewer
Can you provide sample? As I can see, it already opens file using unicode. Probably some algorithm writes results wit... Alexander Bruy
07:28 PM Bug report #15312 (Closed): Feature not created when splitting polygon with a line from another l...
Bernhard Ströbl wrote:
> This ticket adresses an issue in the _DigitizingTools_ plugin.
> The proper place to repo...
Giovanni Manghi
07:28 PM Bug report #15312 (Closed): Feature not created when splitting polygon with a line from another l...
Bernhard Ströbl wrote:
> This ticket adresses an issue in the _DigitizingTools_ plugin.
> The proper place to repo...
Giovanni Manghi
11:07 AM Bug report #15312 (Feedback): Feature not created when splitting polygon with a line from another...
This ticket adresses an issue in the _DigitizingTools_ plugin.
The proper place to report it therefore is the plugi...
Bernhard Ströbl
11:07 AM Bug report #15312 (Feedback): Feature not created when splitting polygon with a line from another...
This ticket adresses an issue in the _DigitizingTools_ plugin.
The proper place to report it therefore is the plugi...
Bernhard Ströbl
11:07 AM Bug report #15312 (Feedback): Feature not created when splitting polygon with a line from another...
This ticket adresses an issue in the _DigitizingTools_ plugin.
The proper place to report it therefore is the plugi...
Bernhard Ströbl
07:26 PM Bug report #16657 (Open): date edit widget only shows current date whatever the real data is unde...
Giovanni Manghi
10:17 AM Bug report #16657: date edit widget only shows current date whatever the real data is underneath
... Regis Haubourg
05:05 AM Bug report #16657 (Feedback): date edit widget only shows current date whatever the real data is ...
That's a datetime field - I think the issue is that you've set the format to "date" along. Does it work correctly if ... Nyall Dawson
07:26 PM Revision 10672395 (qgis): Merge pull request #4629 from boundlessgeo/unified-button
Add layer button Alessandro Pasotti
06:09 PM Revision 7a2ce494 (qgis): [addlayerbutton] Connect and forward all signals from browser to app
Alessandro Pasotti
06:05 PM Bug report #16660 (Closed): error: VCRUNTIME140.dll is missing
No errors from installer, but will not run (see attached graphic). Tried reinstalling as per the error message, and ... Michael Gartrell
05:39 PM Bug report #16626 (Closed): DBManager fails to load rasters from service-only PostGIS connections
Applied in changeset commit:qgis|6f42b784b98580257e584ca6fec57809bdd56bc0. Sandro Santilli
05:37 PM Bug report #16626: DBManager fails to load rasters from service-only PostGIS connections
commit:78c3423861 implements the fix suggested in #16626-6 for master branch
backport (and overall automated tests) ...
Sandro Santilli
04:37 PM Bug report #16626: DBManager fails to load rasters from service-only PostGIS connections
Upstream ticket to GDAL was filed here: https://trac.osgeo.org/gdal/ticket/6910 Sandro Santilli
04:26 PM Bug report #16626: DBManager fails to load rasters from service-only PostGIS connections
So I guess a fix here would be to pre-connect with psycopg to find out the name of the database and provide it in the... Sandro Santilli
04:09 PM Bug report #16626 (Reopened): DBManager fails to load rasters from service-only PostGIS connections
Reopening because it looks like ogr does not recognize "service" anyway, insisting about having a `dbname` value. Sandro Santilli
05:38 PM Revision 6f42b784 (qgis): For GDAL sake extract a dbname from the connection
Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Closes #16626
Sandro Santilli
05:31 PM Revision 78c34238 (qgis): For GDAL sake extract a dbname from the connection
Works around GDAL limitation reported in:
https://trac.osgeo.org/gdal/ticket/6910
Ref #16625
Ref #16626
Sandro Santilli
05:31 PM Revision 19ddeb18 (qgis): Merge pull request #4667 from mhugent/server_tilemode
Fix tile render mode not applied in 2.18 server Marco Hugentobler
04:57 PM Revision de5996c7 (qgis): [addlayerbutton] Use enum for window mode instead of booleans
Alessandro Pasotti
04:57 PM Revision 23ae5087 (qgis): [addlayerbutton] Data Source Manager toolbar and menu
This implements the proposal from @SrNeto:
- new toolbar with the new dialog button and
all the "new" data soource...
Alessandro Pasotti
04:57 PM Revision e761395f (qgis): [addlayerbutton] New GUI for the delimited text dlg by Luigi Pirelli
Alessandro Pasotti
04:57 PM Revision ce6d5c7b (qgis): Removed old comment
Alessandro Pasotti
04:57 PM Revision fc76d120 (qgis): [addlayerbutton] Removed all the individual source select slots
In favour of the unified dialog. Alessandro Pasotti
04:57 PM Revision 25b959cc (qgis): [addlayerbutton] Fix order of signals when open page called
The problem was with raster "tab" (that is not a real page
but a forwarded signal to the app), when openPage
was call...
Alessandro Pasotti
04:57 PM Revision 463fd036 (qgis): [addlayerbutton] Add method to open a given page in the layer dlg
This is preliminary to change all dialogs slots to
open the unified dialog with the righ page open.
Alessandro Pasotti
04:57 PM Revision e43dfa28 (qgis): [addlayerbutton] Added option for modeless layer dialog (default false)
Alessandro Pasotti
04:57 PM Revision 43a3ac7b (qgis): [addlayerbutton] Removed help button
Almost all provider dialogs have its own button
resulting in duplicated help buttons in the
unified dialog.
Alessandro Pasotti
04:57 PM Revision 828ec134 (qgis): [addbuttonlayer] Fix layout of vector dialog
This is an attempt to fix the layout of the vector
layer dialog to fit in the unified dialog layout.
The optiomal so...
Alessandro Pasotti
04:57 PM Revision 018afc78 (qgis): [addlayerbutton] Larry Shaffer's fix to the raster button
Tricky solution, but temporary Alessandro Pasotti
04:57 PM Revision 8db19b2f (qgis): [addlayerbutton] Raster support added
There is still an issue with the list not being
correclty reset after the raster icon is selected.
Alessandro Pasotti
04:57 PM Revision 811e4dfd (qgis): [addlayerbutton] Virtual Layers support added
Some changes in connections are required to keep in sync
the available layers lists in the virtual layer dialog.
(Mo...
Alessandro Pasotti
04:57 PM Revision 6c66738d (qgis): [addlayerbutton] Added delimited text layers
Alessandro Pasotti
04:57 PM Revision 14cc77c4 (qgis): [addlayerbutton] Removed button bar from main dialog
No Close button anymore ... prepare your wrist for
a precise hit on the [X] or hit ESC to close the
dialog.
Alessandro Pasotti
04:57 PM Revision 402b7ada (qgis): [addlayerbutton] Initialise pointer
Alessandro Pasotti
04:57 PM Revision c1889111 (qgis): [addlayerbutton] Replace icon for the datasourcemanager
Alessandro Pasotti
04:57 PM Revision e121cfbe (qgis): [addlayerbutton] Use QgsOptionsDialogBase and all its nice features and...
Alessandro Pasotti
04:57 PM Revision 84bbb5f4 (qgis): [addlayerbutton] Removed merge markers
Alessandro Pasotti
04:57 PM Revision a69d5122 (qgis): [addlayerbutton] Show Add button in embedded spatialite dialog
Alessandro Pasotti
04:57 PM Revision 143e0c63 (qgis): [addlayerbutton] More embeddable dialogs
Alessandro Pasotti
04:57 PM Revision b31f05c7 (qgis): [addlayerbutton] New signals for new interfaces
Alessandro Pasotti
04:57 PM Revision dcab8ca1 (qgis): [addlayerbutton] Added more providers and get canvas from ctor
Alessandro Pasotti
04:57 PM Revision 9a51d894 (qgis): [addlayerbutton] Embedded dialog support
Alessandro Pasotti
04:57 PM Revision 75f0e543 (qgis): [addlayerbutton] Pass canvas to the manager (needed by AMS)
Alessandro Pasotti
04:57 PM Revision 220d1256 (qgis): [addlayerbutton] Add embedded option to spatialite dlg
Alessandro Pasotti
04:57 PM Revision 129e00d7 (qgis): [addlayerbutton] Added embeddedMode to all providers
Also switched managerMode and embeddedMode arguments
for a more logical arg passing from the factory function.
Alessandro Pasotti
04:57 PM Revision ff83bfe2 (qgis): [addlayerbutton] Added WFS, WMS and vector layers
Alessandro Pasotti
04:57 PM Revision 01b4eebc (qgis): [addlayerbutton] Prevent a crash when the layer list is rebuilt after a...
Alessandro Pasotti
04:57 PM Revision b2dea8e0 (qgis): [addlayerbutton] Initial implementation
Alessandro Pasotti
04:57 PM Revision a7e12c87 (qgis): [addlayerbutton] Fix height problems within the delimited text dialog
Also moved the status information under the button bas for
consistency with other dialogs.
Alessandro Pasotti
04:57 PM Revision 2f9b844a (qgis): [addlayerbutton] Added help button (URL is still a placeholder)
Alessandro Pasotti
04:57 PM Revision 3cf93bc4 (qgis): [addlayerbutton] Add embedded flag for widget-like usage
Alessandro Pasotti
04:49 PM Bug report #16625: DBManager fails to load raster from dbname-less connection
As this might strike again in the future, this comment is to mention the main problem is upstream where GDAL *require... Sandro Santilli
04:44 PM Revision 861cf9ab (qgis): Fix typo in URI service extraction (introduced in 93624b08)
Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626
Sandro Santilli
04:33 PM Revision 8987bb58 (qgis): Add link to ticket about GDAL raster not working with service-only uri
Sandro Santilli
04:21 PM Revision d74864bb (qgis): Fix typo in URI service extraction (introduced in 93624b08)
Also add a comment about lack of support in GDAL up to 2.2.x for
service specification in datasource uri
Ref #16626
Sandro Santilli
03:39 PM Revision c9e6f15c (qgis): Merge pull request #4659 from boundlessgeo/browser-to-gui
Move QgsBrowserDockWidget from app to gui Alessandro Pasotti
02:51 PM Revision d62d444e (qgis): Moved support classes into own private header
Alessandro Pasotti
02:51 PM Revision f250b191 (qgis): Move QgsBrowserDockWidget from app to gui
Alessandro Pasotti
02:51 PM Revision 70826497 (qgis): Added docs and SIP bindings for QgsBrowserDockWidget
Alessandro Pasotti
02:45 PM Feature request #16659 (Open): Refresh feature count on re-enabling show feature count
When `show feature count` option is enabled in layer context menu feature counting happens only once.
disabling and ...
Nikolay Lebedev
01:27 PM Revision 98f653e6 (qgis): sipify core raster part 2
Denis Rouzaud
01:27 PM Revision 2d78ef80 (qgis): handle PyName for enums
Denis Rouzaud
12:13 PM Revision 0f2f7208 (qgis): Fix missing Icon in Select Attribute Dialog
Alexandre Neto
11:34 AM Feature request #12754: Add split part from a multipart polygon
@Paolo: A possible use is to edit the part after splitting using the _Node Tool_
After a "discussion":http://osge...
Bernhard Ströbl
10:58 AM Revision d357bc5a (qgis): Correctly handle when either min or max map layer scale visibility
is set to 0
0 is intrepreted as "no limit"
Nyall Dawson
10:36 AM Revision eec595b9 (qgis): removed unused block in postgres provider
Radim Blazek
09:20 AM Bug report #16599 (Closed): Buffer function crashing QGIS on specific data set
Works fine in 2.18.9, tested Fixed and Variable distance buffer tool from Processing. Alexander Bruy
09:20 AM Bug report #16599 (Closed): Buffer function crashing QGIS on specific data set
Works fine in 2.18.9, tested Fixed and Variable distance buffer tool from Processing. Alexander Bruy
09:11 AM Revision 9297d91e (qgis): [processing] always look for SAGA LTR first (fix #16648)
(cherry picked from commit 74984b2525e8d34a5bce3c2100f32beea0f3e165) Alexander Bruy
09:10 AM Bug report #16648 (Closed): SAGA version validation in Master
Applied in changeset commit:qgis|74984b2525e8d34a5bce3c2100f32beea0f3e165. Alexander Bruy
09:10 AM Bug report #16648 (Closed): SAGA version validation in Master
Applied in changeset commit:qgis|74984b2525e8d34a5bce3c2100f32beea0f3e165. Alexander Bruy
09:08 AM Revision 74984b25 (qgis): [processing] always look for SAGA LTR first (fix #16648)
Alexander Bruy
08:21 AM Revision 19cfa83e (qgis): [processing] fix description for GRASS 7 v.drape algorithm (fix #16175)
Alexander Bruy
08:20 AM Bug report #16653 (Closed): Adding New WMTS Provider, Missing Options
Applied in changeset commit:qgis|11786603b2cfc9092895128afaa9e5fecbeb26be. Jürgen Fischer
08:20 AM Bug report #16653 (Closed): Adding New WMTS Provider, Missing Options
Applied in changeset commit:qgis|11786603b2cfc9092895128afaa9e5fecbeb26be. Jürgen Fischer
08:19 AM Bug report #16175 (Closed): Incorrect options in v.drap dialog
Applied in changeset commit:qgis|7b7a1bedb235d38cbeee9ac104e103a31387f18a. Alexander Bruy
08:19 AM Bug report #16175 (Closed): Incorrect options in v.drap dialog
Applied in changeset commit:qgis|7b7a1bedb235d38cbeee9ac104e103a31387f18a. Alexander Bruy
08:18 AM Revision 7b7a1bed (qgis): [processing] fix GRASS 7 v.drape description (fix #16175)
Alexander Bruy
08:10 AM Revision 11786603 (qgis): new http connection: parse service less fragile (fixes #16653; followup...
Jürgen Fischer
07:42 AM Bug report #16647 (Closed): Fix SAGA Random Terrain Algorithm with LTR
Already added to PR, thanks Alexander Bruy
07:42 AM Bug report #16647 (Closed): Fix SAGA Random Terrain Algorithm with LTR
Already added to PR, thanks Alexander Bruy
07:18 AM Revision 5773b3f9 (qgis): [processing] add RandomTerrain algorithm (courtesy Pedro Venancio)
Alexander Bruy
05:46 AM Revision fb7c2cc0 (qgis): [composer] Refresh data defined properties after page size changes
Fix #16390
(cherry-picked from 599db1)
Nyall Dawson
05:29 AM Revision b365e5e6 (qgis): [save as image] attach scope variables
This is needed to properly render symbols with
expression-based styling rely on those.
Mathieu Pellerin - nIRV
04:33 AM Revision 62af54ec (qgis): [mssql] Use Filter instead of STIntersects to improve query performance
...and refine validity test from 57dc3c7
Using Filter is more performant since it does a bounding box only
check whe...
Nyall Dawson
04:09 AM Revision 039866d4 (qgis): Add test for MSSQL behavior with invalid polygon geometries
Nyall Dawson
02:57 AM Revision fb11f1d2 (qgis): Add missing ellipsis to decoration menu items
Nyall Dawson
02:25 AM Revision ae8b71ed (qgis): New classes QgsMenuHeader, QgsMenuHeaderWidgetAction
Custom widgets designed for displaying subheaders within a QMenu
in a standard style (i.e. matching the subheaders sh...
Nyall Dawson

2017-06-01

01:56 AM Revision 19f0b39c (qgis): Silence some Coverity unchecked return value warnings
Nyall Dawson
01:54 AM Revision 742a1293 (qgis): Merge pull request #4668 from SrNetoChan/select_attributes_fix
Fixes missing Icon in Select Attribute Dialog Nyall Dawson
01:07 AM Revision b2360dfd (qgis): Update test mask for WMS server diagrams test
Nyall Dawson
01:02 AM Revision df9344e3 (qgis): When holding ctrl while mouse wheeling on spin box, increase
in smaller amounts
Default Qt behavior is to increase step size 10x when ctrl
is held while mouse wheel - but everyw...
Nyall Dawson
12:50 AM Revision 4d936cea (qgis): Add method to convert QgsUnitTypes::RenderUnit to translated string
Nyall Dawson
12:36 AM Revision bbec00f1 (qgis): Fix mouse wheel modifications to colors in QgsColorRampWidget
Nyall Dawson
12:23 AM Revision 5f7178a5 (qgis): Fix missing Icon in Select Attribute Dialog
Alexandre Neto
09:07 PM Revision 5fdde8a5 (qgis): [OGR provider] Use OGR_F_IsFieldSetAndNotNull() when available.
Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields
whereas previously there was only unset fi...
Even Rouault
08:59 PM Revision b3579abc (qgis): Fix build of dxf2shp plugin with GDAL 2.2
Up to know the plugin relied on the fact that GDAL exported the symbols of
its internal shapelib. Since GDAL 2.2 this...
Even Rouault
06:47 PM Bug report #16657 (Closed): date edit widget only shows current date whatever the real data is un...
Hi,
it seems a regression since 2.18.3, date edit widget will only show the current date in a form, even without a...
Regis Haubourg
06:31 PM Bug report #16656 (Closed): python error in Processing result viewer
Traceback (most recent call last):
File "C:/OSGEO4~1/apps/qgis-rel-dev/./python/plugins\processing\ProcessingPlugi...
Giovanni Manghi
06:17 PM Bug report #16655 (Closed): importing qlr does not import widget types
Hi all,
when importing a QLR file in QGIS, widget types definitions are not read correctly in QGIS.
In 2.18.9, ev...
Regis Haubourg
05:57 PM Revision df9ee6f7 (qgis): Merge pull request #4313 from pblottiere/cleansingleton
[Server] WMS getmap refactoring René-Luc ReLuc
05:41 PM Revision e9a7dffb (qgis): added Z,M,ZM types to postgres output, allowed AddFeatures for layers w...
Radim Blazek
05:16 PM Bug report #16654 (Closed): [Value list widget] scroll bar is locked in read-only mode

For a multiple selection attribute, we cannot see the complete list because de scroll bar is locked.
It's only pos...
Regis Haubourg
04:49 PM Bug report #16653 (Closed): Adding New WMTS Provider, Missing Options
Using QGIS 2.99 master revision 5077e12 installed via OSGeo4W64.
Adding a new WMS/WMTS server, the GUI is missing ...
Andy Harney
03:48 PM Revision 4f307f77 (qgis): Fix tile render mode not applied in 2.18 server
Marco Hugentobler
03:03 PM Revision 90d2c92a (qgis): [travis] Allow failures on macos
Seems to be an upstream issue Matthias Kuhn
03:01 PM Bug report #16652 (Closed): SAGA directional statistics fails
This command fails on Debian Sid, saga 2.3.1+dfsg-3
Algorithm Directional statistics for raster layer starting...
...
Paolo Cavallini
02:55 PM Revision b17b36ef (qgis): sipify OSM classes
Etienne Trimaille
01:42 PM Revision 6c7a12a2 (qgis): sip doesn't like named argument in operators (apparently)
Denis Rouzaud
01:33 PM Revision 07fa2478 (qgis): sipify core raster part 1
Denis Rouzaud
01:33 PM Revision 3e73ac7a (qgis): fix missing private operator
Denis Rouzaud
01:28 PM Bug report #15747 (Closed): SAGA support broken for SAGA LTR version
Paolo Cavallini wrote:
> Yes.
if yes then this ticket can be closed (there is also already a ticket about SAGA/GR...
Giovanni Manghi
01:28 PM Bug report #15747 (Closed): SAGA support broken for SAGA LTR version
Paolo Cavallini wrote:
> Yes.
if yes then this ticket can be closed (there is also already a ticket about SAGA/GR...
Giovanni Manghi
12:00 PM Bug report #15747: SAGA support broken for SAGA LTR version
Yes. Paolo Cavallini
11:50 AM Bug report #15747: SAGA support broken for SAGA LTR version
Paolo Cavallini wrote:
> Checking modules one by one is an enormous amount of work, done already over and over. I th...
Giovanni Manghi
11:47 AM Bug report #15747: SAGA support broken for SAGA LTR version
Checking modules one by one is an enormous amount of work, done already over and over. I think we have to find a bett... Paolo Cavallini
11:41 AM Bug report #15747 (Feedback): SAGA support broken for SAGA LTR version
Paolo Cavallini wrote:
> On Debian Sid we have SAGA 2.3.1+dfsg-3, and many commands do not seem to be working.
ma...
Giovanni Manghi
11:41 AM Bug report #15747 (Feedback): SAGA support broken for SAGA LTR version
Paolo Cavallini wrote:
> On Debian Sid we have SAGA 2.3.1+dfsg-3, and many commands do not seem to be working.
ma...
Giovanni Manghi
08:52 AM Bug report #15747: SAGA support broken for SAGA LTR version
On Debian Sid we have SAGA 2.3.1+dfsg-3, and many commands do not seem to be working. Paolo Cavallini
01:22 PM Bug report #16649: additional "no Data values" using the Layer Styling panel are not applied
Confirmed also on Window and 2.18.9 Giovanni Manghi
01:22 PM Bug report #16649: additional "no Data values" using the Layer Styling panel are not applied
Confirmed also on Window and 2.18.9 Giovanni Manghi
11:31 AM Bug report #16649 (Closed): additional "no Data values" using the Layer Styling panel are not app...

I am testing the layer styling panel (shortcut F7) with the latest Nightly build on the Ubuntu repositori...
shenriod -
01:18 PM Feature request #16651 (Open): Hide non accessible / restricted WMS / WMTS layers
I would like to request that for any WMS / WMTS layers which have data security and where the authentication is not i... Chris Buckmaster
11:47 AM Bug report #16648: SAGA version validation in Master
related to #16421 Giovanni Manghi
11:43 AM Bug report #16650 (Closed): segmentation error (core dumped)
duplicate of #8760 Giovanni Manghi
11:43 AM Bug report #16650 (Closed): segmentation error (core dumped)
duplicate of #8760 Giovanni Manghi
11:38 AM Bug report #16650 (Closed): segmentation error (core dumped)
When i use a custom form ui, i have a core dumped error in qgis 2.18.9
Mauchain Louis
11:20 AM Feature request #16638: Field mapper when copy and pasting geometries
Hi Saber,
there is a QEP talking of this: [[https://github.com/qgis/QGIS-Enhancement-Proposals/issues/89]]
Regis Haubourg
10:54 AM Revision a6358b1f (qgis): Merge pull request #4606 from nyalldawson/feature_locator
[FEATURE] Active layer feature locator filter Nyall Dawson
10:24 AM Revision 2f9bfc56 (qgis): Merge pull request #4661 from nyalldawson/feature_index
Add method for manually inserting features into spatial indexes Nyall Dawson
07:26 AM Revision 19ca0e00 (qgis): Avoid issues if active layer changes
Nyall Dawson
07:25 AM Revision 787769a7 (qgis): Only search text and numeric fields
Nyall Dawson
06:00 AM Revision f359ffb5 (qgis): Merge pull request #4625 from nyalldawson/comp_extent
[FEATURE] New decoration type for showing composer map extents Nyall Dawson
05:48 AM Revision f9aa749b (qgis): Optimise queries - use a single feature request which combines
all field checks instead of firing off multiple requests
for every field
Nyall Dawson
04:28 AM Revision 55ed6f98 (qgis): [FEATURE] Active layer feature locator filter
Searches for matching attributes in any field from the current
active layer.
Nyall Dawson
04:24 AM Revision babfb6be (qgis): Allow optional labels for composer extent decorations
Nyall Dawson
04:12 AM Revision 09110ea8 (qgis): Make QgsTextFormat::readXml more forgiving to input element
Nyall Dawson
02:51 AM Revision 8152a006 (qgis): Only show extent of open composer windows
Nyall Dawson
02:11 AM Revision 7921de32 (qgis): [FEATURE] New decoration type for showing composer map extents
Adds a new (disabled by default) decoration item for showing
the extents of composer maps in the main canvas. When en...
Nyall Dawson
02:09 AM Revision d8d17524 (qgis): Make QgsSpatialIndex protected members private
The class is not designed to be subclassed Nyall Dawson
02:03 AM Revision ff171ea1 (qgis): Add method for manually inserting features into spatial indexes
i.e. inserting a feature with a different bounding box to that
feature's actual geometry
Nyall Dawson
02:02 AM Revision 5077e128 (qgis): Merge pull request #4652 from nyalldawson/extent
[FEATURE] Add option to take extent from project map layer to QgsExtentGroupBox Nyall Dawson
02:02 AM Feature request #16357 (Closed): Allow to set extent from other layer in raster save as dialog
Applied in changeset commit:qgis|4e4f232ad49c0600c8b05747e51cbc9f47c01607. Nyall Dawson
02:02 AM Feature request #16357 (Closed): Allow to set extent from other layer in raster save as dialog
Applied in changeset commit:qgis|4e4f232ad49c0600c8b05747e51cbc9f47c01607. Nyall Dawson

2017-05-31

01:17 AM Bug report #16648 (Closed): SAGA version validation in Master
It seems that there is a validation in QGIS master (OSGeo4W) that is preventing SAGA LTR to start, when SAGA 2.1.2 is... Pedro Venâncio
01:10 AM Revision 9e147413 (qgis): Move logic for maintaining exact extent when CRS changes from
raster layer save as dialog to QgsExtentGroupBox, add tests Nyall Dawson
01:02 AM Bug report #15747: SAGA support broken for SAGA LTR version
Is this one still true Paolo?
commit:f568ca2b85deb05d3c76887f26901bfe09ce029f
https://trac.osgeo.org/osgeo4w/tick...
Pedro Venâncio
12:56 AM Bug report #16647 (Closed): Fix SAGA Random Terrain Algorithm with LTR
SAGA Random Terrain has some parameter changes in LTR, including the name of the module:
http://www.saga-gis.org/s...
Pedro Venâncio
12:47 AM Bug report #16646 (Closed): Small errors in SAGA Raster Calculator output
This question was rised in the users mailing list.
We have 3 rasters:
a: Z_top_res.tif
b: t_top_res.tif
c1: t...
Pedro Venâncio
12:18 AM Bug report #16640 (Closed): Identify tool does not work
Giovanni Manghi
09:50 PM Bug report #16640: Identify tool does not work
Giovanni Manghi wrote:
> they work just fine here on both windows and linux.
>
> Try
>
> a) backup your ~/.qgi...
Camilo Corredor
09:19 AM Bug report #16640: Identify tool does not work
they work just fine here on both windows and linux.
Try
a) backup your ~/.qgis2 folder
b) remove it
c) restar...
Giovanni Manghi
11:09 PM Revision af029c5c (qgis): Try to fix Travis build failure
Nyall Dawson
05:37 PM Bug report #16645 (Feedback): GeoJson Not opening correctly QGIS 2.8.6
is really 2.8 qgis you are using?
if yes please update to 2.14 or 2.18 and try again.
Giovanni Manghi
03:29 PM Bug report #16645: GeoJson Not opening correctly QGIS 2.8.6
Missing two files for the shapefile Gonzalo Quiroga
03:29 PM Bug report #16645: GeoJson Not opening correctly QGIS 2.8.6
Missing two files for the shapefile Gonzalo Quiroga
03:27 PM Bug report #16645: GeoJson Not opening correctly QGIS 2.8.6
Forgot to say thanks! Hope it can be fixed!
Kind regards
Gonzalo Quiroga
03:26 PM Bug report #16645 (Closed): GeoJson Not opening correctly QGIS 2.8.6
When I try to open a GeoJson file it shows a completely wrong shape. If I open the same vector but in shapefile forma... Gonzalo Quiroga
03:44 PM Revision 451bda00 (qgis): Merge pull request #4644 from rldhont/server-wms-configparser-getstyles
[Server] WMS GetStyles (and GetStyle) refactoring René-Luc ReLuc
03:37 PM Bug report #16636: Delete child feature in Relation Reference Widget (n:m-Relations)
This happens when there is no "ON DELETE CASCADE" flag set on the foreign key.
With tables A <- (L)inking -> B
...
Matthias Kuhn
03:07 PM Bug report #16635 (Closed): Add child Feature button in Relation Reference Widget (n:m-Relations)
Applied in changeset commit:qgis|1318518ff3adabc17038c68c1a429e702737d4b0. Anonymous
03:07 PM Bug report #16635 (Closed): Add child Feature button in Relation Reference Widget (n:m-Relations)
Applied in changeset commit:qgis|1318518ff3adabc17038c68c1a429e702737d4b0. Anonymous
03:07 PM Revision 7397b3c3 (qgis): Typo fix: Add missing spacing
Harrissou Santanna
03:06 PM Revision 1318518f (qgis): Update buttons on referenced layer edit state change in N:M
Fix #16635 Matthias Kuhn
02:42 PM Bug report #16644 (Closed): Crash when using search input in Option dialog
In current master, when going to Options, and trying to search:
- the first character is fine, but after second char...
Richard Duivenvoorde
02:37 PM Revision 2148fa92 (qgis): handle protected inheritance, rename ui class to avoid class name colli...
Denis Rouzaud
02:37 PM Revision 625cfc7c (qgis): sip gui layertree and raster
Denis Rouzaud
02:10 PM Revision bb789e99 (qgis): [Server] WMS GetStyles (and GetStyle) refactoring
René-Luc ReLuc
02:02 PM Bug report #16643: Core dump when zooming
Thanks @jef...I didn't read the message myself :)
Here is the end of the debug info just before it crashes.
Saber Razmjooei
01:30 PM Bug report #16643: Core dump when zooming
Saber Razmjooei wrote:
> ptrace: Operation not permitted.
See "creating a backtrace":http://qgis.org/en/site/geti...
Jürgen Fischer
12:53 PM Bug report #16643: Core dump when zooming
Here is the debug info:
@src/gui/qgsmapcanvas.cpp: 1380: (wheelEvent) [4580ms] Wheel event delta 120
src/core/qgs...
Saber Razmjooei
11:40 AM Bug report #16643 (Open): Core dump when zooming
Giovanni Manghi
11:38 AM Bug report #16643: Core dump when zooming
Here is the link to the example project:
https://www.dropbox.com/s/ivcz957i5oe154x/crash_16643.zip?dl=0
@Gio, yes...
Saber Razmjooei
11:31 AM Bug report #16643 (Feedback): Core dump when zooming
only master? Giovanni Manghi
11:29 AM Bug report #16643 (Closed): Core dump when zooming
I think there were reports before with zooming closely in QGIS master results in crashing.
I have managed to consi...
Saber Razmjooei
01:38 PM Bug report #16639: "CRS was undefined" from Oracle layer
Same bug for me with EPSG:31370 with 2.14.15 and 2.18.9 Jean-Louis Stanus
01:27 PM Revision 4cdfbadb (qgis): Remove unnecessary ellipsis from string
Nyall Dawson
01:18 PM Revision e2de69d3 (qgis): Ensure extent is updated when QgsExtentGroupBox crs is changed
Nyall Dawson
01:06 PM Revision 5649c405 (qgis): Add unit tests for QgsExtentGroupBox
Nyall Dawson
01:05 PM Revision f216db10 (qgis): Clean up QgsExtentGroupBox API
Make protected members private, improve documentation Nyall Dawson
12:29 PM Revision 4e4f232a (qgis): [FEATURE] Add option to take extent from project map layer
to QgsExtentGroupBox
This allows matching another layer's extent in the save vector/
raster layer dialog, among othe...
Nyall Dawson
11:45 AM Feature request #16642: Add for a lot of tools the possibility of working only with selected feature
Ok, I discover again a great function of QGIS ...
But I modify my request :
Because it's a hidden feature (the user...
Julien Monticolo
11:31 AM Feature request #16642 (Feedback): Add for a lot of tools the possibility of working only with se...
This option is already available in Processing, can you be more specific? Giovanni Manghi
11:14 AM Feature request #16642 (Closed): Add for a lot of tools the possibility of working only with sele...
Hello,
For create a buffer for example (and a lot of others processing and GDAL tools) add the possibility to work o...
Julien Monticolo
10:48 AM Revision 6eb35705 (qgis): sipify
Etienne Trimaille
10:45 AM Revision 52a8be6f (qgis): add missing ConvertToSubClass sections
Denis Rouzaud
10:44 AM Revision 7e52f06a (qgis): sipify gui auth classes
Denis Rouzaud
09:10 AM Feature request #16641 (Open): Select tool feature picker
I’ve had a thought of improvement of the select tool. When there is several features in the same (or almost the same)... Karl-Magnus Jonsson
08:51 AM Revision 77cd7afa (qgis): fix project re-load missing layers (fixes #16560)
Mathieu Pellerin - nIRV
08:51 AM Bug report #16560 (Closed): regression: re-loading a project within the same session fails, remov...
Applied in changeset commit:qgis|77cd7afaaa391469eefee1037d61489db3eb9b14. Mathieu Pellerin - nIRV
08:51 AM Bug report #16560 (Closed): regression: re-loading a project within the same session fails, remov...
Applied in changeset commit:qgis|77cd7afaaa391469eefee1037d61489db3eb9b14. Mathieu Pellerin - nIRV
04:54 AM Bug report #4518 (Closed): Rotation of labels and symbols should be in the same direction
Applied in changeset commit:qgis|21a4ac4d3a747182c78224e23718bd09c6243d73. Nyall Dawson
04:54 AM Bug report #4518 (Closed): Rotation of labels and symbols should be in the same direction
Applied in changeset commit:qgis|21a4ac4d3a747182c78224e23718bd09c6243d73. Nyall Dawson
04:54 AM Revision 77fd7e63 (qgis): Merge pull request #4646 from nyalldawson/rotation
Unify UX behavior, pt 2: rotation Nyall Dawson
04:54 AM Feature request #15823 (Closed): allow negative map rotation value in print composer
Applied in changeset commit:qgis|aaddfedda8e3b7d63007d930530a38447d3bf5ea. Nyall Dawson
04:54 AM Feature request #15823 (Closed): allow negative map rotation value in print composer
Applied in changeset commit:qgis|aaddfedda8e3b7d63007d930530a38447d3bf5ea. Nyall Dawson
04:54 AM Bug report #12696 (Closed): Composer Manager - Label rotation
Applied in changeset commit:qgis|6f368bed6ac21d59f9409b18b99bd0431eebe1fd. Nyall Dawson
04:54 AM Bug report #12696 (Closed): Composer Manager - Label rotation
Applied in changeset commit:qgis|6f368bed6ac21d59f9409b18b99bd0431eebe1fd. Nyall Dawson
02:51 AM Revision c019314f (qgis): Update more rotation widgets to standard behavior, fix tests
Nyall Dawson

2017-05-30

10:27 PM Revision 8ce847f9 (qgis): more constness
Denis Rouzaud
09:28 PM Bug report #16640: Identify tool does not work
Giovanni Manghi wrote:
> add sample data/project.
Using data from this link https://qgis.org/downloads/data/ The ...
Camilo Corredor
07:24 PM Bug report #16640: Identify tool does not work
add sample data/project. Giovanni Manghi
07:23 PM Bug report #16640: Identify tool does not work
Giovanni Manghi wrote:
> update to 2.18.9 and try again thanks (2.18.8 was full of issues, maybe this is one of them...
Camilo Corredor
06:48 PM Bug report #16640: Identify tool does not work
ps
here it works as expected on 2.18.9 on Ubuntu.
Giovanni Manghi
06:47 PM Bug report #16640 (Feedback): Identify tool does not work
update to 2.18.9 and try again thanks (2.18.8 was full of issues, maybe this is one of them). Giovanni Manghi
06:46 PM Bug report #16640 (Closed): Identify tool does not work
The identify tool does not work with point or line geometry. QGIS shows this message "No spatial objects found in thi... Camilo Corredor
06:31 PM Revision 0f264317 (qgis): force not shared postgres connection on non main thread
Radim Blazek
05:13 PM Revision 93624b08 (qgis): Pass "service" parameter to gdal when opening PostGIS Rasters
Closes #16626 for 2.18 Sandro Santilli
05:13 PM Bug report #16626 (Closed): DBManager fails to load rasters from service-only PostGIS connections
Applied in changeset commit:qgis|93624b0865bf19b328fd0e8cc5cc4330bffd8be2. Sandro Santilli
05:13 PM Bug report #16626 (Closed): DBManager fails to load rasters from service-only PostGIS connections
Applied in changeset commit:qgis|93624b0865bf19b328fd0e8cc5cc4330bffd8be2. Sandro Santilli
09:25 AM Bug report #16626: DBManager fails to load rasters from service-only PostGIS connections
PR for 2.18 branch: https://github.com/qgis/QGIS/pull/4647 Sandro Santilli
04:38 PM Revision 7266410a (qgis): Merge pull request #4533 from boundlessgeo/too_many_dbmanager_errors_fi...
[db_manager] catch exception when item has lost reference. for 2.18 regression fixes #15868 Salvatore Larosa
04:38 PM Bug report #15868 (Closed): Frequent errors in DB Manager: `pyqtSignal must be bound to a QObject...
Applied in changeset commit:qgis|7266410aced292bd9cacdfe5bc3c59c91adf1a89. Salvatore Larosa
04:38 PM Bug report #15868 (Closed): Frequent errors in DB Manager: `pyqtSignal must be bound to a QObject...
Applied in changeset commit:qgis|7266410aced292bd9cacdfe5bc3c59c91adf1a89. Salvatore Larosa
04:22 PM Revision a468abbd (qgis): fix icon loading in the nohelp.html file
Alexander Bruy
03:49 PM Revision 2c56f424 (qgis): add Factory annotation to clone() methods
Denis Rouzaud
02:39 PM Revision 6c84b6ea (qgis): Avoid row sorts during attribute editing in AttributeTable Fix #15976
Luigi Pirelli
02:39 PM Revision 736e303d (qgis): missing annotation and fix warning
Denis Rouzaud
02:39 PM Revision 8d073ce5 (qgis): partial fix of snapping config issues
Denis Rouzaud
01:37 PM Revision e663d192 (qgis): Add/update tests
Blottiere Paul
11:18 AM Revision b3652938 (qgis): added plugin tag for QgsMessageLog messages
Luigi Pirelli
11:14 AM Revision d1e8903c (qgis): Ensure "dbname" is set in the uri, once again
Fixes #16625 (ref #10600) Sandro Santilli
11:14 AM Bug report #16625 (Closed): DBManager fails to load raster from dbname-less connection
Applied in changeset commit:qgis|d1e8903cc9800266a307ca1c83dee9d2d244a385. Sandro Santilli
11:13 AM Revision accf3f18 (qgis): ENABLE_PGTESTS doesn't really make sense w/out ENABLE_TESTS
[ci skip] Sandro Santilli
11:10 AM Bug report #16639 (Closed): "CRS was undefined" from Oracle layer
Hi,
When QGIS queries Oracle to get SRID information there are 2 different queries :...
antoine dauce
11:01 AM Revision 0cee1933 (qgis): enabled to save as vector with measure
Radim Blazek
10:55 AM Revision ed03e99e (qgis): catch uncatched exception when item has lost reference. fixies #15868
Luigi Pirelli
10:50 AM Revision c85cf233 (qgis): Update sip binding
Blottiere Paul
10:50 AM Revision 438ffd2e (qgis): GetMap refactoring
Blottiere Paul
10:33 AM Revision d56a692b (qgis): Fix typo
Sandro Santilli
10:01 AM Revision 293ea4af (qgis): updated min required versions in INSTALL
Radim Blazek
09:58 AM Revision 75ee7da2 (qgis): [processing] always use SAGA shipped with OSGeo4W
Alexander Bruy
09:58 AM Revision 962e2ca9 (qgis): [processing] adapt to 2.3.0 syntax
Alexander Bruy
09:50 AM Feature request #16638: Field mapper when copy and pasting geometries
source_attribute_table.png shows the table where user copies the features from.
target_attribute_table.png shows the...
Saber Razmjooei
09:50 AM Feature request #16638: Field mapper when copy and pasting geometries
source_attribute_table.png shows the table where user copies the features from.
target_attribute_table.png shows the...
Saber Razmjooei
09:50 AM Feature request #16638: Field mapper when copy and pasting geometries
source_attribute_table.png shows the table where user copies the features from.
target_attribute_table.png shows the...
Saber Razmjooei
09:50 AM Feature request #16638: Field mapper when copy and pasting geometries
source_attribute_table.png shows the table where user copies the features from.
target_attribute_table.png shows the...
Saber Razmjooei
09:35 AM Feature request #16638 (Open): Field mapper when copy and pasting geometries
I think there was a discussion a while back on the dev list about this feature. But here is my wish-list:
A featur...
Saber Razmjooei
09:28 AM Bug report #13804 (Closed): Snap mode for layers in Advanced digitizing panel is broken
Saber Razmjooei
09:26 AM Feature request #15181 (Closed): Support for No (or Unknown) CRS
Saber Razmjooei
09:24 AM Revision f83d2f40 (qgis): Sipify update
Nyall Dawson
09:23 AM Revision 0e532265 (qgis): Unify behaviour of more rotation controls
Nyall Dawson
09:23 AM Revision 21a4ac4d (qgis): Unify label rotation with other rotation settings
Label rotation is now specified in degrees clockwise, just like
symbol rotation, map rotation, etc.
Fix #4518
Nyall Dawson
09:21 AM Revision a53f6604 (qgis): Pass "service" parameter to gdal when opening PostGIS Rasters
See #16626 - needs backport to 2.18 Sandro Santilli
09:19 AM Revision 9a7b06aa (qgis): [processing] support only SAGA LTR
Alexander Bruy
09:19 AM Revision df526203 (qgis): Make QgsMapSettings rotation API docs follow same standard as other rot...
Nyall Dawson
09:19 AM Revision d705642f (qgis): Update diagram renderer to use rotation in degrees clockwise
Nyall Dawson
09:19 AM Revision d99d14bf (qgis): Unify behavior of more rotation widgets
Nyall Dawson
09:18 AM Revision aaddfedd (qgis): [composer] Allow map rotation from -360 to 360
Fix #15823
Also reenable instant map refresh as map rotation changes. Since
map refresh is done in the background no...
Nyall Dawson
09:18 AM Revision f9c48bf0 (qgis): Allow transform effect rotation from -360 to 360
Nyall Dawson
09:18 AM Revision 6f368bed (qgis): [composer] Allow item rotation from -360->360
Fix #12696 Nyall Dawson
09:18 AM Revision 3cd99c31 (qgis): [composer] Improve picture rotation API docs
Nyall Dawson
08:51 AM Feature request #14012: DB Manager: add an option to store $user to Versioning
https://github.com/qgis/QGIS/pull/4643 Jürgen Fischer
08:50 AM Revision efe6109c (qgis): Merge pull request #4641 from nyalldawson/alpha
Unify opacity UI/API, pt 1 Nyall Dawson
07:36 AM Bug report #16628: Count Unique Points in Polygons seems to fail inside a loop (PyQGIS)
PS. Can you assign the bug to me? I plan to a bit of extra code to catch an error like this. evangelos vafeiadis
07:24 AM Bug report #16628: Count Unique Points in Polygons seems to fail inside a loop (PyQGIS)

> try:
>
> # Ejecutamos el join espacial dentro de un tr por si hubiera algun error poder continuar ...
evangelos vafeiadis
06:50 AM Revision 9e110824 (qgis): Merge pull request #4593 from alexbruy/create-raster-api
[API] convenience API call to create empty raster file with given number of bands Alexander Bruy
06:19 AM Revision e8b11a3b (qgis): Fix test
Nyall Dawson
05:47 AM Revision d4c87620 (qgis): Change some remaining alpha/transparency strings to opacity
Nyall Dawson
05:33 AM Revision 94829206 (qgis): Flip 'alpha' to 'opacity' in gui API
Nyall Dawson
04:54 AM Revision d24c64f8 (qgis): Use QgsOpacityWidget wherever appropriate
Nyall Dawson
03:36 AM Revision eed758e0 (qgis): Fix build
Nyall Dawson
03:36 AM Revision e58f25db (qgis): Create new QgsOpacityWidget widget
Allows consistent behavior and appearance across all opacity controls Nyall Dawson
03:07 AM Revision a3262240 (qgis): Flip symbology from alpha/transparency to opacity
Nyall Dawson
02:03 AM Bug report #16637 (Feedback): Problem with empty values in getFeatures with OrderBy
2.16 is no longer supported. Is this reproducible in 2.18.9? Nyall Dawson

2017-05-29

01:09 AM Bug report #16186 (Closed): Processing: Broken GRASS tools under Windows
Somehow this seems to me fixed in 2.18.9 nightly. Giovanni Manghi
01:09 AM Bug report #16186 (Closed): Processing: Broken GRASS tools under Windows
Somehow this seems to me fixed in 2.18.9 nightly. Giovanni Manghi
01:09 AM Bug report #16186 (Closed): Processing: Broken GRASS tools under Windows
Somehow this seems to me fixed in 2.18.9 nightly. Giovanni Manghi
12:48 AM Revision 32480fe8 (qgis): Fix tests
Nyall Dawson
12:48 AM Revision 32af831c (qgis): Fix test
Nyall Dawson
12:48 AM Revision 660b34ea (qgis): Flip some doxygen from transparency to opacity
Nyall Dawson
12:48 AM Revision bcf4026f (qgis): Flip QgsVectorLayer from transparency to opacity
Nyall Dawson
12:48 AM Revision b7352bb2 (qgis): Flip Transparency property type to Opacity
Nyall Dawson
12:48 AM Revision ac393207 (qgis): Flip QgsShadowEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 59cc09b4 (qgis): Change QgsBlurEffect to use opacity instead of transparency
Nyall Dawson
12:48 AM Revision a6d63644 (qgis): Flip QgsColorEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 6f4c5496 (qgis): Flip QgsDrawSourceEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 233a95e9 (qgis): Raster API opacity documentation
Nyall Dawson
12:48 AM Revision 89c2e85a (qgis): Flip QgsGlowEffect from transparency to opacity
Nyall Dawson
12:48 AM Revision 07b45cdc (qgis): Change labeling from transparency to opacity
Nyall Dawson
12:48 AM Revision 052b5d32 (qgis): Flip QgsDiagramSettings from transparency to opacity
Nyall Dawson
12:48 AM Revision 5aae97ec (qgis): Remove ancient disabled layer transparency code
Nyall Dawson
12:48 AM Revision 39146517 (qgis): Change QgsComposerItem to use opacity instead of transparency
Nyall Dawson
12:48 AM Revision b2ba450d (qgis): Fix build warning
Nyall Dawson
11:28 PM Feature request #16527: Handle absent primary keys for postgresql views in add postgis layer dialog
I have a column with unique values in my views, I just don't like to set it every time I need to add a view as a laye... Nikolay Lebedev
10:52 PM Bug report #16637 (Closed): Problem with empty values in getFeatures with OrderBy
I am trying to display features list on my own QAbstractTableModel.
By now it can sort columns just fine when all ro...
Marcos Medeiros
10:35 PM Revision dcd99ad5 (qgis): avoid slashes in connection names (followup 30900e9b8; fixes #16624)
(cherry picked from commit 8c873b14b8a572aa7d65d31381357844c3d73aeb) Jürgen Fischer
04:13 PM Bug report #16636 (Closed): Delete child feature in Relation Reference Widget (n:m-Relations)
The Deletion of a child Feature doesn't work.
When selecting an existing child feature the "Delete child Feature" bu...
Manuel K
03:42 PM Bug report #16635 (Closed): Add child Feature button in Relation Reference Widget (n:m-Relations)

When activating the Editing mode (in the main window) the "Add child Feature" button in form doesn't become active ...
Manuel K
03:35 PM Revision 6575a60a (qgis): remove useless Python version variable
Denis Rouzaud
02:25 PM Revision 1f22df78 (qgis): Fix attribute form python cleanup
Hugo Mercier
02:17 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Anita Graser wrote:
> I've further narrowed it down to activating "Discourage labels from covering features" for the...
Giovanni Manghi
12:08 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Anita Graser wrote:
> I've further narrowed it down to activating "Discourage labels from covering features" for the...
Giovanni Manghi
01:50 PM Revision 9b46d9dd (qgis): sipify
Etienne Trimaille
01:50 PM Revision 88a6d2ba (qgis): include gdal_version and add private constructor
Denis Rouzaud
01:38 PM Bug report #16422 (Closed): Processing (on Windows): external SAGA does not work anymore
Alexander Bruy wrote:
> Here is PR to remove support for external SAGA https://github.com/qgis/QGIS/pull/4587.
>
...
Giovanni Manghi
01:38 PM Bug report #16422 (Closed): Processing (on Windows): external SAGA does not work anymore
Alexander Bruy wrote:
> Here is PR to remove support for external SAGA https://github.com/qgis/QGIS/pull/4587.
>
...
Giovanni Manghi
12:14 PM Revision ada87156 (qgis): [Server] Add GetStyles test
René-Luc ReLuc
12:13 PM Revision 8356c767 (qgis): Merge pull request #4637 from rldhont/server-wms-configparser-describel...
[Server] WMS DescribeLayer refactoring René-Luc ReLuc
11:31 AM Revision d996cf28 (qgis): clean up expression convertion errors
Mathieu Pellerin - nIRV
11:31 AM Revision 3419945a (qgis): [FEATURE] create_ramp() expression function
Mathieu Pellerin - nIRV
11:26 AM Revision f250bef4 (qgis): improved sipify code layout
Denis Rouzaud
11:17 AM Bug report #16605: TauDEM MoveOutletsToStreams cannot find executable
This is not bug, in supported version of TauDEM this tool executable has name "moveoutletstostrm" Alexander Bruy
11:02 AM Bug report #16633: Vector menu is duplicated
I experienced the same some time ago with the German locale: #15330
After the translation was fixed, I still had t...
Andre Joost
10:32 AM Feature request #16634 (Closed): Renaming favourites
Currently, it is not possible to rename the favourites in QGIS Browser (v. 2.14). Some folder paths are pretty long a... Theo Erod
10:21 AM Revision 31ab1032 (qgis): [FEATURE] Add role logging for PostGIS versioning.
Add new column in PostGIS versioning plugin SQL.
Add SQL logic for functions and triggers.
Add new QLineEdit for colu...
Tomasz Nycz
07:16 AM Revision 8dec70ce (qgis): [mssql] Small fixes to expression compilation
- Use [] to correctly quote field names instead of ""
- Don't invalidate provider side limit when not required
Nyall Dawson
07:11 AM Bug report #16423 (Closed): Broken io_gdal raster import in SAGA LTR package shipped with OSGeo4W
Jürgen Fischer
02:06 AM Bug report #16423: Broken io_gdal raster import in SAGA LTR package shipped with OSGeo4W
I think this is fixed now, with saga-ltr-2.3.2-1 shipped with OSGeo4W.
https://trac.osgeo.org/osgeo4w/ticket/527
Pedro Venâncio
05:27 AM Revision db86b734 (qgis): [mssql] Update expected compilation status tests
Nyall Dawson
05:11 AM Revision fcafc821 (qgis): [mssql] Followup a76359, fix provider methods like featureCount,
uniqueValues, etc not working when using DSN for connection Nyall Dawson
04:51 AM Revision 67d778f3 (qgis): [mssql] Fix debug spam when features have null geometry
Nyall Dawson
04:48 AM Revision fa3e0140 (qgis): Fix memory leak, potential crash when creating QgsVectorLayerSimpleLabe...
Identified by Coverity Nyall Dawson
04:48 AM Revision e6a8f9da (qgis): Fix memory leak in TestQgsPaintEffect
Nyall Dawson
04:48 AM Revision 12ed31b7 (qgis): Fix missing break statements (identified by Coverity)
Nyall Dawson
04:48 AM Revision fb76383d (qgis): Fix memory leak when cloning vector layers
Nyall Dawson
04:48 AM Revision ce3737ec (qgis): [mssql] Fix time fields converted to null
Likely only an issue when using the MSSQL Linux ODBC driver Nyall Dawson
04:43 AM Revision 4081927d (qgis): [mssql] Fix "use estimated table parameters" setting is ignored
Nyall Dawson

2017-05-28

01:53 AM Revision 48db8ecf (qgis): Merge pull request #4601 from timlinux/contributors
Added Ismail Sunni and Etienne Trimaille to contributors list Nyall Dawson
01:29 AM Revision a9370af1 (qgis): Fix potential crashes in geometry checker (identified by Coverity)
Nyall Dawson
01:25 AM Revision 566d75bd (qgis): Fix memory leaks in processing tests
Nyall Dawson
01:10 AM Revision 83815baa (qgis): Merge pull request #4598 from Gustry/atlas_expressions
[needs-docs] add layerid and layername to atlas expressions Nyall Dawson
10:29 PM Bug report #16476 (Closed): DB Manager: previewing layers in Virtual layers section remove them f...
Applied in changeset commit:qgis|dae921c51f85f2dde2bab9b18a0d7c7c31bc700b. Salvatore Larosa
08:28 PM Bug report #14752: GEOS exceptions crash QGIS on windows
I've further narrowed it down to activating "Discourage labels from covering features" for the city labels. If this i... Anita Graser
08:17 PM Bug report #14752: GEOS exceptions crash QGIS on windows
!geos_error.png! Anita Graser
08:15 PM Bug report #14752: GEOS exceptions crash QGIS on windows
I've narrowed it down to the point city layer. When 2.14 tries to render that layer, it crashes.
There is a GEOS E...
Anita Graser
07:58 PM Bug report #14752: GEOS exceptions crash QGIS on windows
Update: OSGeo4W's 2.14.15 still crashes, OSGeo4W's 2.18.9 works for me but others still report issues with the stand-... Anita Graser
04:34 PM Bug report #16633: Vector menu is duplicated
No "processing" folder in my user directory .qgis2/python/plugins. Romain Blanc
04:18 PM Bug report #16633 (Feedback): Vector menu is duplicated
Do you have a local processing plugin (in you private .qgis2/python/plugins)? Jürgen Fischer
11:24 AM Bug report #16633 (Closed): Vector menu is duplicated
In QGIS 2.18.8 and 2.18.9, the vector menu is shown twice (one after the Plugin menu and one after the Help menu). Th... Romain Blanc
10:50 AM Bug report #16632 (Closed): GDAL: LZMA codec is missing
Not a qgis issue. Jürgen Fischer
10:50 AM Bug report #16632 (Closed): GDAL: LZMA codec is missing
Not a qgis issue. Jürgen Fischer
10:24 AM Bug report #16632 (Closed): GDAL: LZMA codec is missing
When trying to create a GTiff with -co "COMPRESS=LZMA" (LZMA compressed raster), GDAL breaks with this message:
*ERR...
Tobias Wendorff

2017-05-27

01:57 AM Bug report #16631 (Closed): Cannot get select dialog (ArcGIS)
Jürgen Fischer
11:40 PM Bug report #16631: Cannot get select dialog (ArcGIS)
Work-Around #15098
So the packaging seems to be wrong only (missing dependency in OSGeo4W package).
Tobias Wendorff
11:38 PM Bug report #16631 (Closed): Cannot get select dialog (ArcGIS)
I'm using QGIS v2.18.9 (rev 8bd4238), 64 bit, Windows 7.
Whenever I try to access ArcGIS Feature- or MapServer, I'...
Tobias Wendorff
01:54 AM Bug report #15098: ArcGIS Map/Feature server dialogs do not open on Windows
qgis-dev doesn't need qjson anymore. Jürgen Fischer
01:54 AM Bug report #15098: ArcGIS Map/Feature server dialogs do not open on Windows
qgis-dev doesn't need qjson anymore. Jürgen Fischer
01:54 AM Bug report #15098: ArcGIS Map/Feature server dialogs do not open on Windows
qgis-dev doesn't need qjson anymore. Jürgen Fischer
01:54 AM Bug report #15098: ArcGIS Map/Feature server dialogs do not open on Windows
qgis-dev doesn't need qjson anymore. Jürgen Fischer
10:23 PM Revision dae921c5 (qgis): [DB Manager] previewing layers in Virtual layers section remove them fr...
plus more vlayer db_manager plugin fixes to reduce (but can't avoid) exceptions due to C++/SIP object removes Luigi Pirelli
06:06 PM Bug report #16630 (Closed): barra longa, contaminação quimica
Hi, tickets must be filed in English.
By the way: I speak Portuguese, and what this was about? an issue report? do...
Giovanni Manghi
06:06 PM Bug report #16630 (Closed): barra longa, contaminação quimica
Hi, tickets must be filed in English.
By the way: I speak Portuguese, and what this was about? an issue report? do...
Giovanni Manghi
06:03 PM Bug report #16630 (Closed): barra longa, contaminação quimica
visualização de imagens de satelite, das bandas 356, utilizadas para resaltar vegetação Theodoro Fernandes
12:38 PM Bug report #16629 (Closed): Crash when adding WFS layer
Look for existing tickets (including closed ones) before filing new tickets please. This is a duplicate of #16594 Jürgen Fischer
12:38 PM Bug report #16629 (Closed): Crash when adding WFS layer
Look for existing tickets (including closed ones) before filing new tickets please. This is a duplicate of #16594 Jürgen Fischer
12:34 PM Bug report #16629 (Closed): Crash when adding WFS layer
*Steps to reproduce:*
1. Install QGIS from http://qgis.org/downloads/QGIS-OSGeo4W-2.18.8-1-Setup-x86_64.exe
2. Open...
Wee Sritippho
11:15 AM Revision f3407f8c (qgis): Revert "Revert "Utilise thread safe proj API within QgsCoordinateTransf...
This reverts commit 2480e268c9b958b25de14464ae846588e54fa735.
Brings back the thread safe proj implementation. Early...
Nyall Dawson
10:56 AM Revision ba079d80 (qgis): Fix crash when reordering composer items via drag and drop
Caused by internal Qt bug when multiple QSortFilterProxyModels
used by widgets are attached to a parent model which c...
Nyall Dawson
07:17 AM Revision 8bd4238d (qgis): Merge pull request #4640 from nyalldawson/fix_drag_crash
Fix crash when reordering composer items via drag and drop Nyall Dawson
06:29 AM Revision cb33c0d4 (qgis): Fix crash when reordering composer items via drag and drop
Caused by internal Qt bug when multiple QSortFilterProxyModels
used by widgets are attached to a parent model which c...
Nyall Dawson

2017-05-26

11:22 PM Revision 86ce4418 (qgis): Merge pull request #4627 from nyalldawson/json_format
Use field formatter when exporting feature attributes to JSON Nyall Dawson
11:21 PM Revision 9cfe70c0 (qgis): Merge pull request #4624 from nyalldawson/feature_source
QgsFeatureSource Nyall Dawson
10:14 PM Bug report #16628 (Closed): Count Unique Points in Polygons seems to fail inside a loop (PyQGIS)
Hi,
I have been using the tool 'is:countuniquepointsinpolygon' inside a loop with 4000 polygons and a shapefile w...
Diego García Díaz
06:31 PM Bug report #16627 (Rejected): problems add delimited text layer
Already fixed, install qgis 2.18.8 from osgeo4w or wait for the new point release. Giovanni Manghi
06:31 PM Bug report #16627 (Rejected): problems add delimited text layer
Already fixed, install qgis 2.18.8 from osgeo4w or wait for the new point release. Giovanni Manghi
06:30 PM Bug report #16627 (Rejected): problems add delimited text layer
QGIS crush when trying to add delimited text layer. it give the note :
minidump written to c.
i try in earlier vers...
liran shmuel
06:30 PM Bug report #16626: DBManager fails to load rasters from service-only PostGIS connections
PR for master branch: https://github.com/qgis/QGIS/pull/4639 Sandro Santilli
06:09 PM Bug report #16626 (Closed): DBManager fails to load rasters from service-only PostGIS connections
When PostGIS connections are defined by use of the "service" parameter the raster load (mediated by OGR) fails to wor... Sandro Santilli
06:04 PM Bug report #16625 (Open): DBManager fails to load raster from dbname-less connection
Reopening as it's pending backport to 2.18 branch (2.18.9 also affected) Sandro Santilli
05:52 PM Bug report #16625 (Closed): DBManager fails to load raster from dbname-less connection
Applied in changeset commit:qgis|13e39da074305a1451b9fd57ce4aedaa8be54121. Sandro Santilli
05:52 PM Bug report #16625 (Closed): DBManager fails to load raster from dbname-less connection
Applied in changeset commit:qgis|13e39da074305a1451b9fd57ce4aedaa8be54121. Sandro Santilli
03:19 PM Bug report #16625: DBManager fails to load raster from dbname-less connection
Pull requests are ready:
for 2.18: https://github.com/qgis/QGIS/pull/4635
for 3.0: https://github.com/qgis/QGIS...
Sandro Santilli
01:53 PM Bug report #16625: DBManager fails to load raster from dbname-less connection
I'm looking at it, might be an easy fix (None vs. empty-string) Sandro Santilli
01:29 PM Bug report #16625: DBManager fails to load raster from dbname-less connection
Alessandro: I think the regression was introduced by commit:212b125a2c2eba93f2c8e3b991ea4be4fdc57623 Sandro Santilli
12:50 PM Bug report #16625: DBManager fails to load raster from dbname-less connection
It looks like this regressed after 2.2.0 (see #10600) Sandro Santilli
12:50 PM Bug report #16625 (Closed): DBManager fails to load raster from dbname-less connection
I made a PostGIS connection with no database name, to rely on libpq defaults.
DBManager is capable of using the conn...
Sandro Santilli
05:52 PM Revision 13e39da0 (qgis): Ensure "dbname" is set in the uri, once again
Fixes #16625 (ref #10600) Sandro Santilli
05:33 PM Bug report #16526 (Closed): Default behavior when loading non-georeferenced images seems to have ...
duplicate of #4377 Giovanni Manghi
05:33 PM Bug report #16526 (Closed): Default behavior when loading non-georeferenced images seems to have ...
duplicate of #4377 Giovanni Manghi
05:33 PM Bug report #16526 (Closed): Default behavior when loading non-georeferenced images seems to have ...
duplicate of #4377 Giovanni Manghi
05:31 PM Bug report #14822 (Closed): QGIS Server 2.14.2: segmentation fault in GetProjectSettings
Closing for lack of feedback. Giovanni Manghi
05:31 PM Bug report #14822 (Closed): QGIS Server 2.14.2: segmentation fault in GetProjectSettings
Closing for lack of feedback. Giovanni Manghi
05:30 PM Bug report #16354 (Closed): mutually exclusive group prevent checking sub-children individually
fixed on master(?). Please reopen if necessary. Giovanni Manghi
05:30 PM Bug report #16354 (Closed): mutually exclusive group prevent checking sub-children individually
fixed on master(?). Please reopen if necessary. Giovanni Manghi
05:29 PM Bug report #16425 (Open): Error converting to integer 64 bits when output is a temporary layer
Giovanni Manghi
05:21 PM Bug report #13336 (Open): Allow raster calculator with huge raster inputs
Giovanni Manghi
05:20 PM Bug report #13957 (Closed): [Project Properties] certain ellipsoids selected cause transform init...
Closing for lack of feedback. Giovanni Manghi
05:20 PM Bug report #13957 (Closed): [Project Properties] certain ellipsoids selected cause transform init...
Closing for lack of feedback. Giovanni Manghi
05:19 PM Bug report #14276 (Closed): CRS axes flipping with QGIS WMS
Closing for lack of feedback. Giovanni Manghi
05:19 PM Bug report #14276 (Closed): CRS axes flipping with QGIS WMS
Closing for lack of feedback. Giovanni Manghi
05:19 PM Bug report #14508 (Closed): Single part to multipart yields multipart polygons with incorrect areas
Giovanni Manghi
05:18 PM Bug report #16393 (Closed): Crash when removing layer quickly after addition
Closing for lack of feedback. Giovanni Manghi
05:18 PM Bug report #16393 (Closed): Crash when removing layer quickly after addition
Closing for lack of feedback. Giovanni Manghi
05:17 PM Bug report #14084 (Closed): QGis Server axis ordering for WMS 1.3
Closing for lack of feedback. Giovanni Manghi
05:17 PM Bug report #14084 (Closed): QGis Server axis ordering for WMS 1.3
Closing for lack of feedback. Giovanni Manghi
05:17 PM Bug report #10068 (Open): QGIS server caches layers with same ID but in different projects as one
Giovanni Manghi
05:16 PM Bug report #16509 (Open): QGIS Server - WFS GetFeature with multiple layers don't seems to works
Giovanni Manghi
05:16 PM Bug report #16454 (Closed): "Select by expression" randomly stops working
Closing for lack of feedback. Giovanni Manghi
05:16 PM Bug report #16454 (Closed): "Select by expression" randomly stops working
Closing for lack of feedback. Giovanni Manghi
05:15 PM Bug report #16028 (Closed): Metasearch/QGIS3: failing view results as xml
Closing for lack of feedback. Giovanni Manghi
05:15 PM Bug report #16028 (Closed): Metasearch/QGIS3: failing view results as xml
Closing for lack of feedback. Giovanni Manghi
05:14 PM Bug report #14434 (Closed): QGIS icon blurry in Quick Application Switch view (Command-TAB)
Giovanni Manghi
05:14 PM Bug report #7819 (Closed): QGIS hung on pan
If you find a way to replicate consistently (and allow us to do so) please reopen. Giovanni Manghi
05:14 PM Bug report #7819 (Closed): QGIS hung on pan
If you find a way to replicate consistently (and allow us to do so) please reopen. Giovanni Manghi
05:12 PM Bug report #16441 (Closed): R detection fails, preventing QGIS.bat from launching desktop app
Closing for lack of feedback. Giovanni Manghi
05:12 PM Bug report #16441 (Closed): R detection fails, preventing QGIS.bat from launching desktop app
Closing for lack of feedback. Giovanni Manghi
05:12 PM Bug report #16600: Add delimited text crashes QGIS
Giovanni Manghi wrote:
> Joana Marcelino wrote:
> > I still have this problem after the update.
>
> have you in...
Joana Marcelino
04:42 PM Bug report #16600: Add delimited text crashes QGIS
Joana Marcelino wrote:
> I still have this problem after the update.
have you installed the the "nightly" for qg...
Giovanni Manghi
04:25 PM Bug report #16600: Add delimited text crashes QGIS
I still have this problem after the update.
Joana Marcelino
05:11 PM Bug report #16398 (Closed): QGIS hangs when creating or testing a virtual layer when the sql is w...
Closing for lack of feedback. Giovanni Manghi
05:11 PM Bug report #16398 (Closed): QGIS hangs when creating or testing a virtual layer when the sql is w...
Closing for lack of feedback. Giovanni Manghi
05:11 PM Bug report #16332 (Closed): [macOS] SAGA algs not working in QGIS 2.18.x
Closing for lack of feedback. Giovanni Manghi
05:11 PM Bug report #16332 (Closed): [macOS] SAGA algs not working in QGIS 2.18.x
Closing for lack of feedback. Giovanni Manghi
05:06 PM Bug report #16116 (Closed): QGIS crashes on some ArcGIS FeatureServer layers
Closing for lack of feedback. Giovanni Manghi
05:06 PM Bug report #16116 (Closed): QGIS crashes on some ArcGIS FeatureServer layers
Closing for lack of feedback. Giovanni Manghi
05:06 PM Bug report #15293 (Closed): Encoding problem with PyQGIS on Windows
Giovanni Manghi
05:05 PM Bug report #16100 (Open): switching between layer styles breaks relation widget
Giovanni Manghi
05:05 PM Bug report #16323 (Closed): ArcGISMapServer New Connection Not working. Cannot add a layer from s...
Closing for lack of feedback. Giovanni Manghi
05:05 PM Bug report #16323 (Closed): ArcGISMapServer New Connection Not working. Cannot add a layer from s...
Closing for lack of feedback. Giovanni Manghi
05:04 PM Bug report #16457 (Closed): TIFFs load without projection with Add Raster Layer button
Closing for lack of feedback. Giovanni Manghi
05:04 PM Bug report #16457 (Closed): TIFFs load without projection with Add Raster Layer button
Closing for lack of feedback. Giovanni Manghi
05:04 PM Feature request #16478 (Open): Concave polygon: `max length of segment` option missing
Giovanni Manghi
05:03 PM Bug report #16502 (Closed): failed to create shortcut
Closing for lack of feedback. Giovanni Manghi
05:03 PM Bug report #16502 (Closed): failed to create shortcut
Closing for lack of feedback. Giovanni Manghi
05:03 PM Bug report #16504 (Closed): Missing CRS in Mac version
Closing for lack of feedback. Giovanni Manghi
05:03 PM Bug report #16504 (Closed): Missing CRS in Mac version
Closing for lack of feedback. Giovanni Manghi
05:02 PM Bug report #16511 (Closed): QGIS needs vcruntime140.dll and QGIS can't be installed
Closing for lack of feedback. Giovanni Manghi
05:02 PM Bug report #16511 (Closed): QGIS needs vcruntime140.dll and QGIS can't be installed
Closing for lack of feedback. Giovanni Manghi
05:02 PM Bug report #16515 (Closed): Freezing when enabling snap to intersection
Closing for lack of feedback. Giovanni Manghi
05:02 PM Bug report #16515 (Closed): Freezing when enabling snap to intersection
Closing for lack of feedback. Giovanni Manghi
05:00 PM Bug report #16530 (Closed): QGIS crashes randomly when multi-threaded rendering is active
Closing for lack of feedback. Giovanni Manghi
05:00 PM Bug report #16530 (Closed): QGIS crashes randomly when multi-threaded rendering is active
Closing for lack of feedback. Giovanni Manghi
05:00 PM Bug report #16536 (Closed): Print Composer Issues with Transparent Layers
Closing for lack of feedback. Giovanni Manghi
05:00 PM Bug report #16536 (Closed): Print Composer Issues with Transparent Layers
Closing for lack of feedback. Giovanni Manghi
04:59 PM Bug report #16537 (Closed): Images georeferenced with worldfile have a black frame when rotated
Closing for lack of feedback (and as under the assumption that is fixed in master). Giovanni Manghi
04:59 PM Bug report #16537 (Closed): Images georeferenced with worldfile have a black frame when rotated
Closing for lack of feedback (and as under the assumption that is fixed in master). Giovanni Manghi
04:59 PM Revision 5b782971 (qgis): [Server] Rename QgsServerProjectUtils::wcsLayers to QgsServerProjectUti...
René-Luc ReLuc
04:59 PM Revision 8a0261c9 (qgis): [Server] WMS DescribeLayer refactoring
René-Luc ReLuc
04:59 PM Revision e7d45a09 (qgis): [Server] Add DescribeLayer test
René-Luc ReLuc
04:58 PM Feature request #16538 (Open): Live editing of worldfiles is only working partially
Giovanni Manghi
04:58 PM Bug report #16541 (Closed): QGIS crashes when choosing the option "SVG fill" or "SVG Marker" in t...
Closing for lack of feedback. Giovanni Manghi
04:58 PM Bug report #16541 (Closed): QGIS crashes when choosing the option "SVG fill" or "SVG Marker" in t...
Closing for lack of feedback. Giovanni Manghi
04:54 PM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Just as a heads up, this was reported on reddit
https://www.reddit.com/r/gis/comments/6dchdn/new_qgis_user_select_...
Tom Fish
04:33 PM Revision c05d779c (qgis): Merge pull request #4630 from rldhont/server-wms-configparser-getcontext
[Server] WMS GetContext refactoring René-Luc ReLuc
04:32 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
reopened as requested here
https://lists.osgeo.org/pipermail/qgis-psc/2017-May/005319.html
Giovanni Manghi
04:23 PM Bug report #15752 (Open): Degradation of rendering performances in MSSQL provider
Giovanni Manghi
03:48 PM Revision 83b3368e (qgis): [Server] Add GetContext test
René-Luc ReLuc
03:48 PM Revision 6feca532 (qgis): [Server] Fix QgsServerProjectUtils readListEntry
René-Luc ReLuc
03:48 PM Revision ce3cbeb9 (qgis): [Server] Add GetContext accesscontrol test
René-Luc ReLuc
03:48 PM Revision 0f00a523 (qgis): [Server] WMS GetContext refactoring
René-Luc ReLuc
03:19 PM Bug report #16617 (Closed): Field Calculator - missing fields in Fields and Values
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
03:19 PM Bug report #16617 (Closed): Field Calculator - missing fields in Fields and Values
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
03:19 PM Bug report #16617 (Closed): Field Calculator - missing fields in Fields and Values
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
03:16 PM Bug report #16616 (Closed): Select feature using an expression is missing the Fields and Values f...
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
03:16 PM Bug report #16616 (Closed): Select feature using an expression is missing the Fields and Values f...
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
03:16 PM Bug report #16616 (Closed): Select feature using an expression is missing the Fields and Values f...
This has been already fixed and you just need to wait a new build or install the "nightly" for 2.18. Giovanni Manghi
02:11 PM Bug report #16624 (Closed): Postgis connections with a slash in the name are hidden/misnamed
Applied in changeset commit:qgis|8c873b14b8a572aa7d65d31381357844c3d73aeb. Jürgen Fischer
02:11 PM Bug report #16624 (Closed): Postgis connections with a slash in the name are hidden/misnamed
Applied in changeset commit:qgis|8c873b14b8a572aa7d65d31381357844c3d73aeb. Jürgen Fischer
01:52 PM Bug report #16624: Postgis connections with a slash in the name are hidden/misnamed
Further steps: opening DBManager shows a "test" connection, attempts to open it result in an error: 'There is no defi... Sandro Santilli
12:39 PM Bug report #16624 (Closed): Postgis connections with a slash in the name are hidden/misnamed
1. Click on "Add PostGIS Layer"
2. Click on "New Connection"
3. Call the new connection "test/1"
Expected behavi...
Sandro Santilli
02:06 PM Revision 8c873b14 (qgis): avoid slashes in connection names (followup 30900e9b8; fixes #16624)
Jürgen Fischer
02:00 PM Revision 3a16a4e3 (qgis): Release of 2.18.9
Jürgen Fischer
01:39 PM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
This regressed (see #16625) Sandro Santilli
01:24 PM Revision c0531bcd (qgis): Add test for QgsScaleRangeWidget::setScaleRange
Closes #15463 as this test guards after the fix for that bug
(minScale visibility corrupted upon project load)
Sandro Santilli
01:24 PM Bug report #15463 (Closed): Layer "Scale dependent visibility" doesn't work anymore since 2.16
Applied in changeset commit:qgis|c0531bcd896741eca4cfd8c83138b5b0181e94df. Sandro Santilli
12:07 PM Bug report #15463 (Feedback): Layer "Scale dependent visibility" doesn't work anymore since 2.16
Sandro Santilli
11:23 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
PR with testcase for 2.18 branch : https://github.com/qgis/QGIS/pull/4634 Sandro Santilli
11:08 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
PR with testcase for master: https://github.com/qgis/QGIS/pull/4633 Sandro Santilli
10:22 AM Bug report #15463 (Reopened): Layer "Scale dependent visibility" doesn't work anymore since 2.16
Reopening to make sure it's also fixed in master branch (3.0.0-dev) - and I'm still working on the testcase. Will sen... Sandro Santilli
10:18 AM Bug report #15463 (Closed): Layer "Scale dependent visibility" doesn't work anymore since 2.16
Applied in changeset commit:qgis|55ffbf5e932ede65144474c4854000708757b700. Sandro Santilli
10:18 AM Bug report #15463 (Closed): Layer "Scale dependent visibility" doesn't work anymore since 2.16
Applied in changeset commit:qgis|55ffbf5e932ede65144474c4854000708757b700. Sandro Santilli
01:08 PM Bug report #16619: shape file crashes, losing all data, then can only be found as a packed file w...
Kathleen Wood wrote:
> Here is the zip file. Let me know if there is something missing in this folder that you need....
Giovanni Manghi
01:08 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Sandro, you missed the third part of the import: Vector -> OpenStreetMap -> Export to Spatialite...
That`s why you...
Andre Joost
11:53 AM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Andre I'm trying to reproduce the problem you are seeing but I'm missing full instructions.
What I'm doing:
1. St...
Sandro Santilli
01:00 PM Bug report #8073: Crash when loading PostGIS raster
Paolo I can load the raster and zoom in and out w/out a crash being produced.
This is with current release-2_18 bran...
Sandro Santilli
12:12 PM Bug report #8073: Crash when loading PostGIS raster
I'll try reproducing this today. Sandro Santilli
12:51 PM Bug report #16620 (Feedback): gdal tools in raster menu defaulting to output MSGN instead of GTiff
I just tested on 2.18.8 qgis-rel-dev and cannot confirm both using the "old" gdal tools (that if it has a bug it woul... Giovanni Manghi
12:51 PM Bug report #16620 (Feedback): gdal tools in raster menu defaulting to output MSGN instead of GTiff
I just tested on 2.18.8 qgis-rel-dev and cannot confirm both using the "old" gdal tools (that if it has a bug it woul... Giovanni Manghi
12:51 PM Bug report #16621: qgis 2.18.8 can not load results from modeller processes
commit:cd7dfda1 is an alternative fix (and makes the referenced one uncessary). Jürgen Fischer
12:41 PM Bug report #16621 (Closed): qgis 2.18.8 can not load results from modeller processes
Applied in changeset commit:qgis|2a9095db8ab622ca279deb44b398872a28dbd7a3. Jürgen Fischer
12:41 PM Bug report #16621 (Closed): qgis 2.18.8 can not load results from modeller processes
Applied in changeset commit:qgis|2a9095db8ab622ca279deb44b398872a28dbd7a3. Jürgen Fischer
12:40 PM Revision 2a9095db (qgis): processing: with GDAL2 we need to check for raster capability to get the
raster extensions (fixes #16621; followup 3d3b6ec) Jürgen Fischer
12:39 PM Bug report #16607: error when editing data on 2.18.8 and postgresql 9.4
I installed on a Windows7 VM postgresql 9.4 and postgis 2.3, restored the QGEP sample database (as explained on their... Giovanni Manghi
09:56 AM Bug report #16607: error when editing data on 2.18.8 and postgresql 9.4
Is that the same as the "demo dataset":https://github.com/QGEP/data/archive/demodata.zip Jürgen Fischer
09:45 AM Bug report #16607: error when editing data on 2.18.8 and postgresql 9.4
we use postgis 2.3.0
sorry, the database is confidential, it's a newer then the attached
Konradin Fischer
12:30 PM Revision dc5ba8ff (qgis): [processing] explisitly load outputs as raster or vector depending
on the output type. Don't rely on extension or other indirect attributes Alexander Bruy
12:28 PM Revision cd7dfda1 (qgis): [processing] explisitly load outputs as raster or vector depending on
output type. Don't rely on extension or other indirect attributes Alexander Bruy
11:57 AM Revision 83613204 (qgis): Add test for QgsScaleRangeWidget::setScaleRange
See #15463 as this test guards after the fix for that bug
(minScale visibility corrupted upon project load)
Sandro Santilli
11:34 AM Bug report #16622 (Closed): Translations in Processing toolbox missing
Applied in changeset commit:qgis|cea93faa252db67ec007849bad9a7a070dd27b2b. Jürgen Fischer
11:34 AM Bug report #16622 (Closed): Translations in Processing toolbox missing
Applied in changeset commit:qgis|cea93faa252db67ec007849bad9a7a070dd27b2b. Jürgen Fischer
10:57 AM Bug report #16622 (Feedback): Translations in Processing toolbox missing
Giovanni Manghi
10:54 AM Bug report #16622: Translations in Processing toolbox missing
Provide an example please. Jürgen Fischer
11:34 AM Revision cea93faa (qgis): german translation update (fixes #16622; followup 4c666a3)
$ scripts/update_ts.sh update $builddir
$ linguist i18n/qgis_de.ts
$ git add doc/TRANSLATORS i18n/qgis_de.ts
$ git co...
Jürgen Fischer
10:47 AM Bug report #16193 (Reopened): The new searchbox in the Layer properties dialog prevents minimizat...
The bug is still there in master, it affects all dialogs that use QgsOptionsDialogBase (layer properties, about, opti... Alessandro Pasotti
10:47 AM Bug report #16193 (Reopened): The new searchbox in the Layer properties dialog prevents minimizat...
The bug is still there in master, it affects all dialogs that use QgsOptionsDialogBase (layer properties, about, opti... Alessandro Pasotti
10:47 AM Bug report #16193 (Reopened): The new searchbox in the Layer properties dialog prevents minimizat...
The bug is still there in master, it affects all dialogs that use QgsOptionsDialogBase (layer properties, about, opti... Alessandro Pasotti
10:47 AM Bug report #16193 (Reopened): The new searchbox in the Layer properties dialog prevents minimizat...
The bug is still there in master, it affects all dialogs that use QgsOptionsDialogBase (layer properties, about, opti... Alessandro Pasotti
10:19 AM Revision 8ccb4c43 (qgis): When setting scale range, make sure to set min before max scale
This ensures the limit on max scale imposed by previously set min
scale does not trim the new value.
Fixes #15463
(...
Sandro Santilli
10:18 AM Revision 44d1454d (qgis): Merge pull request #4613 from strk/bugfix/b15463
When setting scale range, make sure to set min before max scale Jürgen Fischer
09:15 AM Bug report #16585: Cannot run Windows 2.18.7-1 under 32-bit XP
Duane Schrag wrote:
> Uninstalled, then downloaded 2.18.8. I'm getting the same error message (attached). Has this b...
Jürgen Fischer
08:02 AM Revision 49228170 (qgis): [bugfix] Fixes an unreported crash in WFS (backported from master)
(cherry-picked from commit fe9594f) Alessandro Pasotti
06:58 AM Revision e0cad1fb (qgis): [composer] fix export atlas as image crash (fixes #16623)
Mathieu Pellerin - nIRV
06:58 AM Bug report #16623 (Closed): regression: exporting atlas as image crashes QGIS
Applied in changeset commit:qgis|e0cad1fb4f5e411adbf3687b71f04865c936f3df. Mathieu Pellerin - nIRV
06:58 AM Bug report #16623 (Closed): regression: exporting atlas as image crashes QGIS
Applied in changeset commit:qgis|e0cad1fb4f5e411adbf3687b71f04865c936f3df. Mathieu Pellerin - nIRV
06:31 AM Bug report #16623 (Closed): regression: exporting atlas as image crashes QGIS
Under QGIS master, attempting to export an atlas as a set of images crashes QGIS. The crash occurs prior to displayin... Mathieu Pellerin - nIRV

2017-05-25

12:17 AM Bug report #16622 (Closed): Translations in Processing toolbox missing
In qgis 2.18. 8 are different translations of the Processing toolbox into the German, which were present in 2.18.7 we... Claas Leiner
12:13 AM Bug report #16621 (Closed): qgis 2.18.8 can not load results from modeller processes
gis 2.18. 8 (Codeversion 6768c89) can not load results from modeller processes. I get an error message for my models ... Claas Leiner
12:06 AM Revision 47ffb588 (qgis): Fix some providers not requesting all required attributes needed
for client side order by clauses Nyall Dawson
11:49 PM Revision 7e089a1c (qgis): [processing] Fix Hub Distance alg does not correctly use project ellips...
Nyall Dawson
10:09 PM Bug report #16585: Cannot run Windows 2.18.7-1 under 32-bit XP
Uninstalled, then downloaded 2.18.8. I'm getting the same error message (attached). Has this been resolved?
Jürgen...
Duane Schrag
10:00 AM Bug report #16585 (Closed): Cannot run Windows 2.18.7-1 under 32-bit XP
Jürgen Fischer
10:00 AM Bug report #16585: Cannot run Windows 2.18.7-1 under 32-bit XP
Fixed in OSGeo4W. Jürgen Fischer
10:04 PM Revision 55ffbf5e (qgis): When setting scale range, make sure to set min before max scale
This ensures the limit on max scale imposed by previously set min
scale does not trim the new value.
Fixes #15463
Sandro Santilli
06:33 PM Bug report #16620 (Closed): gdal tools in raster menu defaulting to output MSGN instead of GTiff
Noticed this from the OSGeo4W installed version on Windows 10 (qgis-rel-dev, daily build of release branch).
Used ...
Donovan Cameron
06:16 PM Bug report #16619: shape file crashes, losing all data, then can only be found as a packed file w...
Here is the zip file. Let me know if there is something missing in this folder that you need. These are the shape fil... Kathleen Wood
06:06 PM Bug report #16619: shape file crashes, losing all data, then can only be found as a packed file w...
Kathleen Wood wrote:
> Please bear with me, as I am a novice user. I installed 2.18.8, and tried to back up the QGIS...
Giovanni Manghi
06:05 PM Bug report #16619: shape file crashes, losing all data, then can only be found as a packed file w...
Kathleen Wood wrote:
> Please bear with me, as I am a novice user. I installed 2.18.8, and tried to back up the QGIS...
Giovanni Manghi
05:26 PM Bug report #16619: shape file crashes, losing all data, then can only be found as a packed file w...
Please bear with me, as I am a novice user. I installed 2.18.8, and tried to back up the QGIS project folder; however... Kathleen Wood
04:27 PM Bug report #16619 (Feedback): shape file crashes, losing all data, then can only be found as a pa...
Hi,
a few things:
1) update QGIS to the latest 2.14 or 2.18
2) backup your .qgis2 folder, then delete it, rest...
Giovanni Manghi
04:27 PM Bug report #16619 (Feedback): shape file crashes, losing all data, then can only be found as a pa...
Hi,
a few things:
1) update QGIS to the latest 2.14 or 2.18
2) backup your .qgis2 folder, then delete it, rest...
Giovanni Manghi
04:18 PM Bug report #16619 (Closed): shape file crashes, losing all data, then can only be found as a pack...
I keep encountering a problem when I am attributing a shape file. I add and populate several columns with data, then ... Kathleen Wood
05:27 PM Revision 95a5ccef (qgis): [Server] fix wmsInspireActivated to wmsInspireActivate
René-Luc ReLuc
03:25 PM Bug report #16618 (Open): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Giovanni Manghi
01:15 PM Bug report #16618: Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
On Ubuntu, it was working on the immediately previous QGIS 2.18.7 version. On Windows, it was working on 2.16.3 (I do... Alessandro Samuel-Rosa
01:08 PM Bug report #16618 (Feedback): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Tnis used to work in a previous QGIS version? Giovanni Manghi
01:08 PM Bug report #16618 (Feedback): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Tnis used to work in a previous QGIS version? Giovanni Manghi
01:08 PM Bug report #16618 (Feedback): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
Tnis used to work in a previous QGIS version? Giovanni Manghi
01:06 PM Bug report #16618 (Closed): Processing rscripts: cannot concatenate 'str' and 'NoneType' objects
I have updated QGIS to the latest version 2.18.8 both in Ubuntu 16.04 and Windows 10.
When I try to run any rscrit...
Alessandro Samuel-Rosa
02:43 PM Revision b0268ef7 (qgis): [Server] Fix WMS GetContext accesscontrol and add tests
René-Luc ReLuc
12:48 PM Revision aa376c2a (qgis): Split ProviderTestCase into provider/source tests
There's now a FeatureSourceTestCase base class which handles
testing QgsFeatureSources for conformance. These tests
c...
Nyall Dawson
10:46 AM Revision 2480e268 (qgis): Revert "Utilise thread safe proj API within QgsCoordinateTransform"
This reverts commit af3370d03e7e7502e8a738d99cd99e38df23768d.
This commit is not safe for 2.18.9 - remerge after rel...
Nyall Dawson
10:31 AM Bug report #13761 (Closed): EPSG:32188 is recognized as EPSG:2950
The content of the .prj file doesn't carry the EPSG - hence the CRS is looked up with the proj.4 definition, which is... Jürgen Fischer
10:31 AM Bug report #13761 (Closed): EPSG:32188 is recognized as EPSG:2950
The content of the .prj file doesn't carry the EPSG - hence the CRS is looked up with the proj.4 definition, which is... Jürgen Fischer
10:31 AM Bug report #13761 (Closed): EPSG:32188 is recognized as EPSG:2950
The content of the .prj file doesn't carry the EPSG - hence the CRS is looked up with the proj.4 definition, which is... Jürgen Fischer
10:05 AM Bug report #16510 (Closed): Installation Problems
Fixed in commit:0be274f4 and commit:401c463 Jürgen Fischer
10:05 AM Bug report #16510 (Closed): Installation Problems
Fixed in commit:0be274f4 and commit:401c463 Jürgen Fischer
10:02 AM Bug report #16525 (Closed): QGis 2.14.14 fails to start on Windows XP
Fixed in OSGeo4W Jürgen Fischer
10:02 AM Bug report #16525 (Closed): QGis 2.14.14 fails to start on Windows XP
Fixed in OSGeo4W Jürgen Fischer
08:06 AM Bug report #16617 (Closed): Field Calculator - missing fields in Fields and Values
In the "Fields and Values" group in Field Calculator the list of fields isn't displayed. Instead, it's displayed NULL... Jadwiga Trojak
04:31 AM Revision 46476626 (qgis): Add crs, fields, wkbType and featureCount to QgsFeatureSource
Nyall Dawson
04:31 AM Revision 85d46305 (qgis): QgsFeatureSource/Sink can be stored in QVariant
Nyall Dawson
04:31 AM Revision ce063b86 (qgis): Add QgsFeatureSource interface as interface for classes which
provide feature iterators via a getFeatures method Nyall Dawson
04:31 AM Revision df3a43ff (qgis): Add missing overrides
Nyall Dawson
04:31 AM Revision 8bfeb8f7 (qgis): QgsVectorLayer, QgsVectorDataProvider are QgsFeatureSources
Nyall Dawson
04:30 AM Revision 13a3f2f8 (qgis): More windows build fixes
Nyall Dawson

2017-05-24

01:42 AM Bug report #16616 (Closed): Select feature using an expression is missing the Fields and Values f...
I have been using QGIS 2.18.6 for the past few month or so and today I decided to try updating to QGIS 2.18.8. In 2.... David Mancini
01:33 AM Revision dcc57155 (qgis): Revert "fix windows build (followup dd40a3d)"
This reverts commit b3f2fe2b5504ef3dbb57c719c8da57ddbf7e621f. Jürgen Fischer
12:36 AM Bug report #16577 (Closed): Extremely slower time to open attribute table in 2.18.7 compared to 2...
A bunch of fixes have been implemented in master and 2.18 which restore the performance to 2.14.0 levels Nyall Dawson
12:36 AM Bug report #16577 (Closed): Extremely slower time to open attribute table in 2.18.7 compared to 2...
A bunch of fixes have been implemented in master and 2.18 which restore the performance to 2.14.0 levels Nyall Dawson
12:35 AM Bug report #16508 (Closed): Opening Large Shape or oracle table (table) takes more time then before
Duplicate of #16239 Nyall Dawson
12:35 AM Bug report #16508 (Closed): Opening Large Shape or oracle table (table) takes more time then before
Duplicate of #16239 Nyall Dawson
11:44 PM Revision 955f5b19 (qgis): Merge pull request #4628 from nyalldawson/fix_16390
[composer] Refresh data defined properties after page size changes Nyall Dawson
11:44 PM Bug report #16390 (Closed): Print composer: change in page size should trigger an update of the p...
Applied in changeset commit:qgis|599db1b7fdea4333695f54da0d551a57af6890db. Nyall Dawson
11:44 PM Bug report #16390 (Closed): Print composer: change in page size should trigger an update of the p...
Applied in changeset commit:qgis|599db1b7fdea4333695f54da0d551a57af6890db. Nyall Dawson
11:43 PM Revision 5b0bc938 (qgis): Rename QgsJSONExporter/Utils to QgsJsonExporter/Utils
Follows proper QGIS/Qt capitalization convention Nyall Dawson
11:36 PM Revision 4b33e2fb (qgis): Small optimisations
Nyall Dawson
11:29 PM Revision a5e3f193 (qgis): Use field formatter when exporting feature attributes to JSON
This means that field values which utilise widget setups like
value maps will correctly show the "friendly" value
for...
Nyall Dawson
11:29 PM Revision 987f80a4 (qgis): Use weak layer pointer instead of layer id in QgsJsonExporter
Nyall Dawson
10:29 PM Bug report #16615 (Closed): QGIS crashes when opening project file with nonexisting NTV2 grid fil...
When I open a QGIS project created on Windows QGIS installation (see attachment), it crashes QGIS on Linux.
I foun...
Mario Miler
07:03 PM Bug report #16611 (Closed): Cannot create Virtual Layer
Duplicate of #16593 Jürgen Fischer
06:22 PM Bug report #16611: Cannot create Virtual Layer
dr - wrote:
> It looks like Qt5 related issus. Is your QGIS built upon the same Qt version?
QGIS version
2.99....
Giovanni Manghi
04:15 PM Bug report #16611: Cannot create Virtual Layer
It looks like Qt5 related issus. Is your QGIS built upon the same Qt version? dr -
02:18 PM Bug report #16611: Cannot create Virtual Layer
dr - wrote:
> # Open any vector layer (I've tested on GeoJSON and Shapefile)
> # Layer -> Add Layer -> Add Virtual ...
Giovanni Manghi
02:07 PM Bug report #16611: Cannot create Virtual Layer
# Open any vector layer (I've tested on GeoJSON and Shapefile)
# Layer -> Add Layer -> Add Virtual Layer
# Import l...
dr -
01:40 PM Bug report #16611 (Feedback): Cannot create Virtual Layer
Please, could you provide steps and sample data how you creating the virtual layer on?
Also, could you provide the r...
Salvatore Larosa
12:33 PM Bug report #16611 (Closed): Cannot create Virtual Layer
Stack Trace:... dr -
06:59 PM Bug report #16614 (Closed): Version 2.18.8 python loading vector layers - cannot name vector layer
To load a vector layer to the map canvas and layers panel I have been using this command:
layer = iface.addVectorLa...
Holly Brown
05:35 PM Bug report #16613 (Closed): QGIS crashes on add layer
been already fixed, wait a new build downgrade or just use the "add postgis layer" dialog meanwhile. Giovanni Manghi
05:35 PM Bug report #16613 (Closed): QGIS crashes on add layer
been already fixed, wait a new build downgrade or just use the "add postgis layer" dialog meanwhile. Giovanni Manghi
05:32 PM Bug report #16613: QGIS crashes on add layer
Giovanni Manghi wrote:
> is this when you add the layer from the qgis browser?
Yes. Drag'n'drop to map canvas fro...
Dmitry Baryshnikov
05:01 PM Bug report #16613 (Feedback): QGIS crashes on add layer
is this when you add the layer from the qgis browser? Giovanni Manghi
04:59 PM Bug report #16613 (Closed): QGIS crashes on add layer
When opening PostGIS layer QGIS crashes.
Here it is part of the dump.
> src/app/qgisapp.cpp: 9843: (addVectorLa...
Dmitry Baryshnikov
05:08 PM Revision eb7c98f2 (qgis): [Server] Fix WMS GetContext accesscontrol and add tests
René-Luc ReLuc
05:03 PM Feature request #14046 (Closed): Exporting symbol from Style Manager : add a checkbox near each s...
Regis Haubourg wrote:
> Not sure I get your point with the checkboxes and ctrl - shift hold behavior. Can you check ...
Harrissou Santanna
05:03 PM Feature request #14046 (Closed): Exporting symbol from Style Manager : add a checkbox near each s...
Regis Haubourg wrote:
> Not sure I get your point with the checkboxes and ctrl - shift hold behavior. Can you check ...
Harrissou Santanna
04:50 PM Bug report #15172 (Closed): Two distinct icons used for the single "Copy features" action
Fixed in commit:290758a4bc4d8a8de60bd25b9deb6af33e361e28 Harrissou Santanna
04:50 PM Bug report #15172 (Closed): Two distinct icons used for the single "Copy features" action
Fixed in commit:290758a4bc4d8a8de60bd25b9deb6af33e361e28 Harrissou Santanna
04:50 PM Bug report #15172 (Closed): Two distinct icons used for the single "Copy features" action
Fixed in commit:290758a4bc4d8a8de60bd25b9deb6af33e361e28 Harrissou Santanna
03:39 PM Revision 09d3e2ff (qgis): sipify core effects
Denis Rouzaud
03:39 PM Revision f63adfe1 (qgis): [sipify] keep external forward declaration
Denis Rouzaud
03:22 PM Revision 827c19f2 (qgis): QgsCharacterSelectorDialog: rename file name according to class name
Denis Rouzaud
03:22 PM Revision 3f0017a4 (qgis): sipify gui part 2
Denis Rouzaud
02:49 PM Revision f5e66dd2 (qgis): [sipify] handle constrained annotation
Denis Rouzaud
02:49 PM Revision 563e7c17 (qgis): sipify gui part 3
Denis Rouzaud
02:17 PM Bug report #16612 (Closed): QGIS crashes when adding PostGIS layers from Browser panel
this was already fixed, wait a new build (2.18.9, probably soon), downgrade or use the classic "add postgis layer" di... Giovanni Manghi
02:17 PM Bug report #16612 (Closed): QGIS crashes when adding PostGIS layers from Browser panel
this was already fixed, wait a new build (2.18.9, probably soon), downgrade or use the classic "add postgis layer" di... Giovanni Manghi
02:16 PM Bug report #16612 (Closed): QGIS crashes when adding PostGIS layers from Browser panel
Using latest QGIS 2.18.8 (cde1d78) x64 version on Windows 7 x64 I can cause a crash and minidump by trying to add Pos... Ross McDonald
01:59 PM Bug report #15828 (Closed): "Join by attributes" generates incomplete results
Closing for lack of feedback. Giovanni Manghi
01:59 PM Bug report #15828 (Closed): "Join by attributes" generates incomplete results
Closing for lack of feedback. Giovanni Manghi
01:48 PM Revision cc5e713e (qgis): sipify gui part 4
Denis Rouzaud
01:44 PM Bug report #14413 (Closed): Save project data with relative paths at first save not working (QGIS...
Regis Haubourg wrote:
> I confirm in 2.14.15.
> I tested in 2.18.8 and I couldn't confirm the issue.
fixed here...
Giovanni Manghi
01:44 PM Bug report #14413 (Closed): Save project data with relative paths at first save not working (QGIS...
Regis Haubourg wrote:
> I confirm in 2.14.15.
> I tested in 2.18.8 and I couldn't confirm the issue.
fixed here...
Giovanni Manghi
11:04 AM Bug report #14413: Save project data with relative paths at first save not working (QGIS 2.14)
I confirm in 2.14.15.
I tested in 2.18.8 and I couldn't confirm the issue.
Regis Haubourg
11:04 AM Bug report #14413: Save project data with relative paths at first save not working (QGIS 2.14)
I confirm in 2.14.15.
I tested in 2.18.8 and I couldn't confirm the issue.
Regis Haubourg
11:04 AM Bug report #14413: Save project data with relative paths at first save not working (QGIS 2.14)
I confirm in 2.14.15.
I tested in 2.18.8 and I couldn't confirm the issue.
Regis Haubourg
11:36 AM Revision ad1ba64b (qgis): indentation update
Alexander Bruy
11:36 AM Revision 684ebfb4 (qgis): [processing] add test data for OTB tests
Alexander Bruy
11:36 AM Revision 96a1ac13 (qgis): [processing] remove unused test data
(cherry picked from commit df90e6b964f3b267857728d22a2a955db5ff0f3f) Alexander Bruy
11:36 AM Revision 24e92b4a (qgis): TEST: add a test for otb conversion application (simpler than bandmath)
(cherry picked from commit 7b22f5d8da7ae3e994b318215d3aa9ea119db301) Manuel Grizonnet
11:36 AM Revision 555c5aea (qgis): [processing] run OTB tests on Travis
(partially cherry-picked from b9d5b2c4526874f3b76eaada63ceb5707441045a) Alexander Bruy
11:36 AM Revision b14aa5a7 (qgis): [processing] remove unused file
(cherry picked from commit fd8379c140434231dc1ec5f49440f5f6ee41abc9) Alexander Bruy
11:36 AM Revision 47c1daa3 (qgis): Install OTB in QGIS Travis CI script to be able to run OTB test
(cherry picked from commit d4f410a30764362248318577af6a9a710d2c6360) Alexander Bruy
11:36 AM Revision 2822e398 (qgis): [processing] support OTB 5.8.0
(cherry picked from commit 3145a01db6d6e6dd06cb340ed85b44ef4d0eeba5) Alexander Bruy
11:36 AM Revision 2c78c544 (qgis): [processing] update OTB's white- and blacklist. Drop obsolete 3.x
versions and add latest 5.8.0
(cherry picked from commit 6be45054935eb88eef65de32b92d8463f8f718bd)
Alexander Bruy
11:36 AM Revision b1c3ca81 (qgis): TEST: add test of OTB BandMath application in processing
(cherry picked from commit 1e7018f0ccde01fce8fb5142970ee155dbfcb372) Manuel Grizonnet
11:36 AM Revision 96fa7162 (qgis): [processing] add new MultiImageSamplingRate algorithm from OTB 5.8.0
(cherry picked from commit 371fe1dd48c62529ce613f1fd3b9c88765eb70d8) Alexander Bruy
11:36 AM Revision 2ea211d3 (qgis): [processing] remove console error message when optional otb provider no...
(cherry picked from commit 8e663309c0671f2779828a3ec26081bd59414f1e) Mathieu Pellerin - nIRV
11:36 AM Revision 2a924810 (qgis): [processing] Use with ... when opening files
(partially cherry-picked from 6a99017bf0657d989b960a7162cbcc29931fab91) Alexander Bruy
11:36 AM Revision cd373d97 (qgis): BUG: add version 5.4 to supported version
(cherry picked from commit afea25bda2b30f97b354d17fc5b18c9db0b03be2) Manuel Grizonnet
11:36 AM Revision e7946b12 (qgis): update readme for otb maintenance script
(cherry picked from commit a7d4b19fc9acf317b31594c5ea6f9cf286832cd3) Alexander Bruy
11:36 AM Revision 0cef6fdc (qgis): [processing] minor formatting fixes to the OTB README
(cherry picked from commit 2778a8fe8c4a9df349dc7c7523780e5428966c32) Alexander Bruy
11:36 AM Revision 65f571cb (qgis): fix typos
(partially cherry-picked from ffaffadbfaa0ed9e6f76917dd48d2d78167b3fe1) Alexander Bruy
11:36 AM Revision 62d1531c (qgis): [processing] cache OTB icon to speed up toolbox loading
(partially cherry-picked from cc62c5226951c813a4c3a61744b51827aa5d3afa) Alexander Bruy
11:36 AM Revision 48da656c (qgis): Update otb processing maintenance files to version 5.6.0
(cherry picked from commit d772a684729f825bcbce5dc4e0f2b3a4b1a6c751) Manuel Grizonnet
11:36 AM Revision 5ae723b0 (qgis): forget to commit xml descriptors for otb 5.6
(cherry picked from commit ce0a2ae062d370dcaafd56e14d4985315e25c163) Manuel Grizonnet
11:36 AM Revision 4c655187 (qgis): [processing] use os.path.join instead of + os.sep + (fix #3552)
(partially cherry-picked from 37951baf450d11621d20cb8ac83174e29a207803) Alexander Bruy
11:36 AM Revision f33ac0b0 (qgis): BUG NameError: name OTBSpecific_XMLcreation is not defined on exec
(cherry picked from commit 342fb040eecb9314a0e9066cdc3785a3e7bc3687) Alexia Mondot
11:36 AM Revision 81a53945 (qgis): ENH: update log info when parsing otb apps
(cherry picked from commit bf7db728f3ead5e748a1325f09b391d8072a547c) Manuel Grizonnet
11:36 AM Revision e6ca7f19 (qgis): ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH
(cherry picked from commit 82f2726d7f60a089f1de12dcf121f02241caf756) Manuel Grizonnet
11:36 AM Revision 1bcaca35 (qgis): ENH update readme
(cherry picked from commit b88d92df19c9910e8c50832a10e8a069e62f835a) Alexia Mondot
11:36 AM Revision 1cbd15ce (qgis): ENH update for OTB 5.4
(cherry picked from commit 232083810230c8d8fd0f0f883325e26649322313) Alexia Mondot
11:11 AM Bug report #16608 (Closed): Importing or exporting to gpx does not work
Harrissou Santanna
10:09 AM Bug report #16608: Importing or exporting to gpx does not work
sorry,
it works!!!
salvatore fiandaca
10:01 AM Bug report #16608: Importing or exporting to gpx does not work
Here is another screenshot, empty attribute table salvatore fiandaca
09:57 AM Bug report #16608 (Feedback): Importing or exporting to gpx does not work
That dialog is normal, the fact thats says "0" features means "nothing": years ago for some reason the count of the t... Giovanni Manghi
09:57 AM Bug report #16608 (Feedback): Importing or exporting to gpx does not work
That dialog is normal, the fact thats says "0" features means "nothing": years ago for some reason the count of the t... Giovanni Manghi
09:51 AM Bug report #16608: Importing or exporting to gpx does not work
An user also reported a crash, unverified, on Windows. Paolo Cavallini
09:47 AM Bug report #16608 (Closed): Importing or exporting to gpx does not work
Steps to run:
1. Upload a punctual shapefile;
2. save by name;
3. select GPX;
4. import the file;
You will get a...
salvatore fiandaca
11:09 AM Bug report #16609: "Save raster layer as" dialog: the Pyramids group is always inactive and expanded
The gray status might be related to the incompatibility of this option with my layer. But inability to collapse that ... Harrissou Santanna
10:56 AM Bug report #16609 (Closed): "Save raster layer as" dialog: the Pyramids group is always inactive ...
Right-click a raster --> Save As...
In the dialog, the Pyramids group is expanded by default and grayed, meaning tha...
Harrissou Santanna
11:02 AM Bug report #16610 (Closed): Composer: Item Properties: expanded items resetting
The _Item Properties_ panel resets to the default configuration of expanded/collapsed property groups when selecting... Night yb
10:44 AM Revision 801a0ea5 (qgis): sipify gui part 5
Denis Rouzaud
10:15 AM Revision 599db1b7 (qgis): [composer] Refresh data defined properties after page size changes
Fix #16390 Nyall Dawson
10:04 AM Bug report #16607 (Feedback): error when editing data on 2.18.8 and postgresql 9.4
I cannot confirm it but I'm not on pgsql 9.4
postgis version? can you attach a sample/dump of the data?
Giovanni Manghi
10:04 AM Bug report #16607 (Feedback): error when editing data on 2.18.8 and postgresql 9.4
I cannot confirm it but I'm not on pgsql 9.4
postgis version? can you attach a sample/dump of the data?
Giovanni Manghi
10:04 AM Bug report #16607 (Feedback): error when editing data on 2.18.8 and postgresql 9.4
I cannot confirm it but I'm not on pgsql 9.4
postgis version? can you attach a sample/dump of the data?
Giovanni Manghi
08:50 AM Bug report #16607 (Closed): error when editing data on 2.18.8 and postgresql 9.4
we worked with postgres 9.4 and qgis 2.18.7. after updating to 2.18.8 we get an error when we try to modify data.
"L...
Konradin Fischer
09:57 AM Revision 5f6d020b (qgis): add default constructors to QgsFieldFormatter inherited classes
Denis Rouzaud
09:57 AM Revision cf68aed7 (qgis): sipify core field formatter
Denis Rouzaud
09:49 AM Revision 694c8113 (qgis): sipify gui part 1
Denis Rouzaud
09:49 AM Revision 30a7e44d (qgis): [sip] handle Deprecated annotations
some additional fixes in headers too Denis Rouzaud
09:46 AM Bug report #15976: Attribute table: rows are switching when adding attributes
wait some days to backport in 2.18 Luigi Pirelli
09:43 AM Revision 5c6ab713 (qgis): spelling fix
Jürgen Fischer
08:00 AM Revision b3f2fe2b (qgis): fix windows build (followup dd40a3d)
Jürgen Fischer
07:56 AM Revision 6768c89b (qgis): Merge pull request #4603 from nyalldawson/proj_safe_218
Utilise thread safe proj API within QgsCoordinateTransform Nyall Dawson
07:24 AM Revision dd40a3df (qgis): sipify diagram classes
Denis Rouzaud
07:22 AM Revision 8157cf6e (qgis): template classes are not imperatively exported
followup a14ad32b676664cef99f4d43f0a54b4d1ee88f52
fixes win build
Denis Rouzaud

2017-05-23

11:19 PM Bug report #16571 (Closed): Edit Widget Properties dialog shrinks fields while resizing
Applied in changeset commit:qgis|022ba8c59a17ac90f6894cc84da87d66720d180e. Salvatore Larosa
11:19 PM Bug report #16571 (Closed): Edit Widget Properties dialog shrinks fields while resizing
Applied in changeset commit:qgis|022ba8c59a17ac90f6894cc84da87d66720d180e. Salvatore Larosa
11:19 PM Revision 022ba8c5 (qgis): fixes #16571 - add scrollbar to edit widget properties dialog
Salvatore Larosa
10:53 PM Bug report #16599 (Open): Buffer function crashing QGIS on specific data set
Giovanni Manghi
08:46 PM Bug report #16599: Buffer function crashing QGIS on specific data set
It was easier to go in and edit the original gps file. I deleted the points where the gps sat still and drifted. It... timothy brink
07:35 PM Bug report #16599: Buffer function crashing QGIS on specific data set
timothy brink wrote:
> I'm using the native tool 2.14.11 and running a buffer of 7 meters. Anything I should worry ...
Giovanni Manghi
06:56 PM Bug report #16599: Buffer function crashing QGIS on specific data set
I'm using the native tool 2.14.11 and running a buffer of 7 meters. Anything I should worry about before wiping the ... timothy brink
10:14 AM Bug report #16599 (Feedback): Buffer function crashing QGIS on specific data set
There are quite a lot buffer tools in the Processing toolbox, which one you used? or you used a 3rd party plugin (amo... Giovanni Manghi
09:56 PM Revision f1383e24 (qgis): Avoid row sorts during attribute editing in AttributeTable Fix #15976
Luigi Pirelli
09:56 PM Bug report #15976 (Closed): Attribute table: rows are switching when adding attributes
Applied in changeset commit:qgis|f1383e240ae538284fbf505e4a25a90775797524. Luigi Pirelli
09:56 PM Bug report #15976 (Closed): Attribute table: rows are switching when adding attributes
Applied in changeset commit:qgis|f1383e240ae538284fbf505e4a25a90775797524. Luigi Pirelli
09:03 PM Revision 2929f9d6 (qgis): [sip] more reverse engineering
Denis Rouzaud
06:48 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
New PR replacing the old one: https://github.com/qgis/QGIS/pull/4613 Sandro Santilli
06:44 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Ok so full analysis is as follows:
- When constructing a ScaleRangeWidget:
- A signal handler is installed for ...
Sandro Santilli
04:20 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
The PR which introduced the regression, once merged: https://github.com/qgis/QGIS/pull/2863 Sandro Santilli
03:47 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
I filed a pull request for 2.18 branch: https://github.com/qgis/QGIS/pull/4612
It's a oneliner, removing a line whic...
Sandro Santilli
03:15 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
no one will wver worok on 2.16, on the other hand 2.18 is the next release, knowing that LTR is THE affected version ... Giovanni Manghi
12:53 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
I've run a git-bisect, finding that commit:bd3fd748f1e170c8aeb20fbc4f40966f70d33c5b is the first bad one. I still hav... Sandro Santilli
11:15 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
2.16 is also affected (at least as of final-2_16_3-106-g7ff0883)
Is it possible to turn the "Affected versions" into...
Sandro Santilli
09:50 AM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
I take it back, the commit exists, just isn't recognized by this RedMine instance, looks like:
commit:1f1898df1616ce...
Sandro Santilli
05:10 PM Revision fe9594f6 (qgis): [bugfix] Fixes an unreported crash in WFS
Alessandro Pasotti
04:03 PM Bug report #16606 (Closed): Qgis 2.18.8 Ubuntu 16.04 : crash with add new layer from delimited text
already fixed yesterday, you need o wait a new build or downgrade. Thanks! Giovanni Manghi
04:03 PM Bug report #16606 (Closed): Qgis 2.18.8 Ubuntu 16.04 : crash with add new layer from delimited text
already fixed yesterday, you need o wait a new build or downgrade. Thanks! Giovanni Manghi
04:02 PM Bug report #16606 (Closed): Qgis 2.18.8 Ubuntu 16.04 : crash with add new layer from delimited text
Hello,
I updated QGis this morning.
When I try to add an new layer from delimited text Qgis crash when I press t...
Jacques Beilin
03:41 PM Bug report #16603 (Closed): Geodatabases ESRI in Browser Panel (QGIS Desktop 2.18.8 i 2.99.x)
duplicate of #16091 Giovanni Manghi
03:41 PM Bug report #16603 (Closed): Geodatabases ESRI in Browser Panel (QGIS Desktop 2.18.8 i 2.99.x)
duplicate of #16091 Giovanni Manghi
11:27 AM Bug report #16603 (Closed): Geodatabases ESRI in Browser Panel (QGIS Desktop 2.18.8 i 2.99.x)
I noticed that Browser Panel in QGIS Desktop doesn't have drag & drop funcionality for geodatabeses ESRI (.gdb).
It ...
Jadwiga Trojak
03:41 PM Revision e881d0a7 (qgis): [Server] Fix GetContext test
René-Luc ReLuc
03:11 PM Feature request #16592 (Open): Bring selected to top
Willem Coetzer wrote:
> The Point displacement renderer is not an adequate solution. I have attached a picture to sh...
Giovanni Manghi
02:29 PM Feature request #16592: Bring selected to top
The Point displacement renderer is not an adequate solution. I have attached a picture to show a point obscured by an... Willem Coetzer
03:08 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
Giovanni Manghi wrote:
> Nyall Dawson wrote:
> > Applied in changeset commit:qgis|5798a82c8011ea7f44a1ed1d55ef07197...
Giovanni Manghi
12:52 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
Nyall Dawson wrote:
> Applied in changeset commit:qgis|5798a82c8011ea7f44a1ed1d55ef0719786e8056.
Dear Andre Jesus...
Giovanni Manghi
10:47 AM Bug report #15752 (Closed): Degradation of rendering performances in MSSQL provider
Applied in changeset commit:qgis|5798a82c8011ea7f44a1ed1d55ef0719786e8056. Nyall Dawson
10:47 AM Bug report #15752 (Closed): Degradation of rendering performances in MSSQL provider
Applied in changeset commit:qgis|5798a82c8011ea7f44a1ed1d55ef0719786e8056. Nyall Dawson
03:06 PM Revision 319ade86 (qgis): [Server] Add GetContext test
René-Luc ReLuc
03:02 PM Revision a14ad32b (qgis): sipify QgsVectorLayerFeatureIterator
Denis Rouzaud
02:32 PM Revision ac97341c (qgis): [Server] Add GetContext test
René-Luc ReLuc
02:31 PM Bug report #16605: TauDEM MoveOutletsToStreams cannot find executable
I see TauDEM is to removed from core to a separate provider in 3.0 (https://github.com/qgis/QGIS-Documentation/issues... Ross McDonald
02:08 PM Bug report #16605 (Closed): TauDEM MoveOutletsToStreams cannot find executable
There is an error in the TauDEM algorithm "Move outlets to streams" where it cannot find the executable. The text fi... Ross McDonald
02:08 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
Just tested with GDAL 2.2.0 on Windows: the issue is still present in 2.18.8 but I couldn't reproduce it with latest ... Radoslaw Guzinski
01:58 PM Revision 9e1fb806 (qgis): Revert "[Server] Add tests (GetContext and access control project)"
This reverts commit 5d9b460fac429556237d8e30cefa5c47a3c5a3ac. René-Luc ReLuc
01:57 PM Feature request #6354: WMS layer using VIEWPARAMETERS
We have exactly the same need here. But without targeting this specific parameter (viewparams) which AFAIK is not par... Emmanuel Blondel
01:52 PM Bug report #16604 (Feedback): Natural Neighbour execute error
saga 2.3.1/2 support on Windows now has issues, please wait for a fix and use 2.1.2 Giovanni Manghi
01:48 PM Bug report #16604 (Closed): Natural Neighbour execute error
An extra parameter is reported in the algorithm. How to remove it? Eugene Efimov
01:40 PM Revision 8d2f42af (qgis): reverse sipify override methods
Denis Rouzaud
01:30 PM Revision 5d9b460f (qgis): [Server] Add tests (GetContext and access control project)
René-Luc ReLuc
01:06 PM Feature request #15905: QgsGeometryAnalyzer, buffer: Allow specification of segments
This is not necessary/useful with upcomming Processing refactoring. Alexander Bruy
11:43 AM Revision 00fcc6e0 (qgis): sipify auth classes
Denis Rouzaud
11:40 AM Feature request #16586 (Closed): Native XYZ provider doesn't support tilessets with reversed Y axis
Already fixed in master and 2.18 Alexander Bruy
11:40 AM Feature request #16586 (Closed): Native XYZ provider doesn't support tilessets with reversed Y axis
Already fixed in master and 2.18 Alexander Bruy
11:40 AM Feature request #16586 (Closed): Native XYZ provider doesn't support tilessets with reversed Y axis
Already fixed in master and 2.18 Alexander Bruy
10:47 AM Bug report #15861 (Closed): Magnifier zoom factor incompatible with maximum zoom level
Applied in changeset commit:qgis|6d0e8e62f0c2948a80f64be2f5e63e1c0c9d0ba3. Nyall Dawson
10:47 AM Bug report #15861 (Closed): Magnifier zoom factor incompatible with maximum zoom level
Applied in changeset commit:qgis|6d0e8e62f0c2948a80f64be2f5e63e1c0c9d0ba3. Nyall Dawson
10:47 AM Bug report #14658 (Closed): Wmts layer not appearing
Applied in changeset commit:qgis|430694ba9a2beb5fe23d5814b63aaecdbee7a3d7. Martin Dobias
10:47 AM Bug report #14658 (Closed): Wmts layer not appearing
Applied in changeset commit:qgis|430694ba9a2beb5fe23d5814b63aaecdbee7a3d7. Martin Dobias
10:46 AM Feature request #15589 (Closed): Duplicate record function
Applied in changeset commit:qgis|1de71c12d6758f46697827f181ef06c549df6130. Anonymous
10:46 AM Feature request #15589 (Closed): Duplicate record function
Applied in changeset commit:qgis|1de71c12d6758f46697827f181ef06c549df6130. Anonymous
10:35 AM Revision e99f5485 (qgis): sipify batch
Denis Rouzaud
10:23 AM Revision ca7cd631 (qgis): add test for createMultiBandRaster
Alexander Bruy
10:04 AM Bug report #16472 (Closed): crash when selecting a SVG marker
Closing for the lack of feedback. Giovanni Manghi
09:51 AM Bug report #16472: crash when selecting a SVG marker
Can not replicate with master and 2.18. Please provide reproducible testcase. Alexander Bruy
09:41 AM Revision 2c5e52b3 (qgis): remove not used variable
Alexander Bruy
09:05 AM Feature request #16464 (Closed): Toggle Tracing Tool
Giovanni Manghi
09:04 AM Feature request #16464: Toggle Tracing Tool
Cheers @Harrissou Satanna, I didn't know about the 'T' button, does exactly what I needed it to. I guess this issue ... Philip Tait
08:06 AM Revision fa6b5b0a (qgis): rename new method to createMultiBandRaster to make it more obvious
reorganize arguments Alexander Bruy
08:05 AM Revision 261eba0c (qgis): Microoptimise opening attribute table - don't call sort on model when
no sort order set
(cherry-picked from 381eef)
Nyall Dawson
08:05 AM Revision 4acc4805 (qgis): Don't prefetch attribute table sort values when no sorting set
Shaves some seconds off opening the attribute table in certain
circumstances (no sorting applied)
Drops load time fo...
Nyall Dawson
08:05 AM Revision 8992eeae (qgis): Microoptimise and avoid cache lookup when no sort order set
(cherry-picked from ebee101) Nyall Dawson
08:02 AM Revision 9272dc0f (qgis): [API] convenience API call to create empty raster file with given
number of bands. Will be useful for porting raster analysis code
to use QgsRasterBlock instead of GDAL calls.
Follow...
Alexander Bruy
07:58 AM Revision 9b7d3897 (qgis): use messagebar to report test connection results in the Add new PostGIS
connection dialog Alexander Bruy
07:58 AM Revision 1f8d1e7f (qgis): use messagebar to report test connection results in the Add new BD2
connection dialog
Also reduce debug noise
Alexander Bruy
07:58 AM Revision a49c1753 (qgis): use messagebar to report test connection results in the Add new Oracle
connection dialog Alexander Bruy
07:58 AM Revision 99cd1c2b (qgis): manual deleting of messagebar is not necessary
Alexander Bruy
07:51 AM Bug report #16565: WFS query bug report
On related note, my crash handler should not be making a crash ID if the stack location is unknown. I will look into... Nathan Woodrow
02:30 AM Revision 90bef91d (qgis): Revert "Immediately show progress bar when opening attribute table"
This reverts commit 80a000cd98f3caa90d43f44e0b4bde22cffc1c43.
Causes issues with relation editor widgets
Nyall Dawson
02:09 AM Revision 381eef08 (qgis): Microoptimise opening attribute table - don't call sort on model when n...
Nyall Dawson
02:04 AM Revision ebee1019 (qgis): Microoptimise and avoid cache lookup when no sort order set
Nyall Dawson

2017-05-22

01:59 AM Revision 80a000cd (qgis): Immediately show progress bar when opening attribute table
...instead of waiting 1 second before first showing it. It's a
placebo which doesn't affect the actual opening time, ...
Nyall Dawson
01:59 AM Revision 0b95c776 (qgis): Don't prefetch attribute table sort values when no sorting set
Shaves some seconds off opening the attribute table in certain
circumstances (no sorting applied)
Refs #16577, #16239
Nyall Dawson
01:35 AM Revision ebd3e0d7 (qgis): Greatly speed up attribute table loading
Don't advise for rows added when a model reset is in progress.
Otherwise the rows are tested for sort order, etc trig...
Nyall Dawson
12:22 AM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Backporting done and fixed some related issue with commit:6c126a3a960d2d148e9d892a65e636773ef945bd. Salvatore Larosa
12:18 AM Bug report #16589 (Closed): No fields display in expression editor under Fields an values (QGIS 2...
Applied in changeset commit:qgis|20dde725c4bfeb6c920ecd0b60d3604aaf1be991. Nyall Dawson
12:18 AM Bug report #16589 (Closed): No fields display in expression editor under Fields an values (QGIS 2...
Applied in changeset commit:qgis|20dde725c4bfeb6c920ecd0b60d3604aaf1be991. Nyall Dawson
08:58 PM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
commit:9a19a5fc587e0764afee91c038cede04e4602fcc is the fix - it just needs backporting Nyall Dawson
06:13 PM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
This regression was introduced since commit:2185d42dbcd81be4e45498cdacd82ee74fcb59c7 in order to fix the issue #15633... Salvatore Larosa
06:13 PM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
This regression was introduced since commit:2185d42dbcd81be4e45498cdacd82ee74fcb59c7 in order to fix the issue #15633... Salvatore Larosa
05:36 PM Bug report #16589 (In Progress): No fields display in expression editor under Fields an values (Q...
How this is different from #16595? Giovanni Manghi
12:31 PM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Also in commit:52a9c6d
Cheers
Saber
Saber Razmjooei
12:26 PM Bug report #16589 (Open): No fields display in expression editor under Fields an values (QGIS 2.1...
Confirmed in commit:af8fb04 Saber Razmjooei
11:18 AM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Nyall Dawson wrote:
> Can you confirm your build number? This should already be fixed.
Hello,
I confirm the bug ...
Antonio Viscomi
11:17 AM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Claas Leiner wrote:
> In QGIS 2.18.8 it is not possible in the expression editor (Select by Expresssion / FieldCalcu...
Antonio Viscomi
09:34 AM Bug report #16589 (Feedback): No fields display in expression editor under Fields an values (QGIS...
Giovanni Manghi
03:38 AM Bug report #16589: No fields display in expression editor under Fields an values (QGIS 2.18.8)
Can you confirm your build number? This should already be fixed. Nyall Dawson
12:18 AM Bug report #16595 (Closed): No "Recently used expressions" in expression editor
Applied in changeset commit:qgis|20dde725c4bfeb6c920ecd0b60d3604aaf1be991. Nyall Dawson
12:18 AM Bug report #16595 (Closed): No "Recently used expressions" in expression editor
Applied in changeset commit:qgis|20dde725c4bfeb6c920ecd0b60d3604aaf1be991. Nyall Dawson
06:31 PM Bug report #16595: No "Recently used expressions" in expression editor
Harrissou Santanna wrote:
> Giovanni, it appears in Field Calculator (also does the "fields and values" group) but n...
Giovanni Manghi
06:26 PM Bug report #16595: No "Recently used expressions" in expression editor
Giovanni, it appears in Field Calculator (also does the "fields and values" group) but not in the "Select by expressi... Harrissou Santanna
05:50 PM Bug report #16595: No "Recently used expressions" in expression editor
eventually not duplicate of #16589 ? Giovanni Manghi
05:36 PM Bug report #16595 (Feedback): No "Recently used expressions" in expression editor
Hi Saber,
if confirmed is a regression, but i just tested on Linux and Windows and I can see that group in both
...
Giovanni Manghi
05:36 PM Bug report #16595 (Feedback): No "Recently used expressions" in expression editor
Hi Saber,
if confirmed is a regression, but i just tested on Linux and Windows and I can see that group in both
...
Giovanni Manghi
05:36 PM Bug report #16595 (Feedback): No "Recently used expressions" in expression editor
Hi Saber,
if confirmed is a regression, but i just tested on Linux and Windows and I can see that group in both
...
Giovanni Manghi
12:35 PM Bug report #16595 (Closed): No "Recently used expressions" in expression editor
The option to show previously used expressions have been removed from 2.18.8 Saber Razmjooei
12:17 AM Revision 6c126a3a (qgis): [processing] fix duplicates fields name in field calculator algorithm w...
cherry-picked from 48ecee5 Salvatore Larosa
12:17 AM Revision 20dde725 (qgis): Followup 2185d42, fix missing field names in expression builder
(fixes #16589, #16595)
cherry-picked from 9a19a5f
Nyall Dawson
11:29 PM Revision 48ecee56 (qgis): [processing] fix duplicates fields name in field calculator algorithm w...
Salvatore Larosa
10:16 PM Bug report #16600 (Closed): Add delimited text crashes QGIS
Seems to have been resolved in commit:b5cd5ee
Saber Razmjooei
10:16 PM Bug report #16600 (Closed): Add delimited text crashes QGIS
Seems to have been resolved in commit:b5cd5ee
Saber Razmjooei
10:12 PM Bug report #16600 (Closed): Add delimited text crashes QGIS
Try to add a comma delimited layer and there will be Segmentation fault (core dumped)
Saber Razmjooei
09:49 PM Revision b5cd5ee8 (qgis): don't set friendly name without sublayers (followup e0a2267; fixes #165...
(cherry picked from commit 403dc35dac30499c3954b732e4e8a642bfd475d8) Jürgen Fischer
09:46 PM Bug report #16598 (Closed): Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mi...
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
09:46 PM Bug report #16598 (Closed): Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mi...
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
07:13 PM Bug report #16598: Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mini-dump)
in my case crash here: https://github.com/boundlessgeo/QGIS/commit/c849bc882b8bf30727033896c01d9cb8e600ca8e#diff-989d... Luigi Pirelli
07:12 PM Bug report #16598: Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mini-dump)
Confirmed on ubuntu budgie 16.04.02. Crashes when loading layer from browser, if layer is already loaded in a project... Raul Nanclares
06:49 PM Bug report #16598: Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mini-dump)
Alex, Luigi's analysis seems to point to some changes of yours, can you confirm? Giovanni Manghi
06:26 PM Bug report #16598: Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mini-dump)
confirmed on Linux with latest 52a9c6d compiled... but only adding layer (doubleckick) from browser. Not confirmed fr... Luigi Pirelli
03:44 PM Bug report #16598 (Closed): Adding PostGIS layers from the browser or DB-Manager crashes QGIS (mi...
QGIS 2.18.8 (and also master) crashes when one adds PostGIS layers from the browser or from DB-Manager. Everything is... Jérôme Guélat
09:46 PM Bug report #16594 (Closed): WFS crashing QGIS on 2.18.8
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
09:46 PM Bug report #16594 (Closed): WFS crashing QGIS on 2.18.8
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
05:10 PM Bug report #16594 (Open): WFS crashing QGIS on 2.18.8
Giovanni Manghi
12:13 PM Bug report #16594 (Feedback): WFS crashing QGIS on 2.18.8
Any service? Giovanni Manghi
12:13 PM Bug report #16594 (Feedback): WFS crashing QGIS on 2.18.8
Any service? Giovanni Manghi
11:43 AM Bug report #16594 (Closed): WFS crashing QGIS on 2.18.8
I,
with a recent update --> Qgis 2.18.8 on ubuntu 16.04.02 with debian depots
When i want open a wfs via the w...
Mauchain Louis
09:46 PM Bug report #16593 (Closed): Segmentation fault when importing CSV file with coordinates
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
09:46 PM Bug report #16593 (Closed): Segmentation fault when importing CSV file with coordinates
Applied in changeset commit:qgis|403dc35dac30499c3954b732e4e8a642bfd475d8. Jürgen Fischer
04:30 PM Bug report #16593 (Open): Segmentation fault when importing CSV file with coordinates
Giovanni Manghi
03:14 PM Bug report #16593: Segmentation fault when importing CSV file with coordinates
Here's an example CSV that makes my QGIS crash. Filippo Bistaffa
12:14 PM Bug report #16593 (Feedback): Segmentation fault when importing CSV file with coordinates
Can you attach a CSV that is causing the issue? Giovanni Manghi
12:14 PM Bug report #16593 (Feedback): Segmentation fault when importing CSV file with coordinates
Can you attach a CSV that is causing the issue? Giovanni Manghi
12:14 PM Bug report #16593 (Feedback): Segmentation fault when importing CSV file with coordinates
Can you attach a CSV that is causing the issue? Giovanni Manghi
11:22 AM Bug report #16593 (Closed): Segmentation fault when importing CSV file with coordinates
Latest version of QGIS crashes (with a segmentation fault) when I try to import a simple CSV file in the form
"Lon...
Filippo Bistaffa
09:43 PM Revision 403dc35d (qgis): don't set friendly name without sublayers (followup e0a2267; fixes #165...
Jürgen Fischer
08:39 PM Bug report #16597: layer name column width in new snapping dock is reset when adding a new layer
Youps ! :) I didn't know kazam would capture my audio playlist ( "Nouvelle vague" nice music yes!)
Regis Haubourg
05:25 PM Bug report #16597: layer name column width in new snapping dock is reset when adding a new layer
nice music :) Giovanni Manghi
03:02 PM Bug report #16597 (Closed): layer name column width in new snapping dock is reset when adding a n...
See attached screencast Regis Haubourg
08:34 PM Bug report #16599 (Closed): Buffer function crashing QGIS on specific data set
I'm trying to run the buffer tool on a line and it keeps crashing Qgis. The line is created by merging two sets of gp... timothy brink
06:18 PM Feature request #16464: Toggle Tracing Tool
Philip Tait wrote:

> Perhaps to improve usability when the Tracing tool is turned on there is also the ability to...
Harrissou Santanna
04:55 PM Feature request #16464 (Feedback): Toggle Tracing Tool
Hi, I tried to reproduce in master and didn't have to turn off tracing to change between disconnected geometries. I ... Regis Haubourg
04:55 PM Feature request #16464 (Feedback): Toggle Tracing Tool
Hi, I tried to reproduce in master and didn't have to turn off tracing to change between disconnected geometries. I ... Regis Haubourg
04:55 PM Feature request #16464 (Feedback): Toggle Tracing Tool
Hi, I tried to reproduce in master and didn't have to turn off tracing to change between disconnected geometries. I ... Regis Haubourg
05:43 PM Feature request #13820: Tool to create dynamic leader lines
Do you know what happened to "QEP 47: Label connectors"?
Ger CO
05:26 PM Feature request #16444 (Open): Print Composer allow legend arrangement
Giovanni Manghi
12:30 PM Feature request #16444: Print Composer allow legend arrangement
I checked in Qgis 2.16,
actually with the "filter to map content" active, I can not rearrange the layers in a cate...
Antonio Viscomi
05:23 PM Bug report #16591 (Feedback): Rules-based styling feature crash
Just tries this on Ubuntu/2.18.8, even with a very large vector and a very large number of rules. Please:
* disabl...
Giovanni Manghi
05:23 PM Bug report #16591 (Feedback): Rules-based styling feature crash
Just tries this on Ubuntu/2.18.8, even with a very large vector and a very large number of rules. Please:
* disabl...
Giovanni Manghi
05:23 PM Bug report #16591 (Feedback): Rules-based styling feature crash
Just tries this on Ubuntu/2.18.8, even with a very large vector and a very large number of rules. Please:
* disabl...
Giovanni Manghi
10:19 AM Bug report #16591 (Closed): Rules-based styling feature crash
Hello,
Every time I try to open the styling page "Rules-based" in the properties menu, QGIS freezes and I have to ...
Florian LEDOUX
05:19 PM Feature request #16592 (Feedback): Bring selected to top
have you tried the "point displacement" renderer? Giovanni Manghi
11:13 AM Feature request #16592 (Open): Bring selected to top
I have a point shapefile containing points that may be stacked precisely on top of one another, which means that when... Willem Coetzer
04:44 PM Feature request #16582: Add the tiny button "SQL query composer" of the db manager in 'Add virtua...
I think you should also raise your need to the French ministry of ecology that coordinates this and did the initial f... Regis Haubourg
04:14 PM Bug report #16596: snapping advanced configuration does not show snapping dialog
ok, I get it, the entry has been moved from settings to project menu.
Now that we have a ditigizing toolbar and do...
Regis Haubourg
03:13 PM Bug report #16596 (Feedback): snapping advanced configuration does not show snapping dialog
enabling the advanced mode from the toolbar is not meant to show the dialog or the dock. You have to use project menu... Denis Rouzaud
02:52 PM Bug report #16596 (Closed): snapping advanced configuration does not show snapping dialog
In qgis 2.99, when the digitizing snapping option is set to "dialog" and not "dock", the dialog does not show up when... Regis Haubourg
03:32 PM Bug report #16579: Date widget: current date can't be picked
This is a bug also valid on 2.14. Arnaud Poncet-Montanges
02:31 PM Revision 7fee0b20 (qgis): [mssql] Ignore computed columns in insert/update
Nathan Woodrow
12:42 PM Revision 2b39c1e1 (qgis): Merge pull request #4597 from rldhont/server-wms-configparser-getcapabi...
[Server] WMS GetCapabilities refactoring - Part 2 René-Luc ReLuc
11:49 AM Revision 52a9c6d9 (qgis): Fix doxygen warnings
Nyall Dawson
11:07 AM Revision b97a980b (qgis): Greatly speed up attribute table loading
Don't advise for rows added when a model reset is in progress.
Otherwise the rows are tested for sort order, etc trig...
Nyall Dawson
10:17 AM Revision d93d0a80 (qgis): [sipify] detect multiple variable declarations oneliners
Denis Rouzaud
10:12 AM Revision 1df3c516 (qgis): sipify batch
Denis Rouzaud
04:40 AM Revision af3370d0 (qgis): Utilise thread safe proj API within QgsCoordinateTransform
Avoids unpredictable behavior when transforms are being conducted
in background threads, such as map renders.
Refs #...
Nyall Dawson
04:17 AM Revision 9e331dc0 (qgis): Fix duplicate layout warnings
Nyall Dawson
04:17 AM Revision 2a5420a7 (qgis): Fix debug noise
Nyall Dawson
02:35 AM Bug report #16590 (Closed): QGIS - query / python error
Sorry, my bad. I didn't deliver password. James 5
02:33 AM Bug report #16590 (Closed): QGIS - query / python error
Hello, I tried to create query in PostgisQuery - Editor 2.0.0 and I received error message.
I am receiving same erro...
James 5
02:27 AM Revision 3cd714af (qgis): Fix Windows build
Nathan Woodrow

2017-05-21

01:46 AM Revision 1577a57a (qgis): Don't clear locator model immediately when a new search triggers
Instead delay the search until either a tiny timeout (100ms) or
the first new results come in, whichever happens firs...
Nyall Dawson
01:34 AM Revision 14fcddb6 (qgis): Added Ismail Sunni and Etienne Trimaille to contributors list
Tim Sutton
11:34 PM Bug report #16589 (Closed): No fields display in expression editor under Fields an values (QGIS 2...
In QGIS 2.18.8 it is not possible in the expression editor (Select by Expresssion / FieldCalculatur) to display the l... Claas Leiner
04:34 PM Revision d55fa226 (qgis): Merge pull request #4599 from ismailsunni/fix_geos_c
Fix geos_c.h not found. Jürgen Fischer
01:43 PM Revision 0a661d5b (qgis): [needs-docs] add layerid and layername to atlas expressions
Etienne Trimaille
12:21 PM Revision 3452e8de (qgis): fix osx build
Jürgen Fischer
12:16 PM Revision 592c92e1 (qgis): Fix geos_c.h not found.
Ismail Sunni
10:49 AM Bug report #16542 (Closed): "spatialite" missing from option in DB manager on QGIS master.
Applied in changeset commit:qgis|beed86e19db01fa61738a8ca09d8fa98c2853315. Jürgen Fischer
10:49 AM Bug report #16542 (Closed): "spatialite" missing from option in DB manager on QGIS master.
Applied in changeset commit:qgis|beed86e19db01fa61738a8ca09d8fa98c2853315. Jürgen Fischer
10:45 AM Revision beed86e1 (qgis): db manager: fix spatialite plugin (followup c77172ed; fixes #16542)
Jürgen Fischer
10:43 AM Revision 087e7f75 (qgis): [Server] wmsInfoFormatSIA2045 to wmsInfoFormatSia2045: Qt style naming
René-Luc ReLuc
10:11 AM Bug report #16588 (Feedback): Cannot save duplicated layer back to GeoPackage
To me sounds like is expected. The duplicate layer *is not* a different datasource from the original one, is exactly ... Giovanni Manghi
10:11 AM Bug report #16588 (Feedback): Cannot save duplicated layer back to GeoPackage
To me sounds like is expected. The duplicate layer *is not* a different datasource from the original one, is exactly ... Giovanni Manghi
07:14 AM Bug report #16588 (Closed): Cannot save duplicated layer back to GeoPackage
When I duplicate a layer in a GeoPackage, I cannot save that layer back to the same GeoPackage. Instead, I get an err... Eron Lloyd
10:09 AM Revision 212d07f3 (qgis): sipify.pl: consider structs in exported classes also exported
Jürgen Fischer
10:08 AM Bug report #16551 (Feedback): Zoom to layer doesn't work
Giovanni Manghi
10:07 AM Bug report #16551: Zoom to layer doesn't work
Eron Lloyd wrote:
> I can confirm this as well for 2.18.7 on OS X, official build. I have a GeoPackage with a point ...
Giovanni Manghi
06:56 AM Bug report #16551: Zoom to layer doesn't work
I can confirm this as well for 2.18.7 on OS X, official build. I have a GeoPackage with a point layer that has five f... Eron Lloyd
06:56 AM Bug report #16551: Zoom to layer doesn't work
I can confirm this as well for 2.18.7 on OS X, official build. I have a GeoPackage with a point layer that has five f... Eron Lloyd
08:39 AM Revision 551a9073 (qgis): Fix a crash when confirming config dialog of a locator filter
The locator was getting invalidated, but there was no feedback object associated for cancellation. Martin Dobias
07:53 AM Bug report #16560: regression: re-loading a project within the same session fails, removes all la...
git bisect spoke out:... Mathieu Pellerin - nIRV
07:25 AM Bug report #15952: Allow null in value relation widget should be closely tighted with the not nul...
Agreed. Also, at least when using a GeoPackage, I'm seeing that the null constraint cannot be satisfied with a proper... Eron Lloyd

2017-05-20

10:04 PM Revision af8fb04f (qgis): replace QStringLiteral with QString (followup c849bc8)
Jürgen Fischer
09:37 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
see also: https://lists.osgeo.org/pipermail/qgis-psc/2017-May/005258.html Giovanni Manghi
09:33 PM Bug report #16577: Extremely slower time to open attribute table in 2.18.7 compared to 2.14.14
see also:
https://lists.osgeo.org/pipermail/qgis-psc/2017-May/005258.html
Giovanni Manghi
09:32 PM Bug report #16239 (Open): master: (much) slower rendering (and attribute table opening) time comp...
Nyall Dawson wrote:
> I believe this report can be closed - it seems the issue was stemming from comparing the debug...
Giovanni Manghi
09:32 PM Bug report #16239 (Open): master: (much) slower rendering (and attribute table opening) time comp...
Nyall Dawson wrote:
> I believe this report can be closed - it seems the issue was stemming from comparing the debug...
Giovanni Manghi
08:43 PM Revision 401c4637 (qgis): creatensis.pl: avoid (harmless) postinstall.log message
(cherry picked from commit 0be274f4675ae6d8c35927369f0a8c9ea8ed9907) Jürgen Fischer
08:42 PM Revision 0be274f4 (qgis): creatensis.pl: avoid (harmless) postinstall.log message
Jürgen Fischer
05:13 PM Revision b82d757b (qgis): [Server] Fix indent Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
05:11 PM Revision 6a9073a5 (qgis): [Server] Fix indent Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:33 PM Revision d3bc6a01 (qgis): [Server] Fix backport Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:29 PM Revision ca29b221 (qgis): [Server] Update QgsServerProjectUtils SIP file
René-Luc ReLuc
04:03 PM Revision e13e757b (qgis): [Server] Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
04:02 PM Revision 54649382 (qgis): partial revert of 96aa26f
Matthias Kuhn
04:00 PM Revision 1fb7fe10 (qgis): [Server] Add GetProjectSettings tests in AccessControl test
René-Luc ReLuc
03:54 PM Revision 33b4582f (qgis): [Server] WMS GetCapabilities refactoring - Part 2
Part 2 (the last) for removing QgsWMSProjectParser from GetCapabilities René-Luc ReLuc
10:09 AM Revision 9e411431 (qgis): Port code in QgsPointSample to 2.18
Marco Hugentobler

2017-05-19

12:03 AM Feature request #16587 (Closed): Native XYZ provider doesn't support local files
Hi !
The new native XYZ tiles provider is awesome.
But it doesn't seem to support local files. URLs like file:/...
Olivier Dalang
11:59 PM Feature request #16586 (Closed): Native XYZ provider doesn't support tilessets with reversed Y axis
Hi !
The new native XYZ tiles provider is awesome.
But there are two almost-same but not compatible standards a...
Olivier Dalang
09:56 PM Revision 258c872c (qgis): Once again fix QgsFeatureRequest::OrderBy on windows (followup b0bb873,...
Jürgen Fischer
08:02 PM Bug report #16585 (Closed): Cannot run Windows 2.18.7-1 under 32-bit XP
Hello, can 2.18.7 be run under 32-bit XP? I initially got a startup error that Normaliz.dll could not be found. That ... Duane Schrag
06:48 PM Bug report #16584 (Closed): QGIS crashes each time i hit OK from the Settings --> options dialog
h2. User Feedback
I encounter this issue while modifying value of the Settings --> Options --> Data Sources --> At...
Harrissou Santanna
06:45 PM Bug report #16583 (Feedback): Unexpected error message when reloading QGIS from a crash
After I got a crash from QGIS, from the Uh! Oh! dialog, i clicked the *Reload QGIS* button (great option btw).
At th...
Harrissou Santanna
05:56 PM Revision 59d97be3 (qgis): fix build of oracle provider
Jürgen Fischer
05:48 PM Feature request #16582 (Open): Add the tiny button "SQL query composer" of the db manager in 'Add...
Hello,
Is there a way to go straight to the SQL query composer of the db manager in the 'Add virtual layer' window, ...
Julien Monticolo
03:51 PM Feature request #16315: Proper Mask Functionality
Regis Haubourg wrote:
> Ger CO wrote:
> > QGIS needs the option to set vector layer or features as a mask for other...
Ger CO
02:13 PM Feature request #16315: Proper Mask Functionality
Ger CO wrote:
> QGIS needs the option to set vector layer or features as a mask for other layers of the users´choice...
Regis Haubourg
02:13 PM Feature request #16315: Proper Mask Functionality
Ger CO wrote:
> QGIS needs the option to set vector layer or features as a mask for other layers of the users´choice...
Regis Haubourg
03:48 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
https://github.com/qgis/QGIS/pull/4594
preparing PR for 3.X
Luigi Pirelli
03:24 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
without any answer in list... I'll implement solution 1). Preparing PR Luigi Pirelli
03:40 PM Bug report #16581 (Closed): Python init form is also called in table mode
According to Matthias this is a known and intended behavior.
Will change my init script to deal with it and close ...
Andreas Neumann
03:40 PM Bug report #16581 (Closed): Python init form is also called in table mode
According to Matthias this is a known and intended behavior.
Will change my init script to deal with it and close ...
Andreas Neumann
02:56 PM Bug report #16581 (Closed): Python init form is also called in table mode
Python init forms are also triggered when the attribute table is opened, regardless of how the attribute table was op... Andreas Neumann
03:35 PM Revision fb8edea1 (qgis): [sipify] implement template inheritance
Denis Rouzaud
03:35 PM Revision f0ed77ee (qgis): fix sip coverage test
Denis Rouzaud
02:51 PM Bug report #16580 (Closed): Date widget: cosmetic issue with NULL values
in a date widget that has a NULL value set, there is an ugly widget drawing:
Parts of the widget borders of the da...
Andreas Neumann
02:47 PM Bug report #16579 (Closed): Date widget: current date can't be picked
If one uses a date widget and wants to pick the current day (which is initially highlighted) one cannot pick the mark... Andreas Neumann
02:08 PM Revision bbcc8725 (qgis): Merge pull request #4587 from alexbruy/processing-saga
[processing][needs-docs] always use SAGA shipped with QGIS (refs #16422) Alexander Bruy
02:00 PM Revision cde1d789 (qgis): Release of 2.18.8
Jürgen Fischer
02:00 PM Revision a916bf46 (qgis): Release of 2.14.15
Jürgen Fischer
01:45 PM Bug report #14589: GetCapabilities gets cached in a confusing way (even when QGIS cache is set to 0)
I can't find a way to reproduce the error. The QgsNetworkAccessManager.instance().cache().clear() already clear the c... Luigi Pirelli
10:19 AM Bug report #14589: GetCapabilities gets cached in a confusing way (even when QGIS cache is set to 0)
Luigi Pirelli wrote:
> I analysed the qgis and qt (QNetworkDiskCache and related) code and I can't find any possible...
Giovanni Manghi
10:16 AM Bug report #14589: GetCapabilities gets cached in a confusing way (even when QGIS cache is set to 0)
I analysed the qgis and qt (QNetworkDiskCache and related) code and I can't find any possible bug... I followed capab... Luigi Pirelli
01:33 PM Revision 523cd074 (qgis): Preserve visibility of relation editor edit state buttons
... also when collapsing and uncollapsing a relation editor.
References #15102 (https://issues.qgis.org/issues/15102)
Matthias Kuhn
12:43 PM Bug report #14592 (Closed): Test connection returns no feedback in the new MSSQL connection dialog
Already fixed in master Alexander Bruy
12:43 PM Bug report #14592 (Closed): Test connection returns no feedback in the new MSSQL connection dialog
Already fixed in master Alexander Bruy
12:00 PM Feature request #16578: Add the ability to bulk load or update dataset to databases
Regis Haubourg wrote:
> Yeah, and thank you for creating that algorithm. I tested it and it's nice. Anyway that sou...
Giovanni Manghi
10:23 AM Feature request #16578 (Open): Add the ability to bulk load or update dataset to databases
Yeah, and thank you for creating that algorithm. I tested it and it's nice. Anyway that sounds more like and alterna... Regis Haubourg
10:00 AM Feature request #16578 (Feedback): Add the ability to bulk load or update dataset to databases
Or just use the Processing/ogr based tools to import data in postgis as they use COPY and are a whole lot faster than... Giovanni Manghi
09:04 AM Feature request #16578 (Open): Add the ability to bulk load or update dataset to databases
Hi, currently, loading into postgres (or any other DB) just do individual INSERT commands.
This can be really slow....
Regis Haubourg
11:06 AM Bug report #16560: regression: re-loading a project within the same session fails, removes all la...
Note: my initial estimated time of regression is wrong; I haven't been able to dissect a commit, but problem did emer... Mathieu Pellerin - nIRV
10:51 AM Bug report #16560: regression: re-loading a project within the same session fails, removes all la...
Youtube decided the video was violating its community guidelines. Adding video as an attached mp4 here. Mathieu Pellerin - nIRV
10:47 AM Bug report #16560 (Reopened): regression: re-loading a project within the same session fails, rem...
Re-opening, Matthias has been able to replicate regression.
I've made a small video showing the issue: https://www...
Mathieu Pellerin - nIRV
11:02 AM Bug report #16542: "spatialite" missing from option in DB manager on QGIS master.
Error message shown in DB Manager main dialog is:
> spatialite: cannot import name 'Qgis'
Harrissou Santanna
10:19 AM Revision 99a2f3b4 (qgis): Fix default values for linking features in N:M
Followup bfa507a
Default values for attributes on the linking table have not been
respected and therefore it was imp...
Matthias Kuhn
09:47 AM Bug report #16577: Extremely slower time to open attribute table in 2.18.7 compared to 2.14.14
Alessandro Pasotti wrote:
> Is that a point release build or a particular commit?
qgis 2.14.14 and 2.18.7 as inst...
Giovanni Manghi
07:59 AM Bug report #16577: Extremely slower time to open attribute table in 2.18.7 compared to 2.14.14
Is that a point release build or a particular commit? Alessandro Pasotti
09:14 AM Bug report #15930: Aggregate functions don't seem to work with virtual fields
I can confirm this bug too on 2.18.7
Using this :
@relation_aggregate( 'ARMOIREETLAMPES','count',"CODE")@
Show...
Patrice Vetsel -
08:54 AM Revision 0a82ab51 (qgis): Merge pull request #4432 from pblottiere/bugfix_sld
[bugfix] Fix unit of sizes when reading a SLD file (uom attribute from SLD 1.1 version is supported) Hugo Mercier
08:54 AM Bug report #8978 (Closed): loading an sld without uom attribute should set ouptput units to mapunits
Applied in changeset commit:qgis|877363873fe99528a9cd3ffbc2f6fb2afeda5f1c. Anonymous
08:54 AM Bug report #8978 (Closed): loading an sld without uom attribute should set ouptput units to mapunits
Applied in changeset commit:qgis|877363873fe99528a9cd3ffbc2f6fb2afeda5f1c. Anonymous
08:00 AM Revision b9929d4c (qgis): [processing][needs-docs] always use SAGA shipped with QGIS (refs #16422)
Alexander Bruy
07:48 AM Revision fe2350c5 (qgis): Merge pull request #4557 from m-kuhn/expressionModulaizing
Modularizing the expression engine file structure and some cleanup Matthias Kuhn
07:33 AM Revision cc6f6e88 (qgis): Merge pull request #4580 from alexbruy/layer-naming-2_18
homogenize layer naming when adding layers from browser and add vector dialog (fix #15510) Alexander Bruy
07:32 AM Revision d7b952b4 (qgis): Merge pull request #4579 from alexbruy/layer-naming
homogenize layer naming when adding via browser and add vector dialog (fix #15510) Alexander Bruy
07:32 AM Bug report #15510 (Closed): layers naming inconsitencies
Applied in changeset commit:qgis|e0a2267de764a87d85525435047ae1c7304b79c5. Alexander Bruy
07:32 AM Bug report #15510 (Closed): layers naming inconsitencies
Applied in changeset commit:qgis|e0a2267de764a87d85525435047ae1c7304b79c5. Alexander Bruy
07:16 AM Revision 171222b5 (qgis): Revert expression TVL as boolean to int
Matthias Kuhn
07:16 AM Revision 24b16c5f (qgis): Fix runtime added functions
Matthias Kuhn
07:16 AM Revision b0bb8733 (qgis): Fix build
Matthias Kuhn
07:16 AM Revision b2cd626d (qgis): Revert expression NULL value to invalid QVariant
Matthias Kuhn
07:13 AM Revision a2d70f3d (qgis): Document API changes
Matthias Kuhn
07:13 AM Revision ec401998 (qgis): Modularize expressions
The file qgsexpressions.h has grown to one monolithic piece over the
years. This makes it hard to maintain and slows ...
Matthias Kuhn
07:13 AM Revision 82455588 (qgis): General include cleanup
This unifies the way the include directories are handled in the
CMakeLists.txt files.
Paths are now normally relative...
Matthias Kuhn
07:13 AM Revision 80533faa (qgis): Reorganize code from qgsexpression.cpp
Matthias Kuhn
07:13 AM Revision ac502143 (qgis): Declutter header files
Implementations of virtual methods will never be inlined, there's no
reason to keep them in headers. It just makes co...
Matthias Kuhn
07:13 AM Revision 227108e8 (qgis): Add QgsExpressionUtils class
Matthias Kuhn
07:13 AM Revision 9eedbb7e (qgis): Fix compiling on mac
Matthias Kuhn
07:13 AM Revision ad7ce981 (qgis): Update sip files
Matthias Kuhn
07:13 AM Revision e02cd570 (qgis): Migrate expression usage in server
Matthias Kuhn
07:13 AM Revision 1e4c1595 (qgis): Adapt “@qgsfunction" decorator to new expression structure
Matthias Kuhn
07:13 AM Revision b789cc30 (qgis): Fix more include paths
Matthias Kuhn
07:13 AM Revision 9b770065 (qgis): Add missing include
Matthias Kuhn
07:10 AM Revision 95ac7d0f (qgis): Merge pull request #4567 from pblottiere/clone
Add clone() methods for layers Matthias Kuhn
07:01 AM Bug report #16427: WMTS rendering problems in 2.18 and Master
Actually I can replicate also under 2.18.7. It doesn't pop up as often as in master though.
If I add the of2015 laye...
Tudor Bărăscu
04:32 AM Bug report #16198: QgsGeometry().asPolygon() segfaults, Python, SIP
Giovanni Manghi wrote:
> Christoph Fink wrote:
> > Reopening because it seems to affect the osgeo4w qgis-dev build,...
Wei Ji Leong
03:27 AM Revision 3cc9c5ff (qgis): debian packaging: drop release-sponsors.html
(cherry picked from commit c82bffe5db2482c94881ec7571ced4144b77a1c2) Jürgen Fischer
03:26 AM Revision c82bffe5 (qgis): debian packaging: drop release-sponsors.html
Jürgen Fischer
02:13 AM Revision 1d5d92e6 (qgis): fix windows build of QgsFeatureRequest::OrderBy again (reapply 8f29f28 ...
Jürgen Fischer

2017-05-18

01:55 AM Revision 47f7bbea (qgis): Allow rotate point symbol tool to work with features with initially
NULL rotation values
(cherry-picked from 8997231)
Nyall Dawson
11:40 PM Bug report #16422: Processing (on Windows): external SAGA does not work anymore

> Not sure if same should be done for 2.18, as 2.18 still supports different SAGA versions.
I would say do it on...
Giovanni Manghi
01:38 PM Bug report #16422: Processing (on Windows): external SAGA does not work anymore
Here is PR to remove support for external SAGA https://github.com/qgis/QGIS/pull/4587.
Not sure if same should be ...
Alexander Bruy
01:38 PM Bug report #16422: Processing (on Windows): external SAGA does not work anymore
Here is PR to remove support for external SAGA https://github.com/qgis/QGIS/pull/4587.
Not sure if same should be ...
Alexander Bruy
11:25 PM Bug report #15752: Degradation of rendering performances in MSSQL provider
see also #16577 Giovanni Manghi
11:24 PM Bug report #16239: master: (much) slower rendering (and attribute table opening) time compared to...
Nyall Dawson wrote:
> I believe this report can be closed - it seems the issue was stemming from comparing the debug...
Giovanni Manghi
11:23 PM Bug report #16577 (Closed): Extremely slower time to open attribute table in 2.18.7 compared to 2...
This could be related to #16239 and/or #15752
I have tested a 758719 polygon features on 2.18.7 (no debug output) ...
Giovanni Manghi
11:02 PM Feature request #16576 (Open): Plugin installation for all domain-users
Hello,
while trying to install plugins (in this case the semi-automatic-classification plugin) for machines in a com...
Yannick Günther
09:59 PM Revision 0923f56c (qgis): make prepare-commit.sh work with git-new-workdir
Jürgen Fischer
09:55 PM Revision c26f1b54 (qgis): indentation fix
Jürgen Fischer
09:54 PM Revision 212f68fa (qgis): indentation fix
Jürgen Fischer
09:34 PM Revision 40972f06 (qgis): sipify batch
Denis Rouzaud
09:25 PM Bug report #16575 (Closed): QGIS 2.18.7 crashes on macOS 10.12.4 when undocking the label panel
Tested installing from brew and Kynchaos packages.
See:
https://lists.osgeo.org/pipermail/qgis-user/2017-May/03...
Giovanni Manghi
08:45 PM Bug report #16572: Table join between two shape files crashes qgis
Not confirmed here on a clan 2.18.7, Windows 7 environment. Please attach sample data and/or try with no 3rd party pl... Giovanni Manghi
11:48 AM Bug report #16572 (Feedback): Table join between two shape files crashes qgis
Have you tries by removing/disabling ALL the 3rd party plugins (and restarting QGIS)?
Can you attach sample data/pro...
Giovanni Manghi
11:48 AM Bug report #16572 (Feedback): Table join between two shape files crashes qgis
Have you tries by removing/disabling ALL the 3rd party plugins (and restarting QGIS)?
Can you attach sample data/pro...
Giovanni Manghi
10:21 AM Bug report #16572 (Closed): Table join between two shape files crashes qgis
If you want to join 2 shape files on an attribute column, QGIS crashes.
Workaround: first save (one of) the shape ...
Pieter Roggemans
07:12 PM Bug report #16553 (Open): Attribute table: in form view, using Shift keyboard for multiple featur...
Giovanni Manghi
01:54 PM Bug report #16553: Attribute table: in form view, using Shift keyboard for multiple features sele...
Not sure this feature was ever there.
For the use case, I was trying to select multiple features from the attribute ...
Harrissou Santanna
06:22 PM Revision 5f4ac857 (qgis): crssync: check result of CSVReadParseLine instead of feof
(cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9) Jürgen Fischer
06:21 PM Revision 998d7c68 (qgis): crssync: check result of CSVReadParseLine instead of feof
(cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9) Jürgen Fischer
06:19 PM Revision 27f4b0e1 (qgis): crssync: check result of CSVReadParseLine instead of feof
Jürgen Fischer
05:45 PM Bug report #16574 (Closed): DXF export always changes colors to nearest Indexed color
I'm trying to export to DXF keeping the colors assigned to layer styles.
The problem is the exported DXF uses the ne...
Andrea Ghensi
04:45 PM Revision 9accd4b8 (qgis): [spell check] try do not use thread affinity in silver searcher to avoi...
Denis Rouzaud
12:14 PM Revision aa2739c9 (qgis): Update sip binding
Blottiere Paul
12:05 PM Revision b8d369a7 (qgis): Merge pull request #4575 from alexbruy/qgis-sponsors
remove QgsSponsors widget. Instead open sponsors page in the webbrowser (fix #16169) Alexander Bruy
12:04 PM Revision 08ffb73b (qgis): Merge pull request #4585 from alexbruy/sponsors-2_18
open sponsors page in the webbrowser (fix #16169) Alexander Bruy
12:04 PM Bug report #16169 (Closed): Is QGIS Sponsors widget out of date ?
Applied in changeset commit:qgis|f29a267a4b0aa32dfcfa20f9f910de4be93be4bb. Alexander Bruy
12:04 PM Bug report #16169 (Closed): Is QGIS Sponsors widget out of date ?
Applied in changeset commit:qgis|f29a267a4b0aa32dfcfa20f9f910de4be93be4bb. Alexander Bruy
11:52 AM Bug report #16528: Adding a WCS service does not show up in service dropdown, works in browser (s...
trying to fix: https://github.com/qgis/QGIS/pull/4586 Richard Duivenvoorde
11:09 AM Revision eff5b557 (qgis): Add more const ref
Blottiere Paul
11:09 AM Revision 25de7c2e (qgis): Fix documentation
Blottiere Paul
11:09 AM Revision 8f50b9e8 (qgis): Add note in api break doc for plugin layers
Blottiere Paul
11:09 AM Revision 9cc3774f (qgis): Add const reference
Blottiere Paul
11:09 AM Revision 4ce17f5d (qgis): Clone more members in raster layer
Blottiere Paul
11:09 AM Revision f92a38cf (qgis): Clone more members in vector layer
Blottiere Paul
11:09 AM Revision 30a81349 (qgis): Fix renderer cloning in vector layer when it's null
Blottiere Paul
11:09 AM Revision 9f8b92d3 (qgis): Update unit tests for vector layer
Blottiere Paul
11:09 AM Revision bb1738dc (qgis): Update documentation and sip binding
Blottiere Paul
11:09 AM Revision dde58ada (qgis): The extent is cloned in map layer
Blottiere Paul
11:09 AM Revision 344b9647 (qgis): Update unit tests for raster layer
Blottiere Paul
11:09 AM Revision 8a613724 (qgis): Remove the deep copy functionality
Blottiere Paul
11:09 AM Revision 41406810 (qgis): Update documentation for setCustomProperties
Blottiere Paul
11:09 AM Revision 6c48ab99 (qgis): Remove unnecessary include
Blottiere Paul
11:09 AM Revision 8aa2e9bd (qgis): Update cloning method for styles
Blottiere Paul
11:09 AM Revision 70b25811 (qgis): Use clone() methods within duplicateLayers() function
Blottiere Paul
11:09 AM Revision 42a96790 (qgis): Update sip binding
Blottiere Paul
11:09 AM Revision c6f97e53 (qgis): Add unit tests
Blottiere Paul
11:08 AM Revision 7b20c2e8 (qgis): [FEATURE] add clone() methods for layers
Blottiere Paul
10:56 AM Revision ffe5e1c2 (qgis): verbose check spelling test to detect issue on Travis
Denis Rouzaud
10:23 AM Feature request #16573 (Open): Support for multi-map referencing in Print Composer
Currently, in QGIS 3, you can have multiple map canvas. It will be ideal to have an option similar to Preset/Theme t... Saber Razmjooei
10:14 AM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
and thanks again. all is clear now. Lionel Bargeot
10:01 AM Revision d1cc574a (qgis): db manager: fix layer custom action
Jürgen Fischer
09:41 AM Revision 68b990b3 (qgis): sipify batch
python/core/qgspaintenginehack.sip
python/core/qgspainting.sip
python/core/qgspallabeling.sip
python/core/qgspathreso...
Denis Rouzaud
09:12 AM Revision 34d76545 (qgis): install qgsvectorlayerlabeling.h
Jürgen Fischer
09:12 AM Revision 9f49e404 (qgis): oracle provider: fix triangle warnings
Jürgen Fischer
08:51 AM Revision 8fed356f (qgis): Fix build (followup 43a0938)
Martin Dobias
08:06 AM Revision f29a267a (qgis): open sponsors page in the webbrowser (fix #16169)
Alexander Bruy
08:00 AM Revision 4e47ce03 (qgis): oracle provider: skip retrying unavailable connections for 30s
(cherry picked from commit b0126d017873e467f3cd69fa4b3a3bfd16e6a8c8) Jürgen Fischer
07:52 AM Bug report #16568: Missing "multi edit attributes" icon in (Advanced) Digitizing toolbar
Pull request at https://github.com/qgis/QGIS/pull/4584 (for master yet) Harrissou Santanna
07:13 AM Revision 38ed0e5c (qgis): Merge pull request #4568 from alexbruy/gdal-profiles
store profiles as QStringList to avoid issues with spaces (fix #16327) Alexander Bruy
07:13 AM Bug report #16327 (Closed): "Edit Create Options" dialogue doesn't handle whitespace correctly
Applied in changeset commit:qgis|b9bd66d2b35c5550a955f148c3242cac0801d81d. Alexander Bruy
07:13 AM Bug report #16327 (Closed): "Edit Create Options" dialogue doesn't handle whitespace correctly
Applied in changeset commit:qgis|b9bd66d2b35c5550a955f148c3242cac0801d81d. Alexander Bruy
06:25 AM Revision 43a0938e (qgis): Make locator bar shortcut hint show Cmd-K on MacOS (#4583)
Tim Sutton
05:46 AM Revision 89972310 (qgis): Allow rotate point symbol tool to work with features with initially
NULL rotation values Nyall Dawson
05:45 AM Feature request #14789 (Closed): Search layers panel
This is possible in QGIS 3.0 using the new locator search widget Nyall Dawson
05:45 AM Feature request #14789 (Closed): Search layers panel
This is possible in QGIS 3.0 using the new locator search widget Nyall Dawson
05:44 AM Feature request #13719 (Closed): Being able to select the center of the rotation for the "Rotate ...
This is already possible - just ctrl-click while rotating the feature Nyall Dawson
05:44 AM Feature request #13719 (Closed): Being able to select the center of the rotation for the "Rotate ...
This is already possible - just ctrl-click while rotating the feature Nyall Dawson
05:33 AM Revision bba63130 (qgis): Fix locator widget's width on hi-dpi screens
It was too short to see the whole placeholder text... Martin Dobias
03:37 AM Revision e505ebcc (qgis): Merge pull request #4582 from nyalldawson/status_bar
Add a QgsStatusBar widget/interface for adding messages/widgets to main window statusbar Nyall Dawson
03:02 AM Revision e001d5c7 (qgis): Add QgsGeometry::isSimple() - useful for self-intersection checks
Martin Dobias
02:35 AM Revision 27077c87 (qgis): Add a QgsStatusBar widget/interface for adding messages/widgets to
main window statusbar
QStatusBar gives almost no control over display and placement
of child widgets. It's not possi...
Nyall Dawson

2017-05-17

12:56 AM Revision 6e98b9fe (qgis): Add failing test for #16567
Nyall Dawson
12:56 AM Revision 09975cec (qgis): Fix transform shear value not saved (fix #16567)
Nyall Dawson
12:54 AM Revision 3c843a8e (qgis): Fix windows build
Nyall Dawson
12:12 AM Bug report #16567 (Closed): Shear values iin transform effect are not being saved
Applied in changeset commit:qgis|1ae3163163e9ad9b02303efc008ac47de184ea59. Nyall Dawson
12:12 AM Bug report #16567 (Closed): Shear values iin transform effect are not being saved
Applied in changeset commit:qgis|1ae3163163e9ad9b02303efc008ac47de184ea59. Nyall Dawson
03:15 PM Bug report #16567 (Closed): Shear values iin transform effect are not being saved
The shear values in the transform effect on features are not being save with the project, and are not copied when the... Alexandre Neto
12:12 AM Revision e6f64068 (qgis): Merge pull request #4581 from nyalldawson/fix_16567
Fix transform shear value not saved (fix #16567) Nyall Dawson
11:40 PM Revision 1ae31631 (qgis): Fix transform shear value not saved (fix #16567)
Nyall Dawson
11:29 PM Revision 93612555 (qgis): Forward port test for #16517
Nyall Dawson
11:11 PM Revision 3fc1bda3 (qgis): Add failing test for #16567
Nyall Dawson
11:06 PM Revision b4de0ace (qgis): Merge pull request #4512 from nyalldawson/locator
[FEATURE] Implement a QtCreator style locator bar in the QGIS status bar Nyall Dawson
10:10 PM Revision 7108d6b0 (qgis): Blacklist PyQgsLocator test on Travis OSX builds
Travis OSX is too underpowered to even run the normal tests...
let alone something that requires... *gasp* multiple c...
Nyall Dawson
10:05 PM Revision bb1fb577 (qgis): Remove duplicate include
Nyall Dawson
08:36 PM Bug report #11441 (Feedback): Parallel multi-core rendering glitches with OTF reprojection
Anita - please test the next nightly 3.0 release as this is likely fixed now. Nyall Dawson
08:36 PM Bug report #11441 (Feedback): Parallel multi-core rendering glitches with OTF reprojection
Anita - please test the next nightly 3.0 release as this is likely fixed now. Nyall Dawson
08:08 PM Bug report #16517 (Closed): Locked raster layers do not refresh in Composer
Applied in changeset commit:qgis|cc2e68d4c68121cfaa91193edf2e5f9dc3964b2f. Nyall Dawson
08:08 PM Bug report #16517 (Closed): Locked raster layers do not refresh in Composer
Applied in changeset commit:qgis|cc2e68d4c68121cfaa91193edf2e5f9dc3964b2f. Nyall Dawson
09:46 AM Bug report #16517: Locked raster layers do not refresh in Composer
Fix incoming Nyall Dawson
08:08 PM Revision e12209ea (qgis): Merge pull request #4576 from nyalldawson/fix_16517
[composer] Fix locked raster layers do not restore when loading project (fix #16517) Nyall Dawson
07:23 PM Feature request #16527 (Feedback): Handle absent primary keys for postgresql views in add postgis...
Giovanni Manghi
06:56 PM Feature request #16527: Handle absent primary keys for postgresql views in add postgis layer dialog
Not sure to understand, you have a column to choose the unique id field(s) in the Connection dialog.
Did you miss i...
Regis Haubourg
07:20 PM Revision e0a2267d (qgis): homogenize layer naming when adding via browser and add vector dialog
(fix #15510) Alexander Bruy
06:56 PM Bug report #16571 (Closed): Edit Widget Properties dialog shrinks fields while resizing
when editing field's widgets, for some type widgets if you resize the dialog, it will start shrinking widgets instead... Alexandre Neto
06:16 PM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
It's a known issue https://github.com/3liz/lizmap-web-client/issues/483
Regards
René-Luc ReLuc
04:20 PM Bug report #16566 (Closed): [qgis-server] wms layer in pdf export hide other layers
I understand the problem now.
My GetMap request is générated by a web application (Lizmap). I will have a look in th...
Lionel Bargeot
03:02 PM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
We should close it if this is about GetPrint. René-Luc ReLuc
02:59 PM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
René-Luc ReLuc wrote:
> Hi Lionel,
>
> If you generates, PDF with the request GetPrint, the parameters LAYERS hav...
Giovanni Manghi
02:47 PM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
Hi Lionel,
If you generates, PDF with the request GetPrint, the parameters LAYERS have changed between 2.14 and 2....
René-Luc ReLuc
02:41 PM Bug report #16566: [qgis-server] wms layer in pdf export hide other layers
I have also been bitten by this problem. Giovanni Manghi
02:38 PM Bug report #16566 (Closed): [qgis-server] wms layer in pdf export hide other layers
Hi
with qgis-server 2.18.7, a GetMap with pdf output format is wrong if a WMS layer is in the list. If I use a WMS...
Lionel Bargeot
06:12 PM Feature request #16570 (Open): Elevations and layer awareness when exporting to dxf
When exporting to a shape file to a DXF it would be beneficial if elevations and layers would be automatically assign... Mike Bannister
06:01 PM Revision c849bc88 (qgis): homogenize layer naming when adding via browser and add vector dialog
(fix #15510) Alexander Bruy
04:52 PM Bug report #16569 (Closed): Incorrect search bounding box when using epsg:4326
When the user makes a query to a CSW server using the current map extent as a bounding box, the resulting @gml:Envelo... Ricardo Silva
03:50 PM Bug report #16568 (Closed): Missing "multi edit attributes" icon in (Advanced) Digitizing toolbar
I think the Edit --> Modify attributes of selected features tool deserves to have its icon in the Digitizing or Advan... Harrissou Santanna
03:20 PM Revision 8231d752 (qgis): sipify QgsExpressionContext, QgsFeatureRequest, QgsOptionalExpression
Denis Rouzaud
02:32 PM Bug report #16564 (Closed): OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
Hi Giovanni and Jürgen,
it works now, thanks for the fix. You may close it.
Hans Fuchs
01:12 PM Bug report #16564: OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
Jürgen Fischer wrote:
> Hans Fuchs wrote:
> > 1.11.3-1 of the gdal111dll (backward compability package) instead of ...
Giovanni Manghi
12:16 PM Bug report #16564: OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
Hans Fuchs wrote:
> 1.11.3-1 of the gdal111dll (backward compability package) instead of the current selected versio...
Jürgen Fischer
12:08 PM Bug report #16564: OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
Hans Fuchs wrote:
> How can I contribute to integrate actual OTB 6.0.0 into OSGeo4W? OTB 5.0.0 binaries are now almo...
Jürgen Fischer
11:55 AM Bug report #16564: OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
Solution:
in the OSGeo4W setup for Advanced Installation install the previous version 1.11.3-1 of the gdal111dll (b...
Hans Fuchs
11:41 AM Bug report #16564 (Closed): OTB 5.0 integration in Processing Tools broken in OSGeo4W QGIS 2.18.7-1
I run QGIS 2.18.7-1 on Win7 64bit installed by the OSGeo4W network installer with the additional Libs otb-bin 5.0.0-2... Hans Fuchs
02:01 PM Bug report #8073 (Open): Crash when loading PostGIS raster
with the same data, on 2.18.7 it also crashes even if the raster is loaded inside the DB. Loading as "external" does ... Giovanni Manghi
02:01 PM Bug report #8073 (Open): Crash when loading PostGIS raster
with the same data, on 2.18.7 it also crashes even if the raster is loaded inside the DB. Loading as "external" does ... Giovanni Manghi
02:01 PM Bug report #8073 (Open): Crash when loading PostGIS raster
with the same data, on 2.18.7 it also crashes even if the raster is loaded inside the DB. Loading as "external" does ... Giovanni Manghi
02:01 PM Bug report #8073 (Open): Crash when loading PostGIS raster
with the same data, on 2.18.7 it also crashes even if the raster is loaded inside the DB. Loading as "external" does ... Giovanni Manghi
10:25 AM Bug report #8073: Crash when loading PostGIS raster
Confirmed with 2.18.7.
I did extensive testing, but I cannot replicate it reliably.
What I did:...
Paolo Cavallini
01:59 PM Revision cc2e68d4 (qgis): [composer] Fix locked raster layers do not restore when loading
project (fix #16517) Nyall Dawson
01:56 PM Revision e474bd2c (qgis): Add failing test for #16517
Nyall Dawson
01:56 PM Revision 70a25d69 (qgis): Merge pull request #4571 from rldhont/release-2_18-processing-rscripts-...
[BUGFIX][Processing] R scripts do not have enough outputs René-Luc ReLuc
01:51 PM Revision 43e40243 (qgis): Small cleanups
Nyall Dawson
01:33 PM Revision e8d3ae92 (qgis): Enable disabling filters via options dialog
Nyall Dawson
01:33 PM Revision df9d9f67 (qgis): Invalidate current locator results when locator options are changed
Nyall Dawson
01:33 PM Revision 7635b44b (qgis): Make locator settings persistent
Nyall Dawson
01:33 PM Revision 8267fa3d (qgis): Allow filters to provide configuration dialogs
Nyall Dawson
01:33 PM Revision ce663936 (qgis): Add (non-functional) locator configuration dialog
Nyall Dawson
01:33 PM Revision 96d8f877 (qgis): Start on options page
Nyall Dawson
01:33 PM Revision fb6ba511 (qgis): Add configure menu to locator widget
Nyall Dawson
01:33 PM Revision 5a0bcf07 (qgis): Style fixes
Nyall Dawson
01:33 PM Revision e260be11 (qgis): Fix QgsFloatingWidget discards some events
Nyall Dawson
01:33 PM Revision 11036e4d (qgis): Always select the best result by default, even if good results are
slow to fetch Nyall Dawson
01:33 PM Revision ea86049c (qgis): Show a list of shortcut prefixes in locator bar if no text is entered
Nyall Dawson
01:33 PM Revision 2435dbc7 (qgis): Nicer results, always show an icon, show description
Nyall Dawson
01:33 PM Revision 56c8baac (qgis): Provide a standard string comparison method in QgsLocatorFilter
Subclasses should use this method instead of directly calling
QString::contains or using Python 's in search' type ma...
Nyall Dawson
01:33 PM Revision 71f78722 (qgis): [FEATURE] Implement a QtCreator style locator bar in the QGIS status bar
This adds a new "locator" bar to the QGIS status bar. If you're not
familiar with QtCreator's locator, it's a quick s...
Nyall Dawson
01:33 PM Revision a53516d7 (qgis): Only show action results when . prefix is used
Nyall Dawson
01:33 PM Revision 102a4666 (qgis): Implement prefix based locator searching
Filters can indicate their preferred search prefix. Searches which
begin with this character will be restricted to th...
Nyall Dawson
01:33 PM Revision b33ce0bf (qgis): Allow speciyfing the priority for filters
Higher priority (i.e. more important) filter results get shown
first. This means filters like project layers & compos...
Nyall Dawson
01:33 PM Revision 0f80df09 (qgis): Show locator filter names in results, sort results and group by filter
Nyall Dawson
01:33 PM Revision 0dd3fcb6 (qgis): Add processing algorithms to locator bar
Inspired by the ghost of processing's commander Nyall Dawson
01:33 PM Revision cb579bb9 (qgis): Add a locator filter for main window actions
Inspired by the ghost of processing's commander Nyall Dawson
01:33 PM Revision ab02f2b7 (qgis): Allowing associating QgsLocatorWidget with a map canvas
This allows the widget's locator to prioritise results which
are close to the current canvas extent
Nyall Dawson
01:33 PM Revision a7d590e0 (qgis): Add a context variable for locator searches
This allows encapsulation of properties relating to the context
of a search, such as a target map extent. Locator fil...
Nyall Dawson
01:33 PM Revision 376d6b3d (qgis): Add missing docs, sip bindings
Nyall Dawson
01:33 PM Revision 1174b335 (qgis): Add inbuilt filters for project layers and compositions
The project layer filter allows you to quickly select a layer
from the current project and highlight it in the layer ...
Nyall Dawson
01:33 PM Revision 6649d2b1 (qgis): Sort filter results so closer matches appear higher
A closer match means more of the text is matched, ie
a short string inside a long string is penalised
Nyall Dawson
01:31 PM Revision afc97888 (qgis): Better method to ensure memory layers always have unique sources
Nyall Dawson
01:30 PM Bug report #16562 (Feedback): Performance with Oracle datasets
Please raise this matter (as also your willingly to support improvements in this area) in the developers mailing list... Giovanni Manghi
09:56 AM Bug report #16562 (Closed): Performance with Oracle datasets
Retrieving, rendering and querying/filtering data from our Oracle databases takes a lot longer than using PostGIS dat... Niels Kjaer
01:07 PM Bug report #16563 (Closed): Installing OpenLayersPlugin - missing QtWebKit
You must report the plugin issue to the plugin authors, is not part of core QGIS. Thanks! Giovanni Manghi
01:07 PM Bug report #16563 (Closed): Installing OpenLayersPlugin - missing QtWebKit
You must report the plugin issue to the plugin authors, is not part of core QGIS. Thanks! Giovanni Manghi
10:50 AM Bug report #16563 (Closed): Installing OpenLayersPlugin - missing QtWebKit
Hey *,
I wanted to install the OpenLayersPlugin and got the Error Loadding Plugin:
The plugin is broken. Python...
Marcel Gangwisch
01:01 PM Bug report #16565 (Feedback): WFS query bug report
Sorry, you must give more details.
The URL of the service, the layer you are quering, the query, etc.
thanks.
Giovanni Manghi
01:00 PM Bug report #16565 (Closed): WFS query bug report
h2. User Feedback
h2. Report Details
*Crash ID*: 15cdf7b48b375149233d4fc4689ab5411ef269df
*Stack Trace...
Stefan Rey
12:50 PM Bug report #16327 (In Progress): "Edit Create Options" dialogue doesn't handle whitespace correctly
Alexander Bruy
12:48 PM Bug report #4687: memory vector layer does not show nor export attributes
Correct link to the related email thread https://lists.osgeo.org/pipermail/qgis-developer/2011-March/013070.html Alexander Bruy
12:37 PM Revision 49a7158a (qgis): Merge pull request #4565 from alexbruy/processing-single2multi
[processing] handle NULL values in the single to multi algorithm (fix #15822) Alexander Bruy
12:35 PM Bug report #16169 (In Progress): Is QGIS Sponsors widget out of date ?
PR proposed https://github.com/qgis/QGIS/pull/4575 Alexander Bruy
12:35 PM Bug report #16169 (In Progress): Is QGIS Sponsors widget out of date ?
PR proposed https://github.com/qgis/QGIS/pull/4575 Alexander Bruy
12:35 PM Bug report #16169 (In Progress): Is QGIS Sponsors widget out of date ?
PR proposed https://github.com/qgis/QGIS/pull/4575 Alexander Bruy
12:35 PM Bug report #16169 (In Progress): Is QGIS Sponsors widget out of date ?
PR proposed https://github.com/qgis/QGIS/pull/4575 Alexander Bruy
11:38 AM Revision 591c3ab9 (qgis): Remove QgsPoint::onSegment() method
This is a completely wrong use of an algorithm that is meant to be used with *integer* values,
e.g. when dealing with...
Martin Dobias
11:06 AM Revision 5112a0dc (qgis): remove QgsSponsors widget. Instead open sponsors page in the webbrowser
(fix #16169) Alexander Bruy
10:47 AM Feature request #13654: Enhancements to Dissolve
Please address the issue, that currently all fields (not just the fields used as dissolve fields) are maintained. Thi... Ger CO
10:40 AM Revision bb7f95fb (qgis): [bugfix] Fix broken inverted Y support in XYZ layers
This follows the convention used by OpenLayers, where
an inverted axis is indicated by {-y} in the URL
definition.
F...
Alessandro Pasotti
10:15 AM Revision 14ee4357 (qgis): Merge pull request #4569 from boundlessgeo/xyz-inverted-y
[bugfix] Fix broken inverted Y support in XYZ layers Alessandro Pasotti
10:15 AM Feature request #15927 (Closed): Y format parameter for Tile Server (XYZ) layers
Applied in changeset commit:qgis|ccd5d752254cee7d972e4978cd1e5203b7fa36d3. Anonymous
10:15 AM Feature request #15927 (Closed): Y format parameter for Tile Server (XYZ) layers
Applied in changeset commit:qgis|ccd5d752254cee7d972e4978cd1e5203b7fa36d3. Anonymous
10:14 AM Revision ccd5d752 (qgis): [bugfix] Fix broken inverted Y support in XYZ layers
This follows the convention used by OpenLayers, where
an inverted axis is indicated by {-y} in the URL
definition.
F...
Alessandro Pasotti
09:47 AM Bug report #16561 (Closed): Map Composer: Lock layers for map item seems to ignore raster layers
Nyall Dawson
09:28 AM Bug report #16561: Map Composer: Lock layers for map item seems to ignore raster layers
Duplicate with #16517 Arnaud Poncet-Montanges
09:24 AM Bug report #16561 (Closed): Map Composer: Lock layers for map item seems to ignore raster layers
Hey,
I use the Map Composer in QGIS (German Language Version). Since I updated QGIS from QGIS 2.18.6 (or 2.18.5, I'...
Steve Grössl
07:34 AM Bug report #15490 (Closed): Modeler calculator don't work when passed raster layer bounds
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
07:34 AM Bug report #15490 (Closed): Modeler calculator don't work when passed raster layer bounds
Closed for the lack of feedback. Please reopen if necessary. Alexander Bruy
07:26 AM Revision 84871ce0 (qgis): [processing] temporarily disable singleparts to multiparts test
Alexander Bruy
06:20 AM Bug report #16560 (Closed): regression: re-loading a project within the same session fails, remov...
Closing, issue appears to either be localized, or not at all linked to the last 24-hour changes. I'll re-open if I fi... Mathieu Pellerin - nIRV
04:14 AM Bug report #16560 (Closed): regression: re-loading a project within the same session fails, remov...
This regression occured within the last 24 hours (May 16-17, 2017). Re-loading a project (or loading a different proj... Mathieu Pellerin - nIRV
05:01 AM Revision 14a8df41 (qgis): [raster] fix raster blending (cherry-pick 93c59f4)
Mathieu Pellerin - nIRV

2017-05-16

09:53 PM Bug report #8073 (Feedback): Crash when loading PostGIS raster
Paolo Cavallini wrote:
> Unfortunately I'm currently unable to add -R rasters,
what is the issue with -R rasters=
Giovanni Manghi
07:06 PM Bug report #8073: Crash when loading PostGIS raster
Unfortunately I'm currently unable to add -R rasters, so I cannot reproduce the issue.
I'll try again.
Sorry.
Paolo Cavallini
06:38 PM Bug report #8073: Crash when loading PostGIS raster
Paolo could you test again with a build from the release-2_18 branch ?
Also, can you attach data and script to repro...
Sandro Santilli
09:48 PM Bug report #16524 (Open): Processing/geoprocessing operations failing in 2.18 with memory layers

>
> This problem is not about the "memory layers" plugin.
ok, now we have w new piece of information that make...
Giovanni Manghi
09:48 PM Bug report #16524 (Open): Processing/geoprocessing operations failing in 2.18 with memory layers

>
> This problem is not about the "memory layers" plugin.
ok, now we have w new piece of information that make...
Giovanni Manghi
09:48 PM Bug report #16524 (Open): Processing/geoprocessing operations failing in 2.18 with memory layers

>
> This problem is not about the "memory layers" plugin.
ok, now we have w new piece of information that make...
Giovanni Manghi
09:30 PM Bug report #16524: Processing/geoprocessing operations failing in 2.18 with memory layers
Not to be picky but "(created with the "memory layers" plugin)" really should not be in the title. I first found this... Calvin Hamilton
09:21 PM Bug report #16524: Processing/geoprocessing operations failing in 2.18 with memory layers
Somehow I don't get notified when this is updated. The New Memory Layer plugin was just one example. My own Shape Too... Calvin Hamilton
07:46 PM Revision 5bdd038e (qgis): [BUGFIX][Processing] R scripts do not have enough outputs
R scripts in processing only supports Vector, Raster and Table.
This commit adds fix the file output and adds directo...
René-Luc ReLuc
07:43 PM Revision acd35753 (qgis): Merge pull request #4545 from rldhont/release-2_14-processing-rscripts-...
[BUGFIX][Processing] R scripts do not have enough outputs René-Luc ReLuc
07:34 PM Revision d0d6959b (qgis): Merge pull request #4570 from mach0/master
[i18n] adding translator on request Werner Macho
07:22 PM Revision 0bac9371 (qgis): Fix indentation as requested by Travis
NOTE: I do have the prepare-commit.sh hook in place, but it did
not handle this
Sandro Santilli
07:22 PM Bug report #16514: Label distance incorrect for labels below a line
2.18.7 is now released for Mac, and I can confirm the issue remains. Nathan Perry
07:15 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
I confirm 2.18 branch as of commit:126cf5f100abb077fd0ba611cb1653583dd898cd also behaves the same as I reported above... Sandro Santilli
07:02 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Maybe it was commit:2475ee578c17ef3368d9b4d487599c31340a9a09 ? Sandro Santilli
07:01 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
Matthias 7 months ago you referenced commit:1f1898df1616ce5d3239bf2257470dd2c6b96566 but there's no such commit in th... Sandro Santilli
06:58 PM Bug report #15463: Layer "Scale dependent visibility" doesn't work anymore since 2.16
I confirm the issue.
Opening the project you attached (minScaleReset) with QGIS 2.14.10 and opening layer properti...
Sandro Santilli
06:48 PM Feature request #15927: Y format parameter for Tile Server (XYZ) layers
Proposed solution: https://github.com/qgis/QGIS/pull/4569 Alessandro Pasotti
06:32 PM Bug report #15507 (Closed): QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid n...
Actually, as the crash is fixed, I'm closing this again.
It's better to have a separate issue for the lack of GUI er...
Sandro Santilli
06:32 PM Bug report #15507 (Closed): QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid n...
Actually, as the crash is fixed, I'm closing this again.
It's better to have a separate issue for the lack of GUI er...
Sandro Santilli
06:18 PM Bug report #15507: QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid number of ...
commit:4ed096b94dff3101786e67a49567544f77c759d8 forward-ports the test to master (but no fix was needed there to avoi... Sandro Santilli
05:54 PM Bug report #15507 (Reopened): QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid...
I'm reopening to get this also fixed in the master branch, where the crash is not present but the features disappear ... Sandro Santilli
05:46 PM Bug report #15507 (Closed): QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid n...
Applied in changeset commit:qgis|126cf5f100abb077fd0ba611cb1653583dd898cd. Sandro Santilli
05:46 PM Bug report #15507 (Closed): QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid n...
Applied in changeset commit:qgis|126cf5f100abb077fd0ba611cb1653583dd898cd. Sandro Santilli
09:45 AM Bug report #15507: QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid number of ...
NOTE: the pull request referenced above is for the 2.18 release.
I've tried to reproduce this bug on master branch...
Sandro Santilli
09:18 AM Bug report #15507: QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid number of ...
Pull request ready: https://github.com/qgis/QGIS/pull/4563
Sandro Santilli
09:06 AM Bug report #15507: QGIS crashes with GEOS Exception: IllegalArgumentException: Invalid number of ...
Can still be reproduced as of commit:fd7b52d5b8e668bd5db43f81eecc60818ff490ab (current release-2_18 branch) Sandro Santilli
09:03 AM Bug report #15507 (In Progress): QGIS crashes with GEOS Exception: IllegalArgumentException: Inva...
Sandro Santilli
06:27 PM Bug report #16558 (Rejected): ImportError: cannot import name NavigationToolbar2QTAgg
This bugtracker used only for QGIS issues. Please file ticket in the plugin bugtracker Alexander Bruy
06:27 PM Bug report #16558 (Rejected): ImportError: cannot import name NavigationToolbar2QTAgg
This bugtracker used only for QGIS issues. Please file ticket in the plugin bugtracker Alexander Bruy
11:36 AM Bug report #16558 (Rejected): ImportError: cannot import name NavigationToolbar2QTAgg
Statis and other plugins have this problem relatae with matplotlib in python :
Traceback (most recent call las...
Davide Notti
06:16 PM Revision 4ed096b9 (qgis): Add test for unprojectible polygon labeling
See #15507 Sandro Santilli
06:13 PM Bug report #10790 (Reopened): OpenStreetMap plugin only loads 32 bits numbers ID, then start with...
Sandro Santilli
05:58 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Still the same issue with the test data using the 3-part Vector -> Openstreetmap menu entry on QGIS 2.18.7, on Linux ... Andre Joost
06:12 PM Bug report #14589: GetCapabilities gets cached in a confusing way (even when QGIS cache is set to 0)
just evaluating the issue if I'm able to fix Luigi Pirelli
06:11 PM Bug report #16327: "Edit Create Options" dialogue doesn't handle whitespace correctly
PR proposed https://github.com/qgis/QGIS/pull/4568 Alexander Bruy
06:11 PM Bug report #16327: "Edit Create Options" dialogue doesn't handle whitespace correctly
PR proposed https://github.com/qgis/QGIS/pull/4568 Alexander Bruy
06:05 PM Revision b9bd66d2 (qgis): store profiles as QStringList to avoid issues with spaces (fix #16327)
Alexander Bruy
05:46 PM Revision 126cf5f1 (qgis): Check return from QgsPalLabeling::prepareGeometry before dereference
Fixes #15507
Includes automated test.
Sandro Santilli
01:34 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
solution 1 works for 3.x Luigi Pirelli
01:11 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
the issue affect qgis3 too Luigi Pirelli
12:48 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
reverting (solution 1) does not generate more test regressions (btw coverage in this area is poor)
tested and soluti...
Luigi Pirelli
11:28 AM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
"asked in dev list":https://lists.osgeo.org/pipermail/qgis-developer/2017-May/048495.html what would be a better solu... Luigi Pirelli
01:00 PM Revision 87736387 (qgis): [bugfix] Fix unit of sizes when reading a SLD file (fixes #8978)
Blottiere Paul
01:00 PM Revision 0c72d4bc (qgis): Add unit tests
Blottiere Paul
01:00 PM Revision e2ee1534 (qgis): Update sip binding
Blottiere Paul
12:43 PM Revision fe7c981a (qgis): [processing] handle NULL values in the single to multi algorithm (fix #...
Alexander Bruy
12:42 PM Revision 11475c62 (qgis): Revert "Merge pull request #4562 from alexbruy/processing-singletomulti-3"
This reverts commit e3d79a1fe940b5d813b5f79c51b43393d085bb16, reversing
changes made to 3f7f95ee262ea3646d61600c21fae...
Alexander Bruy
12:42 PM Bug report #15962: Union & Intersection results are Incorrect
No, I meant that I don't get a WRONG result, but rather I get a FAILURE telling me (via GUI) that the operation canno... Sandro Santilli
12:00 PM Bug report #15962: Union & Intersection results are Incorrect

> 3. Description of what would instead be the expected behavior
do you mean -seriously- that you do not know h...
Giovanni Manghi
11:58 AM Bug report #15962: Union & Intersection results are Incorrect
Sandro Santilli wrote:
> Giovanni for tickets to be tractable there's a need of a recipe to reproduce the problem. T...
Giovanni Manghi
11:54 AM Bug report #15962: Union & Intersection results are Incorrect
Giovanni for tickets to be tractable there's a need of a recipe to reproduce the problem. This ticket is very vague i... Sandro Santilli
11:42 AM Bug report #15962: Union & Intersection results are Incorrect
Sandro Santilli wrote:
> The example sent to me by Giovanni, with the instructions provided, results in an error sen...
Giovanni Manghi
11:42 AM Bug report #15962 (Open): Union & Intersection results are Incorrect
Giovanni Manghi
11:33 AM Bug report #15962 (Closed): Union & Intersection results are Incorrect
The example sent to me by Giovanni, with the instructions provided, results in an error sent to the user about the in... Sandro Santilli
11:33 AM Bug report #15962 (Closed): Union & Intersection results are Incorrect
The example sent to me by Giovanni, with the instructions provided, results in an error sent to the user about the in... Sandro Santilli
11:20 AM Bug report #15962: Union & Intersection results are Incorrect
I'm looking at an example sent by Giovanni Manghi, will report here what I see. Sandro Santilli
10:20 AM Bug report #15962: Union & Intersection results are Incorrect
Sandro Santilli wrote:
> Was Redmine plugin automatically showing commits referencing tickets lost ?
> I guess Alex...
Giovanni Manghi
09:25 AM Bug report #15962: Union & Intersection results are Incorrect
Was Redmine plugin automatically showing commits referencing tickets lost ?
I guess Alexander meant commit:bc4e70a0e...
Sandro Santilli
12:30 PM Revision 3f4ad0f4 (qgis): Merge pull request #4564 from boundlessgeo/server-more-requesthandler-api
[server] Add url and post data getters to request handler Alessandro Pasotti
12:28 PM Bug report #10734 (Closed): Random selection should select only inside defined subsets
Works fine in master. Please reopen if necessary Alexander Bruy
12:28 PM Bug report #10734 (Closed): Random selection should select only inside defined subsets
Works fine in master. Please reopen if necessary Alexander Bruy
12:28 PM Bug report #10734 (Closed): Random selection should select only inside defined subsets
Works fine in master. Please reopen if necessary Alexander Bruy
12:15 PM Feature request #16559 (Open): round off corners in shape (QGIS)
Hallo,
i would like to round off the corners in a given shape with a certain radius in QGIS. Does somebody has any i...
Tobias Hurtienne
11:57 AM Revision cbef51cc (qgis): [server] Sipify QgsRequestHandler
Alessandro Pasotti
11:57 AM Revision 45166aaf (qgis): [server] Clearer log message when parsing non-XML POST data
Alessandro Pasotti
11:51 AM Bug report #16343: 2.18 build fails with latest sip/pyqt4
It turned out in my case segfault was caused by obsolete Arch Linux package kdebindings-python2. After removing it, Q... Alexei Ardyakov
11:23 AM Bug report #11986: Intersection returns the wrong result

> Hi Alex, I think that at some point in some (ex ftools) alg is was added a "stop" in case the operation could not...
Giovanni Manghi
11:08 AM Revision 2f75bab8 (qgis): [server] Add url and post data getters to request handler
This completes the API to eventually get rid of all
getEnv usage from python server plugins.
The request handler has...
Alessandro Pasotti
10:59 AM Revision e3d79a1f (qgis): Merge pull request #4562 from alexbruy/processing-singletomulti-3
[processing] handle NULL values in the single to multi algorithm (fix #15822) Alexander Bruy
10:59 AM Revision 4dab1f85 (qgis): Merge pull request #4560 from alexbruy/processing-singletomulti
[processing] handle NULL values in the single to multi algorithm (fix #15822) Alexander Bruy
10:59 AM Bug report #15822 (Closed): Singleparts to multi-part polygon algorithm uses NULL values also
Applied in changeset commit:qgis|e4d745fee3df0026d3629b32ef3aaa06ca7a9d4f. Alexander Bruy
10:59 AM Bug report #15822 (Closed): Singleparts to multi-part polygon algorithm uses NULL values also
Applied in changeset commit:qgis|e4d745fee3df0026d3629b32ef3aaa06ca7a9d4f. Alexander Bruy
10:37 AM Bug report #16552 (Closed): Inserting data on version views not working in 2.18 (OK in 2.14)
Fixed in commit:8b263e4cc and commit:3f7f95ee2 Jürgen Fischer
10:37 AM Bug report #16552 (Closed): Inserting data on version views not working in 2.18 (OK in 2.14)
Fixed in commit:8b263e4cc and commit:3f7f95ee2 Jürgen Fischer
10:07 AM Bug report #16552 (Open): Inserting data on version views not working in 2.18 (OK in 2.14)
Jürgen Fischer
10:07 AM Bug report #16552 (Closed): Inserting data on version views not working in 2.18 (OK in 2.14)
Giovanni Manghi
10:35 AM Revision 8b263e4c (qgis): db_manager versioning: add RETURNING to INSERT rule (fixes #16083)
(cherry picked from commit 3f7f95ee262ea3646d61600c21faed0866bc70b0) Jürgen Fischer
10:34 AM Revision 3f7f95ee (qgis): db_manager versioning: add RETURNING to INSERT rule (fixes #16083)
Jürgen Fischer
10:33 AM Bug report #16551 (Open): Zoom to layer doesn't work
I see, there is also no need to edit the layer. The "zoom to layer" function to not work in your provided point layer... Giovanni Manghi
10:33 AM Bug report #16551 (Open): Zoom to layer doesn't work
I see, there is also no need to edit the layer. The "zoom to layer" function to not work in your provided point layer... Giovanni Manghi
10:33 AM Bug report #16551 (Open): Zoom to layer doesn't work
I see, there is also no need to edit the layer. The "zoom to layer" function to not work in your provided point layer... Giovanni Manghi
10:33 AM Bug report #16551 (Open): Zoom to layer doesn't work
I see, there is also no need to edit the layer. The "zoom to layer" function to not work in your provided point layer... Giovanni Manghi
10:15 AM Bug report #16551: Zoom to layer doesn't work
Hello,
I'm OK with u.
The issue is : when you open my project "test.qgs", the extent show 2 points. So, I zoom ...
David BAUJON
09:06 AM Revision b56e46da (qgis): [processing] handle NULL values in the single to multi algorithm (fix #...
Alexander Bruy
09:04 AM Revision 70da239a (qgis): debian packaging: include native gui library
Jürgen Fischer
09:04 AM Revision 2f70b426 (qgis): sip bindings: exclude QgsCompositionChecker when not building tests
Jürgen Fischer
08:25 AM Revision f153e191 (qgis): Fix saving of "obstacle only" state + misc fixes to unit tests
Martin Dobias
08:25 AM Revision 56309efc (qgis): Fix loading of labeling from 2.x projects
Martin Dobias
08:25 AM Revision ee9fabbe (qgis): Fix for style loading and clean up of used labeling custom properties
Martin Dobias
08:25 AM Revision bfdc84fc (qgis): Fixes to unit tests
Martin Dobias
08:25 AM Revision 828bd384 (qgis): Convert remaining bits where labeling was configured using setCustomPro...
Martin Dobias
08:25 AM Revision 53f8e7f7 (qgis): Remove dead code for writing of labeling from custom properties
Martin Dobias
08:25 AM Revision 21f03bc1 (qgis): Clean up reading/writing of labeling configuration in vector layers
Historically the configuration used to be stored in layer's custom properties, but that does not scale
beyond simple ...
Martin Dobias
07:12 AM Revision 7e345a73 (qgis): Merge pull request #4561 from nyalldawson/proj_thread2
Avoid using thread unsafe proj API - approach 2 Nyall Dawson
05:31 AM Revision 5201eb25 (qgis): Optimise storage/retrieval of projPJ objects
Nyall Dawson
05:20 AM Revision 4396e532 (qgis): Utilise thread safe proj API within QgsCoordinateTransform
Avoids unpredictable behavior when transforms are being
conducted in background threads, such as map renders.
Refs #...
Nyall Dawson
05:20 AM Revision e51737e6 (qgis): Use thread safe proj API in all other code paths
Nyall Dawson
05:20 AM Revision ae492abc (qgis): Split qgscoordinatetransform_p into .h/cpp
Nyall Dawson
05:09 AM Revision 59c97437 (qgis): Fix missing name and progress for feature counter task
Nyall Dawson
03:29 AM Revision a517c683 (qgis): Ensure created memory layers have unique source
Sometimes the layer source is used for "looser" comparison then
layer ID
Nyall Dawson
02:21 AM Bug report #16550 (Closed): Virtual layer path is not relative
solved in #16242
Giovanni Manghi
02:21 AM Bug report #16550 (Closed): Virtual layer path is not relative
solved in #16242
Giovanni Manghi
02:20 AM Bug report #16550: Virtual layer path is not relative
It's the path to the datasource that is not relative. You can see the demo project at https://gist.github.com/ThomasG... Thomas Gratier
02:06 AM Bug report #16385 (Closed): Project crashes on zooming
Closing for lack of feedback and/or possibly already fixed. Giovanni Manghi
02:06 AM Bug report #16385 (Closed): Project crashes on zooming
Closing for lack of feedback and/or possibly already fixed. Giovanni Manghi

2017-05-15

12:26 AM Bug report #16341 (Closed): Geopackage table behaves strange and ultimately kills QGIS.

> It may be a FME problem writing 3D data to GeoPackage
all seems to point to that
Giovanni Manghi
12:26 AM Bug report #16341 (Closed): Geopackage table behaves strange and ultimately kills QGIS.

> It may be a FME problem writing 3D data to GeoPackage
all seems to point to that
Giovanni Manghi
12:26 AM Bug report #16341 (Closed): Geopackage table behaves strange and ultimately kills QGIS.

> It may be a FME problem writing 3D data to GeoPackage
all seems to point to that
Giovanni Manghi
07:17 PM Bug report #16341: Geopackage table behaves strange and ultimately kills QGIS.
I've been testing the gpkg some in QGIS (etc).
1. Adding "highway" from GeoPackage is divided into a point- and a ...
Klas Karlsson
12:18 AM Bug report #16553 (Feedback): Attribute table: in form view, using Shift keyboard for multiple fe...
I tested 2.14 and 2.8 and the behavior is exactly the same. Has this ever possible? What is the use case? Giovanni Manghi
09:26 PM Bug report #16553 (Closed): Attribute table: in form view, using Shift keyboard for multiple feat...
Open an attribute table
Toggle to form view
Try to select multiple features, using ctrl, shift or anything else: Yo...
Harrissou Santanna
12:05 AM Bug report #10790 (Closed): OpenStreetMap plugin only loads 32 bits numbers ID, then start with n...
I can't see anything wrong on 2.18.7 but I'm may be wrong, please so reopen of necessary. Giovanni Manghi
12:05 AM Bug report #10790 (Closed): OpenStreetMap plugin only loads 32 bits numbers ID, then start with n...
I can't see anything wrong on 2.18.7 but I'm may be wrong, please so reopen of necessary. Giovanni Manghi
07:06 PM Bug report #10790: OpenStreetMap plugin only loads 32 bits numbers ID, then start with negative n...
Giovanni could you reproduce this ? With which version ?
The reporter mentions 2.18.3 but we're if I'm not wrong at ...
Sandro Santilli
11:54 PM Bug report #16551: Zoom to layer doesn't work
where is the issue?
if the project is saved to a certain extent then it won't change (if now re saved) even if the e...
Giovanni Manghi
06:30 PM Bug report #16551 (Feedback): Zoom to layer doesn't work
Please attach project and sample data, thanks. Giovanni Manghi
06:30 PM Bug report #16551 (Feedback): Zoom to layer doesn't work
Please attach project and sample data, thanks. Giovanni Manghi
06:30 PM Bug report #16551 (Feedback): Zoom to layer doesn't work
Please attach project and sample data, thanks. Giovanni Manghi
06:30 PM Bug report #16551 (Feedback): Zoom to layer doesn't work
Please attach project and sample data, thanks. Giovanni Manghi
06:30 PM Bug report #16551 (Feedback): Zoom to layer doesn't work
Please attach project and sample data, thanks. Giovanni Manghi
06:28 PM Bug report #16551 (Closed): Zoom to layer doesn't work
Hello,
I have a .qgs with a shp (2 points in my shp).
I edit the shp with a new point.
I close the .qgs wit...
David BAUJON
11:23 PM Revision c484b505 (qgis): Link native to core on OSX only
Nyall Dawson
09:55 PM Revision 9e059ed7 (qgis): Fix sip errors
Matthias Kuhn
09:55 PM Revision d4edbc0f (qgis): Unsipify QgsMargins
Matthias Kuhn
09:55 PM Revision 7ac276e7 (qgis): No copy of QgsLabelSearchTree is allowed
Matthias Kuhn
09:55 PM Revision df6d60fc (qgis): Fix sip errors
Matthias Kuhn
09:55 PM Revision 5c2deb40 (qgis): Doxymentation
Matthias Kuhn
09:55 PM Revision e455b157 (qgis): [sipify] do not comment global operators
fix class/struct level detection
sipify qgsmargins.qgs
Denis Rouzaud
09:55 PM Revision 6ad5a58c (qgis): Spelling
Matthias Kuhn
09:55 PM Revision 2abb1465 (qgis): [sipify] Another batch of sip
Matthias Kuhn
09:55 PM Revision 3f85b050 (qgis): fix bad copy paste
Matthias Kuhn
09:55 PM Revision d15bd8dd (qgis): No docstrings for out-of-class functions
Matthias Kuhn
07:55 PM Revision e4d745fe (qgis): [processing] handle NULL values in the single to multi algorithm (fix #...
Alexander Bruy
07:00 PM Bug report #16552 (Closed): Inserting data on version views not working in 2.18 (OK in 2.14)
* create a PostGIS DB
* create a simple geometric table
* DB Manager > Table > Verioning
* add the view to the can...
Paolo Cavallini
05:57 PM Revision 922b162b (qgis): attachment widget: data defined button for document type
Denis Rouzaud
05:41 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
in this use case no use og QgsTransaction or QgsTransactionGroup is used Luigi Pirelli
05:41 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
the error is generated here:
https://qgis.org/api/2.18/qgsvectorlayereditbuffer_8cpp_source.html#l00520
e.g. the th...
Luigi Pirelli
12:44 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
my fault, if provider support transaction it can be managed with QgsTransaction Luigi Pirelli
12:32 PM Bug report #15741: PostGIS issue when using 'Merge selected features' tool (Geometry type does ...
this issue would affect any provider due to:
https://github.com/qgis/QGIS/blob/release-2_18/src/app/qgisapp.cpp#L7...
Luigi Pirelli
05:41 PM Bug report #11986: Intersection returns the wrong result
Alexander Bruy wrote:
> > no warnings other the messages in the LOG, Operation is NOT stopped, the user is left with...
Giovanni Manghi
04:49 PM Bug report #15317: the window Layer Properties gets irresponsive
This is not getting much traction here, please raise your concerns in the developers mailing list. Giovanni Manghi
04:40 PM Bug report #16550 (Feedback): Virtual layer path is not relative
It is the path to the datasource within the QGIS project that is wrong (absolute and not relative) or the path within... Giovanni Manghi
03:47 PM Bug report #16550 (Closed): Virtual layer path is not relative
I've set the configuration in my project to use relative path.
If I rename the directory I use in my project, then r...
Thomas Gratier
04:01 PM Bug report #16549 (Feedback): Python Console does not work
Remove/Disable any 3rd party plugins, restart QGIS and try again. Thanks. Giovanni Manghi
02:33 PM Bug report #16549 (Closed): Python Console does not work
Last week I installed QGIS version 2.18.7 on my MacBook Pro. Afterwards I tried to install several plugins like PDOK ... Bert Mast
02:23 PM Bug report #16547 (Closed): PDOK Service en Python Console in QGIS 2.18.2 werken niet na installa...
sorry tickets must be filed in English. thanks for understanding. Giovanni Manghi
02:23 PM Bug report #16547 (Closed): PDOK Service en Python Console in QGIS 2.18.2 werken niet na installa...
sorry tickets must be filed in English. thanks for understanding. Giovanni Manghi
01:48 PM Bug report #16547: PDOK Service en Python Console in QGIS 2.18.2 werken niet na installatie QGIS ...
Bert Mast wrote:
> Ik heb QGIS versie 2.18.2 vorige week geïnstalleerd op mijn MacBook Pro. Vervolgens heb ik divers...
Bert Mast
01:40 PM Bug report #16547: PDOK Service en Python Console in QGIS 2.18.2 werken niet na installatie QGIS ...
Met name het laden van Python Console levert veel problemen op. Ook het laden en gebruiken van de plugin van QuickMap... Bert Mast
09:07 AM Bug report #16547 (Closed): PDOK Service en Python Console in QGIS 2.18.2 werken niet na installa...
Ik heb QGIS versie 2.18.2 vorige week geïnstalleerd op mijn MacBook Pro. Vervolgens heb ik diverse plugins geïnstalle... Bert Mast
01:36 PM Feature request #16548 (Closed): Layer Symbology show Font Marker ID
If a user opens an existing qgis project and looks up the symbology
properties of a layer, it is impossible to find...
Maxime Cadotte
10:24 AM Revision 87052a77 (qgis): Merge pull request #4558 from nyalldawson/native-lib-mac
Add OS native interface lib, with objective-c++ interface to Mac Cocoa libraries, v3 Nyall Dawson
09:38 AM Revision 8f44a29a (qgis): Reintroduce core/native link
Nyall Dawson
08:54 AM Revision 2831f842 (qgis): Fix compilation
Nyall Dawson
02:24 AM Revision ae97c333 (qgis): Revert "Port algorithm countVisibleParameters to c++"
This reverts commit c3c694f8ccfbe0b64df14365f950f5895968a66a. Nyall Dawson

2017-05-14

01:56 AM Revision 6efe160a (qgis): Move QgsNative instance from app->QgsGui singleton
This allows gui widgets to utilise native platform interfaces.
Additionally attaching the instance to QgsGui allows Q...
Nyall Dawson
01:23 AM Revision a4b7af7f (qgis): Use millimeters when declaring QPrinter page size
(This is needed to allow to set a resolution with the printer used
by the map renderer)
Mathieu Pellerin - nIRV
01:15 AM Revision 6971e9da (qgis): Fix build
Nyall Dawson
01:15 AM Revision d1593cae (qgis): Create a virtual QgsNative base class for platform services
A QgsNative base class is added, that offers default implementations for
a platform interface. These methods can be o...
Matthias Kuhn
01:15 AM Revision f6bd7b3b (qgis): Add OS native interface lib, with objective-c++ interface to Mac Cocoa ...
Larry Shaffer
01:15 AM Revision cbc2a3df (qgis): Indentation
Nyall Dawson
01:03 AM Revision f8f7d60c (qgis): Merge pull request #4514 from nyalldawson/gui_instance
Make a new global QgsGui singleton Nyall Dawson
12:44 AM Revision c3c694f8 (qgis): Port algorithm countVisibleParameters to c++
Nyall Dawson
11:57 PM Revision a8b10a2f (qgis): Update indentation
Nyall Dawson
11:34 PM Revision 14882058 (qgis): Sipify update
Nyall Dawson
11:33 PM Revision ac943453 (qgis): Rename QgisGui to QgsGuiUtils
Better reflects what this namespace contains, and replaces the
non-standard Qgis prefix with the Qgs standard
Nyall Dawson
11:32 PM Revision 436844b2 (qgis): QgsMapLayerActionRegistry is no longer a singleton
Moved the global instance to QgsGui::QgsMapLayerActionRegistry() Nyall Dawson
11:32 PM Revision a86b93e9 (qgis): QgsLayerTreeEmbeddedWidgetRegistry is no longer a singleton
Moved the global instance to QgsGui::layerTreeEmbeddedWidgetRegistry() Nyall Dawson
11:32 PM Revision 4a5c9a7b (qgis): Make a new global QgsGui singleton
Move QgsEditorWidgetRegistry from being a singleton itself to
instead being a member of the QgsGui singleton
Nyall Dawson
11:32 PM Revision 711f6dcc (qgis): QgsShortcutsManager is no longer a singleton
Move the global instance to QgsGui::shortcutsManager() Nyall Dawson
11:08 PM Revision 280ca319 (qgis): Merge pull request #4401 from nyalldawson/processing_params
c++ framework for parameters and running algorithms Nyall Dawson
05:07 PM Revision 7af73b38 (qgis): Change browser context menu item text for adding layer to 'Add select… ...
* Change browser context menu item text for adding layer to 'Add selected layer(s) to canvas'
* Use title case for A...
Tim Sutton
11:41 AM Revision 24e06a49 (qgis): Remove unused mAnnotationForm member + getter/setter from QgsVectorLayer
Martin Dobias
08:49 AM Bug report #4415 (Closed): Centroid in fTools different form centroid fill
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1880 Harrissou Santanna
08:49 AM Bug report #4415 (Closed): Centroid in fTools different form centroid fill
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1880 Harrissou Santanna
07:28 AM Bug report #15317: the window Layer Properties gets irresponsive
This problem also occurs on a fedora24 system running qgis 2.18.(compiled from source branch release-2_18).
Log st...
Philip Shepherd
06:00 AM Revision 33b6fab1 (qgis): Fix crash when saving as PDF with dpi != 96
Mathieu Pellerin - nIRV
04:34 AM Revision 0ccaba7a (qgis): Path resolver instead of project singleton in edit form config and svg ...
Martin Dobias
03:24 AM Bug report #16355 (Closed): relative path in embedded groups are not respected
Applied in changeset commit:qgis|3e18cc15f8565ac74c7b2570ba57a60c2970cdb8. Martin Dobias
03:24 AM Bug report #16355 (Closed): relative path in embedded groups are not respected
Applied in changeset commit:qgis|3e18cc15f8565ac74c7b2570ba57a60c2970cdb8. Martin Dobias
03:24 AM Revision 2857ef59 (qgis): Merge pull request #4426 from wonder-sk/fix-relative-paths-svg
Fix relative paths to SVG files in embedded projects Martin Dobias

2017-05-13

12:38 AM Revision fd7b52d5 (qgis): german translation fix
Jürgen Fischer
09:01 PM Bug report #16062 (Closed): PyQGISDeveloperCookbook gives translations instructions that apply to...
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1870 Harrissou Santanna
09:01 PM Bug report #16062 (Closed): PyQGISDeveloperCookbook gives translations instructions that apply to...
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1870 Harrissou Santanna
09:01 PM Bug report #16062 (Closed): PyQGISDeveloperCookbook gives translations instructions that apply to...
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1870 Harrissou Santanna
09:01 PM Bug report #16062 (Closed): PyQGISDeveloperCookbook gives translations instructions that apply to...
Fixed in https://github.com/qgis/QGIS-Documentation/pull/1870 Harrissou Santanna
06:33 PM Revision 590526ee (qgis): Another trial to fix mac tests on travis
Martin Dobias
05:19 PM Revision 93c59f4e (qgis): [raster] fix raster blending (fixes #16546)
Mathieu Pellerin - nIRV
05:19 PM Bug report #16546 (Closed): exporting a raster layer with multiply blend mode with a dpi settings...
Applied in changeset commit:qgis|93c59f4e25cdfea7e703845891a907d6c1363ea8. Mathieu Pellerin - nIRV
05:19 PM Bug report #16546 (Closed): exporting a raster layer with multiply blend mode with a dpi settings...
Applied in changeset commit:qgis|93c59f4e25cdfea7e703845891a907d6c1363ea8. Mathieu Pellerin - nIRV
04:30 PM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Issue located, patch coming to github in the coming hour. Mathieu Pellerin - nIRV
04:30 PM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Issue located, patch coming to github in the coming hour. Mathieu Pellerin - nIRV
04:30 PM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Issue located, patch coming to github in the coming hour. Mathieu Pellerin - nIRV
04:30 PM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Issue located, patch coming to github in the coming hour. Mathieu Pellerin - nIRV
03:27 PM Bug report #16546 (Reopened): exporting a raster layer with multiply blend mode with a dpi settin...
Change of mind. 2000 x 2000 pixels happens to be this raster related with n height constant:
static const int DEFA...
Mathieu Pellerin - nIRV
03:27 PM Bug report #16546 (Reopened): exporting a raster layer with multiply blend mode with a dpi settin...
Change of mind. 2000 x 2000 pixels happens to be this raster related with n height constant:
static const int DEFA...
Mathieu Pellerin - nIRV
02:51 PM Bug report #16546 (Closed): exporting a raster layer with multiply blend mode with a dpi settings...
The area that's properly blended is a fixed 2000 px x 2000px, I'm closing this now concluding it's an issue with rega... Mathieu Pellerin - nIRV
02:51 PM Bug report #16546 (Closed): exporting a raster layer with multiply blend mode with a dpi settings...
The area that's properly blended is a fixed 2000 px x 2000px, I'm closing this now concluding it's an issue with rega... Mathieu Pellerin - nIRV
10:02 AM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Hmm, if I add some transparency to the multiply blend raster layer, it shows part of the underlying background.
So...
Mathieu Pellerin - nIRV
09:50 AM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Here's a pair of exported images that shows the problem a bit better. It's clear that the 300dpi export has part of t... Mathieu Pellerin - nIRV
09:50 AM Bug report #16546: exporting a raster layer with multiply blend mode with a dpi settings > 96 fails
Here's a pair of exported images that shows the problem a bit better. It's clear that the 300dpi export has part of t... Mathieu Pellerin - nIRV
06:44 AM Bug report #16546 (Closed): exporting a raster layer with multiply blend mode with a dpi settings...
Exporting a raster layer with a blend mode set to multiply fails to render properly for an output dpi that is greater... Mathieu Pellerin - nIRV
05:16 PM Revision 40f683d6 (qgis): Trying to fix mac test for QgsProject
Martin Dobias
04:55 PM Revision a4717e2e (qgis): Fixes to relative paths read/write in composer picture and arrow items
Martin Dobias
04:12 PM Revision dfcfadc7 (qgis): Fix build and add bits to project test to understand fail on mac
Martin Dobias
03:44 PM Revision 8dd58864 (qgis): Bring back temporarily disabled projects upgrade + fix a loading bug
Loading bug: on the first project load, data-defined properties for diagram layer settings were not read
as the defau...
Martin Dobias
02:38 PM Revision 4c666a32 (qgis): german translation update
$ scripts/update_ts_files.sh -b $builddir -f de
$ linguist i18n/qgis_de.ts
$ scripts/update_ts_files.sh -b $builddir ...
Jürgen Fischer
02:06 PM Revision 93bfa949 (qgis): Add doxygen comments to updated methods
Martin Dobias
01:59 PM Revision 0a942fd9 (qgis): fix windows build
Jürgen Fischer
01:53 PM Revision bbb13f43 (qgis): Fix text renderer test
Martin Dobias
01:43 PM Revision c882f88c (qgis): Remove "relative path" checkbox from svg selector widget
It is decided on different level whether files are saved with relative paths
and internally now QGIS always uses abso...
Martin Dobias
12:12 PM Revision 5bdae751 (qgis): API break update + read/write context in labeling and text renderer
This enables correct loading/saving of relative paths of SVG files for background of labels Martin Dobias
12:09 PM Revision 23a7bd0f (qgis): Introduce QgsReadWriteContext that encapsulates QgsPathResolver
This should make the read/write methods more flexible if we need to give them extra context. Martin Dobias
12:02 PM Revision 3e18cc15 (qgis): Respect relative paths in embedded projects (fixes #16355)
Martin Dobias
12:02 PM Revision bbe59969 (qgis): Fixes to unit tests
Martin Dobias
12:02 PM Revision 15fc16df (qgis): Remove duplicate code - now handled by QgsPathResolver
Martin Dobias
12:02 PM Revision 8ffd91ea (qgis): Propagate path resolver through renderers, annotations, diagrams
This is necessary in order to be able to correctly translate between absolute and relative paths
deeper in the code -...
Martin Dobias
10:21 AM Bug report #15453 (Closed): TypeError always occurs in closeEvent in AlgorithmDialog.py when run ...
Works fine with latest 2.18 and master. Please reopen if necessary Alexander Bruy
10:21 AM Bug report #15453 (Closed): TypeError always occurs in closeEvent in AlgorithmDialog.py when run ...
Works fine with latest 2.18 and master. Please reopen if necessary Alexander Bruy
10:21 AM Bug report #15453 (Closed): TypeError always occurs in closeEvent in AlgorithmDialog.py when run ...
Works fine with latest 2.18 and master. Please reopen if necessary Alexander Bruy
10:19 AM Bug report #15579 (Rejected): Copy & Paste Issue Attibute table
Works fine with master and latest 2.18. Please reopen if necessary. Alexander Bruy
10:19 AM Bug report #15579 (Rejected): Copy & Paste Issue Attibute table
Works fine with master and latest 2.18. Please reopen if necessary. Alexander Bruy
10:19 AM Bug report #15579 (Rejected): Copy & Paste Issue Attibute table
Works fine with master and latest 2.18. Please reopen if necessary. Alexander Bruy
10:19 AM Bug report #15579 (Rejected): Copy & Paste Issue Attibute table
Works fine with master and latest 2.18. Please reopen if necessary. Alexander Bruy
10:19 AM Bug report #15579 (Rejected): Copy & Paste Issue Attibute table
Works fine with master and latest 2.18. Please reopen if necessary. Alexander Bruy
10:14 AM Revision 6fe459de (qgis): [processing] remove extra quotes when restoring batch process from file
(fix #16309) Alexander Bruy
10:12 AM Bug report #16309 (Closed): Saved batch processing inputs are not restored in a useful state
Applied in changeset commit:qgis|43595f5d0afb375da0d10dd9be337603a2f6aa61. Alexander Bruy
10:12 AM Bug report #16309 (Closed): Saved batch processing inputs are not restored in a useful state
Applied in changeset commit:qgis|43595f5d0afb375da0d10dd9be337603a2f6aa61. Alexander Bruy
10:11 AM Revision 43595f5d (qgis): [processing] remove extra quotes when loading batch process from file
(fix #16309) Alexander Bruy
09:44 AM Bug report #15962: Union & Intersection results are Incorrect
Python error should be fixed in commit:bc4e70a0e23af98ab9fa416856b5a44b007b23f2 Alexander Bruy
09:43 AM Revision bc4e70a0 (qgis): [processing] check difference result befor using it in further
operations (ref #15962) Alexander Bruy
09:29 AM Revision bc0c3a22 (qgis): Add inclination method for QgsPointV2 (#4536)
Loïc BARTOLETTI
08:54 AM Bug report #15820: problem about interpolation function
Also, please provide test dataset Alexander Bruy
08:54 AM Bug report #15820: problem about interpolation function
Also, please provide test dataset Alexander Bruy
08:45 AM Revision c620c7c3 (qgis): [processing] stop algorithm execution if geometry/feature error occured
(fix #11986) Alexander Bruy
08:42 AM Revision 6feed195 (qgis): [processing] stop algorithm execution if geometry/feature error occured
(fix #11986) Alexander Bruy
08:42 AM Revision 60bbf67b (qgis): Be careful with requesting evaluated default values
We do not need a new evaluated value all the time
Fix #16545
Matthias Kuhn
08:42 AM Revision 02c8ac8d (qgis): Fix non-dynamic default values
Fix #15355 Matthias Kuhn
08:42 AM Bug report #15355 (Closed): 'Evaluate default values on provider side' issue using PostGIS
Applied in changeset commit:qgis|02c8ac8dda959ab2c91ce25dd2be114b68a69b67. Anonymous
08:42 AM Bug report #15355 (Closed): 'Evaluate default values on provider side' issue using PostGIS
Applied in changeset commit:qgis|02c8ac8dda959ab2c91ce25dd2be114b68a69b67. Anonymous
08:42 AM Bug report #16545 (Closed): Default values increase very fast with "evaluate default values on se...
Applied in changeset commit:qgis|60bbf67b08b0b3fc5d94653c69197c543042b877. Anonymous
08:42 AM Bug report #16545 (Closed): Default values increase very fast with "evaluate default values on se...
Applied in changeset commit:qgis|60bbf67b08b0b3fc5d94653c69197c543042b877. Anonymous
08:39 AM Revision 7734d72d (qgis): [processing] stop algorithm execution if geometry/feature error occured
(fix #11986) Alexander Bruy
07:40 AM Bug report #11986: Intersection returns the wrong result
> no warnings other the messages in the LOG, Operation is NOT stopped, the user is left with the impression he/she ha... Alexander Bruy
06:01 AM Revision 75e95024 (qgis): Deduplicate code in save as image / save as PDF
Mathieu Pellerin - nIRV
 

Also available in: Atom