Re: [Qgis-developer] Re: 1.8 release?

2011-12-09 Thread Paolo Cavallini
Il 08/12/2011 15:52, Etienne Tourigny ha scritto: I love the new Browser dock window, and would like to see it in a stable version. +1 for me, unless someone sees a risk from it. all the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc

Re: [Qgis-developer] (First?) API break

2011-12-09 Thread Giovanni Manghi
The change won't affect many plugins (maybe mapbook?) yes, easyprint stopped to work Traceback (most recent call last): File C:/Users/gio/.qgis/python/plugins\easyprint\easyprint.py, line 145, in doSimpleMap d.run() File C:/Users/gio/.qgis/python/plugins\easyprint\tools

Re: [Qgis-developer] Benchmarking / optimization

2011-12-09 Thread Radim Blazek
On Wed, Dec 7, 2011 at 6:12 PM, Mayeul Kauffmann mayeul.kauffm...@free.fr wrote: Hi, You may try to use http://sourceforge.net/projects/osm2postgresql/ to test with huge OSM datasets. I'm doing this daily on continental extracts (and planning to do this on planet.osm soon). (Do NOT try to

Re: [Qgis-developer] Basic question: How to select a layer in the GUI and get the handle in the Python code?

2011-12-09 Thread Ole Nielsen
Hi Giuseppe and Alexander Thank you for the help - both of you. I followed your instructions and can now pick file names of loaded layers. Also, as you suggested, I realised that I needed to study the Qt4 interface and have gone through most of the tutorials ( http://zetcode.com/tutorials/pyqt4)

Re: [Qgis-developer] Basic question: How to select a layer in the GUI and get the handle in the Python code?

2011-12-09 Thread Alexander Bruy
Hi Ole, 2011/12/9 Ole Nielsen ole.moller.niel...@gmail.com: With that loaded layer names show up in the combo and after selection the fully qualified filename is returned by layer.source() However, if I want a handle to an active layer, like I got with self.iface.mapCanvas().currentLayer()

Re: [Qgis-developer] Benchmarking / optimization

2011-12-09 Thread Marco Hugentobler
Hi Radim Wow, there are a lot of performance critical changes, even with the postgresql layers. Thank you very much for the useful qgis_bench, it is now much easier to make performance tests when implementing a new feature. dream A real killer feature would be to have an application that

[Qgis-developer] remove unuseful plugins

2011-12-09 Thread Paolo Cavallini
Hi all. I think we should clean up the plugins list; currently the situation is rather confusing for users. As an example, the old 1-band plugin has no meaning, as it is superceded by the newe version. The cleanup could be none during the move to plugins.qgis.org. or in the original repos. Any

Re: [Qgis-developer] remove unuseful plugins

2011-12-09 Thread Giovanni Manghi
As an example, the old 1-band plugin has no meaning, as it is superceded by the newe version. zoom to village is also to be removed (it has hardcoded paths/configurations and it was never mantained) but the list is not finished. By the way, where is the old geoprocessing plugin? Until this

Re: [Qgis-developer] remove unuseful plugins

2011-12-09 Thread Horst Düster
Giovanni Am 09.12.2011 15:04, schrieb Giovanni Manghi: By the way, where is the old geoprocessing plugin? Until this won't be fixed http://hub.qgis.org/issues/4567 using the old geoprocessing plugin is the only way to get correct table of attributes in the result of a union operation.

Re: [Qgis-developer] default color style for rasters?

2011-12-09 Thread Alexander Bruy
Hi Paolo, you're right this worked a while ago (if I correctly remember, before raster providers update). Now this and several other features broken and there are several tickets in redmine qml not read automagically for rasters - http://hub.qgis.org/issues/3576\ Transparency settings are not

Re: [Qgis-developer] default color style for rasters?

2011-12-09 Thread Paolo Cavallini
Il 09/12/2011 16:41, Alexander Bruy ha scritto: you're right this worked a while ago (if I correctly remember, before raster providers update). Now this and several other features broken and there are several tickets Thanks. Too bad seeing so many regressions. We definitely need to improve

Re: [Qgis-developer] remove unuseful plugins

2011-12-09 Thread Paolo Cavallini
Il 09/12/2011 16:28, Horst Düster ha scritto: Nice to hear that my very old geoprocessing plugin has still a right of exist. :-) Could this be used to improve existing fTool? All the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc

Re: [Qgis-developer] remove unuseful plugins

2011-12-09 Thread Horst Düster
Could this be used to improve existing fTool? Hi Paolo Ill have a look on that issue at end of next week. Have a nice weekend Regards Horst Dr. Horst Düster Kappasys Alte Bernstrasse 13 CH-4500 Solothurn Tel.: +41 (0) 32 514 00 40 Mobil: +41 (0) 76 408 51 06 eMail:

Re: [Qgis-developer] pre install run has no python plugins

2011-12-09 Thread Martin Dobias
On Tue, Dec 6, 2011 at 2:47 PM, Sandro Santilli s...@keybit.net wrote: On Tue, Dec 06, 2011 at 07:28:34PM +0200, Alexander Bruy wrote: Hi Marco, AFAIK when running from build directory QGIS don't have Python plugins and this is know and correct behavior. See Martin's email about this [0] I