Re: [Qgis-developer] QGIS server docs

2015-02-23 Thread Alessandro Pasotti
Hi Marco, I also wanted to add some Python Plugin related stuff. I kindly as the documentation people to create the skeleton to hold server docs in the main QGIS documentation. 2015-02-23 11:13 GMT+01:00 Marco Hugentobler marco.hugentob...@sourcepole.ch: Hi I'd like to update the QGIS

Re: [Qgis-developer] QGIS server docs

2015-02-23 Thread Alexander Bruy
Hi all, not sure if this is correct place, but there is a section in QGIS User Guide about QGIS Server [0]. For developer-related stuff maybe it is better to create chapter in PyQGIS CookBook. [0]

Re: [Qgis-developer] [Qgis-user] Better tags for plugins

2015-02-23 Thread Jonathan Moules
Hi Paulo, Surely this can be enforced by having requirements for acceptance on the official plugin repository. If a plugin doesn't fulfil all the requirements, it doesn't get included. Possible requirements (to give an idea): - Brief description of plugin, - Detailed explanation of plugin. -

Re: [Qgis-developer] Error in new Metasearch

2015-02-23 Thread Tom Kralidis
On Mon, 23 Feb 2015, Paolo Cavallini wrote: Date: Mon, 23 Feb 2015 08:45:42 +0100 From: Paolo Cavallini cavall...@faunalia.it To: Tom Kralidis tomkrali...@gmail.com Cc: Richard Duivenvoorde rich...@duif.net, qgis-developer qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Error

Re: [Qgis-developer] Filter layer after join, error/impossible

2015-02-23 Thread PIERRE Sylvain
Thank's Hugo Will the patch be include in next release (2.8.1)? And what about the small function to convert layer to virtual layer? By the way, I've found a workaround: 1 begin first by filtering the wanna be joined table 2 perform join 3 Display only needed features by setting NoSymbol to

Re: [Qgis-developer] [Qgis-user] Better tags for plugins

2015-02-23 Thread Trevor Wiens
In my experience Paulo has been doing good job of encouraging developers to do just that. If we want to formalize it further it might be a good idea to set the requirements lower for experimental plugins as it happens to be a helpful means of facilitating testing plugins on different platforms.

Re: [Qgis-developer] Upgrading qgis

2015-02-23 Thread Randal Hale
I upgraded ubuntu 14.04 to qgis 2.8 yesterday from 2.6. I ended up with the python-qgis at 2.8 - but (i have no clue if this is right or wrong) I have several other libraries still at 2.6 like libqgispython and a few others. On 02/23/2015 03:01 AM, Alex Mandel wrote: On 02/22/2015 11:42 PM,

[Qgis-developer] [PyQGIS] QgsComposerItem.dataDefinedProperty doesn't return anything

2015-02-23 Thread G. Allegri
I'm trying to obtain the data defined expression for an HTML item but myitem.dataDefinedProperty(QgsComposerObject.SourceUrl) doesn't return anything. What's wrong? I'm working on latest master (built half an hour ago). giovanni -- Giovanni Allegri http://about.me/giovanniallegri Twitter:

Re: [Qgis-developer] [PyQGIS] QgsComposerItem.dataDefinedProperty doesn't return anything

2015-02-23 Thread G. Allegri
Solved. It must be called on QgsCompomerHtml instead of (a child) QgsComposerFrame. giovanni 2015-02-23 13:40 GMT+01:00 G. Allegri gioha...@gmail.com: I'm trying to obtain the data defined expression for an HTML item but myitem.dataDefinedProperty(QgsComposerObject.SourceUrl) doesn't return

Re: [Qgis-developer] Error in new Metasearch

2015-02-23 Thread Paolo Cavallini
Il 23/02/2015 14:06, Tom Kralidis ha scritto: Hi Paolo: I was able to reproduce this. In loading the default CSW connections, if a CSW server name contains '/', this causes issue in the saved settings/registry values. I've since fixed this in master, 2.6 and 2.8 branch. Thanks Tom. Will

Re: [Qgis-developer] [Qgis-user] Better tags for plugins

2015-02-23 Thread Trevor Wiens
I was referring to manual vetting. TSW On Feb 23, 2015 7:49 AM, Alessandro Pasotti apaso...@gmail.com wrote: 2015-02-23 15:41 GMT+01:00 Trevor Wiens tsw@gmail.com: In my experience Paulo has been doing good job of encouraging developers to do just that. If we want to formalize it

Re: [Qgis-developer] Filter layer after join, error/impossible

2015-02-23 Thread Hugo Mercier
Hi Pierre, Le 23/02/2015 14:54, PIERRE Sylvain a écrit : Thank's Hugo Will the patch be include in next release (2.8.1)? And what about the small function to convert layer to virtual layer? I think the patch could be included in the next release without harm. It is not strictly speaking a

Re: [Qgis-developer] [Qgis-user] Better tags for plugins

2015-02-23 Thread Alessandro Pasotti
2015-02-23 16:18 GMT+01:00 Frank M. Howell frankmhow...@gmail.com: My two cents...I understand the validation requirements. But I think the fundamental problem is those plugin authors who submit a plugin for X and then describe it thusly: This is a plugin for X where X is the same name as

Re: [Qgis-developer] Error in new Metasearch

2015-02-23 Thread Tom Kralidis
On Mon, 23 Feb 2015, Paolo Cavallini wrote: Date: Mon, 23 Feb 2015 15:22:05 +0100 From: Paolo Cavallini cavall...@faunalia.it To: Tom Kralidis tomkrali...@gmail.com Cc: Richard Duivenvoorde rich...@duif.net, qgis-developer qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Error

Re: [Qgis-developer] Finalising the changelog for 2.8

2015-02-23 Thread Arnaud Morvan
We've added one entry and altered another to reflect our contributions on processing. Regards Arnaud Le 21/02/2015 09:19, Tim Sutton a écrit : Hi all We have finished our edits to the visual changelog, the working copy is here: http://changelog.qgis.org/qgis/version/2.8/ Please note

Re: [Qgis-developer] pyqgis add postgres table

2015-02-23 Thread Bernhard Ströbl
) uri.setDataSource('public', 'persones', '', '', 'id') taula = QgsVectorLayer(uri.uri(), 'persones', 'postgres') print taula.isValid() What is the problem? Thanks __ Information from ESET Mail Security, version of virus signature database 11219 (20150223

Re: [Qgis-developer] [Qgis-user] Better tags for plugins

2015-02-23 Thread Alessandro Pasotti
2015-02-23 15:41 GMT+01:00 Trevor Wiens tsw@gmail.com: In my experience Paulo has been doing good job of encouraging developers to do just that. If we want to formalize it further it might be a good idea to set the requirements lower for experimental plugins as it happens to be a helpful

[Qgis-developer] pyqgis add postgres table

2015-02-23 Thread Alexandre Busquets
Hi, I can't add non geometry tables from postgres with pyqgis, this is my code uri = QgsDataSourceURI() uri.setConnection(bd_host, bd_port, bd_db, bd_user, bd_pass) uri.setDataSource('public', 'persones', '', '', 'id') taula = QgsVectorLayer(uri.uri(), 'persones', 'postgres')

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-02-23 Thread Pedro Venâncio
Olá Paolo, this will require a reasonable amount of work. I have raised the issue several times; sadly it seems nobody is willing to invest the necessary resources on this. Despite the great advantages of GRASS commands in Processing, I think that the GRASS plugin still plays an important

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-02-23 Thread Helmut Kudrnovsky
Paolo Cavallini wrote Il 23/02/2015 00:06, Pedro Venâncio ha scritto: QGIS GRASS plugin (qgis-plugin-grass) still depends on the 6.4.4, so it will no longer be available for those who upgrade to GRASS 7.0.0. GRASS 6.4 in Processing has 168 algorithms, GRASS 7 has 153, are a few less, but

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-23 Thread Richard Duivenvoorde
On 22-02-15 22:33, Nyall Dawson wrote: ... however... making this change meant we got hit with a Qt bug [1] which causes font dialogs with a parent window set to effectively discard their results. Arghh! The worst part is that Jürgen had actually fixed this issue 3 years ago - I should have

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-23 Thread Nyall Dawson
On 23 February 2015 at 19:09, Richard Duivenvoorde rdmaili...@duif.net wrote: On 22-02-15 22:33, Nyall Dawson wrote: ... however... making this change meant we got hit with a Qt bug [1] which causes font dialogs with a parent window set to effectively discard their results. Arghh! The worst

Re: [Qgis-developer] Upgrading qgis

2015-02-23 Thread Alex Mandel
On 02/22/2015 11:42 PM, Paolo Cavallini wrote: Hi all, when upgrading qgis from 2.7 to 2.8 on Debian sid, python-qgis is not upgraded automatically, so python support is disabled. All the best. This seems to be a perpetually unresolved bug. Had this same issue upgrading to 2.6 on ubuntu

Re: [Qgis-developer] Finalising the changelog for 2.8

2015-02-23 Thread Tim Sutton
Hi On Feb 23, 2015 4:56 PM, Arnaud Morvan arnaud.mor...@camptocamp.com wrote: We've added one entry and altered another to reflect our contributions on processing. Thanks! Regards Tim Regards Arnaud Le 21/02/2015 09:19, Tim Sutton a écrit : Hi all We have finished our edits to the

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-02-23 Thread Paolo Cavallini
Olá Pedro, Il 23/02/2015 22:06, Pedro Venâncio ha scritto: Despite the great advantages of GRASS commands in Processing, I think that the GRASS plugin still plays an important role and is an excellent interface for GRASS. For those who still like to use the paradigm of locations, mapsets and

Re: [Qgis-developer] QGIS server docs

2015-02-23 Thread Marco Hugentobler
On 23.02.2015 11:23, Alexander Bruy wrote: Hi all, not sure if this is correct place, but there is a section in QGIS User Guide about QGIS Server [0]. For developer-related stuff maybe it is better to create chapter in PyQGIS CookBook. [0]