Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-22 Thread matteo
Hi Tom, yep I have both: def name(self): return 'myscatters' def displayName(self): return self.tr('My scatter Plots') actually when restarting QGIS I have bot errors (for name and displayname) and now the scripts are in Processing in the scripts provider but I have a

Re: [QGIS-Developer] save styles in spatialite with pyqgis

2018-03-22 Thread Luigi Pirelli
??? master https://qgis.org/api/classQgsVectorLayer.html#a740e7c805e866c54ee94f1c010b7b308 2.18 https://qgis.org/api/2.18/classQgsVectorLayer.html#a740e7c805e866c54ee94f1c010b7b308 Luigi Pirelli ** *

[QGIS-Developer] [GSoC] Proposal draft - Improve GRASS integration in QGIS 3

2018-03-22 Thread Radek Novotný
Hello everyone, I am sending my proposal for GSoC GRASS project also to this dev mailing list, because of this project is related to QGIS too. Here is my proposal draft for an idea Improve GRASS integration in QGIS 3. https://docs.google.com/document/d/1XlxRHvtaiebVIOvlq8G6Q5FuUkFig

Re: [QGIS-Developer] issues in QGIS Server 2,18

2018-03-22 Thread Giovanni Manghi
> Hi Giovanni, > > I have found the reason why QGIS Server 2.18 and probably 3 are slower > than 2.14 in generating GeoJSON. > I'll fix it. much appreciated René-Luc, thanks! -- G -- ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

Re: [QGIS-Developer] Mac QGIS 3 GRASS fix

2018-03-22 Thread Tim Sutton
Hi Ah wow thanks so much - that fixes a big gap in the Mac user experience! Regards Tim > On 22 Mar 2018, at 16:36, William Kyngesburye wrote: > > The non-working GRASS in the Mac QGIS 3 should be fixed now. It appears the > GRASS internals still don't like spaces in

[QGIS-Developer] What are "Key/value" and "List" widgets in attributes form?

2018-03-22 Thread DelazJ
Hi all, In the vector layer properties dialog, Attributes form tab, I fail to understand/find what enables those two widgets, hence what they are supposed to do and how they could work. If someone has some information, thanks for sharing. Documenting this section is blocked by these information

[QGIS-Developer] Mac QGIS 3 GRASS fix

2018-03-22 Thread William Kyngesburye
The non-working GRASS in the Mac QGIS 3 should be fixed now. It appears the GRASS internals still don't like spaces in the path to GRASS -- this came from my adding "3" to the QGIS app name with a space. The app is now without a space, "QGIS3.app". It looks like the missing SAGA is also

[QGIS-Developer] My plugin is still pending approval

2018-03-22 Thread Xavier Corredor Llano
Dear all, I uploaded my plugin to Qgis plugins platform since 6 March: https://plugins.qgis.org/plugins/AcATaMa/ I would like to know if there is any problem or something is missing. Thanks, Regards Xavier Corredor Ll. ___ QGIS-Developer mailing list

[QGIS-Developer] QGIS plugin in private GitHub repository.

2018-03-22 Thread Luís Miguel Royo Pérez
Hello everyone, I'm wondering if I can set up a private repository with GitHub in order to share my QGIS plugins. Thanks per advance. -- Luís Miguel Royo Pérez. Analista-Programador GIS Av. Blasco Ibañez nº 1. Manises (Valencia) Teléfono: 679846103 web: inisig.com

Re: [QGIS-Developer] [GSoC] Proposal draft - Improve GRASS integration in QGIS 3

2018-03-22 Thread Tim Sutton
Hi No specific comments from me other than to say that it is great that you plan to improve the GRASS / QGIS integration in processing! Regards Tim > On 22 Mar 2018, at 15:29, Radek Novotný wrote: > > Hello everyone, > > I am sending my proposal for GSoC GRASS

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-22 Thread Tom Chadwin
Have you implemented a name() method for your algorithm? The API has changed a fair deal in 3. Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___

Re: [QGIS-Developer] My plugin is still pending approval

2018-03-22 Thread Paolo Cavallini
In March I left the ball to Admire. If I can be of help just let me know. Il 22 marzo 2018 16:17:52 GMT-04:00, Tim Sutton ha scritto: >Hi > >Paolo, Admire can you help Xavier? > >Regards > >Tim > >> On 22 Mar 2018, at 20:27, Xavier Corredor Llano

[QGIS-Developer] save styles in spatialite with pyqgis

2018-03-22 Thread Lewis Villierme puputauki
Hi everyone, I'm trying to save styles from my layers into spatialite. It's very easy with gui but I can't find out how to do it with python. I search in the qgis API (method of QgsVectorLayer) and pyspatialite but can't able to do it. How the code behind the button "save styles in

[QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-22 Thread matteo
Hi guys, I'm testing the the Processing script editor with custom python syntax. It works super nice, but, after the scripts is saved and I want to close the window this error pops up: NotImplementedError: QgsProcessingAlgorithm.name() is abstract and must be overridden the script is correctly

Re: [QGIS-Developer] QGIS plugin in private GitHub repository.

2018-03-22 Thread Luís Miguel Royo Pérez
Thank you, Tim. I'm aware about this points you're remarking. You made me think a lot about the bussines model to follow. I appreciate that. Kind Regards. El jue., 22 mar. 2018 23:24, Tim Sutton escribió: > Hi > > I am not a lawyer but can make a few brief comments: > >

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread William Kyngesburye
Yes, that looks like the source of the problem. The os.walk() finds the color file named "grass" before it has a chance to find the real "grass72" file at the top level of the grasspath. Though this is odd since it looks like os.walk by default should return a folder's info before it walks

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread Nyall Dawson
On 23 March 2018 at 08:47, William Kyngesburye wrote: > Well, it seems that running any GRASS Processing coughs up this error. > Mystery to me, permissions are correct for the app, nothing should be > writing to the app, and if it is trying that's wrong. > > The error

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread William Kyngesburye
I figured it out - the break in searchFolder() only breaks the cmd loop, leaving the walking to continue, eventually finding the last occurrence of the cmd. I posted my fix to the bug report. > On Mar 22, 2018, at 8:35 PM, Vaclav Petras wrote: > > > > On Thu, Mar 22,

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread Nyall Dawson
On 23 March 2018 at 11:35, Vaclav Petras wrote: > > I'm not sure what exactly you want to use os.path.isfile() for, but > etc/colors/grass is a file in GRASS GIS since 7.2, so os.path.isfile() will > return True. In unix, you can see if the file is executable with >

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread William Kyngesburye
Well, it seems that running any GRASS Processing coughs up this error. Mystery to me, permissions are correct for the app, nothing should be writing to the app, and if it is trying that's wrong. The error doesn't help me try to figure out what's going on. Help would be appreciated. > On Mar

Re: [QGIS-Developer] [Qgis-user] Mac QGIS 3 GRASS fix

2018-03-22 Thread Vaclav Petras
On Thu, Mar 22, 2018 at 6:56 PM, Nyall Dawson wrote: > On 23 March 2018 at 08:47, William Kyngesburye > wrote: > > Well, it seems that running any GRASS Processing coughs up this error. > > Mystery to me, permissions are correct for the app,

Re: [QGIS-Developer] QGIS plugin in private GitHub repository.

2018-03-22 Thread Sandro Santilli
On Thu, Mar 22, 2018 at 08:14:07PM +0100, Luís Miguel Royo Pérez wrote: > I'm wondering if I can set up a private repository with GitHub in order to > share my QGIS plugins. A _private_ repository to _share_ a plugin ? This is counter-intuitive. Are you thinking about controlling who you share

Re: [QGIS-Developer] Visual Changelog: ready? Move to Website? Or Not?

2018-03-22 Thread Tim Sutton
Hi And just to add to Andrea’s reply, for each changelog entry there is an option to add who sponsored the entry and a link to their site. Vincent if you would like to supply me some text and a screenshot, I will be happy to add an entry to the changelog for this feature. Thanks for

Re: [QGIS-Developer] QGIS plugin in private GitHub repository.

2018-03-22 Thread Tim Sutton
Hi > On 22 Mar 2018, at 21:14, Luís Miguel Royo Pérez > wrote: > > Hello everyone, > > I'm wondering if I can set up a private repository with GitHub in order to > share my QGIS plugins. Sure why not? As long as you share the source of the people you distribute

Re: [QGIS-Developer] My plugin is still pending approval

2018-03-22 Thread Tim Sutton
Hi Paolo, Admire can you help Xavier? Regards Tim > On 22 Mar 2018, at 20:27, Xavier Corredor Llano > wrote: > > Dear all, > > I uploaded my plugin to Qgis plugins platform since 6 March: > > https://plugins.qgis.org/plugins/AcATaMa/ >