Re: [Qgis-developer] Plugin tags

2012-10-05 Thread Paolo Cavallini
Il 06/10/2012 00:45, Nathan Woodrow ha scritto: > We could almost put something on the server side that auto converts > the tags into lowercase. Yes, but the main issue is that authors do not stick to general categories, rather inserting all sorts of very specialized keywords. I would suggest to u

Re: [Qgis-developer] Plugin tags

2012-10-05 Thread Nathan Woodrow
We could almost put something on the server side that auto converts the tags into lowercase. - Nathan On Sat, Oct 6, 2012 at 7:45 AM, Paolo Cavallini wrote: > Hi all. > Plugin tags have been give very liberally: > http://plugins.qgis.org/ > I cleaned up most obvious mistakes, and I would urge p

Re: [Qgis-developer] License Summary

2012-10-05 Thread Werner Macho
Thanks to the fine script from Jürgen and hist help I can say we are now down to about 186 Files having in UNKNOWN license out of 2073 files which should have a license I've seen there are a some in GdalTools db_manager some in the scripts directory itself grass and some in the tests subdirector

[Qgis-developer] Plugin tags

2012-10-05 Thread Paolo Cavallini
Hi all. Plugin tags have been give very liberally: http://plugins.qgis.org/ I cleaned up most obvious mistakes, and I would urge plugin authors to go and fix the others, removing the very specialized ones, and correcting pelling UPPER/lowercase, etc. This will make the tagging system far more usefu

Re: [Qgis-developer] index in self.legend.groupLayerRelationship - different behavior between QGIS 1.8 and master?

2012-10-05 Thread Martin Dobias
On Fri, Oct 5, 2012 at 9:08 PM, Etienne Tourigny wrote: > > I'd support either Martin's solution or exposing the QgsLegend and > related classes to python. But even there, GroupLayerInfo and > QgsLegend::groupLayerRelationship() have to be modified, or dropped. Just let me note that exposing Qgs

Re: [Qgis-developer] index in self.legend.groupLayerRelationship - different behavior between QGIS 1.8 and master?

2012-10-05 Thread Etienne Tourigny
On Fri, Oct 5, 2012 at 6:28 AM, Massimo wrote: > Etienne Tourigny-3 wrote >> . >> While it woulf be good to expose legend api to python, it mught be a >> lot of work. > > Yes it could be a lot of work and I'm not sure about how to do it. > > > Etienne Tourigny-3 wrote >> would it be sufficient

Re: [Qgis-developer] python programmers community

2012-10-05 Thread Paolo Cavallini
Il 05/10/2012 19:04, Ian Packham ha scritto: > and QGIS Developer communities that could have its own community. I > know there are good forums like http://gis.stackexchange.com where > Python programmers can get help and this qgis-developer list will > often respond to specific questions also, but

[Qgis-developer] python programmers community

2012-10-05 Thread Ian Packham
Hi I am not a QGIS user or a QGIS developer (of the C++ variety), I am also not (currently) developing a plugin for the QGIS repository, but I am developing a QGIS plugin in Python that will be used by other QGIS users. Maybe I am missing something, but it seems like there is a niche between th

Re: [Qgis-developer] (no subject)

2012-10-05 Thread Volker Fröhlich
On Fri, 2012-10-05 at 17:25 +0530, SIVA RAMA KRISHNA wrote: > Hello all, > > I am trying to build qgis(1.8.0) for Qt in fedora17 >I have INSTALLED dependies for Python > pyqt(-x11-gpl-4.9.5]) and sip(-4.13-1.fc16.x86_64) > > It is building upto followi

Re: [Qgis-developer] index in self.legend.groupLayerRelationship - different behavior between QGIS 1.8 and master?

2012-10-05 Thread Martin Dobias
On Fri, Oct 5, 2012 at 11:28 AM, Massimo wrote: > > Thus I propose another solution based on QDomDocument similar to the one > adopted into the QgsLegend::writeProject method. > The returned document will contain only groups and layers names and indexes, > like the following example: > > > >

Re: [Qgis-developer] index in self.legend.groupLayerRelationship - different behavior between QGIS 1.8 and master?

2012-10-05 Thread kimaidou
Hi all, + 1 for the proposal of Massimo using the DOM implementation. I will be straightforward to use. Michael 2012/10/5 Massimo > Etienne Tourigny-3 wrote > > . > > While it woulf be good to expose legend api to python, it mught be a > > lot of work. > > Yes it could be a lot of work and

[Qgis-developer] (no subject)

2012-10-05 Thread SIVA RAMA KRISHNA
Hello all, I am trying to build qgis(1.8.0) for Qt in fedora17 I have INSTALLED dependies for Python pyqt(-x11-gpl-4.9.5]) and sip(-4.13-1.fc16.x86_64) It is building upto following Steps Scanning dependencies of target python_module_qgis_networkanalysis [ 9

[Qgis-developer] (no subject)

2012-10-05 Thread SIVA RAMA KRISHNA
s.r.kriis...@gmail.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] index in self.legend.groupLayerRelationship - different behavior between QGIS 1.8 and master?

2012-10-05 Thread Massimo
Etienne Tourigny-3 wrote > . > While it woulf be good to expose legend api to python, it mught be a > lot of work. Yes it could be a lot of work and I'm not sure about how to do it. Etienne Tourigny-3 wrote > would it be sufficient to have the following? > > 1) groups relations like this: >

Re: [Qgis-developer] QGIS python plugin, segmentation fault, what can I do?

2012-10-05 Thread ASAHI Kosuke
Hi Dominik, Please check line 30 in shp_to_obs.py, QtCore.QObject.connect(self.Next, QtCore.SIGNAL("clicked()"), shp_to_obs.Next) ShowDialog1 class doesn't know shp_to_obs instance. Please try like following, line 152-: dlg1 = ShowDialog1(self) QtCore.QObject.connect(dlg1.Cancel

Re: [Qgis-developer] New Python console: missing icons?

2012-10-05 Thread Giuseppe Sucameli
Hi Salvatore, On Fri, Oct 5, 2012 at 10:24 AM, Salvatore Larosa wrote: > 2012/10/5 Giuseppe Sucameli >> we agree that console icons and help should be moved in >> the proper folders, i.e. respectively images and resources >> located in the source root. > > I agree, regardless of the problem ! >

Re: [Qgis-developer] Full diff of Python API

2012-10-05 Thread Paolo Cavallini
Il 05/10/2012 11:03, Pirmin Kalberer ha scritto: > > Larrys recent commit made me aware of an easy way for comparing the Python > API > to previous versions. I've added a new section to the API Changes Wiki page: > http://hub.qgis.org/wiki/quantum-gis/API_changes_for_version_20#Full-diff thanks f

[Qgis-developer] Full diff of Python API

2012-10-05 Thread Pirmin Kalberer
Hi all, Larrys recent commit made me aware of an easy way for comparing the Python API to previous versions. I've added a new section to the API Changes Wiki page: http://hub.qgis.org/wiki/quantum-gis/API_changes_for_version_20#Full-diff Regards Pirmin -- Pirmin Kalberer Sourcepole - Linux &

Re: [Qgis-developer] New Python console: missing icons?

2012-10-05 Thread Salvatore Larosa
Hi, 2012/10/5 Giuseppe Sucameli > Hi all, hi Salvatore, > > On Thu, Oct 4, 2012 at 6:01 PM, Werner Macho > wrote: > > Not confirmed here .. everything looks fine .. compiled from latest > > master 5min ago .. > > the problem [1] is confirmed: it's present in all the QGis > installations that us