Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Alessandro Pasotti
2013/12/31 Bob and Deb > Maybe what is needed is a checkbox for programmer related plugins such as > Plugin Builder, Plugin Reloader, ScriptRunner and HelloWorld? One another > idea is to integrate HelloWorld into Plugin Builder? > > Hi, yes, this is a solution, I feel that with over 6000 down

Re: [Qgis-developer] gdalwarp not installed on MacOSX ?

2013-12-30 Thread Geodrinx
> I don't know what to do with the plugin to see if it fails when running it. Simply, load an image (possibly a dtm, like a .bt or a .tif ), before to call the plugin. It displays the qgis image into a 3D viewer web page. I tested it on (bleah!) Windows and it works (very) well. :) I don't kno

Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Bob and Deb
Maybe what is needed is a checkbox for programmer related plugins such as Plugin Builder, Plugin Reloader, ScriptRunner and HelloWorld? One another idea is to integrate HelloWorld into Plugin Builder? On Dec 30, 2013 5:44 AM, "Jonathan Moules" < jonathanmou...@warwickshire.gov.uk> wrote: > +1 to

Re: [Qgis-developer] Commits missing from github?

2013-12-30 Thread Nyall Dawson
Actually... ignore that. My mistake! Nyall On 31 December 2013 11:21, Nyall Dawson wrote: > Is it just me or is there a whole bunch of commits missing from > https://github.com/qgis/QGIS/commits/master at the moment? > > There's a large block missing between Dec 18 and today. > > Nyall

[Qgis-developer] Commits missing from github?

2013-12-30 Thread Nyall Dawson
Is it just me or is there a whole bunch of commits missing from https://github.com/qgis/QGIS/commits/master at the moment? There's a large block missing between Dec 18 and today. Nyall ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http:

Re: [Qgis-developer] gdalwarp not installed on MacOSX ?

2013-12-30 Thread William Kyngesburye
I might see it if google showed me the image ;) I can say that gdalwarp IS installed - it's in the GDAL framework. I installed the plugin and it didn't complain. I don't know what to do with the plugin to see if it fails when running it. My guess is that it needs a configuration option to be

Re: [Qgis-developer] gdalwarp not installed on MacOSX ?

2013-12-30 Thread Larry Shaffer
Hi Roberto, On Mon, Dec 30, 2013 at 4:50 PM, Geo DrinX wrote: > Hello all, > > as you can see in this image: > > > https://drive.google.com/file/d/0Bwg_m86uaXY1R0c0VHk3Sy1HdDA/edit?usp=sharing > > it seems that gdalwarp is not installed (or not found) by Qgis2threejs > plugin on MacOSX. >

[Qgis-developer] gdalwarp not installed on MacOSX ?

2013-12-30 Thread Geo DrinX
Hello all, as you can see in this image: https://drive.google.com/file/d/0Bwg_m86uaXY1R0c0VHk3Sy1HdDA/edit?usp=sharing it seems that gdalwarp is not installed (or not found) by Qgis2threejs plugin on MacOSX. Could you please help me to solve this ? Thank you in advance Roberto ___

Re: [Qgis-developer] Visual changelog for QGIS 2.2

2013-12-30 Thread A Huarte
Hi Tim, thanks, I just wanted to know how I do. I have no hurry and I will wait for my pull requests to be accepted when appropriate. Alvaro > > De: Tim Sutton >Para: A Huarte >CC: qgis-developer >Enviado: Lunes 30 de diciembre de 2013 14:54 >Asunto: Re: [Qg

Re: [Qgis-developer] SymbologyExport parameter

2013-12-30 Thread Tim Sutton
Hi On Sun, Dec 29, 2013 at 9:32 AM, Pim Verver wrote: > Hi Tim, > > > > I executed an exact copy of your line of code and got the same error’ > > > > This is what I tried: > > > > canvas = iface.mapCanvas() > > aLayer = iface.activeLayer() > > if aLayer.dataProvider().name() == 'postgres': > >

[Qgis-developer] Fwd: [QGIS-UX] Hello world

2013-12-30 Thread Anita Graser
Hi, I'm writing to inform you that QGIS now has a dedicated mailing list where people can chime in and collect and discuss QGIS related UX (User Experience) / usability issues (as discussed in http://lists.osgeo.org/pipermail/qgis-psc/2013-December/001840.html). http://lists.osgeo.org/mailm

[Qgis-developer] Plugin is always updatable

2013-12-30 Thread salvatore
Hi to all, i've a problem with my plugin 'Video uav Tracker', it is always updatable. I checked metadata.txt and init.py and everithings seems to be okay, then tried to close the project and re-create it, but nothing changed. Could somebody take a look? Thanks a lot, Salvatore __

Re: [Qgis-developer] Visual changelog for QGIS 2.2

2013-12-30 Thread Tim Sutton
Hi On Mon, Dec 30, 2013 at 10:54 AM, A Huarte wrote: > Hi Tim, thanks for your work, but I have a question: the entry '# Feature: > New keybindings' is implemented in PR #1010 but it is not yet merged. > > I have other pull requests with new features (#1040, #1046) not merged > neither, in any

Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Jonathan Moules
+1 to Anita's post. The vast majority of GIS users aren't programmers in my experience (which is my masters and my current employment with 100+ people who use GIS in some form). Simpler is almost always better. It may not seem that way from mailing lists, but these are a self-selecting group of th

Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Anita Graser
Hi Alessandro, Am 30.12.2013, 13:54 Uhr, schrieb Alessandro Pasotti : Did you have any real feedback from users being confused from the HelloWorld plugin? After all, it clearly advertises itself as an example do-nothing plugin. There is feedback from at least one user who think it should not b

Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Alessandro Pasotti
2013/12/30 Anita Graser > Hi Alessandro, > > Thanks for chiming in. > > Am 30.12.2013, 09:44 Uhr, schrieb Alessandro Pasotti : > > But in that particular case (HelloWorld), I feel that people are using it >> as a template to explore/start the development of their plugins. It was >> downloaded mo

Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-30 Thread Anita Graser
Hi Alessandro, Thanks for chiming in. Am 30.12.2013, 09:44 Uhr, schrieb Alessandro Pasotti : But in that particular case (HelloWorld), I feel that people are using it as a template to explore/start the development of their plugins. It was downloaded more than 4000 times and people did warn me i

[Qgis-developer] Plugin [15] HelloWorld approval notification.

2013-12-30 Thread noreply
Plugin HelloWorld approval by anitagraser. The plugin version "[15] HelloWorld 2.0 Experimental" is now approved Link: http://plugins.qgis.org/plugins/HelloWorld/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailm

Re: [Qgis-developer] Visual changelog for QGIS 2.2

2013-12-30 Thread A Huarte
Hi Tim, thanks for your work, but I have a question: the entry '# Feature: New keybindings' is implemented in PR #1010 but it is not yet merged. I have other pull requests with new features (#1040, #1046) not merged neither,  in any case, I should add a new entry? Thanks you very much. Alvaro