Re: [Qgis-developer] Cleaning up the plugin queue

2014-03-25 Thread Matthias Kuhn
On 24.03.2014 22:34, Alex Mandel wrote: On 03/24/2014 02:22 PM, Paolo Cavallini wrote: Hi all. After a short talk with Richard, I feel it is important to clean up the unapproved plugin queue: we had about 40 plugins, some from 2012. I'm writing the authors to ask for missing info, then I

Re: [Qgis-developer] master slow reading rasters?

2014-03-25 Thread Giovanni Manghi
This is what I use for testing: http://rmgsc.cr.usgs.gov/outgoing/ecosystems/AfricaData/ this datasets open very fast here on msater. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Zoom to full extent in composer (Python)

2014-03-25 Thread Vincent Damoy
Hello, I open a new composer in QGIS with Python, and I'd like to zoom to the QgsComposition extent (like the zoom to full extent button in the composer). I just can't find the way to do so. I sought in PYQGIS cookbook, in Qgis API documentation, I tried to find the classes and methods

[Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Francesco Sozzi
Hi Everybody, I'm new on QGis developing and Python and I'm trying to setup a developing environment for building plugins on QGis. My problem is that breakpoints on Eclipse do not work, process does not stop on them. This is what I do to debug: 1) On Eclipse I execute PyDev-Start Debug Server 2)

[Qgis-developer] Plugin [479] Arrows approval notification.

2014-03-25 Thread noreply
Plugin Arrows approval by pcav. The plugin version [479] Arrows 0.2.1 is now approved Link: http://plugins.qgis.org/plugins/arrows/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [250] IDECANARIAS approval notification.

2014-03-25 Thread noreply
Plugin IDECANARIAS approval by pcav. The plugin version [250] IDECANARIAS 1.3 Experimental is now approved Link: http://plugins.qgis.org/plugins/IDESearch/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Plugin [250] IDECANARIAS approval notification.

2014-03-25 Thread noreply
Plugin IDECANARIAS approval by pcav. The plugin version [250] IDECANARIAS 1.1 Experimental is now approved Link: http://plugins.qgis.org/plugins/IDESearch/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Plugin [250] IDECANARIAS approval notification.

2014-03-25 Thread noreply
Plugin IDECANARIAS approval by pcav. The plugin version [250] IDECANARIAS 1.4 Experimental is now approved Link: http://plugins.qgis.org/plugins/IDESearch/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Plugin [250] IDECANARIAS approval notification.

2014-03-25 Thread noreply
Plugin IDECANARIAS approval by pcav. The plugin version [250] IDECANARIAS 1.0 Experimental is now approved Link: http://plugins.qgis.org/plugins/IDESearch/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Luca Manganelli
On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi fso...@intercad.ch wrote: Hi Everybody, I'm new on QGis developing and Python and I'm trying to setup a developing environment for building plugins on QGis. My problem is that breakpoints on Eclipse do not work, process does not stop on

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Franz1965
I've also taken a try with an alternate RemoteDebug plugin (https://github.com/luipir/qgis-remote-debug) but with no luck. It's strange... RemoteDebug is not in the list of installable plugins and you have to manually download and install it. But on downloaded version, inside metadata.txt, I find

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread G. Allegri
I usually do it without using the QGIS remote debugger. http://pydev.org/manual_adv_remote_debugger.html giovanni Il 25/mar/2014 14:02 Luca Manganelli luc...@gmail.com ha scritto: On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi fso...@intercad.chwrote: Hi Everybody, I'm new on QGis

[Qgis-developer] Want a stable, bug free release?

2014-03-25 Thread Paolo Cavallini
Hi all. QGIS core team is committed to provide everyone the best possible free, libre, open source GIS. In this complex process, there are areas that are more difficult to cover with either volunteer or contract work, especially: * bugs fixing * backporting bugfixes, and * packaging and releasing

Re: [Qgis-developer] WMS load regression in 2.2

2014-03-25 Thread Luca Manganelli
On Tue, Mar 18, 2014 at 10:58 PM, Nyall Dawson nyall.daw...@gmail.comwrote: [...] After some investigations with Process Monitor, we discovered that QGIS 2.2, during the operation of adding a WMS Layer, is querying continuously the file srs.db. How did we discover it? - with QGIS installed on

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Franz1965
giohappy wrote I usually do it without using the QGIS remote debugger. http://pydev.org/manual_adv_remote_debugger.html giovanni Hi Giovanni, Many thanks for help, it works :) But... it seems that, with this approach, dynamic breakpoints are replaced by static calls of pydevd.settrace()

Re: [Qgis-developer] Qgis-Processing (former Sextante) has two bug trackers

2014-03-25 Thread Alexander Bruy
+1 from me to make Processing/SEXTANTE subproject if this keep all tickets categories and allow to see Processing bugs among QGIS ones 2014-03-24 21:32 GMT+02:00 Alex Mandel tech_...@wildintellect.com: As a sub-project, it would show up in queries of the main QGIS ticket system, but at the same

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Gino Pirelli
just a note... there's no alternative RemoteDebug plugin... my changes where merged in the main project https://github.com/sourcepole/qgis-remote-debug In my case it works... now I can't rememnber If I set something particular (and I've no time to check now)... what I can say is that remote

Re: [Qgis-developer] Code Sprint agenda

2014-03-25 Thread Gino Pirelli
my agenda is focused on add functions to rt_mapserver_exporter plugin to support missing parameter passed to map file first goal was reached negotiating a solution with mapserver team to allow managing of external graphic (svg too) thanks to introduce a validation block check in applySld

[Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Giuseppe De Marco
I was trying to upload a plugin version on hub.qgis.org after updating my rss key on laptop, and I was asked for a password after entering $ git push origin master opening a terminal and issuing ssh -v gito...@qgis.org I get OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013 debug1:

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Alex Mandel
Guess no one has looked into this since you last emailed about the issue. I'm once again forwarding to the people who I think will know how to fix. Thanks, Alex On 03/25/2014 10:23 AM, Giuseppe De Marco wrote: I was trying to upload a plugin version on hub.qgis.org after updating my rss key on

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Gino Pirelli
I don't remember there is need of a key to upload plugins... am I wrong? git push origin master could be a problem related to you remote git repository configuration? ciao Luigi Pirelli On 25 March 2014 18:23, Giuseppe De Marco demarco.giuse...@gmail.comwrote: I was trying to upload a

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Giuseppe De Marco
I guess so since you're telling me so let's say that I choose SCM - Git inside my hub.qgis.org account and name it my_plugin, then I would have to add this repository with git inside my local folder: git init git add . git commit -m 'init repo' git remote add origin gito...@qgis.org:my_plugin git

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Gino Pirelli
ha sorry I did't understand you have your code in the hub.qgis.org git On 25 March 2014 18:48, Giuseppe De Marco demarco.giuse...@gmail.comwrote: I guess so since you're telling me so let's say that I choose SCM - Git inside my hub.qgis.org account and name it my_plugin, then I would have to

[Qgis-developer] Plugin [360] pyArchInit approval notification.

2014-03-25 Thread noreply
Plugin pyArchInit approval by pcav. The plugin version [360] pyArchInit 0.1 Experimental is now approved Link: http://plugins.qgis.org/plugins/pyarchinit/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Duplication of functionality: Data-defined size and Size scale field

2014-03-25 Thread Nyall Dawson
If we do that, we need to find a more readable interface interface for data defined properties. It is unclear to the user if some options are activated in there or not. A visual flag could do the trick, or a complete gui review, to avoid another subdialog. (hierarchical view is the current

Re: [Qgis-developer] processing.runalg() issue with grass algorithms

2014-03-25 Thread Eric Goddard
Alright, latest master (9e42c5b), with processing version 2.0-20131120. Running a custom tool that consists of the following code results in an error: ##dem=raster ##radius=number 4 ##lpf=output raster lpf = processing.runalg(saga:simplefilter, dem, 0, 0, radius, None) An error has occured

Re: [Qgis-developer] processing.runalg() issue with grass algorithms

2014-03-25 Thread Victor Olaya
The runalg method does not return a layer. It returns a dict with the outputs of the algorithms. Keys are output names, values are paths to output objects Hope this helps 2014-03-25 22:36 GMT+01:00 Eric Goddard egoddard1...@gmail.com: Alright, latest master (9e42c5b), with processing version

Re: [Qgis-developer] Vienna hackfest: QGIS Legend discussion

2014-03-25 Thread Olivier Dalang
Hi ! Great news ! (by the way, I'm crossposting to qgis-ux as well) I've been thinking about this a little and have some more long term ideas I want to share (see the mockup below, it may be more clear): 1. Trivalent checkboxes (neutral, visible, hidden) (#5787) When neutral, a layer/group is

Re: [Qgis-developer] Vienna hackfest: QGIS Legend discussion

2014-03-25 Thread Nyall Dawson
On 26 March 2014 11:07, Olivier Dalang olivier.dal...@gmail.com wrote: 3. Display labels/diagrams/actions/etc. as icons just after the layer's name Allow for quick toggling of those frequently useful features. Right clicking allow for related actions (edit, set label expression, etc.) A

Re: [Qgis-developer] processing.runalg() issue with grass algorithms

2014-03-25 Thread Eric Goddard
Thanks, I knew they returned dictionaries, but I forgot to change the call to runalg to have lpf as the output argument. The script executes with the SAGA algorithm. On Tue, Mar 25, 2014 at 5:25 PM, Victor Olaya vola...@gmail.com wrote: The runalg method does not return a layer. It returns a