[Qgis-developer] [OT] - politically correct question

2013-10-16 Thread Ing. Pierluigi De Rosa
Dear all,

Since QGIS was at 1.8 version I used a plugin very useful for me but now
the same is to updated to the 2.0 version.
I write to the developer asking for un update for version 2.0 and
telling him I'm are available to the the necessary work to do that.
Unfortunately I didn’t receive any reply from him.

What you suggest to do?
I can update the code but then I cannot distribuite the code as I'm not
the developer?

Let me know
thanks

-- 



Ing. Pierluigi De Rosa (PhD)
Studio Associato GFOSSERVICES

Via Tilli 58 - 06127 Perugia (PG) 
tel: 075 7825101 / fax: 075 7823038
cel: 3497558268
web: www.gfosservices.it
skype: pierluigi.derosa 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] plugins and Windows usernames with accents in QGIS 2.0

2013-10-16 Thread Giovanni Manghi
 Hi Giovanni,

 On Thu, 10. Oct 2013 at 13:28:23 +0100, Giovanni Manghi wrote:
 I have noticed that there are still issues when installing plugins on
 Windows machines and when the username has an accented letter.

 Try 4cb37b1a please.


Hi Jurgen,

things are pretty much ok now in the latest master. Thanks!

the only plugin that fails to install is the OpenLayers one that gives a

the plugin is broken. Python said: ascii

message, followed by

Traceback (most recent call last):
  File , line 1, in
  File C:/OSGeo4W/apps/qgis-dev/./python\pyplugin_installer\installer.py,
line 339, in installPlugin
pluginDir = qgis.utils.home_python_pluginpath + / + plugin[id]
AttributeError: 'module' object has no attribute 'home_python_pluginpath'


message.


But maybe this is a plugin issue.


cheers!
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [OT] - politically correct question

2013-10-16 Thread Richard Duivenvoorde
On 16-10-13 12:29, Ing. Pierluigi De Rosa wrote:
 Dear all,
 
 Since QGIS was at 1.8 version I used a plugin very useful for me but now
 the same is to updated to the 2.0 version.
 I write to the developer asking for un update for version 2.0 and
 telling him I'm are available to the the necessary work to do that.
 Unfortunately I didn’t receive any reply from him.
 
 What you suggest to do?
 I can update the code but then I cannot distribuite the code as I'm not
 the developer?

My opinion:

I do not know which plugin you need, but I would be very carefull to
pull somebodies plugin out of his/her hands.

I think it is to the developer to decide what priorities he takes by
doing his work. We cannot force somebody to update it, if he is busy
with something else. (or just missing the email in which somebody asks
for that)

If the plugin is on github, I would start with forking the repo, and
upgrading the plugin as needed and do a pull request.
This way YOU have a working plugin :-)

Then maybe ask via this list if the developer is around, or if somebody
knows this developer personally, and try to contact him again (or via
the person who knows him).

Maybe offer a little gift? Some nice words? A beer somewhere on the
world? Offer to do it (patches, pull requests)?

If all fails, there are two options:
- we can my you manager of the plugin (but as said, as a project I think
we should be really carefull with this. Maybe even only if the
plugin-owner has given permission for this)
- you can rename the plugin and upload it with another name?

From my own experience, I can tell several reasons to not upgrade
immediatly:
- I'm in the middle of some refactoring and are planning to do the
upgrade and new functionality in one version
- I just do not have time for this, at THIS moment (meaning: other
things in life have prio now)...

In short: please be gentle to a plugin dev. He invested his free time
into the developing the initial version(s) of the plugin.

Regards,

Richard Duivenvoorde
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Select all elements in the view ...

2013-10-16 Thread Geo DrinX
Hello,

somebody knows if it just exists a plugin that select all elements (of one
or more layers) contained in the QGis view ?

I need something similar to the Show elements visible in the map button
of the Attributes table, but selecting the elements.


Thank you for any info about this

Roberto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QgsHtmlAnnotation: cannot set html source directly?

2013-10-16 Thread Luca Manganelli
Hi,

the setHTMLPage method wants a file name of an HTML as argument.

So I must create a file to pass to the QgsHtmlAnnotation, but it would be
nice to have setHTMLSourceCode ( ... ) to pass a html string directly.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [OT] - politically correct question

2013-10-16 Thread Gino Pirelli
+1


On 16 October 2013 12:46, Richard Duivenvoorde rdmaili...@duif.net wrote:

 On 16-10-13 12:29, Ing. Pierluigi De Rosa wrote:
  Dear all,
 
  Since QGIS was at 1.8 version I used a plugin very useful for me but now
  the same is to updated to the 2.0 version.
  I write to the developer asking for un update for version 2.0 and
  telling him I'm are available to the the necessary work to do that.
  Unfortunately I didn’t receive any reply from him.
 
  What you suggest to do?
  I can update the code but then I cannot distribuite the code as I'm not
  the developer?

 My opinion:

 I do not know which plugin you need, but I would be very carefull to
 pull somebodies plugin out of his/her hands.

 I think it is to the developer to decide what priorities he takes by
 doing his work. We cannot force somebody to update it, if he is busy
 with something else. (or just missing the email in which somebody asks
 for that)

 If the plugin is on github, I would start with forking the repo, and
 upgrading the plugin as needed and do a pull request.
 This way YOU have a working plugin :-)

 Then maybe ask via this list if the developer is around, or if somebody
 knows this developer personally, and try to contact him again (or via
 the person who knows him).

 Maybe offer a little gift? Some nice words? A beer somewhere on the
 world? Offer to do it (patches, pull requests)?

 If all fails, there are two options:
 - we can my you manager of the plugin (but as said, as a project I think
 we should be really carefull with this. Maybe even only if the
 plugin-owner has given permission for this)
 - you can rename the plugin and upload it with another name?

 From my own experience, I can tell several reasons to not upgrade
 immediatly:
 - I'm in the middle of some refactoring and are planning to do the
 upgrade and new functionality in one version
 - I just do not have time for this, at THIS moment (meaning: other
 things in life have prio now)...

 In short: please be gentle to a plugin dev. He invested his free time
 into the developing the initial version(s) of the plugin.

 Regards,

 Richard Duivenvoorde
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] paletted rasters with class labels

2013-10-16 Thread Vincent Schut

Hi,

Since version 2 qgis does not seem to support paletted rasters (e.g. 
tiff's with colortable) with a label for each raster class, is that 
correct? In version 1.8, in the colormap tab of the raster properties, 
the palette of the raster (if any) would automatically be used, and you 
could add (or qgis would load, if they were available in the raster 
metadata) a label/name for each of the colors/classes. In the new 
version, a raster is either of type 'palette' but that has no option to 
use/add labels (but does use the internal palette of the raster), or it 
is rendered as 'singleband pseudocolor', which has labels per class, but 
cannot use the raster internal colortable.


We really miss this feature now.

Should I file a new enhancement request/bug?

Best regards,
Vincent.

PS over the whole, version 2.0 is a great improvement, kudo's to all the 
devs! :-)

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Plugin nmea2qgis

2013-10-16 Thread mackoo
Hello, I uploaded new version of my plugin (for QGIS 2.0) and didn't get any 
approval/response for two weeks from now. I would be very thankful if somebody 
checked out what is the problem. http://plugins.qgis.org/plugins/nmea2qgis/ 
Regards, Maciek___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Value tool crashes QGIS

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
In my Debian box, self compiled, Value Tool plugin crashes QGIS as soon as I 
attempt
to install the plugin. On some Win machines this does not happen.
Anyone confirms?
Thanks.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJexCcACgkQ/NedwLUzIr4m4QCgl32IjRt/oUOXRot7k3yVKJJF
ie0AnjvMC0mmvu20Ox/evlf9kKGe2tPD
=Luia
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Value tool crashes QGIS

2013-10-16 Thread Giovanni Manghi
 Hi all.
 In my Debian box, self compiled, Value Tool plugin crashes QGIS as soon as I 
 attempt
 to install the plugin. On some Win machines this does not happen.
 Anyone confirms?

no issues here on Ubuntu from repos.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] OTB on win?

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
What is the current state of OTB on osgeo4w?
Thanks.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJexmAACgkQ/NedwLUzIr5N1gCgnXVGlkg4ZxLA/euJeykmHlBS
BRcAoJfivkcd714S9WRtQnTJlCRPC+w+
=ulXS
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Spatial operators in field calc

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
In the Field Calculator there are, among the expressions, a series of spatial
operators (touches, intersects, etc.), but I cannot figure out how to use them. 
They
make sense as operators across layers, but I do not see how to use them within 
the
same layer.
Any hint?
Thanks.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJexz8ACgkQ/NedwLUzIr5foQCffSm0vvgN3PM4gSMBGQZZJiKP
qyoAoI/npwhCsqeVQzxQ4e0QIg1c9IFk
=vTvS
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Error in gdal_merge

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
I have a strange error on one of the Windows machines at a course (win64, qgis
standalone):

===
Traceback (most recent call last):
File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 509, in
sys.exit(main())
File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 495, in main
fi.copy_into( t_fh, band, band, nodata )
File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 241, in copy_into
nodata_arg )
File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 61, in raster_copy
nodata )
File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 97, in 
raster_copy_with_nodata
t_xsize, t_ysize )
File C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal.py, line 
1026,
in ReadAsArray
import gdalnumeric
File 
C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdalnumeric.py,
line 1, in
from gdal_array import *
File 
C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal_array.py, line
26, in
_gdal_array = swig_import_helper()
File 
C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal_array.py, line
18, in swig_import_helper
import _gdal_array
ImportError: No module named _gdal_array
===

Apparently the installation is not complete. Any hint?
All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJeyTsACgkQ/NedwLUzIr4bCgCeI6TGwXX4R9T6RvjJ/xWGsnQ+
pb4AoK0CvFEj/mECeVsqCbhFaDT74NVQ
=x0Td
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Spatial operators in field calc

2013-10-16 Thread Andrea Peri
perhaps to have some conditional input value ?



2013/10/16 Paolo Cavallini cavall...@faunalia.it

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all.
 In the Field Calculator there are, among the expressions, a series of
 spatial
 operators (touches, intersects, etc.), but I cannot figure out how to use
 them. They
 make sense as operators across layers, but I do not see how to use them
 within the
 same layer.
 Any hint?
 Thanks.
 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.15 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlJexz8ACgkQ/NedwLUzIr5foQCffSm0vvgN3PM4gSMBGQZZJiKP
 qyoAoI/npwhCsqeVQzxQ4e0QIg1c9IFk
 =vTvS
 -END PGP SIGNATURE-
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Error in gdal_merge

2013-10-16 Thread Alexander Bruy
Hi Paolo,

this is known issue with standalone installer,
see [0]. While it fixed it is better to use OSGeo4W

[0] https://hub.qgis.org/issues/8811

2013/10/16 Paolo Cavallini cavall...@faunalia.it:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all.
 I have a strange error on one of the Windows machines at a course (win64, qgis
 standalone):

 ===
 Traceback (most recent call last):
 File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 509, in
 sys.exit(main())
 File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 495, in main
 fi.copy_into( t_fh, band, band, nodata )
 File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 241, in copy_into
 nodata_arg )
 File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 61, in raster_copy
 nodata )
 File C:\PROGRA~1\QGISDU~1\bin\gdal_merge.py, line 97, in 
 raster_copy_with_nodata
 t_xsize, t_ysize )
 File C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal.py, 
 line 1026,
 in ReadAsArray
 import gdalnumeric
 File 
 C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdalnumeric.py,
 line 1, in
 from gdal_array import *
 File 
 C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal_array.py, 
 line
 26, in
 _gdal_array = swig_import_helper()
 File 
 C:\PROGRA~1\QGISDU~1\apps\Python27\lib\site-packages\osgeo\gdal_array.py, 
 line
 18, in swig_import_helper
 import _gdal_array
 ImportError: No module named _gdal_array
 ===

 Apparently the installation is not complete. Any hint?
 All the best.
 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.15 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlJeyTsACgkQ/NedwLUzIr4bCgCeI6TGwXX4R9T6RvjJ/xWGsnQ+
 pb4AoK0CvFEj/mECeVsqCbhFaDT74NVQ
 =x0Td
 -END PGP SIGNATURE-
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Error in gdal_merge

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 16/10/2013 19:18, Alexander Bruy ha scritto:

 this is known issue with standalone installer,
 see [0]. While it fixed it is better to use OSGeo4W

thanks a lot Alex
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJeyssACgkQ/NedwLUzIr5TCQCfb5F7cAOKaUXlYTC1O1BQ1upl
sLYAnil/aH18hKQS7p7SypB9os8vWSK0
=KnwA
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [OT] - politically correct question

2013-10-16 Thread rob vech

Hi Pierluigi,
I think you can modify and redistribute the plugin [1] if you want 
because it should be release under the GNU General Public License [2].
Remember to release it under the same license and to cite the past 
developers after the licence. Maybe you can publish your plugin clearly 
marking it as for qgis 2.x.x only (some of the administrators of the 
repository can give a better answer).
Of course, it would be best contacting the original developers team but 
sometimes it could be impossible (is him/her in a wounderful island and 
doesn't think to touch a pc  for very much longer time again? ;) ).

Hope to not annoy nobody.
rob

[1] 
http://www.gnu.org/licenses/gpl-faq.en.html#WhyDoesTheGPLPermitUsersToPublishTheirModifiedVersions
[2] 
http://www.qgis.org/en/docs/user_manual/appendices/appendices.html#gnu-general-public-license
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] OTB on win?

2013-10-16 Thread Giovanni Manghi
 Hi all.
 What is the current state of OTB on osgeo4w?
 Thanks.


it is available on osgeo4w 32bit but not 64bit.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QgsHtmlAnnotation: cannot set html source directly?

2013-10-16 Thread Régis Haubourg
+1 ! And GUI should offer th
Cheers




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QgsHtmlAnnotation-cannot-set-html-source-directly-tp5083900p5083975.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Select all elements in the view ...

2013-10-16 Thread Régis Haubourg
Hi 
selectAll did that, I did not check if it was updated to 2.0. 
 I added CTRL+A shortcut to it. 
We should probably consider it has a core feature in fact! 
Cheers



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Select-all-elements-in-the-view-tp5083883p5083973.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] OTB on win?

2013-10-16 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 16/10/2013 21:33, Giovanni Manghi ha scritto:

 What is the current state of OTB on osgeo4w?
 
 
 it is available on osgeo4w 32bit but not 64bit.

thanks Juergen, Giovanni for clarifying.
AFAIK in the standalone there are still some packaging issues for GRASS and/or 
SAGA:
could someone clarify what is best to use to run a full set of analyses
(GRASS+SAGA+OTB; GRASS also from its plugin, and all from Processing), on 
Windows?
Thanks a lot.

- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJfe8cACgkQ/NedwLUzIr6NEQCdFHsemN68u8emM3nuxzGFt/Tj
pSwAnA9QpJIXdklh2zw7n3uM3W5UVhcQ
=ChDh
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer