Re: [Qgis-developer] Thanks for the hackfest

2013-09-23 Thread Vincent Mora

First hackfest for me. I liked it. Thank you very much for the organization.

V.

On 20/09/2013 13:40, Matthias Kuhn wrote:
I would also like you all very much for the organisation of this great 
event. I enjoyed it very much. Especially the lunch in the end was 
amazing.


Do we have the videos online somewhere already?

Hope to see you again.
Matthias
___
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


Re: [Qgis-developer] Plugin repo down

2013-09-23 Thread Raymond Nijssen

For me (back in NL) both qgis.org and the plugin repo are not available...

Though my url "qgis.org" is replaced by "www.qgis.org/en/site/" in my 
browser (ff). Could the server just be too busy maybe?


Raymond


On 22-09-13 23:04, Borys Jurgiel wrote:

For me it's working again too.

Dnia niedziela, 22 września 2013 20:39:57 Tim Sutton pisze:

Its working for me - did someone fix it? I am about to get on my plane and
wont be able to look at it in the next 24 hours.

Regards

Tim

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


--
Terglobo
Ampèrestraat 110
5223 CT 's-Hertogenbosch
06-25314983

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

[Qgis-developer] How to use intersects and difference using API c++?

2013-09-23 Thread Marco Gomes
Hi,

 

I am using the code below to test for geometry intersection and in case
of success remove the intersection part from another geometry, but it is
not working.

 

The polygonCoverageAreasLayer is a memory polygon layer, and feature is
circle built using rubberBand and the final result is still a circle and
not the difference with my base map costalLineLayer.

 

   polygonCoverageAreasLayer->startEditing();

   attrListCL =
costalLineLayer->dataProvider()->attributeIndexes();

 
costalLineLayer->dataProvider()->select(attrListCL);

 
while(costalLineLayer->dataProvider()->nextFeature(featureCL))

   {

  if
(feature.geometry()->intersects(featureCL.geometry()))

  {

QgsGeometry *geom =
feature.geometry()->difference(featureCL.geometry());

feature.setGeometry(geom);
//applying new geometry

 
polygonCoverageAreasLayer->updateFeature(feature);


  }

   }

   polygonCoverageAreasLayer->commitChanges();

 

 

Any clue, for what I am doing wrong?

 

Thanks

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

[Qgis-developer] Taking down secondary website on docs.qgis.org

2013-09-23 Thread Anita Graser
Hi,

Currently we have another website which looks like a second "main"
QGIS website. I think we should take it down fast to avoid confusion

http://docs.qgis.org/2.0/html/en/

Who can do that?

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


Re: [Qgis-developer] Plugin repo down

2013-09-23 Thread Raymond Nijssen

Both seem to work again! :)

Raymond


On 23-09-13 10:23, Raymond Nijssen wrote:
For me (back in NL) both qgis.org and the plugin repo are not 
available...


Though my url "qgis.org" is replaced by "www.qgis.org/en/site/" in my 
browser (ff). Could the server just be too busy maybe?


Raymond


On 22-09-13 23:04, Borys Jurgiel wrote:

For me it's working again too.

Dnia niedziela, 22 września 2013 20:39:57 Tim Sutton pisze:
Its working for me - did someone fix it? I am about to get on my 
plane and

wont be able to look at it in the next 24 hours.

Regards

Tim

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




--
Terglobo
Ampèrestraat 110
5223 CT 's-Hertogenbosch
06-25314983

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

Re: [Qgis-developer] Taking down secondary website on docs.qgis.org

2013-09-23 Thread Richard Duivenvoorde

On 23-09-13 11:24, Anita Graser wrote:

Hi,

Currently we have another website which looks like a second "main"
QGIS website. I think we should take it down fast to avoid confusion

http://docs.qgis.org/2.0/html/en/

Who can do that?


That is the (old) documentation website. We also have:

http://docs.qgis.org/1.8/html/en/index.html

They both have to be taken down and changed to use the same layout and 
toolchain of the QGIS-Website project. But at least the 1.8 version 
should be kept up.


Finally I think we should keep building the documenation versions:

1.8 (standalone)
http://docs.qgis.org/1.8/en
2.0 (pointing to docs in Website:
http://www.qgis.org/en/docs/
http://docs.qgis.org/2.0/* should be pointed to that also
master (standalone)
http://docs.qgis.org/master/en (only english)

Regards,

Richard

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


Re: [Qgis-developer] Thanks for the hackfest

2013-09-23 Thread Raymond Nijssen

Saber,

As many others I want to thank you for organizing the hackfest and 
taking care for us so well!


Great job!
And great coffee!!!

Raymond





On 23-09-13 09:34, Vincent Mora wrote:
First hackfest for me. I liked it. Thank you very much for the 
organization.


V.

On 20/09/2013 13:40, Matthias Kuhn wrote:
I would also like you all very much for the organisation of this 
great event. I enjoyed it very much. Especially the lunch in the end 
was amazing.


Do we have the videos online somewhere already?

Hope to see you again.
Matthias
___
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



--
Terglobo
Ampèrestraat 110
5223 CT 's-Hertogenbosch
06-25314983

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


Re: [Qgis-developer] Sponsors list needs update

2013-09-23 Thread Pirmin Kalberer
Am Freitag, 20. September 2013, 12.32:48 schrieb Tim Sutton:
> Can someone (Paolo?) update the sponsors list? It seems out of date - It
> look slike e.g. geosynergy is expired and perhaps others need adding. We
> have two places where sponsors are listed:
> 
> QGIS-Website/source/site/getinvolved/governance/sponsorship/sponsor-list.rst
> 
> and
> 
> QGIS-Website/source/site/about/sponsorship.rst

Just got a phone from G.A.I.A. mbH, which are silver sponsors since 6.2013.
Seems like we lost them with the Website translation.
Old page:
http://webcache.googleusercontent.com/search?q=cache:http://www.qgis.org/en/sponsorship/sponsors.html

Regards
Pirmin

-- 
Pirmin Kalberer
Sourcepole  -  Linux & Open Source Solutions
http://www.sourcepole.com

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


Re: [Qgis-developer] Sponsors list needs update

2013-09-23 Thread Richard Duivenvoorde

On 23-09-13 13:21, Pirmin Kalberer wrote:

Am Freitag, 20. September 2013, 12.32:48 schrieb Tim Sutton:

Can someone (Paolo?) update the sponsors list? It seems out of date - It
look slike e.g. geosynergy is expired and perhaps others need adding. We
have two places where sponsors are listed:

QGIS-Website/source/site/getinvolved/governance/sponsorship/sponsor-list.rst

and

QGIS-Website/source/site/about/sponsorship.rst


Just got a phone from G.A.I.A. mbH, which are silver sponsors since 6.2013.
Seems like we lost them with the Website translation.
Old page:
http://webcache.googleusercontent.com/search?q=cache:http://www.qgis.org/en/sponsorship/sponsors.html


Hi Pirmin,

there is already an issue for the sponsorship pages problems:

https://github.com/qgis/QGIS-Website/issues/70

I added a not to that one (Paolo is going to fix this).

The page you show from google webcache will be up on old.qgis.org 
(within a couple of minutes):


http://www.qgis.org/en/sponsorship/sponsors.html

Regards,

Richard


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


Re: [Qgis-developer] qgis help in 2.0

2013-09-23 Thread skampus
any observation?

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/qgis-help-in-2-0-tp5077293p5079240.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


[Qgis-developer] installation directory of qgis dev

2013-09-23 Thread skampus
i see that the installation directory of development version of qgis 2.0 is
still, so for example i still see the sextante plugin link in the plugin
manager window as Installed version: 1.1 (in
C:\OSGeo4W\apps\qgis-dev\.\python\plugins\sextante).

is it possible to define a new path or can you tell me how can remove all
traces of qgis 1.8 dev?

than you

s.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/installation-directory-of-qgis-dev-tp5079246.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


[Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread Noli Sicad
Hi,

How do I compile OTB-3.18.1 in Mac OS X?

Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?

I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.

Thanks,

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


Re: [Qgis-developer] qgis help in 2.0

2013-09-23 Thread Gino Pirelli
it happends to me too... a ticket?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Sponsors list needs update

2013-09-23 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 23/09/2013 13:36, Richard Duivenvoorde ha scritto:

> there is already an issue for the sponsorship pages problems:
> 
> https://github.com/qgis/QGIS-Website/issues/70
> 
> I added a not to that one (Paolo is going to fix this).
> 
> The page you show from google webcache will be up on old.qgis.org 
> (within a couple of minutes):
> 
> http://www.qgis.org/en/sponsorship/sponsors.html

Hi all.
I'm overloaded after the HF - if anyone can fix this in the meantime,
please do.
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.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlJAUskACgkQ/NedwLUzIr5iqACgjBmdA6vxfUW2/JJ7dcFmxxhp
JLQAnRotWKgCMD13NcudBtO6I+Xm0/CT
=n85U
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Plugin [284] Semi-Automatic Classification Plugin approval notification.

2013-09-23 Thread noreply

Plugin Semi-Automatic Classification Plugin approval by lucasupervised.
The plugin version "[284] Semi-Automatic Classification Plugin 2.1.2" is now 
approved
Link: http://plugins.qgis.org/plugins/SemiAutomaticClassificationPlugin/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Qgis.org download-site has no support for Ubuntu 13.04?

2013-09-23 Thread Guus van den Berg

Hi All,

While surfing over 
http://qgis.org/en/site/forusers/alldownloads.html#linux I can't seem to 
find a downloadlink for Ubuntu 13.04 (Raring). Is this correct and if 
so, is there supposed to be one soon?


Regards,

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


Re: [Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread John C. Tull
Hi Noli,

The homebrew package manager has an orfeo formula. I just installed it, and it 
seems to work for me, although I'm not a user of OTB so I didn't do much 
testing. It is currently version 3.18.0, but I'm not sure if that matters or 
not.

Cheers,
John

On Sep 23, 2013, at 6:25 AM, Noli Sicad  wrote:

> Hi,
> 
> How do I compile OTB-3.18.1 in Mac OS X?
> 
> Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?
> 
> I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.
> 
> Thanks,
> 
> Noli
> ___
> 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] QGIS 2.0 and GRASS integration on OSX and Windows

2013-09-23 Thread Andreas Neumann
Hi all,

I know that this is probably a known-issue.

We downloaded and installed the latest QGIS and GDAL packages from
Kyngchaos. The package includes GRASS, but the processing integration
does not work. Is there something that needs to be configured in
addition to get it working?

I checked the /Applications/QGIS.app/Contents/MacOS folder and GRASS
seems to be present. Processing finds the GRASS modules - they are
listed in the toolbox. However, if we open a module, e.g. v.surf.rst we
 get the error message that GRASS is missing or not configured properly.
 See http://webgis.uster.ch/temp/grass_missing_dependency.png

In the configuration panel, the settings to the GRASS folder is correct
 and it exists, however there is no MSYS available in QGIS on OSX. See
http://webgis.uster.ch/temp/grass_processing_settings.png - so the given
path /Applications/QGIS.app/Contents/msys is in fact not existing.

Most of our Windows users seem to get a very similar behavior.

Juliana has a course on Thursday and we would appreciate it very much if
we could find a solution until then.

Thank you for your help to get this working.

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


Re: [Qgis-developer] QGIS 2.0 and GRASS integration on OSX and Windows

2013-09-23 Thread William Kyngesburye
For the Mac side, I found a library link error.  I'll fix this for an update 
soon.

The msys setting is ignored on OS X (and Linux).  Maybe this should be shown 
only to Windows users so everyone else is not confused.

On Sep 23, 2013, at 3:55 PM, Andreas Neumann wrote:

> Hi all,
> 
> I know that this is probably a known-issue.
> 
> We downloaded and installed the latest QGIS and GDAL packages from
> Kyngchaos. The package includes GRASS, but the processing integration
> does not work. Is there something that needs to be configured in
> addition to get it working?
> 
> I checked the /Applications/QGIS.app/Contents/MacOS folder and GRASS
> seems to be present. Processing finds the GRASS modules - they are
> listed in the toolbox. However, if we open a module, e.g. v.surf.rst we
> get the error message that GRASS is missing or not configured properly.
> See http://webgis.uster.ch/temp/grass_missing_dependency.png
> 
> In the configuration panel, the settings to the GRASS folder is correct
> and it exists, however there is no MSYS available in QGIS on OSX. See
> http://webgis.uster.ch/temp/grass_processing_settings.png - so the given
> path /Applications/QGIS.app/Contents/msys is in fact not existing.
> 
> Most of our Windows users seem to get a very similar behavior.
> 
> Juliana has a course on Thursday and we would appreciate it very much if
> we could find a solution until then.
> 
> Thank you for your help to get this working.
> 
> Andreas and Juliana
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

-
William Kyngesburye 
http://www.kyngchaos.com/

Theory of the Universe

There is a theory which states that if ever anyone discovers exactly what the 
universe is for and why it is here, it will instantly disappear and be replaced 
by something even more bizarrely inexplicable.  There is another theory which 
states that this has already happened.

-Hitchhiker's Guide to the Galaxy 2nd season intro


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


Re: [Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread Noli Sicad
Hi John,

Thanks for pointing for Homebrew OTB-3.18.0 formula.

I will install it. I hope this would be compatible with OTB-3.18.1
that QGIS 2.0.1 OTB plugin is using.

I hope William will have OTB-3.18.1 binary soon so everything works in
the box, just like Windows and Ubuntu Linux counterparts.

Although, Windows QGIS OTB and GRASS plugins in Windows QGIS 2.0.1
does not work as well.

Thanks.

Regards, Noli



On 9/24/13, John C. Tull  wrote:
> Hi Noli,
>
> The homebrew package manager has an orfeo formula. I just installed it, and
> it seems to work for me, although I'm not a user of OTB so I didn't do much
> testing. It is currently version 3.18.0, but I'm not sure if that matters or
> not.
>
> Cheers,
> John
>
> On Sep 23, 2013, at 6:25 AM, Noli Sicad  wrote:
>
>> Hi,
>>
>> How do I compile OTB-3.18.1 in Mac OS X?
>>
>> Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?
>>
>> I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.
>>
>> Thanks,
>>
>> Noli
>> ___
>> 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


Re: [Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread William Kyngesburye
I'm working on a rebuild to fix various packaging problems, including OTB.  
Please be patient.

On Sep 23, 2013, at 7:27 PM, Noli Sicad wrote:

> Hi John,
> 
> Thanks for pointing for Homebrew OTB-3.18.0 formula.
> 
> I will install it. I hope this would be compatible with OTB-3.18.1
> that QGIS 2.0.1 OTB plugin is using.
> 
> I hope William will have OTB-3.18.1 binary soon so everything works in
> the box, just like Windows and Ubuntu Linux counterparts.
> 
> Although, Windows QGIS OTB and GRASS plugins in Windows QGIS 2.0.1
> does not work as well.
> 
> Thanks.
> 
> Regards, Noli
> 
> 
> 
> On 9/24/13, John C. Tull  wrote:
>> Hi Noli,
>> 
>> The homebrew package manager has an orfeo formula. I just installed it, and
>> it seems to work for me, although I'm not a user of OTB so I didn't do much
>> testing. It is currently version 3.18.0, but I'm not sure if that matters or
>> not.
>> 
>> Cheers,
>> John
>> 
>> On Sep 23, 2013, at 6:25 AM, Noli Sicad  wrote:
>> 
>>> Hi,
>>> 
>>> How do I compile OTB-3.18.1 in Mac OS X?
>>> 
>>> Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?
>>> 
>>> I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.
>>> 
>>> Thanks,
>>> 
>>> Noli
>>> ___
>>> Qgis-developer mailing list
>>> Qgis-developer@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>> 
>> 

-
William Kyngesburye 
http://www.kyngchaos.com/

Theory of the Universe

There is a theory which states that if ever anyone discovers exactly what the 
universe is for and why it is here, it will instantly disappear and be replaced 
by something even more bizarrely inexplicable.  There is another theory which 
states that this has already happened.

-Hitchhiker's Guide to the Galaxy 2nd season intro


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


Re: [Qgis-developer] More packaging issues. Turning off Processing simplified mode

2013-09-23 Thread Noli Sicad
Hi Victor,

I hope OTB, GRASS and SAGA plugins in QGIS 2.0.1 work in Windows and
Mac OS X. I don't know what is the status of these plugins in Linux
(i.e. Ubuntu).

Anybody knows if these plugins working in Ubuntu properly?

It is not so clear in the instruction, if OTB, GRASS and SAGA binaries
are necessary to make these QGIS 2.0.1 plugins works in Processing.

Thanks, Noli

On 9/23/13, Victor Olaya  wrote:
> Hi all
>
> I have tried to install 2.0.1 from OSGeo4W and I have seen that it
> doesn't have GRASS, SAGA or OTB as dependencies. I guess this lack of
> dependencies propagates to the standalone installer (although it
> installs GRASS, AFAICT)
>
> Don't know if this is a packaging issue or is intentional, but
> Processing assumes that at least SAGA and OTB are installed, and the
> idea was to give less advanced users soething that works out of the
> box, without having to install anything else (at least in the windows
> version).
>
> Since this might not be true (I don't know if there was some
> misunderstanding when we discussed this), I am going to turn off the
> "Simplified interface", which hides the complexity of the algorithm
> providers. I prefer to have something that actually looks more
> complex, than something that looks simple, but then it is not working
> if you do not do some more advanced configuration and installing.
>
> Do you think this is a good idea? I am seeing that most users
> complaining about Processing do it because of installation problems
> (lack of 3rd party apps in this case), and I prefer to target more
> advanced users that can solve those problems themselves, than target
> basic users when we cannot provide a one-step installation and they
> are going to find a malfunctioning plugin.
>
> cheers
> Victor
> ___
> 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


Re: [Qgis-developer] QGIS 2.0 and GRASS integration on OSX and Windows

2013-09-23 Thread Andreas Neumann
Thank you William.

I appreciate the work you do around the OSX packages!

Andreas

Am 24.09.2013 00:15, schrieb William Kyngesburye:
> For the Mac side, I found a library link error.  I'll fix this for an update 
> soon.
> 
> The msys setting is ignored on OS X (and Linux).  Maybe this should be shown 
> only to Windows users so everyone else is not confused.
> 
> On Sep 23, 2013, at 3:55 PM, Andreas Neumann wrote:
> 

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