[Qgis-developer] Question re api freeze

2014-05-15 Thread Nyall Dawson
Hi all, Quick question about the api freeze for the qgis 2 series - am I allowed to change a function which is currently a void to instead return a bool? Does this classify as an api break, or would this be allowed? Nyall ___ Qgis-developer mailing

Re: [Qgis-developer] Processing (Saga) help files

2014-05-15 Thread Paolo Cavallini
Il 07/05/2014 10:57, matteo ha scritto: thanks to the last update of Processing, help files for some Saga algorithms are available through the Help Tab. If you want to contribute writing some help, the procedure is very straightforward. You just need to go here

[Qgis-developer] Enable / disable a plugin in Python

2014-05-15 Thread Rémi Bovard
Hi list, I'm wondering what is the best way to enable / disable a plugin in Python (like the checkbox does in the plugin manager)? Thank you in advance. Rémi ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] [GRASS-dev] GRASS QGIS: the future

2014-05-15 Thread Radim Blazek
On Sat, Apr 19, 2014 at 12:43 AM, Glynn Clements gl...@gclements.plus.com wrote: 3) use setjmp()/longjmp() That is the sane option. But bear in mind that subsequently calling any GRASS function is entirely at your own risk. A call to G_fatal_error() often means that internal data

[Qgis-developer] QgsDistanceArea

2014-05-15 Thread AntonioLocandro
Is this reference in the cookbook still valid? d = QgsDistanceArea() d.setProjectionsEnabled(True) It took me 2 days to finally get result I wanted using d.setEllipsoidalMode(True) but want to know if this is thecorrect way -- View this message in context:

Re: [Qgis-developer] QgsDistanceArea

2014-05-15 Thread mmekuria
It seems that those who know are quiet and no one responded to answer my earlier query as well. Your guess is as good as mine. I think this is the end of the semester or spring time etc. One has to just try every possibility and find out on his own, that is what open-source means. No one is