[Qgis-developer] Discussion on QGIS.ORG as a proxy organisation for bidding in conjunction with crowd funding

2015-12-07 Thread Andreas Neumann

Hi,

As agreed in the last QGIS.ORG board meeting - I am starting a 
discussion about QGIS.ORG to act as a proxy organization during a 
bidding process on behalf of a crowd funding group that wants to improve 
existing QGIS features or introduce new features.


Please join the discussion at
https://www.loomio.org/d/EaQrPxbd/qgis-org-to-act-as-proxy-organisation-for-crowd-funding-bidding

Thanks,
Andreas
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Featured plugins

2015-12-07 Thread Tom Chadwin
If the featured flag is thought useful, how about pulling it through to the
plugin manager?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Featured-plugins-tp5239905p5240279.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Malfunction in setCrsTransformEnabled(bool): coordinates displayed are wrong

2015-12-07 Thread //./\\-/_.\\
Hi,

Thank you for your response. Could you indicate version of QGIS you use ?

This error recurs on Win and OSX platforms with QGIS > 2.8.3

Please find enclosed a screen shot of the error.

m431m


4. Déc 2015 13:14 de royr...@outlook.com:


> Hi,
>
> i tried and do not see any problem with coordinates...
>
> Il 04/12/2015 10:22, //./\\-/_.\\ ha scritto:
>
>>
>>


 Please try:
 >>> iface.mapCanvas().setCrsTransformEnabled(True)
 >>> crs = QgsCoordinateReferenceSystem(3857, 
 QgsCoordinateReferenceSystem.EpsgCrsId)
 >>> iface.mapCanvas().setDestinationCrs(crs)

 Then, take a look at coordinates which are displayed.

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

Re: [Qgis-developer] Malfunction in setCrsTransformEnabled(bool): coordinates displayed are wrong

2015-12-07 Thread m roy


Il 07/12/2015 16:29, //./\\-/_.\\ ha scritto:
Hi,

Thank you for your response. Could you indicate version of QGIS you use ?

This error recurs on Win and OSX platforms with QGIS > 2.8.3

Please find enclosed a screen shot of the error.


I used win 2.12.1 32bit but i had a layer loaded.

It seems to me that you do not have any layer loaded;
if i open a blank project the coordinates seems to stuck at 0 (zero),
afer "iface.mapCanvas().setDestinationCrs(crs)",
(maybe you ned to give some other option to set it properly ?)
do not know if this is a bug but it's weird indeed, it seems to happen
only with a blank project with no layers.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Doxygen comments in the SIP bindings - any point?

2015-12-07 Thread Matthias Kuhn
I was always hoping that we could somehow integrate this with
http://pyqt.sourceforge.net/Docs/sip4/directives.html#directive-%Docstring

Matthias

On 12/07/2015 08:46 AM, Nyall Dawson wrote:
> Hi all,
>
> Just wondering, is there any purpose served by duplicating the doxygen
> comments in the SIP bindings?
>
> As far as I can tell, it's:
>
> - not used for anything at all
> - tends to be out of sync with the main header docs
> - causes extra boring work having to copy changes from the headers to
> the sip bindings
>
> Would anyone miss it if these were removed?
>
> Nyall
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

-- 
Matthias Kuhn
OPENGIS.ch - https://www.opengis.ch
Spatial • (Q)GIS • PostGIS • Open Source

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

Re: [Qgis-developer] SPIT core plugin - can be we remove it?

2015-12-07 Thread Nyall Dawson
On 7 December 2015 at 19:49, m roy  wrote:
>
> Il 07/12/2015 02:51, Nathan Woodrow ha scritto:
>
> Hi all,
>
> SPIT is now removed from core.  If there is anything missing in the current
> stuff that was in SPIT please open a ticket so it can be address in DB
> Manager.
>
>
> Shapefile bulk import, is there a way with DBmanager
> to import say 15 shapefile at once?

Processing can be used to do bulk imports.

Nyall



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

Re: [Qgis-developer] Doxygen comments in the SIP bindings - any point?

2015-12-07 Thread Jürgen E . Fischer
Hi Nyall,

On Mon, 07. Dec 2015 at 18:46:49 +1100, Nyall Dawson wrote:
> Just wondering, is there any purpose served by duplicating the doxygen
> comments in the SIP bindings?

Yes, scripts/sipdiff shows less differences.

Without them there will be lots of differences, where there are no actual
differences and the actual differences are buried in that noise.

And with vimdiff's do/dp it's easy to copy the main header docs.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] SPIT core plugin - can be we remove it?

2015-12-07 Thread m roy

Il 07/12/2015 02:51, Nathan Woodrow ha scritto:
Hi all,

SPIT is now removed from core.  If there is anything missing in the current 
stuff that was in SPIT please open a ticket so it can be address in DB Manager.


Shapefile bulk import, is there a way with DBmanager
to import say 15 shapefile at once?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] SPIT core plugin - can be we remove it?

2015-12-07 Thread m roy


Il 07/12/2015 09:51, Nyall Dawson ha scritto:
> On 7 December 2015 at 19:49, m roy  wrote:
>> Il 07/12/2015 02:51, Nathan Woodrow ha scritto:
>>
>> Hi all,
>>
>> SPIT is now removed from core.  If there is anything missing in the current
>> stuff that was in SPIT please open a ticket so it can be address in DB
>> Manager.
>>
>>
>> Shapefile bulk import, is there a way with DBmanager
>> to import say 15 shapefile at once?
> Processing can be used to do bulk imports.
>
> Nyall
>
>
  I see, good to know thanks!
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] SPIT core plugin - can be we remove it?

2015-12-07 Thread m roy


Il 07/12/2015 09:51, Nyall Dawson ha scritto:
> On 7 December 2015 at 19:49, m roy  wrote:
>> Il 07/12/2015 02:51, Nathan Woodrow ha scritto:
>>
>> Hi all,
>>
>> SPIT is now removed from core.  If there is anything missing in the current
>> stuff that was in SPIT please open a ticket so it can be address in DB
>> Manager.
>>
>>
>> Shapefile bulk import, is there a way with DBmanager
>> to import say 15 shapefile at once?
> Processing can be used to do bulk imports.
>
> Nyall
>
>
About processing "Import into PostGIS":

It would be nice to have an option to select the schema
for all layers to be imported, maybe populating the schema
values of the "Run as batch process..." dialog using the
"Schema (schema name)" value in the main "Import into PostGIS" dialog;
otherwise you have to manually edit the schema value for every single
layer, not handy.


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

Re: [Qgis-developer] Moving to Trusty for Travis tests

2015-12-07 Thread Nyall Dawson
On 3 December 2015 at 22:05, Tom Chadwin  wrote:
> Apologies if this is too off-topic, but with Travis releasing their new
> Google Compute Engine infrastructure, I've done some work on my Travis
> setup, including moving from Ubuntu Precise to Trusty. Briefly, the issues I
> encountered under Trusty as opposed to Precise were:

Seems like this change has made the Linux builds of QGIS on Travis
very unstable - the builds frequently take much longer than usual and
result in timing out before completion.

If your PR has reported a failure on Travis, and Travis is saying
"errored" rather than "failed", it's NOT your fault! Don't spend ages
trying to debug it - we'll just have to hope that Travis gets things
sorted quickly on their end.

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

Re: [Qgis-developer] SPIT core plugin - can be we remove it?

2015-12-07 Thread Etienne Trimaille
2015-12-07 12:04 GMT+01:00 m roy :

> It would be nice to have an option to select the schema
> for all layers to be imported
>

Set the schema on the first row and then double click on the column name.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Qt4->Qt5 timeline: Qt4's status and Qt4's webkit removal in Stretch

2015-12-07 Thread Sebastiaan Couwenberg
On 02-05-15 10:19, Luigi Pirelli wrote:
> http://perezmeyer.blogspot.com.es/2015/05/qt4s-status-and-qt4s-webkit-removal-in.html

As reported in Debian Bug #784514 [0], the WebKit support will be
removed from python-qt4 in earlier 2015 (but not before January 7th, one
month from now).

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784514#43

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Fwd: A new plugin has been created by rgroup.

2015-12-07 Thread Paolo Cavallini
Hi all.
We have more and more hydrology plugins. It would be interesting to coordinate 
these efforts, an reducing duplication. Anyone willing to take this?
Thanks.


 Messaggio originale 
Da: nore...@qgis.org
Inviato il: 8 dicembre 2015 01:41:34 GMT+03:00
A: wonder...@gmail.com, madman...@gmail.com, anitagra...@gmx.at, 
p...@sourcepole.ch, i...@borysjurgiel.pl, werner.ma...@gmail.com, 
brush.ty...@gmail.com, t...@linfiniti.com, etourigny@gmail.com, 
radim.bla...@gmail.com, gsher...@geoapt.com, apaso...@gmail.com, 
cavall...@faunalia.it, akbargumb...@gmail.com, rich...@duif.net, 
giovanni.man...@gmail.com, ma...@bernawebdesign.ch, 
qgis-developer@lists.osgeo.org
Oggetto: A new plugin has been created by rgroup.


Plugin name is: RiverGIS
Plugin description is: RiverGIS is a QGIS plugin that helps you create HEC-RAS 
flow model.
Link: http://plugins.qgis.org/plugins/rivergis/

-- 
Paolo Cavallini
http://www.faunalia.eu___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer