Re: [Qgis-developer] QGIS at «C-Tribe» code sprint 2014 ?

2013-06-17 Thread Werner Macho
Hi! If it is Vienna I _must_ attend .. surely :) regards Werner On Mon, Jun 17, 2013 at 6:10 AM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 17/06/2013 00:23, Vincent Picavet ha scritto: Paul set up a doodle to know who would be

[Qgis-developer] QGIS crash when read layer from mssql

2013-06-17 Thread laurentyu
Error in terminal: # qgis (If push the button connect to mssql) Error in `/usr/bin/qgis.bin': malloc(): memory corruption: 0xa8104430 *** -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-crash-when-read-layer-from-mssql-tp5060562.html Sent from the Quantum GIS -

Re: [Qgis-developer] QGIS crash when read layer from mssql

2013-06-17 Thread Richard Duivenvoorde
On 17-06-13 13:22, laurentyu wrote: Error in terminal: # qgis (If push the button connect to mssql) Error in `/usr/bin/qgis.bin': malloc(): memory corruption: 0xa8104430 *** Hi laurentyu, please be a little more verbose :-) also if you plan to create it as an issue. Which version are you

Re: [Qgis-developer] Crash dumped error

2013-06-17 Thread Andreas Neumann
Hi Chingchai Humhong, Thank you for your request. Unfortunately we cannot help you with the information you provided. Here is the usual way to report problems: 1. Read http://hub.qgis.org/wiki/quantum-gis/Bugreports - to see how to write good bug reports. 2. Properly report the bug according

Re: [Qgis-developer] QGIS crash when read layer from mssql

2013-06-17 Thread laurentyu
Xubuntu 13.04 + FreeTDS + unixODBC + qgis 1.8.0 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-crash-when-read-layer-from-mssql-tp5060562p5060582.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.

[Qgis-developer] iteration over a layer's features in python plugins

2013-06-17 Thread Ricardo Filipe Soares Garcia da
Hi list When building plugins that operate on vector layers, it is a common pattern to include a checkbox in the plugin's GUI where the user can choose to perform the plugin analysis on the whole layer or just using the currently selected features (see for example most fTools dialogs). However,

Re: [Qgis-developer] iteration over a layer's features in python plugins

2013-06-17 Thread Matthias Kuhn
Hi Ricardo, On Mon 17 Jun 2013 15:47:08 CEST, Ricardo Filipe Soares Garcia da wrote: Hi list When building plugins that operate on vector layers, it is a common pattern to include a checkbox in the plugin's GUI where the user can choose to perform the plugin analysis on the whole layer or

Re: [Qgis-developer] iteration over a layer's features in python plugins

2013-06-17 Thread Ricardo Filipe Soares Garcia da
I've got that functionality ready in a separate branch but it will have to wait for 2.1 due to the feature freeze as you mentioned Great! Will be looking forward to it then :) -- ___ ___ __ Ricardo Garcia Silva ___

Re: [Qgis-developer] Openlayers plugin in 2.0 Was: QGIS 2.0 release and plugins

2013-06-17 Thread Anita Graser
On Sun, Jun 16, 2013 at 8:45 PM, Pirmin Kalberer pi...@sourcepole.comwrote: According to Tims latest plan I don't expect the 2.0 release before Brighton. So the OL plugin should be ready for 2.0 early enough. Are we really talking September now? I'm just asking because then I will stop

Re: [Qgis-developer] Fwd: [QGIS Desktop - Bug #8085] (New) A 64 bits build on Windows crash on exit

2013-06-17 Thread Joaquim Luis
Hi Paulo, Sure I'm interested to help in what I can but let me explain first how I did my build and the troubles that I crossed. 1. The most troublesome task is to build all the dependencies. It happens that I have most of them because they are common to GDAL. I can share them but because the

Re: [Qgis-developer] iteration over a layer's features in python

2013-06-17 Thread Nathan Woodrow
plugins MIME-Version: 1.0 Content-Type: multipart/mixed; boundary3430773931903739203== --===3430773931903739203== Content-Type: multipart/alternative; boundary=089e0102eaa65b15f904df59d6c1 --089e0102eaa65b15f904df59d6c1 Content-Type: text/plain; charset=utf-8

Re: [Qgis-developer] Openlayers plugin in 2.0 Was: QGIS 2.0 release and plugins

2013-06-17 Thread Tim Sutton
Hi On Mon, Jun 17, 2013 at 11:19 PM, Anita Graser anitagra...@gmx.at wrote: On Sun, Jun 16, 2013 at 8:45 PM, Pirmin Kalberer pi...@sourcepole.com wrote: According to Tims latest plan I don't expect the 2.0 release before Brighton. So the OL plugin should be ready for 2.0 early enough.

[Qgis-developer] EPSG 4326 coordinate ordering

2013-06-17 Thread Antonio Locandro
Hello devs I got into a bit of problems today trying to render a GML file, I get the features in the wrong position. (https://docs.google.com/file/d/0B2WxCPuMM8hEanNmSDUyVU1JRFk/edit?usp=sharing) image (https://docs.google.com/file/d/0B2WxCPuMM8hEQkhDWUNmSEM5Qkk/edit?usp=sharing ) gml

Re: [Qgis-developer] iteration over a layer's features in python

2013-06-17 Thread Ricardo Filipe Soares Garcia da
Thanks for the tip Nathan! I thought the while loop was necessary because we had to call QgsFeatureIterator.nextFeature() and just now realized that the for loop will do it implicitly. I thought that would work only for python iterators... I guess QgsFeatureIterator is one of them ;) On Mon,

Re: [Qgis-developer] Openlayers plugin in 2.0 Was: QGIS 2.0 release and plugins

2013-06-17 Thread Anita Graser
Hi Richard, If you have a - partially - working version please share it. It will serve until the official and backwards compatible version is available. Thanks and best wishes Anita On Jun 16, 2013 10:30 AM, Richard Duivenvoorde rdmaili...@duif.net wrote: On 16-06-13 00:39, Anita Graser wrote:

Re: [Qgis-developer] iteration over a layer's features in python plugins

2013-06-17 Thread Nathan Woodrow
You don't need to use a while loop. I'm really not sure people keep using that pattern when you don't need to and makes you code more complicated. list and iterator have the same next() method so they act the same

[Qgis-developer] Showing a help page on plugins

2013-06-17 Thread Ricardo Filipe Soares Garcia da
Hi list What is the recommended way to show a help dialog in a plugin? The pyqgis cookbook[1] advises using the qgis.utils.showPluginHelp() function. However, this function calls iface.openURL(), which logs a DeprecationWarning, so I guess it should not be used anymore. Is there another

[Qgis-developer] Error Dissolve algorithm in QGIS 1.9 Master (OSGeo4W)

2013-06-17 Thread samuelm...@gmail.com
Greetings, I get the following error in the algorithm dissolve when I try to run a model of Sextant: http://ubuntuone.com/2Fp4FEJBbgH53ZyZO6ifuz Error executing algorithm 17 Traceback (most recent call last): File

Re: [Qgis-developer] Showing a help page on plugins

2013-06-17 Thread Denis Rouzaud
Hi, On my side, I generally direct the user to a website using: QDesktopServices().openUrl(QUrl(http://.)) Cheers, Denis On 06/18/2013 02:36 AM, Ricardo Filipe Soares Garcia da wrote: Hi list What is the recommended way to show a help dialog in a plugin? The pyqgis cookbook[1]