Re: [Qgis-developer] error building qgis debian package for 2.2

2014-03-06 Thread Jürgen E . Fischer
Hi Etienne, On Wed, 05. Mar 2014 at 22:05:49 -0300, Etienne Tourigny wrote: I am trying to build debian packages for 2.2 in Ubuntu Raring (12.04) but there seems to be a problem with libspatialindex, although I do have libspatialindex1 and libspatialindex-dev installed The build process

[Qgis-developer] Panels and plugins

2014-03-06 Thread Jorge Tornero - Listas
Hello everybody, Well, I'm trying to put my plugin (transectizer) beyond the 'experimental box' of plugins and thus improving it a little and, of course, fix its many problems. One of this problems concerns the visibility of the plugin itself. I've decide to make it a dockable widget rather

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread G. Allegri
I don't know what's the ongoing progress on this topic but I think that a system for the dependencies management should be embedded inside QGIS. I'm not in favour for a plugin to do that. Having an integrated pip would be more transparent to the user and the plugin developers. The developer should

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Mauro Alberti
In my opinion, a much simpler and cleaner approach (at least from the point of view of a normal user), would be to allow, in QGis Windows (standalone installer), the user not to point to (or not install) an internal Python, but to refer to an external installation. For instance, to point to a

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Nathan Woodrow
On Thu, Mar 6, 2014 at 8:11 PM, Mauro Alberti alberti@gmail.com wrote: In my opinion, a much simpler and cleaner approach (at least from the point of view of a normal user), would be to allow, in QGis Windows (standalone installer), the user not to point to (or not install) an internal

[Qgis-developer] RealCentroid plugin error

2014-03-06 Thread Geo DrinX
Hello all, as in object, I had an error from RealCentroid plugin in QGis 2.2 on Windows 7 64 bit. This is the error: Traceback (most recent call last): File C:/Users/rrr/.qgis2/python/plugins\realcentroid\realcentroid.py, line 124, in run self.centroids() File

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread G. Allegri
Windows doesn't ship with any version of Python. Yay Windows! So we bundle our own. I personally don't mind this so much because it's easier to control the setup if we bundle it. The main thing here is just including pip and easy_install in all the windows installs, standalone and

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Jürgen E . Fischer
Hi Mauro, On Thu, 06. Mar 2014 at 11:11:14 +0100, Mauro Alberti wrote: In my opinion, a much simpler and cleaner approach (at least from the point of view of a normal user), would be to allow, in QGis Windows (standalone installer), the user not to point to (or not install) an internal Python,

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Mauro Alberti
Hi Jurgen, On Thu, Mar 6, 2014 at 11:32 AM, Jürgen E. j...@norbit.de wrote: Python installed via Python(x,y), where there is already a plenty of modules installed and it is very easy to install/update via pip/easy_install and so on.

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Tim Sutton
Hi The only gotcha to this is that different plugins might require different versions of dependencies. We also toyed around in the past with the idea of each plugin having its own virtualenv for deps and then linking in the QGIS provided site_packages dir into that virtualenv too. Regards Tim

Re: [Qgis-developer] Incosistencies in QGIS Mapserver's GetFeatureInfo WMS responses

2014-03-06 Thread Marcel Dancak
Hello, I have created a pull request that should fix all inconsistencies/bugs in WMS GetFeatureInfo response, one for master and one for relese-2_2 branch. I wasn't able to test mapserver from current master cause it is probably broken, but the same changes in release2_2 branch works as expected.

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread G. Allegri
The only gotcha to this is that different plugins might require different versions of dependencies. We also toyed around in the past with the idea of each plugin having its own virtualenv for deps and then linking in the QGIS provided site_packages dir into that virtualenv too. This would

[Qgis-developer] [FeedBack] import a DB with QGIS styles table

2014-03-06 Thread Yves Jacolin (Free)
Hi, I would like to share a feedback on an issue on layer style in DB. One user wanted to migrate his database from pgsql 8.4 to pgsql 9.x. (the postgresql release is not important). He get some issue when importing the dump: ERREUR: invalid XML content LINE 1: ...ion',

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Gino Pirelli
or we can manage a - light way (light in the plugin point of view) with simple requirement.txt (or whatever) or a - robust and idependent way managing virtualenv or a - kaos way mixing :) Luigi Pirelli On 6 March 2014 13:18, Tim Sutton li...@linfiniti.com wrote: Hi The only gotcha to this

[Qgis-developer] QGis Spline plugin

2014-03-06 Thread Geo DrinX
Hello All, I am trying the Spline plugin with QGis 2.2 on Windows 7, but I obtain this error: Traceback (most recent call last): File C:/Users/rrr/.qgis2/python/plugins\spline\spline.py, line 96, in canvasPressEvent self.createFeature() File

[Qgis-developer] bounding box of QgsLabel

2014-03-06 Thread Poltini Roberto
Hi all, how can i get the bounding box rectangle af a QgsLabel object ? Thanks Roberto Per essere informati sulle novità del Gruppo Iren, vi invitiamo a registrarvi alla nostra mailing list, all’indirizzo http://www.gruppoiren.it/;http://www.gruppoiren.it/ .

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Jürgen E . Fischer
Hi Gino, On Thu, 06. Mar 2014 at 12:10:02 +0100, Gino Pirelli wrote: but they quote only ' or \ so they are -not- enough to a complete sql injection protection [4] Um, the link doesn't clearly point out what else to do. every DB have it's internal functions to manage this cases, but better

[Qgis-developer] Plugin [51] Hotlink approval notification.

2014-03-06 Thread noreply
Plugin Hotlink approval by geum. The plugin version [51] Hotlink 0.7 is now approved Link: http://plugins.qgis.org/plugins/Hotlink/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] qgis 2.2 crash

2014-03-06 Thread Enzo Cocca
6.2.9200.20512 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Users\user\AppData\Local\Temp\qgis-20140306-094727-5224-6084-c3a2817.dmp] User Mini Dump File: Only registers, stack and portions of memory are available Symbol search path is: *** Invalid

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Larry Shaffer
Hi, On Thu, Mar 6, 2014 at 5:18 AM, Tim Sutton li...@linfiniti.com wrote: Hi The only gotcha to this is that different plugins might require different versions of dependencies. We also toyed around in the past with the idea of each plugin having its own virtualenv for deps and then linking

[Qgis-developer] Loading on Samsung Galaxy Note 8 - success

2014-03-06 Thread newbury
I saw a post about unmounting the SD card and was able to download and install. Finally. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] A pipinstall plugin is possible? First: What's the difference between the Osgeo4w Shell?

2014-03-06 Thread mando
I would like also suggest that the installation of python modules it is not necessary linked to a plugin, but also for every experiment we want make through the python console. Ut is usefull keep it on mind for the futures development. Regards Luca -- View this message in context:

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Gino Pirelli
Thank you Jürgen, I feel safer ;) but... I can't figure out how postgres quote_* methods manage -- Comments or String without Quotes that can break SQL statement or introduce elements that can't be escaped... I would appreciate opinions by DB experts because looking around all says that escaping

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Tim Sutton
Hi On Thu, Mar 6, 2014 at 6:46 PM, Larry Shaffer lar...@dakotacarto.comwrote: Hi, On Thu, Mar 6, 2014 at 5:18 AM, Tim Sutton li...@linfiniti.com wrote: Hi The only gotcha to this is that different plugins might require different versions of dependencies. We also toyed around in the past

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread G. Allegri
QGIS Server does it's own escaping and filters allowed characters and words in filters. giovanni 2014-03-06 18:59 GMT+01:00 Alessandro Pasotti apaso...@gmail.com: 2014-03-06 18:51 GMT+01:00 Gino Pirelli lui...@gmail.com: Thank you Jürgen, I feel safer ;) but... I can't figure out how

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Alessandro Pasotti
2014-03-06 18:51 GMT+01:00 Gino Pirelli lui...@gmail.com: Thank you Jürgen, I feel safer ;) but... I can't figure out how postgres quote_* methods manage -- Comments or String without Quotes that can break SQL statement or introduce elements that can't be escaped... I would appreciate

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Gino Pirelli
Hi alessandro this is inside provider... I suppose that qgis server uses provider as Desktop Luigi Pirelli (luigi.pire...@faunalia.it - lui...@gmail.com) On 6 March 2014 18:59, Alessandro Pasotti apaso...@gmail.com wrote: 2014-03-06 18:51 GMT+01:00 Gino Pirelli lui...@gmail.com: Thank you

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Alessandro Pasotti
2014-03-06 19:09 GMT+01:00 Gino Pirelli lui...@gmail.com: Hi alessandro this is inside provider... I suppose that qgis server uses provider as Desktop Yes, but it does some sanity checks. https://github.com/qgis/QGIS/blob/master/src/mapserver/qgswmsserver.cpp#L1975 -- Alessandro

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread Jürgen E . Fischer
Hi Gino, On Thu, 06. Mar 2014 at 18:51:58 +0100, Gino Pirelli wrote: Thank you Jürgen, I feel safer ;) but... I can't figure out how postgres quote_* methods manage -- Comments or String without Quotes that can break SQL statement or introduce elements that can't be escaped... quotedValue

Re: [Qgis-developer] SQL Injection vulnerability

2014-03-06 Thread aperi2007
AFAIK in a SLD style should never be put a direct sql string. The SQL is at datasource level for dataset filter and this is a question outside from the style. In the style should be put only some filter for classifications. This is more affordable with the CQL rather than SQL. Apart from

[Qgis-developer] Plugin [278] NetCDF Browser approval notification.

2014-03-06 Thread noreply
Plugin NetCDF Browser approval by etourigny. The plugin version [278] NetCDF Browser 0.3 Experimental is now approved Link: http://plugins.qgis.org/plugins/netcdfbrowser/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] error building qgis debian package for 2.2

2014-03-06 Thread Etienne Tourigny
You are right - so sorry! I got it to build ok following the steps Just a remark: dch requires the devscripts package but that is not explained in INSTALL. Is that required for ubuntu only? If not this dependency be added to INSTALL $ dch -l ~raring --force-distribution --distribution raring

Re: [Qgis-developer] uploading plugin files to hub.qgis.org

2014-03-06 Thread Alex Mandel
Are you trying to upload a release of your plugin or looking to host the source code and bug tracker of the plugin? Release of plugins is handled separately via plugins.qgis.org What you've pointed out is a bug that the admins need to figure out why something changed. I have a working repo key

[Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
Hi everyone, Just dropping a quick email out to let everyone know about a project I have been working on the last couple of months. Digital Mapping Solutions, and myself, would like to announce the first version of IntraMaps Roam - a simple, but flexible, Windows based data collection

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 07/03/2014 07:32, Nathan Woodrow ha scritto: Just dropping a quick email out to let everyone know about a project I have been working on the last couple of months. Digital Mapping Solutions, and myself, would like to announce the first

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote: thanks for this. Why is this for Win only? There isn't really a lot of Windows only things in the code itself, well nothing that can't be abstracted away, but I mainly dev on Windows and so are most of our clients so

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Gino Pirelli
great Nathan... this can be a good platform where to insert a future mobile use for Geosisma can we plan to transform/fork/ it in a sort of framework? I'm going to test it :) On 7 March 2014 08:09, Nathan Woodrow madman...@gmail.com wrote: On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini