Re: [Qgis-user] New QGIS users. Attention plugin authors and nightly dev users.

2013-06-09 Thread gene
The QVariant type doesn't exist any more

Wow, really very good news for the Python and Python console lovers:  the
end of the PyQt  pollution in the data processing (as in gvSIG, see 
http://blog.gvsig.org/2013/05/21/gvsig-2-0-scripting-exploit-your-gvsig-iii-generate-a-polygon-from-a-course/
http://blog.gvsig.org/2013/05/21/gvsig-2-0-scripting-exploit-your-gvsig-iii-generate-a-polygon-from-a-course/
  
or with the Python console of GRASS GIS):
Ideally, the use of PyQt should be limited to the creation of interfaces (as
in GRASS GIS with wxPython)

Many thanks Nathan !



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/New-QGIS-users-Attention-plugin-authors-and-nightly-dev-users-tp5058898p5058902.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] New QGIS users. Attention plugin authors and nightly dev users.

2013-06-09 Thread Borys Jurgiel
 The plugin
 installer will not install a 1.8 plugin into 2.0 or a 2.0 plugin into 1.8.

Just to clarify: please note the future form of this sentence. Now we're in a 
transitional period: QGIS is switched to 2.0 API, but formally the version 
number is still 1.9, so don't be surprised the plugin manager in the *current* 
master branch (and in nightly builds) still installs incompatible 1.x plugins 
(and then tells they are invalid of course).
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] The new Plugin Manager in master and plugins for 1.8 and 2.0

2013-06-09 Thread Borys Jurgiel
This mail is only related to the nightly builds and developer master branch. 
If you use the stable QGIS 1.8, you can ignore it.

Hi Devs and developer branch Users,

From yesterday the master branch uses plugin API 2.0, so old plugins for QGIS 
1.x don't work anymore. We (their authors) need some time to update them to 
the new API. Because formally the current developer version is still 1.9, I 
just hardcoded 2.0.0 as the current version number in the plugin managing stuff 
until it's officially switched. For that reason QGIS only accepts plugins 
compatible with version 2.0 now!

Don't be surprised the plugin manager has become blind and shows empty 
repositories. It just properly recognizes all the the old 1.8 plugins as 
incompatible and doesn't display them. As the plugins will be updated to the 
2.0 API, they should start to appear in the Manager again.


For plugin authors:

Because QGIS assumes plugin is only compatible with one major version, so you 
need to set qgisMinimumVersion to 2.0 in order to make it compatible with QGIS 
2.0.0 - 2.999.999. If you set qgisMinimumVersion to 1.x, it will assume that 
MAXIMUM version is 1.999.999.

In case you want to create a plugin compatible with both API, you need to 
explicitly set both qgisMinimumVersion and qgisMaximumVersion tags. However, 
it's only reasonable for very simple plugins, because the changes are maybe 
not numerous, but quite fundamental.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Install gdal-ecw for Debian

2013-06-09 Thread Carlos López PSIG
Hi to everyone,

I'm looking for a package or repository for install de library for load ECW
in Quantum GIS 1.8.
My SO is Debian 7
I found solution only for Ubuntu, but not for Debian!
I tried this advice but it doesn't work!

   -
   http://gis.stackexchange.com/questions/27247/ecw-for-qgis-1-8-in-ubuntu-12-04
   - http://ariasprado.name/2011/02/27/gdal-ecw-support-via-plugins.html


Anyone can help me?

Thanks in advance.

All the best,

Carlos López Quintanilla
Consultor SIG
M. +34 699.680.261
carlos.lo...@psig.es
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user