Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-18 Thread Larry Shaffer
Hi Nyall, On Thu, Nov 17, 2016 at 7:11 PM, Nyall Dawson wrote: > On 18 November 2016 at 11:55, Larry Shaffer > wrote: > > Hi, > > > > Quick update. Success! I've finally built QGIS 3 master branch off of > > unmodified Homebrew dependencies,

[Qgis-developer] Best Practice for QGIS Plugin Help Documentation

2016-11-18 Thread C Hamilton
As part of my plugins I want to have a Help button that displays the documentation. What method do you recommend? I see various authors do it differently. I see three methods for when a help button is clicked on. 1. Launch a web browser to point to the documentation on the web. 2. Have the

[Qgis-developer] DB Manager and other PostGIS issues: notes from a course

2016-11-18 Thread Paolo Cavallini
Hi all, just finished my latest course on PostGIS, we spotted several issues in QGIS 2.18: * DB Manager * create table: field types are limited; in particular, timestamptz is missing * create table: SRID has to be entered by hand; the projection widget should be added * edit table -> Table

Re: [Qgis-developer] delete selected features slow (because of featurecount/events)??

2016-11-18 Thread Matthias Kuhn
Hi Richard, An edit session and an edit command are not the same thing. An edit session corresponds to clicking the pencil button (or im python startEditing() / commitChanges()). During an edit session, multiple edit commands can made. They appear as "one action" in the undo stack and some

[Qgis-developer] QgsLayerTreeViewMenuProvider and default values

2016-11-18 Thread Richard Duivenvoorde
Hi, trying to implement a 'refresh data' menu item for a layer, I followed this blog post to create one: http://www.lutraconsulting.co.uk/blog/2015/01/30/qgis-layer-tree-api-part-3/ but using it removes all default options, AND it is created for ALL layers. Q1: is there an option to only

Re: [Qgis-developer] [Qgis-user] SSL Certificate Error

2016-11-18 Thread Alessandro Pasotti
On Fri, Nov 18, 2016 at 9:46 AM, Richard Duivenvoorde wrote: > On 2016-11-18 09:29, Alessandro Pasotti wrote: > >> On Fri, Nov 18, 2016 at 9:07 AM, Richard Duivenvoorde >> wrote: >> >> @devs: I still think this should be an opt-in option instead of >>>

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-18 Thread Matthias Kuhn
Hi Larry, Nice, good job! On 11/18/2016 02:55 AM, Larry Shaffer wrote: > > Is anyone else already developing QGIS 3 master on Mac? I tried but didn't succeed in a reasonable time so I left it again. I will be happy to try the formula and have a look at the patches you have created. Best

Re: [Qgis-developer] [Qgis-user] SSL Certificate Error

2016-11-18 Thread Alessandro Pasotti
On Fri, Nov 18, 2016 at 9:07 AM, Richard Duivenvoorde wrote: > @devs: I still think this should be an opt-in option instead of current > situation > What do you mean? -- Alessandro Pasotti w3: www.itopen.it ___

Re: [Qgis-developer] [Qgis-user] SSL Certificate Error

2016-11-18 Thread Richard Duivenvoorde
On 18-11-16 09:07, Richard Duivenvoorde wrote: On 2016-11-18 04:26, Grant Boxer wrote: Why am I now getting an SSL Certificate expired message when I load 2.18? Only started today. Grant Boxer Hi Grant, Probably my fault, I arranged a new ssl certificate for *.qgis.org but did not put it on

Re: [Qgis-developer] [Qgis-user] SSL Certificate Error

2016-11-18 Thread Richard Duivenvoorde
On 2016-11-18 04:26, Grant Boxer wrote: Why am I now getting an SSL Certificate expired message when I load 2.18? Only started today. Grant Boxer Hi Grant, Probably my fault, I arranged a new ssl certificate for *.qgis.org but did not put it on the qgis server(s) yet... so current