Activity

From 2014-03-30 to 2014-04-28

2014-04-28

03:51 PM Revision dd739ef7 (qgis): Fix #10127 (crash on parallel rendering of spatialite layers)
There was a run condition in connection pool singleton: at the beginning,
the singleton got initialized twice. Now th...
Martin Dobias
03:23 PM Bug report #10130 (Closed): updating display when file based layer change (external to qgis).
Not sure whether this should be viewed as a bug or a feature request.
I have a number of file based layers that ar...
John Floyd -
02:32 PM Revision 483ba9e7 (qgis): Merge pull request #1317 from 3nids/addtoolbar
allow to add a QToolBar to QGisInterface Denis Rouzaud
02:26 PM Revision 7581370b (qgis): Fixes #9656 - allows to scroll per pixel vertically in the log messages...
Salvatore Larosa
02:14 PM Revision ad0b4daf (qgis): [composer] Add checkbox for controlling whether html items should use s...
Nyall Dawson
01:31 PM Revision 8059a759 (qgis): [composer] Don't draw repeated html contents if mode is UseExistingFram...
Nyall Dawson
01:24 PM Revision a9af35ba (qgis): [FEATURE][composer] HTML frames no longer cut through lines of text whe...
Nyall Dawson
01:20 PM Revision 4885289c (qgis): [composer] Add method for overriding page break location in multi frame...
Nyall Dawson
01:16 PM Revision c37b8483 (qgis): [composer] Fix duplicate frames when multi frame is set to Repeat on Ev...
Nyall Dawson
01:02 PM Bug report #8785: Style file not saved in Win 8
I'm seeing the same bug. Windows 8, saving to a local drive. The mouse pointer briefly changes to the Windows 8 "busy... Brian Syme
01:01 PM Revision dafae532 (qgis): [composer] Copy frame properties (outline, background, render settings)...
Nyall Dawson
12:59 PM Revision de301e9a (qgis): [composer] Add frameOutlineWidth property for composer items (sponsored...
Nyall Dawson
12:48 PM Revision e9b253d8 (qgis): [composer] Manually removing a frame from a multi frame forces the mult...
Nyall Dawson
12:24 PM Revision 86304b90 (qgis): [composer] Allow choosing *.htm and *.* files for html item source (spo...
Nyall Dawson
12:24 PM Revision 94a547e9 (qgis): [composer] Update number of pages in gui whenever number of pages is ch...
Nyall Dawson
12:19 PM Revision 21a2929d (qgis): [composer] Move code responsible for updating labels from atlas to QgsC...
Nyall Dawson
12:19 PM Revision ddfb6975 (qgis): [composer] Refresh picture size if composition resolution changes (spon...
Nyall Dawson
12:19 PM Revision ecc2ebf5 (qgis): [composer] Add signal for when composition print resolution changes (sp...
Nyall Dawson
12:19 PM Revision 3afee3c6 (qgis): [composer] Add tests for expression based picture source (sponsored by ...
Nyall Dawson
12:19 PM Revision 8b9c9c49 (qgis): [composer] Update picture item header documentation and sip bindings (s...
Nyall Dawson
12:19 PM Revision ca186c78 (qgis): [composer] Add a featureChanged signal for when the current atlas featu...
Nyall Dawson
12:19 PM Revision 85c2e142 (qgis): [composer] Picture item header improvements (sponsored by City of Uster...
Nyall Dawson
12:19 PM Revision 963ae707 (qgis): [composer] Add tests for picture resize modes (sponsored by City of Ust...
Nyall Dawson
12:19 PM Revision 53cda0a9 (qgis): [composer] Move composer picture related tests into their own seperate ...
Nyall Dawson
12:19 PM Revision 23b660ec (qgis): [FEATURE][composer] Implement different resize modes for composer pictu...
Nyall Dawson
12:19 PM Revision 5c8cd771 (qgis): [composer] Don't resize picture frame to invalid sizes (sponsored by Ci...
Nyall Dawson
12:19 PM Revision 021da608 (qgis): [FEATURE][composer] Add expression support for picture source (sponsore...
Nyall Dawson
12:11 PM Revision 8ab3ce4c (qgis): german translation update
Jürgen Fischer
11:29 AM Revision e48225ca (qgis): [composer] Add more tests to attribute table test suite
Nyall Dawson
11:29 AM Revision d070558b (qgis): [composer] Start test suite for composer tables.
Nyall Dawson
11:29 AM Revision 9f84e9fd (qgis): [composer] Add test for text table cell values
Nyall Dawson
11:29 AM Revision e0c64028 (qgis): [composer] Rename getHeaderLabels to headerLabels and make it public fo...
Nyall Dawson
11:29 AM Revision ebb31de5 (qgis): [composer] Make getFeatureAttributes public for tables
Nyall Dawson
11:29 AM Revision 7e977bcf (qgis): [composer] Some api documentation improvements and fix ups
Nyall Dawson
11:16 AM Revision 98fac795 (qgis): Merge pull request #1326 from saberraz/master
Changed the link to commercial support page default to EN. Jürgen Fischer
11:14 AM Revision 73b2b86f (qgis): Merge pull request #1302 from manisandro/remove_layer_from_LayerSnappin...
Re-write the snapping settings when removing a layer Denis Rouzaud
11:04 AM Revision 4c2819c9 (qgis): [TRANSUP] fi by Kari
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:30 AM Revision d0bf3dbf (qgis): [db manager] shows vertical scrollbar as needed and set focus to the qu...
Salvatore Larosa
09:59 AM Bug report #10127: Randomly crash after a while
it's a pleasure Luigi Pirelli
06:57 AM Bug report #10127: Randomly crash after a while
In the end I was able to replicate a crash with two layers from two different spatialite databases on project load. T... Martin Dobias
06:55 AM Bug report #10127 (Closed): Randomly crash after a while
Fixed in changeset commit:"dd739ef7363303e30981213d8eca99e7d65f9127". Martin Dobias
06:10 AM Bug report #10127: Randomly crash after a while
added debug messages... i tried
1) with serial rendering... no crash
2) with parallel rendering... no crash using fo...
Luigi Pirelli
04:05 AM Bug report #10127: Randomly crash after a while
I'm not able to understand steps to reproduce the error... happends again after I posted the tiket and I tried to rep... Luigi Pirelli
03:55 AM Bug report #10127: Randomly crash after a while
Hi Luigi
that is really quite strange. When a connection is being released back to connection pool, its group should...
Martin Dobias
03:26 AM Bug report #10127 (Closed): Randomly crash after a while
Hi I'm experiencing randomly crashes so I decided to start qgis with gdb to trace the error
I'm on a udpated debian ...
Luigi Pirelli
06:40 AM Bug report #8656: WMS GetFeatureInfo Filter: No results
I can confirm Carl's experience:
Using Debian package qgis-mapserver 2.2.0-1, I get a response for a getfeatureinfo ...
mlennert -
06:13 AM Feature request #8842: Pull request submitted to add GEOS single sided buffer operation to QgsGeo...
The new pull request, with test, is https://github.com/qgis/QGIS/pull/1330 Giovanni Allegri
05:32 AM Bug report #10128 (Closed): small bug in example script Extract_raster_values_to_shapefile.py and...
Hi guys,
just started working with QGIS. Found a small bug in the example scripts. Not sure where to submit it.
In ...
Sven Briels
05:26 AM Bug report #9656 (Closed): Scroll bar missing from python log messages.
Fixed in changeset commit:"7581370b35cbfc11b4e2485cfc4c1d3383d22205". Salvatore Larosa
03:20 AM Feature request #7886 (Closed): qgis composer image item size should match image size
Fixed in changeset commit:"23b660ec74229c5ec12f92a1376a8ea3e715e13e". Nyall Dawson

2014-04-27

01:03 AM Bug report #10116: Oracle Provider feature count grabs whole table data
Hello,
after using Debugview (under MS-Windows) and a little bit more Wireshark, I can see that featureCount method ...
Médéric RIBREUX
07:17 PM Feature request #10124 (Open): take advantage of gdal's vsipreload mechanism to support VSIFILE o...
More details on vsipreload and why it would be a good thing to have it inside QGIS
http://osgeo-org.1560.x6.nabble.c...
Etienne Tourigny
03:18 PM Revision 8120f308 (qgis): debian packaging: depend on python-pyspatialite on trusty
Jürgen Fischer
01:06 PM Revision 40b20f6b (qgis): Fix crashes with parallel access to GRASS vectors
Martin Dobias
11:31 AM Revision 48c3b99f (qgis): [composer] Recalculate table size when margin or grid width changes
Nyall Dawson
09:22 AM Revision 8feb9ae9 (qgis): Merge pull request #1329 from Cracert/i18n
[TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek Werner Macho
05:26 AM Revision ca75fedd (qgis): [TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek
Robert Szczepanek

2014-04-26

01:13 AM Bug report #9034: Symbol not visible in TOC when size is set in data defined properties
I also just encountered this problem in 2.2 and master. Tudor Bărăscu
06:20 PM Revision 23900ba5 (qgis): follow up e4f410b58
Alexander Bruy
04:09 PM Revision 2f2982f6 (qgis): Fallback to external httplib2 when internal is not available
Matthias Kuhn
08:26 AM Bug report #10080: Model does not show up in toolbox due to erroneous "Error in algorithm name"
This is getting ridiculous.
I cannot add any models. I cannot reference any models. Every model that I add that re...
Thomas Horner
07:07 AM Bug report #10120: Spatialite connections missing from DB manager on QGIS master on Linux
Also on windows
OSGeo4W Installer shows, that the lib "pyspatialite" is installed.
Gerhard Spieles
03:56 AM Bug report #10120 (Closed): Spatialite connections missing from DB manager on QGIS master on Linux
On ubuntu precise and QGIS master, using the ubuntugis and nigthly build repos, in DB manager the icon/connections fo... Giovanni Manghi

2014-04-25

07:31 PM Revision 62ba1335 (qgis): Fix extent computation in memory provider
Martin Dobias
04:35 PM Revision dfb84e13 (qgis): Changed the link to commercial support page. the DE is in german, chang...
Giovanni Manghi
01:51 PM Revision 7203cffd (qgis): identify: fix form button icon & tooltip, remove close button
Jürgen Fischer
01:04 PM Bug report #10119 (Closed): QGIS master freezes when layer in project is removed from the database
subject says it all, it wasn't an issue in previous qgis versions (like 1.8) where error messages where logged, but t... Giovanni Manghi
12:32 PM Revision ea986084 (qgis): QgsField::displayString() consider configurable NULL representation
Jürgen Fischer
12:28 PM Revision b548ac8c (qgis): fix crash when maptool of a plugin is active on exit
Jürgen Fischer
11:58 AM Feature request #10118 (Closed): On the raster "save as" the "layer extent" should be computed au...
On the raster "save as" panel the user has to press "layer extent" for QGIS to read the raster extent. If this is not... Filipe Dias
11:51 AM Bug report #10111 (Closed): "Save as" is not working with rasters
It wasnt working because I hadnt pressed the "layer extent" button. I don't think this is the right behaviour from th... Filipe Dias
11:36 AM Bug report #10111: "Save as" is not working with rasters
Filipe Dias wrote:
> "Create vrt" was not activated. I'm attaching a sample raster. Just try to do "save as".
then i...
Giovanni Manghi
11:34 AM Bug report #10111: "Save as" is not working with rasters
"Create vrt" was not activated. I'm attaching a sample raster. Just try to do "save as". Filipe Dias
11:18 AM Bug report #10111 (Feedback): "Save as" is not working with rasters
Hi Filipe,
I cannot confirm.
If you are asked to choose a folder as output, then it means that the "create vrt" op...
Giovanni Manghi
11:05 AM Revision 7f7118cc (qgis): [processing] fix typo in GRASS 7 provider
Alexander Bruy
11:04 AM Feature request #7581: raster calculator really needs support for conditional statements (to allo...
I agree. For example, we could use full expression syntax, such as... Michael Douchin
08:07 AM Feature request #10117 (Open): Raster, Properties, Style, Singleband psuedocolor, Mode
There are only two current modes available: continuous, equal interval. Need to add the following modes (that are alr... Ron Filion
07:56 AM Bug report #10116 (Closed): Oracle Provider feature count grabs whole table data
Hello,
When I check the "Show Feature Count" checkbox, QGis 2.2 sends this query to do the count:
SELECT "FIELD...
Médéric RIBREUX
07:36 AM Bug report #10101: User CRS created when selecting South African CRS : HBK_NO_23 as a CRS for a n...
Related: http://gis.stackexchange.com/questions/90339/why-are-some-layers-saved-with-custom-crs-while-others-use-the-... Andre Joost
05:39 AM Bug report #10040: singleparts to multipart fails (python error)
Yes, same issue. Andrey Isakov
02:00 AM Bug report #9369: "duplicate layer" takes ages to duplicate spatialite layers
Can it be Yet Another incarnation of the problem of changing SpatiaLite version? The behaviour has changed, and now i... Paolo Cavallini

2014-04-24

01:17 AM Bug report #10115 (Closed): columns with a "%" in their name can cause crash and/or problems with...
*new description:*
If a column of a joined table has a "%" in its name, using it for the symbology can lead to wrong ...
Dave Morgan
06:33 PM Revision a1d43ff2 (qgis): [processing] fixed v.select description
fixes #10113 Victor Olaya
06:33 PM Revision 3ff4d9e6 (qgis): [processing] added new example script
Victor Olaya
06:33 PM Revision 8436027f (qgis): [processing] added Chainage algorithm as script
Victor Olaya
06:33 PM Revision 1610d63a (qgis): [processing]improved script editor dialog
Victor Olaya
06:33 PM Revision 79757fab (qgis): [processing] some fixes in help system
Victor Olaya
03:22 PM Revision 26e94fec (qgis): allow to add a QToolBar to QGisInterface (will allow subclassing)
Denis Rouzaud
03:22 PM Revision 02e46e89 (qgis): sip: add transfer
Denis Rouzaud
02:41 PM Revision d2b1c829 (qgis): [TRANSUP] nb by James
Signed-off-by: Werner Macho <[email protected]> Werner Macho
12:25 PM Revision b5acad1a (qgis): Fix capitalisation of string
Nyall Dawson
11:20 AM Revision d459b701 (qgis): [TRANSUP] pt_BR from transifex test
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:18 AM Bug report #10113 (Closed): Processing/GRASS v.select error in file description
Fixed in changeset commit:"a1d43ff2a3da0f939d2ce4d45cbaa6ad9f3426be". Victor Olaya
09:18 AM Bug report #10113 (Closed): Processing/GRASS v.select error in file description
The ~\\.qgis2\\python\\plugins\\processing\\grass\\description\\v.select.txt file is missing an 's' in line 8. It sho... Diogo Vasconcelos
07:41 AM Bug report #10045: Error upon upgrading Processing (possibly other complex plugins)
i've just triede to upgrade the processing plugin ...
-- didn't have any problems on win 7 + qgis 2.2.0 (c3a2817)
bu...
robert kalasek
05:02 AM Bug report #10112 (Closed): QGIS graduated point style rounding error
I have a strange problem in QGIS 2.2 (problem is also present in QGIS 2.1). When I add a point (shapefile) layer, app... Zoran Petrovic
02:53 AM Bug report #10111 (Closed): "Save as" is not working with rasters
Steps to reproduce:
Add a raster
Save as
Select a destination folder
Press OK
Dialog closes but no raster was saved
Filipe Dias

2014-04-23

01:43 AM Bug report #10106: Panning a non-cached WFS layer causes selection to change
seems a regression to me. Please lower the priority if I'm wrong. Giovanni Manghi
01:43 AM Bug report #10106: Panning a non-cached WFS layer causes selection to change
seems a regression to me. Please lower the priority if I'm wrong. Giovanni Manghi
09:12 AM Bug report #10106 (Closed): Panning a non-cached WFS layer causes selection to change
When a layer is added in from a WFS server and it is not cached, if a selection is made and then the map is panned th... Heikki Vesanto
12:58 AM Bug report #9369: "duplicate layer" takes ages to duplicate spatialite layers
Hi, I confirm the issue. It occurs for large projects only after having worked for a while.
Really hard to reproduce...
Regis Haubourg
10:01 PM Revision dce4a771 (qgis): [processing] store settings using QSettings instead of in a dedicated file
Victor Olaya
08:27 PM Bug report #10109 (Closed): centroid fill's svg marker are wrongly sized when exporting to image ...
Long story short, it seems centroid fill's svg marker fail to take factor in the DPI value when exported to image via... Mathieu Pellerin - nIRV
07:09 PM Feature request #3481: Enhancement: Options to stretch labels
>- either by specifying the spacing distance, or by automatically spacing to "fill" the length of the polygon or poly... Alister Hood
05:14 PM Feature request #3808 (Closed): get rid of annoying svg messages
Some cleanup work on the svgs also fixed the offending ones of this.
> But it seems very strange to me that these me...
Alister Hood
05:14 PM Feature request #3808 (Closed): get rid of annoying svg messages
Some cleanup work on the svgs also fixed the offending ones of this.
> But it seems very strange to me that these me...
Alister Hood
04:52 PM Feature request #4055: Enhancement: display SVG symbols in themed collections instead of all toge...
Actually, this shouldn't be closed, because it is only implemented for selecting svgs for layer symbols. If you want... Alister Hood
02:54 PM Feature request #4055: Enhancement: display SVG symbols in themed collections instead of all toge...
I agree this ticket should be closed as it works like SVG Groups Antonio Locandro
04:42 PM Bug report #4056: when built-in SVGs are added to a composer layout paths should be relative to t...
> When a built in SVG is added to a composer layout using the "add image" button, the path to the SVG is currently st... Alister Hood
04:30 PM Bug report #7935: SVG paths still absolute if project set to use relative paths
Oh, I see. If the svg is in the QGIS install directory (on my system /usr/share/qgis/svg) or the user's directory (~... Alister Hood
04:10 PM Bug report #7935: SVG paths still absolute if project set to use relative paths
Doesn't look like it to me, although I haven't tested with a custom svg path:
@ <renderer-v2 symbollevels...
Alister Hood
03:08 PM Bug report #7935: SVG paths still absolute if project set to use relative paths
Is this behaviour still present in master? Antonio Locandro
03:48 PM Revision a3a36357 (qgis): Add node points for measure tool
Nathan Woodrow
03:10 PM Bug report #5305: svg fill symbols are presented in a wrong way
Is this still happening in latest master? I can't confirm now Antonio Locandro
03:08 PM Revision 3a726b60 (qgis): Add better default colour and width for measure tools. Fix #10029
Nathan Woodrow
03:07 PM Feature request #7981: Add SVG symbol sets
When will this iconset be merged? I think it would be nice to expand the current symbols available. Although I agree ... Antonio Locandro
03:04 PM Feature request #8711: Please add decent North arrows
Ok so I needed North Arrows and came back to this post where I was suppose to work on some.. anyway just to update I ... Antonio Locandro
02:38 PM Revision be18a5e0 (qgis): [processing] fix help method in GeoAlgorithm class
Alexander Bruy
02:31 PM Revision 4fa33900 (qgis): Remove identify mode and auto open from options from options from dialog
Nathan Woodrow
02:10 PM Bug report #10107 (Closed): OGR vector layer w/ protocol GeoJSON vanishes and gives OGR Error 4 w...
These are the steps to reproduce the error:
1. Add "New Vector Layer..." with protocol GeoJSON (= OGRGeoJSON, set to...
Sfkeller -
01:14 PM Bug report #10045: Error upon upgrading Processing (possibly other complex plugins)
Has anybody observed this problem with other plugins? Borys Jurgiel
09:27 AM Bug report #10045: Error upon upgrading Processing (possibly other complex plugins)
Please let me know next time when the bug is reproductable. Borys Jurgiel
11:24 AM Bug report #10044: OSM Polygons not rendering
An update on this issue.
The fix above, while it seems to work at first, has a major problem. If the ANALYZE stateme...
Joao Paulouro
10:06 AM Revision b7339625 (qgis): Merge pull request #1324 from thodorisvakkas/master
[TRANSUP] greek translation 20140423 Werner Macho
10:02 AM Revision 5e0b5fe7 (qgis): Add .orig to gitignore
Denis Rouzaud
07:12 AM Bug report #10105 (Rejected): How to sent coordinates in the right projection to PostGIS
Hello everyone,
When editing a PostGIS table in QGIS I face a "little" problem.
If you force a bad projection (in fa...
Mathieu Bossaert
06:08 AM Bug report #10029 (Closed): measure tool poor marker visibility
Fixed in changeset commit:"3a726b60858402402be1a6685371123d17412043". Anonymous
05:49 AM Bug report #10104 (Closed): new identification mode selection not working as expected
Fixed in commit:4fa33900
The options have been removed from the dialog as it doesn't make sense to have it in two pl...
Nathan Woodrow
05:49 AM Bug report #10104 (Closed): new identification mode selection not working as expected
Fixed in commit:4fa33900
The options have been removed from the dialog as it doesn't make sense to have it in two pl...
Nathan Woodrow

2014-04-22

01:56 AM Bug report #10030 (Closed): count points in polygon results a real number (should be an integer)
Jürgen Fischer
12:53 AM Bug report #10030: count points in polygon results a real number (should be an integer)
I think that this issue can be closed, commit:48b9ccbc692122b490a4a2cb692d3f04f6a1202e fixes it.
Alvaro Huarte
12:53 AM Bug report #10030: count points in polygon results a real number (should be an integer)
I think that this issue can be closed, commit:48b9ccbc692122b490a4a2cb692d3f04f6a1202e fixes it.
Alvaro Huarte
01:55 AM Bug report #10104: new identification mode selection not working as expected
No I mean in the context menu in layer selection mode. So you don't need to look in the dock at all, even if several ... Denis Rouzaud
01:48 AM Bug report #10104: new identification mode selection not working as expected
That is already the way it works. It's a tree with layer and feature items. Nathan Woodrow
01:24 AM Bug report #10104: new identification mode selection not working as expected
OK.
If always shown, I think we should modify a bit the layer selection mode. We should provide a sub-level in the m...
Denis Rouzaud
11:04 PM Bug report #10104: new identification mode selection not working as expected
Ok that is just a settings sync issue. No worries. I will fix it this week.
Personally I think the dock should be s...
Nathan Woodrow
10:18 PM Bug report #10104 (Closed): new identification mode selection not working as expected
The selection of the identification mode in the options is not effective. The dock is still shown, and apparently ove... Denis Rouzaud
01:22 AM Revision a4133cee (qgis): [TRANSUP] greek translation 20140423
Signed-off-by: thodoris.vakkas <[email protected]> thodoris.vakkas
12:32 AM Bug report #8438 (Closed): WMT-S Crashes when loading layer
Jürgen Fischer
04:10 PM Bug report #8438: WMT-S Crashes when loading layer
Hi Jürgen this can be closed now. It's no longer a problem in master. Jeremy Palmer
10:29 PM Revision 6fa26cff (qgis): [composer] Add a manual 'refresh' button to attribute tables, to refres...
Nyall Dawson
10:28 PM Revision a386e898 (qgis): [composer] Cache features for attribute table, to reduce excessive cpu ...
Nyall Dawson
07:14 PM Revision bf3566de (qgis): [TRANSUP] gl by Xan
Signed-off-by: Werner Macho <[email protected]> Werner Macho
03:18 PM Revision aad10381 (qgis): [TRANSUP] es by carlos
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:51 AM Revision 071ec824 (qgis): identify: clear rubberband after deleting the items
Jürgen Fischer
10:35 AM Revision bc7a5517 (qgis): cleanup: replace boolean comparison (x==true => x / x==false => x) (fol...
Jürgen Fischer
10:31 AM Revision 59c0ff2b (qgis): Add Marco Lechner to CONTRIBUTORS
Jürgen Fischer
08:17 AM Bug report #10103 (Closed): QGIS issue with 64bit uninstaller dialog
We've got both the 32 and 64bit versions of the weekly (from http://www.qgis.org/downloads/weekly/ ) - our IT departm... Jonathan Moules
06:59 AM Bug report #10102 (Closed): Cannot add varchar2 and char attributes in Oracle layers
Hello,
In QGis 2.2, it is impossible to add varchar2 or char attributes on an Oracle layer. When I try to do it, the...
Médéric RIBREUX
06:37 AM Bug report #9851 (Reopened): Processing - Toolbox tree view should not collapse when a model is a...
This is happening again, at least with R scripts. Filipe Dias
05:04 AM Revision 324070f9 (qgis): Merge branch 'server_legend_url'
Marco Hugentobler
05:03 AM Revision d6535a82 (qgis): [FEATURE]: Add legend url to wms capabilities. Patch from mlechner
Marco Hugentobler
04:58 AM Bug report #10101: User CRS created when selecting South African CRS : HBK_NO_23 as a CRS for a n...
This problem also affects QGIS Master on Ubuntu 14.04 - checked on 2014-04-19. Frank Sokolic
03:27 AM Bug report #10101 (Closed): User CRS created when selecting South African CRS : HBK_NO_23 as a CR...
When selecting South African CRS : HBK_NO_23 as the CRS for a new shapefile, QGIS creates slightlly different QPJ and... pinghanling -
04:21 AM Revision 2f47bbac (qgis): Fix compiling error with some compilers on Mac
Larry Shaffer
04:18 AM Bug report #10100 (Closed): identify: crash when using layer selection
already fixed in commit:071ec82 Jürgen Fischer
04:18 AM Bug report #10100 (Closed): identify: crash when using layer selection
already fixed in commit:071ec82 Jürgen Fischer

2014-04-21

12:43 AM Revision dab6e04a (qgis): missed a file in last commit
Jürgen Fischer
12:40 AM Bug report #10100 (Closed): identify: crash when using layer selection
when using layer selection mode, if you change the selected layer, QGIS crashes.
the crash occurs in QgsMapToolIdenti...
Denis Rouzaud
12:34 AM Revision f26b539c (qgis): always use identify dialog as dock (also fixes #9631)
Jürgen Fischer
10:50 PM Bug report #10099 (Closed): Ubuntu 14.04: python-qgis does not install
While QGIS 2.2 could be installed on Ubuntu 14.4, the installation of python-qgis fails because of unsolvable depende... Aeshna Viridis
10:13 PM Revision 46ce0065 (qgis): don't open feature form and identify results window (fixes reintroduced...
Jürgen Fischer
05:21 PM Bug report #10096: QGIS crashes when QgsRendererV2.symbolForFeature() is called from Python
Matthias Kuhn wrote:
> As a workaround for the crash: embed your calls within `renderer.startRender()` and `renderer....
Minoru Akagi
08:47 AM Bug report #10096: QGIS crashes when QgsRendererV2.symbolForFeature() is called from Python
As a workaround for the crash: embed your calls within `renderer.startRender()` and `renderer.stopRender()` to have t... Matthias Kuhn
04:28 AM Bug report #10096 (Closed): QGIS crashes when QgsRendererV2.symbolForFeature() is called from Python
With graduated styled layer, the following code crashes QGIS. It works in 2.2 without any problems.... Minoru Akagi
12:47 PM Revision 8c596c6b (qgis): [Identify] Move identify mode selection to dialog. Add auto form checkbox
Nathan Woodrow
12:47 PM Revision 230282cb (qgis): [Identify] Expand first feature
Nathan Woodrow
12:46 PM Revision 37cd0219 (qgis): [Identify] Don't clear the identify results on single result
Nathan Woodrow
12:42 PM Revision d7375387 (qgis): [Identify] Show only layer name in identify results
Nathan Woodrow
12:03 PM Bug report #10098: Zooming results in parts of features disappearing when spatial indexes SBN/SBX...
figured it out.
New QGIS is built agains GDAL 1.10 which now takes into account spatial indexes SBN/SBX from ESRI tr...
Maxim Dubinin
11:52 AM Bug report #10098: Zooming results in parts of features disappearing when spatial indexes SBN/SBX...
wrong after link:
http://m-d.me/img/ss/20140421-w30-17kb.jpg
Also, there is no such problem in QGIS 2.1
Maxim Dubinin
11:50 AM Bug report #10098 (Closed): Zooming results in parts of features disappearing when spatial indexe...
1. Add a layer: http://gis-lab.info/forum/download/file.php?id=8744
2. Zoom in once
Before:
!http://m-d.me/img/ss/20...
Maxim Dubinin
07:04 AM Bug report #10097 (Closed): Activating or deactivating a layer makes QGIS refresh WMS layers
Activating or deactivating a layer (or changing it's symbology) makes QGIS refresh WMS layers. This affects QGIS Mast... Filipe Dias
04:12 AM Revision 60dc15ee (qgis): Show message bar for console python open error
Nathan Woodrow
03:48 AM Bug report #10064 (Closed): QGIS-Processing is broken in Master
Fixed in Master Filipe Dias
02:31 AM Revision f5a60a49 (qgis): [FEATURE][composer] Add button to view current map item extent in main ...
Nyall Dawson

2014-04-20

01:05 AM Revision d0f40b99 (qgis): [composer] Correctly set background color for map items (fix #9775)
Nyall Dawson
10:39 PM Revision 2e6927fe (qgis): more processing cmake fixes
Jürgen Fischer
09:49 PM Bug report #10095: problem rendering last row of pixels on composer with map item extending to th...
Whoops, wrong photo. Here it is: http://i.imgur.com/v6Jlci9.jpg Mathieu Pellerin - nIRV
09:37 PM Bug report #10095 (Closed): problem rendering last row of pixels on composer with map item extend...
Steps to reproduce:
1. Create an empty project
2. Change the project's background color to black
3. Create a composer...
Mathieu Pellerin - nIRV
07:37 PM Revision 57f63695 (qgis): [processing] added new tools to add scripts/models from files
Victor Olaya
07:37 PM Revision cf061f92 (qgis): [processing] fixed wrong import
Victor Olaya
04:19 PM Feature request #9934: Rotation of features in Map Composer
I agree that negative rotation is a good feature to have, but why would rotating by -45 degrees result in upside down... Nyall Dawson
04:19 PM Feature request #9934: Rotation of features in Map Composer
I agree that negative rotation is a good feature to have, but why would rotating by -45 degrees result in upside down... Nyall Dawson
04:06 PM Revision 5f0151ce (qgis): fix build error
Jürgen Fischer
04:04 PM Bug report #9775 (Closed): composer map item with non-white background will render with white bg ...
Fixed in changeset commit:"d0f40b99f5bbbef072ec801d5ce784364b37c8d1". Nyall Dawson
04:02 PM Revision 15fe55cf (qgis): fix warnings
Jürgen Fischer
03:33 PM Feature request #7672 (Closed): Export Inkscape SVG with layers from print composer
Implemented in master. Nyall Dawson
03:33 PM Feature request #7672 (Closed): Export Inkscape SVG with layers from print composer
Implemented in master. Nyall Dawson
03:28 PM Bug report #10084 (Closed): Legend does not display correct symbol in the composer when the size ...
Duplicate of #4450 Nyall Dawson
03:28 PM Bug report #10084 (Closed): Legend does not display correct symbol in the composer when the size ...
Duplicate of #4450 Nyall Dawson
03:25 PM Bug report #9561: Unable to save an existing template in composer
Tim - is this still reproducible? Nyall Dawson
03:23 PM Bug report #9790 (Closed): No images in HTML labels in composer
This is a deliberate design decision. Since the composer labels are automatically updated as the label content change... Nyall Dawson
03:23 PM Bug report #9790 (Closed): No images in HTML labels in composer
This is a deliberate design decision. Since the composer labels are automatically updated as the label content change... Nyall Dawson
03:17 PM Bug report #10028 (Closed): Map composer freeze
Since this is only reproducible when LayerCombinations is active I'm going to close this bug for now. If it turns out... Nyall Dawson
03:17 PM Bug report #10028 (Closed): Map composer freeze
Since this is only reproducible when LayerCombinations is active I'm going to close this bug for now. If it turns out... Nyall Dawson
02:48 PM Revision b7ddf71b (qgis): Remove legacy classes in server code
Marco Hugentobler
02:05 PM Bug report #8438: WMT-S Crashes when loading layer
No it does not seem to be. Did lots of testing today and I can't get QGIS crash anymore. However I will do more testi... Jeremy Palmer
01:45 PM Revision 81430392 (qgis): Fix compile error after merge
Marco Hugentobler
01:29 PM Revision 4aafeb25 (qgis): Merge pull request #1296 from mhugent/server_cleanup
Server config redesign Marco Hugentobler
11:30 AM Revision 25676f3c (qgis): [processing] Adapted make files (they were not changed after refactorin...
Victor Olaya

2014-04-19

01:12 AM Bug report #10094 (Closed): Field Calculator help missing for $uuid
In Field Calculator window, the 'Selected function help' panel for the $uuid function displays only:
function help f...
Simon Chenery
11:36 PM Revision 4e49ad54 (qgis): data defined symbol dialog: only remove quoting if there is one (fixes ...
Jürgen Fischer
11:11 PM Bug report #10045: Error upon upgrading Processing (possibly other complex plugins)
In Processing case all imports already include plugin name in imports, for example... Alexander Bruy
10:30 AM Bug report #10045: Error upon upgrading Processing (possibly other complex plugins)
Yes, QGIS doesn't reload correctly some complex plugins, however, I believe it should be fixed on the plugin side.
T...
Borys Jurgiel
10:57 PM Revision e497a5c0 (qgis): labeling: consider configure representation for NULL values (fixes #9998)
Jürgen Fischer
10:14 PM Revision 8e6c0439 (qgis): german translation update
Jürgen Fischer
10:14 PM Revision 3978bff4 (qgis): oracle provider:
* retrieve comment of materialized views (implements #10063)
* use detected srid (fixes #10091)
* initialize mUseEsti...
Jürgen Fischer
10:14 PM Revision f355ea6d (qgis): identation update
Jürgen Fischer
08:53 PM Revision 8fe53c05 (qgis): [processing] recover changes introduced in b928d165206a0994e593903d149c...
Victor Olaya
08:49 PM Revision ab4e78b9 (qgis): [processing] fixed wrong path to grass icon in grass7 provider
Victor Olaya
08:49 PM Revision 1d821d63 (qgis): [processing] fixed wrong help url to Processing manual
Victor Olaya
08:49 PM Revision f014b4f0 (qgis): [processing] prevent grass installation check returning None when folde...
Victor Olaya
08:49 PM Revision 922b8448 (qgis): [processing] prevent grass7 config parameters from shadowing grass6 par...
Victor Olaya
08:49 PM Revision b1974f00 (qgis): [processing] fixed indentation issues
Victor Olaya
08:49 PM Revision 5bb522ec (qgis): [processing] corrected wrong name of script help file
Victor Olaya
08:49 PM Revision e142401c (qgis): [processing] added grass7 files (forgot to add them on refactoring)
Victor Olaya
08:49 PM Revision bce5b899 (qgis): [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
Victor Olaya
08:49 PM Revision 9b277cb0 (qgis): [processing] refactoring to put all algorithm providers under a single ...
Victor Olaya
08:41 PM Revision 7ae6a63c (qgis): [processing]correctly update toolbox after editing/creating/deleting mo...
Victor Olaya
05:26 PM Revision 4c085285 (qgis): fix doxygen warnings
Jürgen Fischer
02:47 PM Bug report #8438 (Feedback): WMT-S Crashes when loading layer
Is this still an issue? Jürgen Fischer
02:43 PM Bug report #9783 (Closed): Data defined properties expressions are wrong after saving them
Fixed in changeset commit:"4e49ad54cdab9d592eba190e268fcefd0ae628b9". Jürgen Fischer
02:43 PM Bug report #9783: Data defined properties expressions are wrong after saving them
Giovanni Manghi wrote:
> sorry to reopen this, it seems there is still something odd. This is what I notice:
> * quo...
Jürgen Fischer
01:58 PM Bug report #9998 (Closed): Error Null values in PostGIS
Fixed in changeset commit:"e497a5c0f69301a15111c3e99a3ef3337c718f0e". Jürgen Fischer
01:58 PM Bug report #9998: Error Null values in PostGIS
Not related to the PostGIS provider. Any @QVariant( QVariant::Double ).toString()@ evaluates to @0@. Jürgen Fischer
01:58 PM Bug report #9998: Error Null values in PostGIS
Not related to the PostGIS provider. Any @QVariant( QVariant::Double ).toString()@ evaluates to @0@. Jürgen Fischer
01:16 PM Bug report #10092 (Closed): Oracle extent method does not use mUseExtendedMetadata
Fixed in changeset commit:"3978bff44709dd251f1739b441a5934f06653011". Jürgen Fischer
01:16 PM Bug report #10093 (Closed): Oracle connection doesn't use saved username when accessing the same ...
Fixed in changeset commit:"3978bff44709dd251f1739b441a5934f06653011". Jürgen Fischer
01:15 PM Bug report #10091 (Closed): Oracle provider SRID management
Fixed in changeset commit:"3978bff44709dd251f1739b441a5934f06653011". Jürgen Fischer
01:15 PM Feature request #10063 (Closed): Oracle provider should also retrieve materialized views comments
Fixed in changeset commit:"3978bff44709dd251f1739b441a5934f06653011". Jürgen Fischer
02:15 AM Revision 4184bd9a (qgis): add path of bscmake.exe
Jürgen Fischer

2014-04-18

12:30 AM Revision e19139f6 (qgis): osgeo4w: run builds using cmake --build
Jürgen Fischer
12:30 AM Revision 018086e9 (qgis): GRASS:
* don't include unistd on windows in browser
* avoid warning when grass/version.h is not found at once
Jürgen Fischer
12:30 AM Revision 66be0051 (qgis): fix doxygen warning
Jürgen Fischer
11:37 PM Revision 3a44b37f (qgis): few updates in the translators file, more to come
Signed-off-by: Werner Macho <[email protected]> Werner Macho
09:33 PM Revision 0f2fa54d (qgis): [TRANSUP] german translation update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
08:35 PM Revision b0a2afbd (qgis): typo and permission fix
Signed-off-by: Werner Macho <[email protected]> Werner Macho
05:22 PM Revision b928d165 (qgis): Direct access to grass70, in lieu of grass.sh, for Processing on Mac
- This just gets GRASS 7 useable in Processing. Vetting of all env vars has not been done.
- Note: all GRASS scripts ...
Larry Shaffer
10:52 AM Revision cbee1b52 (qgis): GRASS7 vector provider
Radim Blazek
10:15 AM Feature request #10075 (Closed): Oracle Access
Jürgen Fischer
07:26 AM Bug report #10093 (Closed): Oracle connection doesn't use saved username when accessing the same ...
Hello,
I have created multiple connections to my Oracle Spatial repository in QGis, using the Oracle Provider dialog...
Médéric RIBREUX
06:41 AM Bug report #10092: Oracle extent method does not use mUseExtendedMetadata
It is not a duplicate of #8850...
It seems that in Qgis 2.2 commit:45fea7b461ab3a61b0d0d034b0f696c85d315499 is never...
Médéric RIBREUX
04:50 AM Bug report #10092 (Closed): Oracle extent method does not use mUseExtendedMetadata
Hello,
when I open an Oracle Spatial layer with the option "Use Estimated Metadata" checked, Qgis always make an SDO...
Médéric RIBREUX
05:48 AM Bug report #10084: Legend does not display correct symbol in the composer when the size of the ma...
I control the varying size and orientation of the arrows with the "advanced" button.
But if I keep unchanged the size...
Frédéric Parrenin
03:37 AM Bug report #10084: Legend does not display correct symbol in the composer when the size of the ma...
I'm still confused - in your image the arrows have varying styles. How are you controlling this varying size of arrow... Nyall Dawson
02:41 AM Bug report #10084: Legend does not display correct symbol in the composer when the size of the ma...
To change the symbol size, I go to the layer properties > Style > size Frédéric Parrenin
04:17 AM Bug report #10091 (Closed): Oracle provider SRID management
Hello,
when you open a layer in Oracle Spatial, the first query grabs the list of the tables with their SRID. Then Q...
Médéric RIBREUX
02:43 AM Bug report #10090 (Closed): GDAL handling of file extensions in Windows 7 in QGIS 2.2
I have noted the following behaviour when undertaking batch processing of raster files in QGIS 2.2 on Windows 7 Profe... nigel malcolm
02:38 AM Bug report #10089 (Closed): Output of statistics: please add layer and column names
The command Vector > Analysis tool > Statistics does not return, as header, the name of the layer and that of the var... Paolo Cavallini

2014-04-17

01:50 AM Feature request #10088 (Open): Run Feature Action doesn't run action by default...
When creating an "Action" (attached img) the tool (Run Feature Action) doesn't run this action by default. In order f... Klas Karlsson
01:45 AM Feature request #9488 (Closed): Rounded frames in the composer
Think this can be closed now - master has the ability to draw rounded rectangles, and control the join style of item ... Nyall Dawson
01:45 AM Feature request #9488 (Closed): Rounded frames in the composer
Think this can be closed now - master has the ability to draw rounded rectangles, and control the join style of item ... Nyall Dawson
01:40 AM Feature request #4093 (Closed): Specify joint style for composer frames
Nyall Dawson
09:17 PM Bug report #10087 (Closed): "else" rules are broken in master
The "else" rule which was added in 2.2 is broken in current master. It's now reported as an invalid expression and do... Nyall Dawson
04:28 PM Revision ad1eaf7a (qgis): wms client: handle + encoding (image/svg+xml) in format parameter also for
other requests (followup b118213d, refs #10060) Jürgen Fischer
03:44 PM Revision 2a2e05ae (qgis): [TRANSUP] easter string update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
02:26 PM Revision 77a11434 (qgis): Moved map layer's custom properties to a separate class
Martin Dobias
02:16 PM Bug report #10084 (Feedback): Legend does not display correct symbol in the composer when the siz...
How are you setting the size of the arrows in your layer? Is it via data defined symbology? Nyall Dawson
02:21 AM Bug report #10084 (Closed): Legend does not display correct symbol in the composer when the size ...
See attached screenshot to understand the problem.
In the legend, the Vittuari et al. (2004) dataset should be displa...
Frédéric Parrenin
02:13 PM Bug report #10083 (Closed): Composer is not updated when the map is changed
A live preview is available - just change the properties of the map in your composer from "cache" to "render". Nyall Dawson
02:13 PM Bug report #10083 (Closed): Composer is not updated when the map is changed
A live preview is available - just change the properties of the map in your composer from "cache" to "render". Nyall Dawson
02:09 AM Bug report #10083 (Closed): Composer is not updated when the map is changed
When the map is changed, the composer is not automatically updated.
There is a refresh button that does this, but I w...
Frédéric Parrenin
01:12 PM Bug report #8421: "import delimited text layer" does not work with files created on excel/osx
I don't know if this could present a potential solution, but you could use dos2unix (i.e., 'dos2unix -c mac foo.csv')... John Tull
12:43 PM Revision f97e2344 (qgis): changed group name of example script
Victor Olaya
12:43 PM Revision 5c197132 (qgis): [processing] allow selection of open layers in batch interface
Victor Olaya
12:43 PM Revision 06fe244a (qgis): [processing] Removed wrong method definition in ParameterTable.py
Victor Olaya
12:43 PM Revision 674fee73 (qgis): Removed MultipleExternalInput parameter and made it a subtype of Multip...
Victor Olaya
12:37 PM Revision 54ce9a0e (qgis): Fixed a crash in QgsMapLayerModel (when opening a new project)
Martin Dobias
09:58 AM Bug report #8481: "Errors: SUCCESS: 6 attribute(s) added. ERROR: field with index 4 is not the sa...
and just seen this on a PostGIS layer, with QGIS master
Errors: SUCCESS: 1 attribute(s) added.
ERROR: the count of ...
Giovanni Manghi
08:19 AM Revision f73b3fe7 (qgis): use correct signal
Denis Rouzaud
07:13 AM Feature request #6894: GRASS r.mapcalc cumbersome to use, issues on Windows
I stress the importance of having GRASS mapcalc, as it is very flexible, and may be the only (easiest) way of doing p... Paolo Cavallini
07:05 AM Feature request #10086 (Closed): Add a "Save as" for Processing logs
During complex analyses, it is often useful to save all the history, to keep it along the data and results and docume... Paolo Cavallini
06:24 AM Feature request #10060: Support SVG as WMS image format
After some more usage it looks even more strange - after getting some invalid requests and errors in log, after re-ad... Jaak Laineste
05:03 AM Feature request #10060: Support SVG as WMS image format
Thanks for superfast patch!
However, the + in FORMAT parameter still gets not escaped (even through the patch code t...
Jaak Laineste
05:15 AM Bug report #10085 (Closed): Last feature change is not saved in form mode
When editing a layer through the attribute table, in "form mode" (I use drag and drop designed forms), the last featu... Julien Perrot
05:02 AM Bug report #10065: QGIS 2.2 Attribute Editor Layout “Drag and Drop designer” Field does not exist...
More information about it :
- The first time the relation is added to the form, it's correctly saved in the project ...
Julien Perrot
04:26 AM Revision b754ee70 (qgis): fix UI inconsistencies in raster min/max widget
Etienne Tourigny
04:25 AM Revision 3e4a915d (qgis): fix raster cumulative cut for byte bands (#9793) and make sure values a...
Etienne Tourigny
02:46 AM Revision 2d737510 (qgis): Merge pull request #1213 from etiennesky/histogram_bars
Histogram bars Etienne Tourigny

2014-04-16

12:35 AM Revision a70a18d3 (qgis): rewrite tx config and add catalan from transifex
Signed-off-by: Werner Macho <[email protected]> Werner Macho
11:50 PM Revision 560c45ff (qgis): Merge pull request #1284 from gioman/r_cost
add grass r.cost module with no need for stop points input Victor Olaya
11:24 PM Bug report #10026: Postinstallation fails
I found out that the "replacetext" command in setup.bat, pyqt4.bat and sip.bat works, but they can't find the OSGEO4W... Andreas Braun
10:55 PM Bug report #10040: singleparts to multipart fails (python error)
Confirm this issue. dr -
07:29 PM Bug report #9793 (Closed): raster cumulative count cut gives wrong values
fixed in master 3e4a915dd239313f71d26d72b72b5d9a160d22f6.
I also added a small fix, by rounding down/up the min/max ...
Etienne Tourigny
06:10 PM Bug report #10080: Model does not show up in toolbox due to erroneous "Error in algorithm name"
The processing chain inside modeler:terraintraps is... Thomas Horner
05:49 PM Revision f132b430 (qgis): Fix loading of embedded layers and groups in WMS server
Marco Hugentobler
02:04 PM Bug report #9234 (Closed): WFS client doesn't expose Header Authorization
Merged with commit a98df93a0db86db0b41431b44d0d5835c7c892a6
backport to release-2_2 with commit ad21b90b613afd3beae0...
René-Luc ReLuc
02:04 PM Bug report #9234 (Closed): WFS client doesn't expose Header Authorization
Merged with commit a98df93a0db86db0b41431b44d0d5835c7c892a6
backport to release-2_2 with commit ad21b90b613afd3beae0...
René-Luc ReLuc
11:47 AM Revision 122034a0 (qgis): [composer] Some small fixes to svg layers export, naming improvements, ...
Nyall Dawson
11:11 AM Revision 0c19945c (qgis): [composer] add svg export with layers
Vincent Mora
10:01 AM Revision e6680a1c (qgis): [TRANSUP] ro from transifex test and en update
Signed-off-by: Werner Macho <[email protected]> Werner Macho
08:46 AM Revision a20652f4 (qgis): Merge pull request #1266 from rldhont/provider_wfs_authorization
[BUGFIX] 9234 - WFS client doesn't expose Header Authorization Marco Hugentobler
07:11 AM Bug report #9844: postgis: if owner is a group it is not possible to add/remove columns (in field...
Yves Jacolin wrote:
> Hello,
>
> Not sure if this issue is link to this but I have an another use case:
>
> * Take ...
Giovanni Manghi
06:45 AM Bug report #9844: postgis: if owner is a group it is not possible to add/remove columns (in field...
Hello,
Not sure if this issue is link to this but I have an another use case:
* Take a PostGIS db and then grant th...
Yves Jacolin
04:04 AM Bug report #9017: raster "save as..." dialog should remember where you've been
Confirmed - still not seeing it (235795b).
Can someone change this away from "Feedback" please.
Jonathan Moules
04:03 AM Bug report #9742: 2.3 files not backwards compatible with 2.2 (Oracle layers)
This probably should be changed away from "feedback". Jonathan Moules
03:28 AM Feature request #10082 (Open): Save query no more possible
On previous QGIS releases was possible to save table queries (when using the advanced query from table of attributes)... Giovanni Manghi
03:24 AM Bug report #10081 (Closed): Regression when reprojecting layers
Open the attached project, it has a polygon layer that is defined in CRS 3857 and the extent that is the full BB of t... Giovanni Manghi

2014-04-15

01:50 AM Revision 10f9f558 (qgis): Bundle any externally linked libs for osgEarth on Mac
Larry Shaffer
12:53 AM Bug report #7039: Use message bar for handling bad layers
Agreed with Olivier, we should mark this as a blocker until we have a behaviour that do not allow layer destruction u... Regis Haubourg
09:29 AM Bug report #7039: Use message bar for handling bad layers
Can we flag this as a blocker ? (I almost lost some layers again)
Or is it happening only to me ?
Olivier Dalang
11:35 PM Revision 09e0db6a (qgis): Add QtScript to Mac app bundle (now used in WMS provider)
Larry Shaffer
08:16 PM Revision d7379ca1 (qgis): Fix #9532 (node tool crash on a layer with a feature without geometry)
Martin Dobias
07:08 PM Bug report #10080 (Closed): Model does not show up in toolbox due to erroneous "Error in algorith...
I'm not sure why this happens or how to even replicate this. I have tried with the same models on different computer... Thomas Horner
01:59 PM Revision 5cd1a83f (qgis): Fix drawing order with embedded group
Marco Hugentobler
01:30 PM Bug report #10079 (Closed): tip for the documentation: default styles in postgresql do not restore
Default layer styles as saved by QGIS are failing to restore after a backup:
pg_restore: [archiver (db)] Error from ...
Gavin Fleming
01:16 PM Revision d0d681cf (qgis): [composer] Fix QgsComposerTextTable always blank
Nyall Dawson
12:10 PM Bug report #9532: Node tool causes crash
Also applied to 2.2 branch commit:11deb002b1b2addcb8417194451ff52f6e1396ee Martin Dobias
11:19 AM Bug report #9532 (Closed): Node tool causes crash
Fixed in changeset commit:"d7379ca1abc723d5e643e8bb385abfed3529b74b". Martin Dobias
12:08 PM Revision b9bd4d24 (qgis): [composer] Correctly update extent when restoring composermap state, ex...
Sandro Mani
11:15 AM Bug report #6642: fTools: the option to load a layer after analyses should be on by default
Please if posible fix before next release Antonio Locandro
10:56 AM Bug report #10029: measure tool poor marker visibility
I think this would be a good addition, I often find myself in the same position, also it would be nice if once can se... Antonio Locandro
09:48 AM Bug report #8923: SpatiaLite 4: added attributes disappear
I think that (under certain circumstances?) spatialite determines the column type from the content. That means, as lo... Matthias Kuhn
02:03 AM Bug report #8923: SpatiaLite 4: added attributes disappear
I confirme the bug on Ubuntu and Windows.
The workaround works fine.
Some one is reviewing the proposed patch ?
Can ...
René-Luc ReLuc
08:01 AM Feature request #10075: Oracle Access
Hello,
??We propose to modify the plugin to load only the tables of a schema instead of all tables in all schemas, o...
Médéric RIBREUX
05:33 AM Feature request #10075 (Closed): Oracle Access
Loading the list of tables geometrical could be faster.
We propose to modify the plugin to load only the tables of a...
roberto loperfido
06:56 AM Bug report #10049 (Rejected): toc: point symbols not visible if in map units
Rejecting as it's a duplicate Etienne Tourigny
06:56 AM Bug report #10049 (Rejected): toc: point symbols not visible if in map units
Rejecting as it's a duplicate Etienne Tourigny
05:55 AM Bug report #10049: toc: point symbols not visible if in map units
it's reported in #8884, too. luca76 -
05:56 AM Feature request #8884: Symbol too small in legend when map units are used
Confirmed.
If I use millimeters, the symbols are visible, but when I use map-units they are just too small to see (e...
luca76 -
05:37 AM Bug report #10076 (Closed): SLD file generation
we noticed that Qgis 2.2.0 (32-bit) on Windows generation SLD file is not compatible with Geoserver 2.3.4 (Linux) - a... roberto loperfido
03:08 AM Bug report #10068: QGIS server caches layers with same ID but in different projects as one
Unfortunately this is a well known issue, and there should be already a patch/pull request available.
One obvious so...
Giovanni Manghi

2014-04-14

12:05 AM Revision 3cfd2eff (qgis): Use deleteLater in QgisApp::deleteComposerManager
Sandro Mani
11:23 PM Revision 31c3b0dc (qgis): [composer] Allow choice of non-geometry vector layers for attribute tab...
Nyall Dawson
07:20 PM Bug report #10068 (Closed): QGIS server caches layers with same ID but in different projects as one
Hi !
When serving WMS maps, it seems QGIS servers caches the layers using their id, but with no regard to the proj...
Olivier Dalang
03:09 PM Revision ae341586 (qgis): Don't open multiple composer manager windows, don't hide the composer m...
Sandro Mani
02:40 PM Feature request #10067 (Open): Populate attribute column with a spatial join
Working with two polygon layers, I can not find a direct way to populate an existing attribute column through a spati... gallaecia gis
02:25 PM Feature request #9944 (Closed): When adding a geometryless table in the composer automatically di...
Fixed in changeset commit:"31c3b0dc55447780d42dba175ff55b48875272fc". Nyall Dawson
02:25 PM Bug report #10048 (Closed): Displacement OSM when save from printcomposer.
Duplicate of #5827 Nyall Dawson
02:25 PM Bug report #10048 (Closed): Displacement OSM when save from printcomposer.
Duplicate of #5827 Nyall Dawson
02:25 PM Bug report #10048 (Closed): Displacement OSM when save from printcomposer.
Duplicate of #5827 Nyall Dawson
02:00 PM Revision 85b6b0b5 (qgis): [composer] Use QgsMapLayerComboBox for attribute table layer selection
Nyall Dawson
01:34 PM Bug report #10066 (Closed): layer from query - data type is not recognized when using operand in ...
# connect to the attached db
# query in db manager:...
Josef Källgården
12:50 PM Revision 114d46c0 (qgis): [FEATURE][composer] Allow filtering rows in attribute tables
Nyall Dawson
12:43 PM Revision 103b3b4e (qgis): [FEATURE][composer] Allow setting line join and cap style for scalebars
Nyall Dawson
10:36 AM Revision 80b70213 (qgis): [composer] Correctly handle cancelling shape, overview, grid and page s...
Nyall Dawson
09:32 AM Revision 96809eb9 (qgis): fix crash when triggering already destroyed map layer actions in identify
(alternative fix for PR#1319) Jürgen Fischer
09:17 AM Revision 83d30b80 (qgis): debian packaging: revert source format
Jürgen Fischer
06:55 AM Feature request #9479 (Closed): change composer item frame join style to miter join
Mathieu Pellerin - nIRV
05:10 AM Bug report #10064: QGIS-Processing is broken in Master
I read your ticket. It is really broken, apparently because of metadata issues. Filipe Dias
05:07 AM Bug report #10064: QGIS-Processing is broken in Master
Is it really broken, or restarting QGIS fixes it? In this second case, this ticket is a duplicate. Paolo Cavallini
03:14 AM Bug report #10064 (Closed): QGIS-Processing is broken in Master
I just downloaded QGIS Master from Ubuntu nightly and Processing is not loaded. In the Plugin Manager it says:
This ...
Filipe Dias
03:48 AM Bug report #10065 (Closed): QGIS 2.2 Attribute Editor Layout “Drag and Drop designer” Field does ...
During experimenting with QGIS version 2.2 "Relations" where Foreign Key relations from a database can be documented,... Jan Van Bennekom-Minnema
02:31 AM Feature request #10063 (Closed): Oracle provider should also retrieve materialized views comments
Oracle provider is able to retrieve table comment, as shown in the source code, in "src/provider/oracle/qgsoracleprov... Médéric RIBREUX
02:02 AM Bug report #9203: R Plots are blank on qgis64bit
Since this prevents users to use some R scripts in QGIS 64 bits I'm changing the priority to Blocker. Filipe Dias

2014-04-13

12:53 AM Revision 3266473e (qgis): add download link to the api documentation
Jürgen Fischer
12:36 AM Revision b118213d (qgis): wms: add support for svg getmap requests (implements #10060)
Jürgen Fischer
04:00 PM Revision 4aafc885 (qgis): debian packaging: missed some downstream changes in merge
Jürgen Fischer
03:44 PM Feature request #10060 (Closed): Support SVG as WMS image format
Fixed in changeset commit:"b118213d7bf86465f782d6fdb39b3b50f4bc78b1". Jürgen Fischer
12:28 PM Feature request #10060 (Closed): Support SVG as WMS image format
QGIS seems to have nice SVG support in general, I can select SVG images in map composer for example, and I have set u... Jaak Laineste
02:19 PM Revision 5bd87c81 (qgis): [composer] Add undo/redo support for item transparency and blend modes,...
Nyall Dawson
01:10 PM Revision 20bac722 (qgis): [composer] Fix undoing item rotation not applying when item originally ...
Nyall Dawson
01:10 PM Revision 80ab4a28 (qgis): [composer] Correctly update non-position related item property controls...
Nyall Dawson
12:53 PM Revision 5537afcc (qgis): Use message bar for old project message
Nathan Woodrow
12:25 PM Revision 241e2f7f (qgis): Merge pull request #1300 from manisandro/fix_composer_arrow_bbox
Improve print composer arrow bounding box logic Nyall Dawson
09:56 AM Revision e87a7b84 (qgis): [composer] Correctly save/restore legend title alignment
Nyall Dawson
09:56 AM Revision ad66af20 (qgis): [composer] Ensure UI is syncronized with legend item state
Sandro Mani
07:02 AM Revision a714a18e (qgis): [FEATURE][composer] Add support for specifying legend title horizontal ...
Sandro Mani
06:46 AM Bug report #9409 (Feedback): CRS not recognized in Dufour 2.0.1 64 bit version
Jürgen Fischer
06:45 AM Bug report #9409: CRS not recognized in Dufour 2.0.1 64 bit version
Andre Joost wrote:
> '"C:\\PROGRA~1\\QGIS"' is not recognized as an internal or external command, operable program or...
Jürgen Fischer
04:47 AM Bug report #9409 (Reopened): CRS not recognized in Dufour 2.0.1 64 bit version
The problem still exists. See http://gis.stackexchange.com/questions/92908/problem-installing-qgis-valmeira-on-window... Andre Joost
06:32 AM Bug report #10001 (Feedback): Window 7 menu shortcuts broken
Jürgen Fischer
05:41 AM Revision ca2e68c4 (qgis): Initially set width and height spinboxes in composition paper setup to ...
Sandro Mani

2014-04-12

11:58 PM Bug report #10059 (Closed): Vector grid tool creates output with false CRS
How to reproduce:
# Load a shapefile in WGS84
# Set project CRS to the local UTM zone
# Vector -> Research tools ->...
Andre Joost
09:49 PM Revision 235795ba (qgis): don't restart network timeout timer twice (followup a63de6d, partly rev...
Jürgen Fischer
11:08 AM Feature request #10057 (Open): Support for one-way projections
There are many projections in Proj4 that are one-way only, ie you can't reverse them easily because they aren't made ... Alex Mandel
07:16 AM Bug report #10056: When using data defined colors, the map legend show always a black symbol
happens also with lines. Giovanni Manghi
07:05 AM Bug report #10056 (Closed): When using data defined colors, the map legend show always a black sy...
Tested with polygons, on master. Giovanni Manghi
06:09 AM Feature request #10055 (Closed): map legends in composer - should be able to limit the number of ...
Currently there appears no way to limit the number of decimal places displayed in map legends under composer for Scal... Mark Mulligan
03:29 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
Personally I've got no problems on my Linux systems (Fedora). I've only observed this happen on Ubuntu 12.04 and foun... Matthias Kuhn
03:17 AM Bug report #9970: Wrong file dialogue heading in fTools
This also affects 2.3.0-Master, Ubuntu 13.10. Frank Sokolic

2014-04-11

07:28 PM Feature request #10054 (Closed): Using of postgis tables in batch mode
I have to make massive operations of "intersect" between postgis layers and one simple area of extraction (shape file... stefano campus
07:09 PM Revision 16414cb6 (qgis): [TRANSUP] nb by James
Signed-off-by: Werner Macho <[email protected]> Werner Macho
10:44 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
We're seeing similar issues on Windows 7. Attached is the mini-dump. Gary Sherman
10:44 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
We're seeing similar issues on Windows 7. Attached is the mini-dump. Gary Sherman
10:44 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
We're seeing similar issues on Windows 7. Attached is the mini-dump. Gary Sherman
10:35 AM Bug report #9707: Zoom problems in qgis 2.x on ubuntu 12.04
I have just made a test, I logged in as a "guest" user, so without any previous configuration and opened a shapefile ... Fernando Roxo
05:04 AM Revision 12b025ea (qgis): Update composer shape sip
Nyall Dawson
04:37 AM Bug report #10053 (Closed): OGC Binary Logical Operators evaluate only the first two operands
In QGIS, the OGC Binary Logical Operators @ogc:Or@ and @ogc:And@ evaluate only the first two operands and ignore any ... Mathias Walker
04:33 AM Revision bead88a8 (qgis): [composer] Follow up 2b3108f9ae, fix calculation of bounding rect after...
Nyall Dawson
02:19 AM Bug report #10052 (Closed): DB Manager: layer resulting from query has table full with just "ERRO...
Tested on master with a SL layer.
Do a query, retrieve also the geometry column.
Selected the option "load as new l...
Giovanni Manghi
02:13 AM Bug report #10051 (Closed): DB manager: python error when copying rows resulting from a query
make a query (tested on spatialite), then in the results table select one or more rows and do ctrl-c... Giovanni Manghi

2014-04-10

12:07 AM Bug report #10049 (Rejected): toc: point symbols not visible if in map units
If you define point symbol size in map units (e.g. size 4 meters) then you can not see them in the layer panel (legen... michele zanolli
11:18 PM Bug report #10048 (Closed): Displacement OSM when save from printcomposer.
When save a map in print composer as .pdf file all things look going normal.
But when open the .pdf file sometimes th...
Gerard Fokker
05:44 PM Bug report #10047 (Closed): DXF2SHP Plugin doesn't include elevation of polyline
The DXF2SHP plugin fails include the elevation information of a LWPOLYLINE entity when saving the data.
The file dl_d...
mick fong
12:01 PM Revision 9864bfc1 (qgis): adding function help for atlasid and atlasgeometry
Signed-off-by: Werner Macho <[email protected]> Werner Macho
11:35 AM Bug report #10044: OSM Polygons not rendering
Olá,
Sorry, I wouldn't know. Only have 2.2 installed here, and Kyngesburye's package installer doesn't seem to let yo...
Joao Paulouro
11:22 AM Bug report #10044 (Feedback): OSM Polygons not rendering
Olá João, does this issue affects also previous qgis versions? Giovanni Manghi
11:17 AM Bug report #10044: OSM Polygons not rendering
Ok,
Found a fix for this problem. Leaving the info here for others who might come across it.
This seems to be relate...
Joao Paulouro
06:26 AM Bug report #10044 (Closed): OSM Polygons not rendering
Hi,
I'm having a serious problem with the latest QGIS 2.2 (Mac install from kyngchaos on OSX 10.9). QGIS does not se...
Joao Paulouro
11:03 AM Bug report #10045 (Closed): Error upon upgrading Processing (possibly other complex plugins)
Upon upgrading Processing, we get an error. However, restarting QGIS seems to cure it.
According to Alex Bruy, it ...
Paolo Cavallini
09:23 AM Revision d1dffdc3 (qgis): Merge pull request #1314 from manisandro/network_timeout
Restart timeout timer when data is received in QgsNetworkAccessManager Jürgen Fischer
09:06 AM Revision a1f1b94a (qgis): Merge pull request #1305 from manisandro/save_on_new_from_template
Ask whether to save existing project when creating a new project from a template Marco Hugentobler
08:47 AM Bug report #8760: Custom Form from .ui File crashes QGIS on Ubuntu
I've had the same problem.
On my small test files, removing geometry properties from the .ui file works.
I've tested ...
Hugo Mercier
06:19 AM Bug report #9674: WFS GetFeature Request does not return features
René-Luc ReLuc wrote:
> Fixed in ccde1d48d8efc867724a2d680e524c6443321fe9
>
> Cherry-picking for release 2.2 ?
done...
Jürgen Fischer
05:57 AM Feature request #10041: Confusing WFS Accessing Message
Yes. If there is an error (not only because of a timeout) you get that message. If the server is too slow, you cou... Jürgen Fischer
04:21 AM Bug report #10038: Item Properties of the element is not editable on QGISComposer
... Tim Sutton
02:57 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
I am using Ubuntu 13.10 and I have attached the stack trace from when I start QGIS from the terminal. I have tried di... Admire Nyakudya
02:48 AM Bug report #10043: QGIS 2.2 not rendering svg correctly
I am using Ubuntu 13.10 and the stack trace from when I start QGIS from the terminal is attached below. Admire Nyakudya
02:24 AM Bug report #10043 (Closed): QGIS 2.2 not rendering svg correctly
I have vector data that I have styled using svg symbols generated in inkscape and gimp and QGIS 2.2 does not show the... Admire Nyakudya
02:40 AM Bug report #10001: Window 7 menu shortcuts broken
Hello Howard
I agree with your suggestion
> Rather than stick with a dinosaur, I really think it would be better to ...
Rene Jonchere

2014-04-09

01:59 AM Bug report #10001: Window 7 menu shortcuts broken
What happens if you run @qgis.bat@ from @cmd@ (remove the @@echo off@ to debug)? What's the initial setting of @PAT... Jürgen Fischer
11:57 AM Bug report #10001: Window 7 menu shortcuts broken
Howard Johnson wrote:
> Rather than stick with a dinosaur, I really think it would be better to now address this issu...
Jürgen Fischer
09:37 AM Bug report #10001: Window 7 menu shortcuts broken
Dear Rene,
I've been writing code for over 30 years, so I well remember 8.3 file names. But they are long gone on e...
Howard Johnson
02:51 AM Bug report #10001: Window 7 menu shortcuts broken
You can execute the same commands for the folder "QGIS Valmiera" with the short name "QGISVA~1", or you can reinstall... Rene Jonchere
02:42 AM Bug report #10001: Window 7 menu shortcuts broken
Hello
This problem is related to the deactivation of short names under windows. The short names compatibility is re...
Rene Jonchere
01:55 AM Bug report #10042 (Feedback): QGIS 2.2 randomly crashing when panning a project with lots of data
Can you provide more info?
What OS do you use? if you use Linux can you provide the terminal message when qgis crash...
Giovanni Manghi
01:55 AM Bug report #10042 (Feedback): QGIS 2.2 randomly crashing when panning a project with lots of data
Can you provide more info?
What OS do you use? if you use Linux can you provide the terminal message when qgis crash...
Giovanni Manghi
01:55 AM Bug report #10042 (Feedback): QGIS 2.2 randomly crashing when panning a project with lots of data
Can you provide more info?
What OS do you use? if you use Linux can you provide the terminal message when qgis crash...
Giovanni Manghi
01:49 AM Bug report #10042 (Closed): QGIS 2.2 randomly crashing when panning a project with lots of data
I have a project that contains aerial photos, vector data coming from a spatialite database and whenever I try to dra... Admire Nyakudya
01:51 AM Feature request #10041: Confusing WFS Accessing Message
Just built again QGIS. It's very nice now there is messagebar telling that it hits timeout. But still, there is the m... Akbar Gumbira
01:25 AM Feature request #10041 (Closed): Confusing WFS Accessing Message
implemented in commit:a63de6d Jürgen Fischer
12:38 AM Feature request #10041 (Closed): Confusing WFS Accessing Message
While accessing WFS data, QGIS gives confusing message if it hits timeout. The message is: "The layer [WFS_URL] is no... Akbar Gumbira
12:13 AM Bug report #10040 (Closed): singleparts to multipart fails (python error)
The tool works nice when the **Unique ID field** is a field of the table. It fails when the option *merge - all* is a... matteo ghetta
06:00 PM Revision d2dce59c (qgis): Log timeout URL to message log, only display short message in message bar
Sandro Mani
03:14 PM Revision 6d2fa193 (qgis): Use message bar instead of warning dialog
Sandro Mani
01:47 PM Revision b3088e03 (qgis): Populate transparency table when loading qml style for raster
layer Sandro Mani
01:38 PM Revision a63de6d4 (qgis): Restart timeout timer when data is received in QgsNetworkAccessManager,...
Sandro Mani
11:53 AM Revision c8575e08 (qgis): Simplify test
Sandro Mani
11:47 AM Revision c51be63d (qgis): Make QgsComposerManager non-modal, ensure consistency of composer manag...
Sandro Mani
11:22 AM Bug report #10022: QGIS browser behaviour
Feel free to address this on the UI list. I for one feel no need to maintain the standalone browser app, when (almost... Etienne Tourigny
10:26 AM Bug report #10039 (Closed): line intersection fails if ID name is the same
The *line intersection* tool fails if the field name of the two layers involved in the analysis is the same. Example:... matteo ghetta
09:07 AM Bug report #10009 (Closed): Shp save as CSV is empty
The tools works fine.
If the input file is a point layer, then there are no difficulties.
If the input file is a li...
Giovanni Manghi
09:07 AM Bug report #10009 (Closed): Shp save as CSV is empty
The tools works fine.
If the input file is a point layer, then there are no difficulties.
If the input file is a li...
Giovanni Manghi
07:14 AM Revision 5f19830d (qgis): Revert "Make QgsComposer window WindowModal"
This reverts commit a901ee119e4b5433765042d3d7b21f12d3ef6bfd. Nyall Dawson
06:41 AM Bug report #10038 (Closed): Item Properties of the element is not editable on QGISComposer
When using QGISComposer with a template, the item properties of the element do not appear. To replicate this, you can... Akbar Gumbira
06:00 AM Bug report #10037 (Closed): Install silent QGIS 2.2.0 x86_64 "/D" parameter does not work
When using the "QGIS-OSGeo4W-2.2.0-1-Setup-x86_64.exe" in silent mode (/S) the "/D" parameter is not recognized. The ... Timo Beil
05:27 AM Feature request #10036 (Feedback): lock scale and extents in composer
Sometime one needs to make a map with a specific scale AND a specific extent. And then choose a page size to suit. At... Gavin Fleming
04:38 AM Revision 84d3270a (qgis): Merge pull request #1298 from manisandro/composer_window_modal
Make QgsComposer window WindowModal Nyall Dawson

2014-04-08

01:21 AM Feature request #10031 (Open): nearest neighbor analysis adding p-value
**nearest neighbor analysis** results some values, but beside the Z-score it should be added also the p-value. matteo ghetta
01:03 AM Feature request #8689: Oracle provider - speed of listing
The option a) has been implemented in commit:5b72da
For the option b) there is still area for improvement - similarl...
Martin Dobias
01:02 AM Bug report #10030 (Closed): count points in polygon results a real number (should be an integer)
The resulting field of the **count points in polygon** tool is a real number with a total length of 24 and a precisio... matteo ghetta
12:53 AM Bug report #10029 (Closed): measure tool poor marker visibility
I have problem that the measure tool markers are poorly visible. As attached picture shows it is almost impossible to... Jan Helebrant
12:51 AM Bug report #10028 (Closed): Map composer freeze
Dear QGis coders,
I'm using LayerCombinations to create different maps outputs and after several changes to the map ...
Julien K
12:06 AM Feature request #10024: Drag and Drop CSV file
+1 for the feature request.
that means dropping ogr csv support and use only csv delimiter c++ provider.. and that ...
Regis Haubourg
07:12 PM Feature request #10024 (Feedback): Drag and Drop CSV file
It would be nice if one can Drag and Drop CSV files either directly from system or from Browser and QGIS would try to... Antonio Locandro
11:42 PM Bug report #10026 (Closed): Postinstallation fails
Has been tried with the OSGeo4W-Installer as well as with single QGIS-Installers of various versions (_2.2 down to 1.... Andreas Braun
10:00 PM Revision bbf68bff (qgis): fix warning
Jürgen Fischer
09:11 PM Bug report #6492 (Closed): Save-as to csv fails
Good spotting. I don't think so, although I don't have access to Windows to test there... Alister Hood
09:11 PM Bug report #6492 (Closed): Save-as to csv fails
Good spotting. I don't think so, although I don't have access to Windows to test there... Alister Hood
07:05 PM Bug report #6492: Save-as to csv fails
Is this still open? Antonio Locandro
08:35 PM Revision 5b72daa4 (qgis): [FEATURE] Oracle: local cache of the list of tables
Caching is done using SQLite database (could be shared also with other providers) Martin Dobias
08:08 PM Bug report #10022: QGIS browser behaviour
The standalone one does not have the same behaviour, in my opinion they should both work the same, it's confusing it ... Antonio Locandro
08:03 PM Bug report #10022: QGIS browser behaviour
I dont't see why you create a ticket for this. They are separate apps that share a good portion of the code base. I... Etienne Tourigny
06:58 PM Bug report #10022 (Closed): QGIS browser behaviour
Hi, I was wondering why QGIS Browser Standalone and QGIS Browser separate app do not work exactly the same. I was try... Antonio Locandro
07:26 PM Feature request #10025 (Open): progress bar in topology checker
It would be nice to have a progress bar to know that topology checker is working and not just crashing later Antonio Locandro
07:01 PM Feature request #10023 (Open): QGIS browser Alias for paths
I think being able to apply an alias to a path instead of displaying the full path as an option would be a great addi... Antonio Locandro
06:44 PM Bug report #9994: Creating SpatiaLite DBs from Browser
I can't seem to find the option to create New Spatialite from latest master update on the Browser Antonio Locandro
06:42 PM Bug report #10009: Shp save as CSV is empty
I think something is happening, I tried it myself and I can get points to work but not lines and polygons no matter w... Antonio Locandro
06:42 PM Bug report #10009: Shp save as CSV is empty
I think something is happening, I tried it myself and I can get points to work but not lines and polygons no matter w... Antonio Locandro
05:44 PM Bug report #10021 (Closed): Pointer Offset
When digitising (creating new features) there is a small offset between the pointer (black cross with white circle) a... Thomas McAdam
05:31 PM Revision 25915d78 (qgis): Ask whether to save existing project when creating a new
project from a template. Sandro Mani
05:25 PM Revision c5f2f7e0 (qgis): Use a QDoubleSpinBox instead of a QLineEdit for the snapping
tolerance, make the treeview columns adjust better to the size of the
contents
Sandro Mani
04:45 PM Revision 35e4350e (qgis): Merge pull request #1260 from leyan/snapping_priority_2
Snapping priority to vertex in QgsSnapper Denis Rouzaud
04:26 PM Revision dfc077b5 (qgis): Re-write the snapping settings when removing a layer
Sandro Mani
02:05 PM Feature request #10020 (Open): Suggestion - change cursor to "busy" while calculating min/max ran...
GUI/UX suggestion :)
I often work with large rasters. When getting the max/min range for a large raster, this can ta...
Steven Kay
01:23 PM Revision 00b1f2c1 (qgis): Bring composition to front and automatically activate atlas preview whe...
Nyall Dawson
12:34 PM Bug report #9924 (Closed): gdal_merge does not work
Paolo Cavallini
11:06 AM Bug report #9924: gdal_merge does not work
The fixed gdal packages has migrated to Debian testing, and Ubuntu has synced the fixed package in time for Trusty.
...
Bas Couwenberg
12:20 PM Revision cfc83031 (qgis): [composer] Allow setting the join style for composer item frames
Nyall Dawson
12:17 PM Revision 040c551a (qgis): Fix some symbol properties reseting when symbol dialog opens, make dial...
Nyall Dawson
12:17 PM Revision e214741c (qgis): Adjust the arrow points to fit inside the specified bounding
box, as opposed to adjusting the bounding box for the arrow points (except
when bounding box is too small)
Sandro Mani
12:15 PM Revision 205e8120 (qgis): [composer] Default to miter style for shapes and page background
Nyall Dawson
12:08 PM Revision a901ee11 (qgis): Make QgsComposer window WindowModal
Sandro Mani
11:06 AM Feature request #10019 (Open): Table Creation within Print Composer
QGIS could benefit from having an easy way to create tables to add information on layouts/print composer similar to e... Antonio Locandro
09:09 AM Revision e71930fd (qgis): Merge pull request #1295 from Cracert/i18n
[TRANSUP] pl: legend context menu Werner Macho
09:02 AM Bug report #10017: No vertical scrollbar for high forms and bad display when maximized
I forgot to mention that the issue only happens in a form made in the drag and drop designer. Nicolas Boisteault
02:36 AM Bug report #10017 (Closed): No vertical scrollbar for high forms and bad display when maximized
If a form is higher than the height of the screen it goes out so you can't access the lower part of it.
Also when yo...
Nicolas Boisteault
08:35 AM Revision 394a80cf (qgis): Consider number of layers in a project can be higher than 100 for caching
Marco Hugentobler
08:21 AM Bug report #9872: Geotiff CRS ignored if not EPSG
I think I found the problem - partly a GDAL problem. I showed the PROJ definition, but I was defining the projection... William Kyngesburye
05:08 AM Bug report #10018 (Closed): Georeferencer: does not load a georef file into main canvas if "Creat...
If the option is unchecked, the file is loaded at the end of the analysis. If not, the world file is created, but the... Paolo Cavallini
03:33 AM Bug report #10016: Error with outputs caused by specific characters
Thanks Vincent! Nyall Dawson
03:14 AM Bug report #10016 (Reopened): Error with outputs caused by specific characters
Hello Nyall,
I added you as developper and manager of this plugin, and reopened the bug. I can only "move" it to the...
Vincent Picavet
03:14 AM Bug report #10016 (Reopened): Error with outputs caused by specific characters
Hello Nyall,
I added you as developper and manager of this plugin, and reopened the bug. I can only "move" it to the...
Vincent Picavet
03:02 AM Bug report #10016: Error with outputs caused by specific characters
I'm expecting this report - it concerns the inbuilt feature, but I'm unable to reopen this ticket or change its categ... Nyall Dawson
02:39 AM Bug report #10016 (Rejected): Error with outputs caused by specific characters
Hello,
If this bugreports concerns the Atlas part of QGIS 2.x, please report the bug in the main QGIS application.
If...
Vincent Picavet
02:39 AM Bug report #10016 (Rejected): Error with outputs caused by specific characters
Hello,
If this bugreports concerns the Atlas part of QGIS 2.x, please report the bug in the main QGIS application.
If...
Vincent Picavet
02:32 AM Bug report #10016 (Closed): Error with outputs caused by specific characters
When automatically naming outputs (PDF, images etc.) by Field Calculator and linked to an attributefield, some output... Danny Morck
02:01 AM Revision c108d029 (qgis): [TRANSUP] pl: legend context menu
Robert Szczepanek

2014-04-07

06:53 PM Bug report #10009 (Feedback): Shp save as CSV is empty
cannot confirm here on Linux and Windows. Giovanni Manghi
07:32 AM Bug report #10009 (Closed): Shp save as CSV is empty
using qgis 2.2.0 on a windows 7 notebook
OBSERVED: "save as..." CSV generates an empty csv file.
csv file only conta...
Barbara Weidenhoefer
06:49 PM Bug report #10014 (Closed): QGIS master crashes when D&D a shapefile in PostGIS DB using the QGIS...
I believe it is a regression... Giovanni Manghi
06:40 PM Bug report #10013 (Closed): Centroid fill rendering issue when size is data defined
Pick a polygon layer, and create a fill made of two symbology layers, one of them a centroid fill with size defined b... Giovanni Manghi
06:26 PM Feature request #9402 (Open): Make the new Field Calculator tool available in the Modeler
Giovanni Manghi
03:43 AM Feature request #9402: Make the new Field Calculator tool available in the Modeler
I just checked, and the only available field calculator in the Modeler is indeed the Python Field calculator. Filipe Dias
02:28 PM Revision fd8c92f3 (qgis): Cleanup config cache
Marco Hugentobler
01:52 PM Revision e8d1af95 (qgis): Merge remote-tracking branch 'origin/master'
Conflicts:
src/mapserver/qgswmsserver.cpp
Marcel Dancak
09:37 AM Bug report #9926: SRS 102003 not recognized
Further tests: reprojecting a shp (attached) throws no error, but the resulting SRS is not recognized, and a custom o... Paolo Cavallini
08:47 AM Bug report #10011 (Closed): Can't create new Spatialite layer with EPSG:3879
Hi,
I try to create new Spatialite layer with 2.2 or 2.3 version with CRS EPSG:3879. I couldn't find that CRS in the...
Pekka Sarkola
08:21 AM Revision d60e7dc4 (qgis): Merge pull request #1292 from anitagraser/master
fixed SVG markers to work with anchor point=bottom Marco Hugentobler
07:58 AM Bug report #10010 (Closed): In Interpolation tool use z-coordinate should be unchecked before dis...
Test data:
https://dl.dropboxusercontent.com/u/348430/QGIS/test-data.zip
# Load both data inside QGIS and start inte...
Luca Casagrande
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
03:06 AM Bug report #651 (Reopened): Zoom to layer does not work if layer has only one point
Zoom to layer no longer works with shapefiles with only one point. Tested on QGIS 2.2.0 and QGIS Master. Filipe Dias
02:18 AM Feature request #3045 (Closed): print preview: show as % of printout size
Implemented in 2.2 Nyall Dawson
02:18 AM Feature request #3045 (Closed): print preview: show as % of printout size
Implemented in 2.2 Nyall Dawson
02:18 AM Feature request #3045 (Closed): print preview: show as % of printout size
Implemented in 2.2 Nyall Dawson
02:18 AM Feature request #3045 (Closed): print preview: show as % of printout size
Implemented in 2.2 Nyall Dawson

2014-04-06

01:28 AM Bug report #10006 (Closed): Processing>OTB: error in Mean Shift filtering
The alg throws an error:
===
Algorithm Mean Shift filtering (can be used as Exact Large-Scale
Mean-Shift segmentation...
Paolo Cavallini
11:01 PM Feature request #10005: Drag and drop .qlr files
Yeah planned just haven't had time at the moment. Nathan Woodrow
10:59 PM Feature request #10005 (Closed): Drag and drop .qlr files
The new layer definition files added recently to the development version look really great. It would be awesome if we... Thomas McAdam
08:52 PM Revision 3e4b5684 (qgis): [TRANSUP] nb by James
Signed-off-by: Werner Macho <[email protected]> Werner Macho
08:23 PM Revision 4e287196 (qgis): Re-enable reloading of changed project files
Marco Hugentobler
08:23 PM Revision c91d470f (qgis): fix crash when removing layers with highlighed features
Jürgen Fischer
02:40 PM Bug report #10004 (Closed): Windows install not putting quotes around path names with embedded sp...
Hi,
The Windows QGIS installer is not putting quotes around path names with embedded spaces. I think this is the so...
Howard Johnson
01:19 PM Bug report #10003 (Closed): rendering artifacts while trying to use a custom CRS Ortho projection...
Spotted some rendering 'artifacts' while trying to use a custom CRS Ortho projection on Valmiera.
My custom CRS is a...
Steven Kay
12:41 PM Revision 8e8019a5 (qgis): german translation update with some translation fixes
Jürgen Fischer
12:41 PM Revision a7b5a8a5 (qgis): indentation update
Jürgen Fischer
12:41 PM Revision e9f43c49 (qgis): debian packaging update: merge downstream debian changes
Jürgen Fischer
10:39 AM Revision 0305be7e (qgis): fix warnings
Jürgen Fischer
07:44 AM Revision 9af84981 (qgis): Re-enable watermark items
Marco Hugentobler
02:05 AM Bug report #10002 (Closed): Installer Choose Components: North Carolina & South Dakota Data Sets ...
Sample data set for install is missing. // GRASS setup problem. (See screen shots.)
QGIS 2.2.0
On Windows 7 x64...
Howard Johnson

2014-04-05

12:30 AM Revision 10c77a54 (qgis): fix doxygen dot graph warning
Jürgen Fischer
11:45 PM Revision cd01a87f (qgis): Re-enable embedded groups
Marco Hugentobler
10:49 PM Bug report #10001: Window 7 menu shortcuts broken
Update: +QGIS Desktop 2.2.0+ is still broken with this fix above. So I tried removing the above qgis.bat patch just... Howard Johnson
10:35 PM Bug report #10001 (Closed): Window 7 menu shortcuts broken
Fresh install. Click on desktop +QGIS Browser 2.2.0+ or +QGIS Desktop 2.2.0+ shortcut. Nothing happens.
Notes:
a)...
Howard Johnson
10:24 PM Revision 1399c6ed (qgis): fixed SVG markersto work with anchor point=bottom
Anita Graser
10:17 AM Bug report #10000 (Closed): Cannot use osm layers (no features?)
Loaded an .osm file using Add Vector layer. When trying to use the layer with ftools tools, the following error is sh... Anita Graser
02:36 AM Revision 3a43380c (qgis): Fix some logical-not-parentheses warnings thrown by clang 5.1
Larry Shaffer

2014-04-04

01:19 AM Revision 8bd80f43 (qgis): fix windows build
Jürgen Fischer
11:59 PM Revision 3df34a8b (qgis): Re-enable vector joins and value relations
Marco Hugentobler
08:04 PM Revision 3bd25375 (qgis): Re-enabled WCS server
Marco Hugentobler
05:26 PM Bug report #9939: QGIS 2.2 on Fedora 20 i686 locks up when trying to add vector data.
Not unless that is some sort of default... This is a clean install on a new machine with a new user profile.
"File"...
Timothy Rogers
10:16 AM Revision 72b3812a (qgis): Merge remote-tracking branch 'denis/layerfieldmodel'
Martin Dobias
10:14 AM Revision a95fedbb (qgis): test to fix checkboxes in combobox
Denis Rouzaud
08:34 AM Bug report #9017: raster "save as..." dialog should remember where you've been
I'm not seeing it. Using the nightly from this Tuesday the behaviour is identical to that detailed in my original post. Jonathan Moules
08:18 AM Revision a4fc1ba2 (qgis): added missing roles in field model data
Denis Rouzaud

2014-04-03

11:39 PM Bug report #7327: dxf export drops elevation data
Any plan to fix this? Thanks. Paolo Cavallini
08:21 PM Bug report #9998 (Closed): Error Null values in PostGIS
In PostGIS (2.1) the Null values are displayed correctly in the attribute table. However, when displaying the label i... Samuel Fernando Mesa Giraldo
07:21 PM Revision a98df93a (qgis): [BUGFIX] 9234 - WFS client doesn't expose Header Authorization
Like for the others OGC providers: WMS and WCS, the user can set the
login and password to access to WFS protected da...
D'Hont René-Luc
06:12 PM Revision a43bd626 (qgis): fixed processing plugin customization (thanks to Martin Dobias), fixes ...
Radim Blazek
02:51 PM Revision 8b06a16a (qgis): model/view for layer/field selectors
Denis Rouzaud
01:56 PM Revision 0b32f2ac (qgis): [tests] Fix composer tests. Rebuild images following MTR rendering chan...
Nyall Dawson
12:23 PM Revision 6d73593d (qgis): Typo in Processing
Paolo Cavallini
11:56 AM Bug report #9994: Creating SpatiaLite DBs from Browser
I reported the second issue previously here #6258 Etienne Tourigny
10:31 AM Bug report #9994 (Closed): Creating SpatiaLite DBs from Browser
Creating a SL DB from New layer works well. When doing the same from the
Browser, there are two issues:
* the file c...
Paolo Cavallini
11:46 AM Bug report #9996: Help missing for most GRASS modules in Processing
I just downloaded the most recent code of Processing and the help is also missing. Filipe Dias
10:50 AM Bug report #9996 (Closed): Help missing for most GRASS modules in Processing
In the current version of Processing (2.2.0-1 exp) the help for most GRASS modules has disappeared. It was there in t... Paolo Cavallini
11:24 AM Revision fff37100 (qgis): osgeo4w: try ALL_BUILD twice
Jürgen Fischer
11:02 AM Bug report #9997 (Rejected): Commit changes to database creates invalid geometry
Hi,
When editing a linestring layer (connection to postgres table) commit changes caused all active geometry to bec...
Hannah Burk
10:52 AM Revision 6836a7de (qgis): Expose outline join style as a parameter for simple fill symbol type
Nyall Dawson
09:14 AM Bug report #9134 (Closed): customization menu doesn't work
Fixed in changeset commit:"a43bd626affae00d721a26c23efbf3e3003ab4cc". Radim Blazek
09:06 AM Revision d01acce1 (qgis): Merge pull request #1291 from simonsonc/qtgui-include
Replace QtGui include with individual includes Martin Dobias
08:40 AM Bug report #9993 (Closed): Datum transformation selection overview not informative
Selecting a datum transformation is difficult with the information currently provided in the pop-up dialog. At the mo... Robert Nuske
08:03 AM Bug report #9992 (Closed): Datum transformation requesting a nonexistent NTv2-file crashes QGIS
If the NTv2-File (e.g. BETA2007.gsb) can not be found by QGIS during a datum transformation depending on it, QGIS cra... Robert Nuske
07:10 AM Bug report #9991 (Closed): python error when deleting PostGIS spatial index with DB manager
... Giovanni Manghi
05:50 AM Feature request #9990 (Open): Save styles for layers without geometry in db
Saving styles in the DB is great. However it's not an option in Layer/Properties.../Style/Save Style ... when the lay... F B
05:27 AM Bug report #9988 (Closed): Panning the map while in inspector mode
When in inspector mode I usually need to pan the map and this is currently only possible through zooming in and out w... Shaun McDonald
05:25 AM Bug report #9987 (Closed): Modeler: SAGA Merge shapes layers does not merge
I have a model with more than 2 shape layers to merge.
Normally the SAGA function works fine for that, but within the...
Bernd Vogelgesang
05:22 AM Bug report #9986 (Closed): saving style in layer_styles table in postgres for layers without geom...
Loading layer styles from *.qml files and the postgesql table "layer_style" is offered through "Layer Properties"/but... Jan Van Bennekom-Minnema
03:25 AM Revision 8679c6dd (qgis): Replace QtGui include with individual includes
Qt 5 splits QtGui into Gui and Widgets components. Including the
individual includes will solve this problem.
Carl Simonson
02:14 AM Bug report #9939: QGIS 2.2 on Fedora 20 i686 locks up when trying to add vector data.
Just guessing:
Is it possible that the file chooser dialog is trying to connect to a mysql database which is unreacha...
Matthias Kuhn

2014-04-02

01:53 AM Feature request #9984 (Closed): Additional Type case option: Title case
There are 4 type case options for Labels: *No change*, *All uppercase*, *All lowercase* and *Capitalize first letter*... No Name
01:39 AM Feature request #9983 (Open): Composer map coordinates on opaque background
It is possible to display coordinates on a map in Composer, by checking *Show grid* and *Draw coordinates* checkboxes... No Name
01:32 AM Feature request #9982 (Open): Constrain feature movement to horizontal or vertical axis
It would be helpful to be able to move features (points, lines, polygons) along X or Y axis (horizontally or vertical... No Name
12:47 AM Bug report #9981 (Feedback): Processing: autofill with numbers>wrong placement
I guess is the same issue as #8511 Giovanni Manghi
12:07 AM Bug report #9981 (Closed): Processing: autofill with numbers>wrong placement
When using the autofill mode for batch processing, using numbers, the placement of numbers is wrong:
filenam1e
filen...
Paolo Cavallini
11:50 PM Revision b9a539ec (qgis): fix utf string
Jürgen Fischer
11:50 PM Revision 78e59c96 (qgis): limit alpha
Jürgen Fischer
11:50 PM Revision a343cb71 (qgis): remove duplicate license
Jürgen Fischer
11:38 PM Bug report #9924: gdal_merge does not work
I've reverted the change that strips the .py extension in the gdal package for Debian, now available in unstable.
I'...
Bas Couwenberg
11:18 PM Bug report #6642: fTools: the option to load a layer after analyses should be on by default
Why this has not been fixed? It adds much to consistency, and it's very easy to do.
Thanks.
Paolo Cavallini
11:18 PM Bug report #6642: fTools: the option to load a layer after analyses should be on by default
Why this has not been fixed? It adds much to consistency, and it's very easy to do.
Thanks.
Paolo Cavallini
09:46 PM Revision af7b6be3 (qgis): Re-enable WFS Server
Marco Hugentobler
05:27 PM Revision 1a7ad762 (qgis): Re-enable GetCapabilities in WFS server
Marco Hugentobler
04:15 PM Bug report #9939: QGIS 2.2 on Fedora 20 i686 locks up when trying to add vector data.
... Timothy Rogers
03:29 PM Bug report #4079: (Some) features with invalid geometries not labelled
I have implemented the *ST_MakeValid* function for QgsGeometry class to fix the related issues #9861 and #9777. The c... Alvaro Huarte
03:28 PM Bug report #3517: new labeling engine fails to label self intersecting polygons
I have implemented the *ST_MakeValid* function for QgsGeometry class to fix the related issues #9861 and #9777. The c... Alvaro Huarte
03:16 PM Bug report #9777: Simplification of polygons may return invalid polygons
I have improved the fix implementing the *ST_MakeValid* function for QgsGeometry class. The code is a fork from the o... Alvaro Huarte
02:14 PM Feature request #9907: Add a "stop at first feature" mode to the identify tool
Matthias Kuhn wrote:
> That's a valid conceptual question and requires careful consideration.
I agree this goes (by ...
Olivier Dalang
05:09 AM Feature request #9907: Add a "stop at first feature" mode to the identify tool
Olivier Dalang wrote:
> Are you sure it's non deterministic ? I get consistent results with the "select single featur...
Matthias Kuhn
09:53 AM Bug report #9980: Loading vector does not behave properly
When loaded at the end of an analysis, with "Show results", the behaviour is correct. Paolo Cavallini
09:51 AM Bug report #9980 (Closed): Loading vector does not behave properly
If I add a vector from GRASS plugin>Toolbox>Browser, with double click or right click -> add to map, I get individual... Paolo Cavallini
09:50 AM Revision d3db42d9 (qgis): Merge pull request #1287 from simonsonc/reset-model
Use begin/endResetModel instead of reset Martin Dobias
09:48 AM Bug report #9979 (Closed): GRASS plugin: region resolution editing does not work
I open a raster, click on Edit grass region, change just the resolution, then I run r.slope - > the resulting map has... Paolo Cavallini
09:08 AM Bug report #9978: Merge Vector Layers: 6 instead of NULL values
Forgot to set the category to Processing. Could anyone do that? Bernd Vogelgesang
08:49 AM Bug report #9978 (Closed): Merge Vector Layers: 6 instead of NULL values
I use the Merge Vector Layers Plugin in the Graphical modeler to glue together point layers produced in steps before.... Bernd Vogelgesang
04:11 AM Revision bc40ab69 (qgis): Merge pull request #1288 from simonsonc/qvariant-qcolor
Use QColor instead of Qt::GlobalColor in item data Etienne Tourigny
03:50 AM Revision 6ebd9a8b (qgis): Use QColor instead of Qt::GlobalColor in item data
The QVariant constructor that takes a Qt::GlobalColor is removed in Qt 5.
It is actually a kind of special case in Qt...
Carl Simonson
03:45 AM Bug report #9861: self crossing lines stop rendering if offset is set
Hi, I propose this pull https://github.com/qgis/QGIS/pull/1290 to solve this issue.
Now 'offsetline' function suppor...
Alvaro Huarte
02:59 AM Revision 29c8bc53 (qgis): Use begin/endResetModel instead of reset
Qt 4.6 introduced a better way of resetting models with beginResetModel()/
endResetModel(). Call beginResetModel() be...
Carl Simonson
02:48 AM Feature request #9977 (Open): GPS connect button
Hi.
I use QGIS 2 on many tablets (Windows 8 and Android) and I think that would be nice to have a separate button on ...
Seb Radzimski
02:24 AM Revision 2b3108f9 (qgis): Fix high cpu usage with win32 builds when using shapes in composer (fix...
Nyall Dawson
02:23 AM Feature request #9976 (Closed): Simplify geometry checkbox value to be stored in layer style
Storing the Layer/Properties.../Rendering/'Simplified geometry' true/false value in the layer style would really be g... F B
02:14 AM Bug report #9967: Crash when selecting a Select Single Feature in attribute table
>> The goal of my first question was: does it crash as well if you do the same thing you were trying to do originally... F B

2014-04-01

01:27 AM Bug report #9975 (Closed): Vector grid: different Number of cells for polygons and lines
When creating grids (e.g. from Processing, using QGIS algs), we get a different number of cells: lines have an extra ... Paolo Cavallini
12:15 AM Bug report #9967: Crash when selecting a Select Single Feature in attribute table
Now I have some problems with understanding you. Especially the last sentence.
The goal of my first question was: do...
Matthias Kuhn
04:59 AM Bug report #9967: Crash when selecting a Select Single Feature in attribute table
I'm not very strong in the QGIS UI terminology. Not 100% sure what you mean by: feature form, embedded form, form vie... F B
04:17 AM Bug report #9967: Crash when selecting a Select Single Feature in attribute table
Can you try to open the feature form for a feature of this layer without using an embedded form.
I.e.
Right-click th...
Matthias Kuhn
04:10 AM Bug report #9967 (Closed): Crash when selecting a Select Single Feature in attribute table
I'm loading several layers, styles and setting up some layer relations in a plugin that I execute. Once this is done ... F B
11:19 PM Bug report #9972: Selecting other map items does not respond after a while
Do you have a sample project available I can use to test with? Nyall Dawson
08:36 AM Bug report #9972 (Closed): Selecting other map items does not respond after a while
After working a while with map items like legend or scale bar, the selection got "frozen" on the last item, and it is... Bernd Vogelgesang
10:14 PM Revision db87e4d9 (qgis): Re-add wms based printing
Marco Hugentobler
06:04 PM Bug report #9957 (Closed): explorer run very slowly in map composer with a 2.0 project in 2.2 Qgi...
Fixed in changeset commit:"2b3108f9aeadb6814ad0519b2c53840db2c834d1". Nyall Dawson
06:04 PM Bug report #9933 (Closed): Map composer hangs when attempting to export a map in any format.
Fixed in changeset commit:"2b3108f9aeadb6814ad0519b2c53840db2c834d1". Nyall Dawson
06:04 PM Bug report #9734 (Closed): [Composer] drawing rectangle causes high CPU usage resulting in hang ups
Fixed in changeset commit:"2b3108f9aeadb6814ad0519b2c53840db2c834d1". Nyall Dawson
05:13 PM Revision e7d04335 (qgis): Delete sld parser for sent sld after request
Marco Hugentobler
04:54 PM Revision d3985601 (qgis): Merge branch 'pluginmanager_votes'
Borys Jurgiel
04:41 PM Revision 9eb4bb6b (qgis): [FEATURE:] Consider maptip in GetFeatureInfo
Marco Hugentobler
04:35 PM Revision 298b1d58 (qgis): [Plugin Manager] Switch the plugin details browser from QTextBrowser to...
Borys Jurgiel
04:35 PM Revision 3b198d90 (qgis): [FEATURE] [Plugin Manager] Voting for plugins from Plugin Manager
Borys Jurgiel
03:42 PM Bug report #9973 (Closed): Multi-Thread-Rendering: Qt Concurrent has caught an exception thrown f...
If one error (e.g. GEOSException) is throwed within of 'QgsMapRendererCustomPainterJob::doRender()' function, it is u... Alvaro Huarte
03:23 PM Bug report #9861: self crossing lines stop rendering if offset is set
Giovanni Manghi wrote:
> It results that this happen only/because the lines are self crossing.
>
> On 2.0.1 does not...
Alvaro Huarte
03:15 PM Bug report #9924: gdal_merge does not work
The GDAL plugins in QGIS heavily rely on the .py extension, so I think the best course of action is to revert the cha... Bas Couwenberg
01:38 PM Revision 1c3b5e4d (qgis): Decoration grid: fix symbol sizes + default cross size
Martin Dobias
01:27 PM Revision 1b4c8b66 (qgis): Do not render grid annotation if the lines/markers would be extremely d...
Otherwise drawing of huge amount of lines/markers can lock GUI Martin Dobias
11:35 AM Revision 434574ee (qgis): Merge pull request #1283 from simonsonc/rename-accept-hover-events
Rename setAcceptsHoverEvents Martin Dobias
11:09 AM Revision 3461afc6 (qgis): add grass r.cost module with no need for stop points input
gioman
07:28 AM Bug report #9971 (Closed): 64-bit feature IDs are getting truncated
The attributes window truncates integral values to 32 bits and query tool only compares those 32 bits even though the... Jan Hudec
05:34 AM Bug report #9970 (Closed): Wrong file dialogue heading in fTools
Go to : Vector > Data Management Tools > Merge shapefiles to one.
Tick the "Select by layers in folder" option.
When ...
Frank Sokolic
04:22 AM Feature request #9968 (Open): Layer relations saved in .qml file
Layer relations created in Layers/Properties/Fields/Relations could be saved in a layers .qml style file.
(Uns...
F B
03:14 AM Revision d969fb38 (qgis): Rename setAcceptsHoverEvents
setAcceptsHoverEvents was obsoleted in place of setAcceptHoverEvent in
Qt 4.4. They behave the same.
Carl Simonson

2014-03-31

01:59 AM Bug report #9933: Map composer hangs when attempting to export a map in any format.
Actually - don't worry - I see you posted that in the original report. I'll let you know when I've committed a fix fo... Nyall Dawson
01:57 AM Bug report #9933: Map composer hangs when attempting to export a map in any format.
I'm pretty sure this is the same issue as #9957, which I've tracked down and have a fix on the way for. Can you pleas... Nyall Dawson
12:06 AM Bug report #9933: Map composer hangs when attempting to export a map in any format.
Sorry for the slow reply - I got deluged with work (which is a good thing for a Freelancer!). However, I have done a... Jonathan Ball
01:57 AM Bug report #9965 (Closed): Rotated printing with layer transparency or layer blending results in ...
When assigning a layer transparency or layer blending to a vector layer on top of a raster layer and rotating the map... Andreas Neumann
11:55 PM Revision b60794e0 (qgis): Fix #9923 (broken arrow symbol)
Martin Dobias
11:47 PM Revision 7e209b9b (qgis): Merge pull request #1279 from pka/grass7
[FEATURE] (Processing) Initial Grass 7 support Victor Olaya
11:43 PM Revision 6852f9e3 (qgis): [processing] added new script example (contributed by Michael Douchin)
Victor Olaya
11:43 PM Revision 8792bdcf (qgis): [processing] disable excesive info reporting from otb provider
Victor Olaya
11:07 PM Revision 4619246f (qgis): fix regression992 test
Jürgen Fischer
10:18 PM Bug report #9957: explorer run very slowly in map composer with a 2.0 project in 2.2 Qgis version
Thank you! The details in this report have helped me track down this bug - a fix is incoming shortly. Nyall Dawson
06:18 PM Revision 1c27ee31 (qgis): [processing] handle same memory error in another algorithm
Alexander Bruy
06:16 PM Revision d3b4a8f5 (qgis): Merge pull request #1280 from anitagraser/patch-1
[processing] added error handling for too big rasters Alexander Bruy
04:10 PM Revision a191d5bc (qgis): Merge pull request #1281 from marcelosoaressouza/translation_pt_BR
New Translations to pt_BR Werner Macho
04:04 PM Revision 3aedeff0 (qgis): Merge pull request #1277 from simonsonc/mime-format
Replace deprecated provides() with hasFormat() Martin Dobias
03:53 PM Revision 45ac9f93 (qgis): New Translations to pt_BR
Marcelo Soares Souza
03:45 PM Revision 9ef91a22 (qgis): added error handling for too big rasters
I ran into memory problems with big rasters. Now the error message points the user to this potential error source. Anita Graser
02:57 PM Revision 04d7169e (qgis): [TRANSUP] nb by James
Signed-off-by: Werner Macho <[email protected]> Werner Macho
02:56 PM Bug report #9923 (Closed): Arrow symbol is broken
Fixed in changeset commit:"b60794e0d182bfb3259e4aa27d5055f6f3c7a2b4". Martin Dobias
02:07 PM Bug report #9964: Cannot Save Edits to File Geodatabase Replica
Just confirmed that this occurs in 2.2 as well.
As another note, if I copy the Feature Class into a new FGDB (thus b...
Matthew Charton
01:59 PM Bug report #9964 (Closed): Cannot Save Edits to File Geodatabase Replica
When trying to edit a File Geodatabase Replica in QGIS 2.0.1, everything works as expected until the user saves their... Matthew Charton
09:26 AM Bug report #9962 (Closed): r.los crashes
GRASS module r.los crashes (using the QGIS GRASS interface), giving this:
r.los input=elevation.10m@PERMANENT coordi...
Scott Madry
08:03 AM Revision 8f938dd2 (qgis): Merge pull request #1267 from mwa/fix_8298_crs_select
Fix #8298 ignored first selection in projection selector Marco Hugentobler
07:33 AM Bug report #9961 (Closed): No min/max values for WCS layers from (UMN) mapserver
If the Mapserver WCS layer is set to have a float outputformat (as
defined in the Mapserver WCS server manual) then t...
Giovanni Manghi
07:24 AM Bug report #9713: No angle > 90° in line pattern fill in layer properties
Sandra Lopes wrote:
> I also wish for a resolution in 2.2! No everyone uses the dev version, it would be better to ha...
Giovanni Manghi
07:13 AM Bug report #9713: No angle > 90° in line pattern fill in layer properties
I also wish for a resolution in 2.2! No everyone uses the dev version, it would be better to have the stable version ... Sandra Lopes
06:51 AM Feature request #9960 (Closed): Add or document SCR input type for scripts
In the documentation (1), there is not input for scripts corresponding to Spatial Coordinate System (SCR). i tried to... Michael Douchin
06:11 AM Bug report #9959: crash on 2.2 and master when loading a vector style with missing SVG
dataset and style attached Giovanni Manghi
05:43 AM Bug report #9959 (Closed): crash on 2.2 and master when loading a vector style with missing SVG
Did not crash on 2.0.1
Can provide sample if necessary....
Giovanni Manghi
04:37 AM Bug report #9939 (Feedback): QGIS 2.2 on Fedora 20 i686 locks up when trying to add vector data.
Can you create a dump.
E.g. install the @qgis-debuginfo@ package, start @qgis@ from a terminal, make it freeze, then...
Matthias Kuhn
02:58 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
ticket created here "GDAL !#5428":https://trac.osgeo.org/gdal/ticket/5428
Regis Haubourg
02:51 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
Regis Haubourg wrote:
> and the bug is here...
So this doesn't apply to the postgres provider (with estimated metada...
Jürgen Fischer
02:51 AM Bug report #9958 (Closed): Filter fails on file datasource if value is identical to field name
Giovanni Manghi
02:48 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
You're right,
tested
ogrinfo -al -geom=NO -where "TPME = 'GME'" F:\\temp\\bug_qgis_filter_fieldname.shp
and the bu...
Regis Haubourg
02:42 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
Yeah I think this would be a ogr issue because it just passes the query as a -where arg. Nathan Woodrow
02:36 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
Hi Nathan, shp and tab tested. I joined a shapefile sample if you need to reproduce. Regis Haubourg
02:28 AM Bug report #9958: Filter fails on file datasource if value is identical to field name
This is done by the data provider. Which data source are you using, this might be a OGR bug. Nathan Woodrow
02:13 AM Bug report #9958 (Closed): Filter fails on file datasource if value is identical to field name
Hi, a user raised a nasty bug here on qgis 2.2:
when filtering (right click on the layer) a file layer (tested shp, ...
Regis Haubourg

2014-03-30

01:22 AM Bug report #9894: In python console, input() raises EOFError
Etienne Tourigny wrote:
> I guess the bug reporter doesn't want a dialog popping up?
Indeed.
I use QInputDialog, but...
pierre krmr
01:21 AM Bug report #9957 (Closed): explorer run very slowly in map composer with a 2.0 project in 2.2 Qgi...
Hi,
I work on windows 7 with Qgis 2.2.0-2 -*32 bits* installed from OSGeo4W.
When I open a new projet, then Map comp...
Benoît Couillet
12:35 AM Feature request #9956 (Open): Raster symbology dialog needs a 'predefined colourmap' render mode
We need a new raster render mode called 'predefined colourmap' which will apply a colour ramp e.g. hillshade relief d... Tim Sutton
11:03 PM Bug report #8298 (Closed): CRS change with recently used CRS makes no effect in the first choice
Fixed in changeset commit:"8f938dd20ab26d3a4a3e8aacda63a9035d156fcd". Marco Hugentobler
10:54 PM Revision 528d70fb (qgis): globe: switch back to QgsMapRenderer
Jürgen Fischer
08:58 PM Revision 72457b33 (qgis): [FEATURE] (Processing) Initial Grass 7 support
Markus Neteler
06:13 PM Revision 59aaf909 (qgis): More changes to qgssldconfigparser.cpp/h
Marco Hugentobler
04:13 PM Bug report #9532: Node tool causes crash
Dan Piggott wrote:
> Hi,
>
> I've just got the 2.2 update and unfortunately the crash is still happening. I'm afrai...
Giovanni Manghi
04:04 PM Bug report #9532: Node tool causes crash
crash confirmed on master/linux... Giovanni Manghi
04:04 PM Bug report #9532: Node tool causes crash
crash confirmed on master/linux... Giovanni Manghi
04:04 PM Bug report #9532: Node tool causes crash
crash confirmed on master/linux... Giovanni Manghi
04:04 PM Bug report #9532: Node tool causes crash
crash confirmed on master/linux... Giovanni Manghi
02:43 PM Bug report #3975 (Feedback): PDF exports on OSX always convert text to outlines
The recent changes brought with the new multi-threaded renderer setup in QGIS 2.3-dev (dpi fixes) and the completion ... Larry Shaffer
02:43 PM Bug report #3975 (Feedback): PDF exports on OSX always convert text to outlines
The recent changes brought with the new multi-threaded renderer setup in QGIS 2.3-dev (dpi fixes) and the completion ... Larry Shaffer
02:02 PM Bug report #9954 (Closed): QGIS Server print the wrong table if a geometryless is added to the la...
QGIS print composer allow to add table of attributes and other tables (geometryless) that have may been loaded in the... Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
01:43 PM Bug report #9861 (Open): self crossing lines stop rendering if offset is set
It results that this happen only/because the lines are self crossing.
On 2.0.1 does not happens, on the other hand t...
Giovanni Manghi
07:37 AM Bug report #9861: self crossing lines stop rendering if offset is set
yes it is a simple line offset. Attached is a sample project with data and styles. In my Master the one layer (pitsen... Gavin Fleming
03:08 AM Bug report #9861 (Feedback): self crossing lines stop rendering if offset is set
offset in
symbology -> simple line -> offeset ?
if yes I cannot confirm on master.
Giovanni Manghi
01:57 AM Bug report #9861: self crossing lines stop rendering if offset is set
Win 7 Platform affected too. Alessandro Ciali
01:32 PM Bug report #9926: SRS 102003 not recognized
Paolo Cavallini wrote:
> Which proj and gdal version?
> Here:
> proj 4.8.0-2
> gdal 1.10.1+dfsg-4+b1
>
> thanks
QGI...
Giovanni Manghi
08:29 AM Bug report #9926: SRS 102003 not recognized
Which proj and gdal version?
Here:
proj 4.8.0-2
gdal 1.10.1+dfsg-4+b1
thanks
Paolo Cavallini
01:56 AM Bug report #9926: SRS 102003 not recognized
it works fine on Ubuntu/Mint Giovanni Manghi
12:34 PM Revision c4996bb1 (qgis): fix debian packaging
Jürgen Fischer
09:49 AM Revision b4f21e29 (qgis): Add QgsSLDConfigParser and create calss QgsConfigParserUtils for parts ...
Marco Hugentobler
03:30 AM Bug report #9951 (Closed): Perimeter is completely wrong when OTFR is on
When OTFR is ON, both in the field calculator and in the identify->derived dialog, the perimeter of polygons gives co... Giovanni Manghi
03:21 AM Feature request #9950 (Open): Add a distance analysis tool
Among QGIS out of the box tools we really miss a tool that can computes min (and max) distances between features of t... Giovanni Manghi
03:05 AM Feature request #9949 (Closed): Add an option to list layers in alphabetical order
Now in modules the input layers are listed in the order as they are in the project.
For large projects, with or with...
Giovanni Manghi
01:59 AM Bug report #9948 (Closed): Composer, grouped objects, disable item properties
When grouping objects the "item properties" tab remains active, but when grouped objects are selected then tab shows ... Giovanni Manghi
01:39 AM Bug report #9823 (Closed): Data defined expressions with single number get lost
Still true on the latest master, while another issue (the one that stripped "(" from the data defined expressions) se... Giovanni Manghi
01:39 AM Bug report #9823 (Closed): Data defined expressions with single number get lost
Still true on the latest master, while another issue (the one that stripped "(" from the data defined expressions) se... Giovanni Manghi
01:39 AM Bug report #9823 (Closed): Data defined expressions with single number get lost
Still true on the latest master, while another issue (the one that stripped "(" from the data defined expressions) se... Giovanni Manghi
01:39 AM Bug report #9783 (Reopened): Data defined properties expressions are wrong after saving them
sorry to reopen this, it seems there is still something odd. This is what I notice:
* quotation marks are stripped f...
Giovanni Manghi
 

Also available in: Atom