[Qgis-developer] crash on close without layer

2012-05-08 Thread Paolo Cavallini
Hi all. If I close qgis before having added a layer, I get a segfault: warning: Can't read pathname for load map: Errore di input/output. [Thread debugging using libthread_db enabled] Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1. Core was generated by

Re: [Qgis-developer] Editing rst files

2012-05-08 Thread Paolo Cavallini
Il 08/05/2012 05:01, Larry Shaffer ha scritto: Which code? My plugin, or the proposed doc tools? I'll make my private GitHub repository for Plugin Editor public when I do the first beta release. Any special reason not to release it sooner? Yes, I'm a big fan of the release early, release often

Re: [Qgis-developer] Editing rst files

2012-05-08 Thread Marco Bernasocchi
Marco Bernasocchi (mobile) http://opengis.ch On May 8, 2012 8:14 AM, Paolo Cavallini cavall...@faunalia.it wrote: Il 08/05/2012 05:01, Larry Shaffer ha scritto: Which code? My plugin, or the proposed doc tools? I'll make my private GitHub repository for Plugin Editor public when I do the

Re: [Qgis-developer] crash on close without layer

2012-05-08 Thread Giovanni Manghi
I cannot confirm on both ubuntu 64bit and Windows. cheers -- Giovanni -- On Tue, 2012-05-08 at 08:05 +0200, Paolo Cavallini wrote: Hi all. If I close qgis before having added a layer, I get a segfault: warning: Can't read pathname for load map: Errore di input/output. [Thread debugging

[Qgis-developer] random selection in quantum gis

2012-05-08 Thread matthieu spohn
Hello, everyone! Someone know with which algorithm does the selection of random sample work?? Thanks! ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] random selection in quantum gis

2012-05-08 Thread Sandro Santilli
On Tue, May 08, 2012 at 09:26:51AM +, matthieu spohn wrote: Hello, everyone! Someone know with which algorithm does the selection of random sample work?? Speaking of which, I think such selections should be delegated to providers, for performance reasons (full table scans can take

Re: [Qgis-developer] crash on close without layer

2012-05-08 Thread Barry Rowlingson
On Tue, May 8, 2012 at 10:25 AM, Giovanni Manghi giovanni.man...@faunalia.pt wrote: I cannot confirm on both ubuntu 64bit and Windows. Me neither, 1.7.4 on ubuntu lucid. What exactly causes it? I'm doing start qgis from command line, then File... Quit, or Ctrl-Q, or hitting the window manager

Re: [Qgis-developer] crash on close without layer

2012-05-08 Thread Paolo Cavallini
Il 08/05/2012 11:39, Barry Rowlingson ha scritto: Is the message about threads a clue? Is a plugin doing something bad? Does it fail if you do qgis --noplugins? got it, must be a plugin. now, hunting the culprit can be a long story, as I regularly test all new plugins, and I have 222 installed.

Re: [Qgis-developer] QGIS 1.8 - check geometry validity not working

2012-05-08 Thread a . furieri
On Mon, 7 May 2012 18:57:17 +0200, Sandro Santilli wrote: How did you import the geometries ? Serendipity, i.e. finding something useful by pure hazard :-) Short report explaining this puzzling mystery: - the disputed Geometry has *two* distinct rings - the main one is correctly marked in

[Qgis-developer] SEXTANTE add folder/file browser TreeSettingItem for ConfigDialog?

2012-05-08 Thread G. Allegri
I find it would be useful having a folder/file browser option inside a TreeSettingItem dedicated to folder/file paths configurations. giovanni ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] QGIS 1.8 - check geometry validity not working

2012-05-08 Thread Pasquale Di Donato
Conclusion #1: we've found (and resolved) an obscure bug  in SpatiaLite Conclusion #2: GEOS surely is the better tool to be used  in order to identify any malformed Geometry  Highly recommended ;-) nice news +1 ciao ___ Qgis-developer mailing

[Qgis-developer] SEXTANTE decouple algorithm execution from GUI to run algs from CLI

2012-05-08 Thread G. Allegri
Almost all the actual algorithms assume to be inside a QgisApplication. It's obvious, being born as QGis plugins. Anyway, I think it would be a good plus being able to run (most of) them from a CLI, given that SEXTANTE handles the layers I/O from filesystem. If I remove QtGui calls from my

Re: [GRASS-dev] [Qgis-developer] Adding GRASS modules

2012-05-08 Thread Markus Neteler
On Tue, May 8, 2012 at 2:12 PM, Helmut Kudrnovsky hel...@web.de wrote: FYI from the qgis-dev-ml http://lists.osgeo.org/pipermail/qgis-developer/2012-May/019990.html and a howto for a qgis-grass-sextante-plugin:

Re: [Qgis-developer] SEXTANTE decouple algorithm execution from GUI to run algs from CLI

2012-05-08 Thread Etienne Tourigny
Good idea - and have gui classes that call the algorithms. I don't know how many files/classes you have, but it might be a pain to separate the gui from the execution code if you have many algorithms. Etienne On Tue, May 8, 2012 at 8:58 AM, G. Allegri gioha...@gmail.com wrote: Almost all the

Re: [Qgis-developer] Editing rst files

2012-05-08 Thread Larry Shaffer
Hi Paolo and Marco, On Tuesday, May 8, 2012, Paolo Cavallini wrote: Il 08/05/2012 05:01, Larry Shaffer ha scritto: Which code? My plugin, or the proposed doc tools? I'll make my private GitHub repository for Plugin Editor public when I do the first beta release. Any special reason not