Re: [Qgis-developer] Add yourself to the QGIS Contributor Map

2013-09-21 Thread Etienne Tourigny
That's pretty cool! If we can include this page in a new tab in the about dialog that would be nice. cheers Etienne On Sat, Sep 21, 2013 at 8:44 PM, Tim Sutton wrote: > Hi > > > > > On Sat, Sep 21, 2013 at 8:43 PM, Etienne Tourigny > wrote: > >> where can we see the actual, updated map? The s

Re: [Qgis-developer] Add yourself to the QGIS Contributor Map

2013-09-21 Thread Tim Sutton
Hi On Sat, Sep 21, 2013 at 8:43 PM, Etienne Tourigny wrote: > where can we see the actual, updated map? The source is in the master > tree, but I have not seen in in the QGIS about dialogs. > If you go here https://github.com/qgis/QGIS/blob/master/doc/contributors.json you will see it on a ma

Re: [Qgis-developer] ogrinfo can rename shapefiles columns

2013-09-21 Thread Alex Mandel
On 09/21/2013 02:06 PM, Giovanni Manghi wrote: > Hi all, > > I was somehow surprised that ogrinfo can rename shapefiles columns, ex: > > ogrinfo shapename.shp -sql "ALTER TABLE shapename RENAME COLUMN foo TO bar" > > As this functionality is a "must" for common users, it would be > possible to u

[Qgis-developer] ogrinfo can rename shapefiles columns

2013-09-21 Thread Giovanni Manghi
Hi all, I was somehow surprised that ogrinfo can rename shapefiles columns, ex: ogrinfo shapename.shp -sql "ALTER TABLE shapename RENAME COLUMN foo TO bar" As this functionality is a "must" for common users, it would be possible to use ogrinfo from within qgis to allow do this operation? What wo

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Giovanni Manghi
On Sat, Sep 21, 2013 at 8:25 PM, Giovanni Manghi wrote: >> It seems that the Windows 2.0 standalone installer is packaged wrong. It >> seems to include outdated and removed plugins. plugin_installer, >> osm_export, mapserver_export. None of these work with 2.0 and have been >> removed from the

Re: [Qgis-developer] Infrastructure for plugin settings

2013-09-21 Thread Etienne Tourigny
Denis, I like the idea of having a dictionnary for the values a settings can have. Do you think that my work on a tree view for all settings [1] can be merged with yours into core c++? There could be 2 ways to open a settings dialog, one for all settings like I have done, and one for just a part

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Giovanni Manghi
> It seems that the Windows 2.0 standalone installer is packaged wrong. It > seems to include outdated and removed plugins. plugin_installer, > osm_export, mapserver_export. None of these work with 2.0 and have been > removed from the source not sure why they are showing up in in the final > bui

[Qgis-developer] Plugin [32] Value Tool approval notification.

2013-09-21 Thread noreply
Plugin Value Tool approval by etourigny. The plugin version "[32] Value Tool 0.6.1" is now approved Link: http://plugins.qgis.org/plugins/valuetool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qg

[Qgis-developer] Python renderer problem with 2.0.1 in OSGEO

2013-09-21 Thread Chris Crook
Hi All I'm having problems with getting a python plugin (Vector Field Renderer) running on 2.0.1 in the standalone windows version (installed onto windows 7). The plugin implements a custom vector layer renderer to draw arrows based on object attributes. It is used by selecting the renderer in

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Giovanni Manghi
On Sat, Sep 21, 2013 at 5:06 PM, Victor Olaya wrote: > I had a closer look at the problem with GRASS and the 64 bit installer > (which I guess ight be the same in other installers that do not work > correctly). It passes the test fine (the test that uses the points.shp > file), so it lets you get

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Giovanni Manghi
> That is a layer that is used to run a test, to check that GRASS and > SAGA are installed. Maybe when the data is in a path with blank spaces > (as this case, since that data is in the Processing folder), GRASS > doesn't like it? I tested again installing qgis standalone 64 bit in c:\qgis, the p

Re: [Qgis-developer] Add yourself to the QGIS Contributor Map

2013-09-21 Thread Etienne Tourigny
where can we see the actual, updated map? The source is in the master tree, but I have not seen in in the QGIS about dialogs. cheers On Fri, Sep 20, 2013 at 4:54 AM, Tim Sutton wrote: > Hi > > > On Fri, Sep 20, 2013 at 1:55 AM, Etienne Tourigny > wrote: > >> I get a blank document >> > > > It

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Victor Olaya
I had a closer look at the problem with GRASS and the 64 bit installer (which I guess ight be the same in other installers that do not work correctly). It passes the test fine (the test that uses the points.shp file), so it lets you get to the dialog. Vector operations (like the test one) work fine

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Victor Olaya
> > The error (in the qgis log) is > > OGR[3] error 4: Unable to open > C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\tests\data\points.shp > or > C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\processing\tests\data\points.SHP. > > and this "points.shp" has nothing to do with the mo

Re: [Qgis-developer] Processing>grass broken on win64?

2013-09-21 Thread Giovanni Manghi
> Question for Giovanni: maybe it might be that in your system it has > something like "c:/Program files/..." (including white spaces)?. That > should explain the issue. > > Can you check in the setttings/providers/grass, the value of the grass > folder parameter, and tell me what it looks like? H

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Giovanni Manghi
>8. Re: QGIS 2.0 Win standalone busted (Paolo Cavallini) > On 2013-09-21 00:28, Victor Olaya wrote: >> I have just found out that it does not contain SAGA... I think it was >> supposed to be included so it could be called from Processing... Can >> anyone confirm this? > > This is also my inter

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Jürgen E . Fischer
Hi, On Sat, 21. Sep 2013 at 08:33:33 +0200, Andre Joost wrote: > It's not only the standalone version affected, the OSGEO4W version as well. No surprising. The standalne installer is based on OSGEO4W. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.

Re: [Qgis-developer] Processing report: first issues

2013-09-21 Thread Noli Sicad
Hi Victor, The OTB and Grass plugins are not working in Windows 7 and Mac OS X. Previously in QGIS 1.9.0, the Unsupervised KMeans image classification in OTB, was working, however, GRASS is not working as well. I am trying to use raster.reclass in GRASS. In OTB, the problem is output.tiff and in

Re: [Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-21 Thread Jürgen E . Fischer
Hi Paolo, On Sat, 21. Sep 2013 at 07:17:25 +0200, Paolo Cavallini wrote: > This is also my interpretation. I think providing saga in the standalone > package is the only realistic way of having people fully using > Processing. Added the dependency in OSGeo4W (which means it will also appear aut

[Qgis-developer] Plugin [374] VoGIS ProfilTool approval notification.

2013-09-21 Thread noreply
Plugin VoGIS ProfilTool approval by NathanW. The plugin version "[374] VoGIS ProfilTool 1.7.4 Experimental" is now approved Link: http://plugins.qgis.org/plugins/vogisprofiltoolmain/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://l

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

2013-09-21 Thread noreply
Plugin pyArchInit approval by NathanW. 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 http://lists.osgeo.org/mailman/

[Qgis-developer] Plugin [245] MOLUSCE approval notification.

2013-09-21 Thread noreply
Plugin MOLUSCE approval by NathanW. The plugin version "[245] MOLUSCE 2.0h Experimental" is now approved Link: http://plugins.qgis.org/plugins/molusce/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

[Qgis-developer] Plugin [358] Parallel Coordinates approval notification.

2013-09-21 Thread noreply
Plugin Parallel Coordinates approval by NathanW. The plugin version "[358] Parallel Coordinates 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/parallel_coordinates/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org h

[Qgis-developer] Plugin [248] Layer to labeled layer approval notification.

2013-09-21 Thread noreply
Plugin Layer to labeled layer approval by NathanW. The plugin version "[248] Layer to labeled layer 1.0" is now approved Link: http://plugins.qgis.org/plugins/toLabeledLayer/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osg

[Qgis-developer] Plugin [371] nmea2qgis approval notification.

2013-09-21 Thread noreply
Plugin nmea2qgis approval by NathanW. The plugin version "[371] nmea2qgis 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/nmea2qgis/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/lis

Re: [Qgis-developer] Processing>grass broken on win64?

2013-09-21 Thread Victor Olaya
Just tried here with a fresh 64bit installer for win. It works fine and it autodetect the path to GRASS in "C:/PROGRA~1/QGISDU~1/apps\grass\grass-6.4.3" Question for Giovanni: maybe it might be that in your system it has something like "c:/Program files/..." (including white spaces)?. That should