Re: [Qgis-developer] [Qgis-user] Assistance with Basic Authentication

2016-11-28 Thread Richard Duivenvoorde
On 29-11-16 00:51, Phil (The Geek) Wyatt wrote: Hi Folks, Is there anyone out there that can assist with a QGIS authentication issue? I am trying to get basic authentication working but it seems to be failing all the time. If someone has used authentication recently I can supply the site

Re: [Qgis-developer] Any UI/UX plans for QGIS3?

2016-11-28 Thread Nyall Dawson
On 28 November 2016 at 21:59, Alexandre Neto wrote: > Hi Nyall! Thank you for your reply. > > A sex, 25/11/2016, 22:09, Nyall Dawson escreveu: >> >> >> I love it! >> >> Stuff like this is a great jumping in point where anyone can get >> involved.

Re: [Qgis-developer] Missing QgsApplication.instance().argv in master

2016-11-28 Thread Alessandro Pasotti
Il 28/nov/2016 20:32, "Nyall Dawson" ha scritto: > > > > On 29 Nov 2016 12:55 AM, "Alessandro Pasotti" wrote: >> >> On Mon, Nov 28, 2016 at 3:44 PM, Matthias Kuhn wrote: >>> >>> Hi Alessandro, >>> >>> QApplication is part of PyQt,

Re: [Qgis-developer] Missing QgsApplication.instance().argv in master

2016-11-28 Thread Nyall Dawson
On 29 Nov 2016 12:55 AM, "Alessandro Pasotti" wrote: On Mon, Nov 28, 2016 at 3:44 PM, Matthias Kuhn wrote: > Hi Alessandro, > > QApplication is part of PyQt, did you check if it also changed if you > run a non-QGIS pyqt application? > Yes, it seems

Re: [Qgis-developer] QGIS v3 Code sprint in Lyon

2016-11-28 Thread Yves Jacolin
Hello, As someone asked it I share a concern about the code sprint: While held in Lyon, France and that mainly french speaking people will be present, if there is no native french speaking people the official langage for the code sprint will be english. Following the wiki page [1], we have at

[Qgis-developer] Dissolve processing alg vs Vector menu group by

2016-11-28 Thread PIERRE Sylvain
Hi devs, I found different results when I want to dissolve line vector layer by attribute value : With Dissolve processing alg, features are merged but with Multilinestring geometry type for dissolved cases, and Linestring geometry for other cases. With group by action from vector menu, all

[Qgis-developer] how to turn my plugin into a processing subplugin

2016-11-28 Thread Julie Pierson
Hi all, I would like to answer this issue for my plugin : https://github.com/UMR-PASSAGES/DissolveWithStats/issues/2, and turn it into a processing subplugin. I read this : https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/processing.html, but I'm still not sure how to go on.

Re: [Qgis-developer] Reporting an issue at http://hub.qgis.org/

2016-11-28 Thread Sandro Santilli
On Mon, Nov 28, 2016 at 10:31:42AM +1000, Nyall Dawson wrote: > And I have no clue what the actual mantra is. Just for completeness: the mantra is written in a wiki page only readable by selected users. The URL below will be a 404 to anyone not signed in *and* part of such group:

Re: [Qgis-developer] Missing QgsApplication.instance().argv in master

2016-11-28 Thread Alessandro Pasotti
On Mon, Nov 28, 2016 at 3:44 PM, Matthias Kuhn wrote: > Hi Alessandro, > > QApplication is part of PyQt, did you check if it also changed if you > run a non-QGIS pyqt application? > Yes, it seems so: >>> from PyQt5.QtWidgets import QApplication, QWidget >>> a =

Re: [Qgis-developer] Missing QgsApplication.instance().argv in master

2016-11-28 Thread Matthias Kuhn
Hi Alessandro, QApplication is part of PyQt, did you check if it also changed if you run a non-QGIS pyqt application? Matthias On 11/28/2016 03:35 PM, Alessandro Pasotti wrote: > Hi, > > the following code is working fine in 2.x but not in master: > QgsApplication.instance().argv() >

[Qgis-developer] Missing QgsApplication.instance().argv in master

2016-11-28 Thread Alessandro Pasotti
Hi, the following code is working fine in 2.x but not in master: >>> QgsApplication.instance().argv() Traceback (most recent call last): File "/usr/lib/python3.5/code.py", line 91, in runcode exec(code, self.locals) File "", line 1, in AttributeError: 'QApplication' object has no

Re: [Qgis-developer] Any UI/UX plans for QGIS3?

2016-11-28 Thread Matthias Kuhn
Hi Alex On 11/28/2016 12:59 PM, Alexandre Neto wrote: > Hi Nyall! Thank you for your reply. > > A sex, 25/11/2016, 22:09, Nyall Dawson > escreveu: > > > I love it! > > Stuff like this is a great jumping in point where anyone can

Re: [Qgis-developer] Cleaning up the QEP repository

2016-11-28 Thread Nathan Woodrow
Thanks. I will review tomorrow. On Mon, 28 Nov 2016 11:17 pm DelazJ wrote: > Below a list of QEP that I think could be closed in order to have a > cleaner repository: > > - https://github.com/qgis/QGIS-Enhancement-Proposals/issues/75: Add > concept of "true north" to composer

[Qgis-developer] Cleaning up the QEP repository

2016-11-28 Thread DelazJ
Below a list of QEP that I think could be closed in order to have a cleaner repository: - https://github.com/qgis/QGIS-Enhancement-Proposals/issues/75: Add concept of "true north" to composer north arrows, implemented in https://github.com/qgis/QGIS/pull/3618 -

Re: [Qgis-developer] Any UI/UX plans for QGIS3?

2016-11-28 Thread Paolo Cavallini
Il 28/11/2016 12:59, Alexandre Neto ha scritto: > We could have a few options when creating a new print composition > keeping an "empty" option on the top. > - Empty () > - A4 landscape > - A4 portrait > - plus list of recent user's templates agreed, this will make life easier for many. thanks.

Re: [Qgis-developer] Any UI/UX plans for QGIS3?

2016-11-28 Thread Alexandre Neto
Hi Nyall! Thank you for your reply. A sex, 25/11/2016, 22:09, Nyall Dawson escreveu: I love it! Stuff like this is a great jumping in point where anyone can get involved. It's just a matter of trawling through all the dialogs and collating a list of strings which need

Re: [Qgis-developer] Reporting an issue at http://hub.qgis.org/

2016-11-28 Thread Matthias Kuhn
Hi I really like the idea of having an osgeo infrastructure that is built on top of an open source stack and gives a user a single login on all infrastructure. The problem seems to be, that it's just very few people taking care of it and this situation makes it very hard to maintain a good

Re: [Qgis-developer] Reporting an issue at http://hub.qgis.org/

2016-11-28 Thread Richard Duivenvoorde
On 28-11-16 10:36, Raymond Nijssen wrote: This is very recognizable, Nyall! What are the options? Do other open source software projects have more user friendly systems for this? We could ask osgeo to implement it. Hi Raymond, the point is not to come up with options, those are there enough.

[Qgis-developer] Styling: custom dashes and data defined pen

2016-11-28 Thread Denis Rouzaud
Hi all, It seems that whenever you have a data defined pen, the custom dashed pattern (if provided) is not respected even when pen = 'dash'. Shall I give another string than 'solid' to the pen, like 'custom'? Thank you! Denis ___ Qgis-developer

Re: [Qgis-developer] Reporting an issue at http://hub.qgis.org/

2016-11-28 Thread Richard Duivenvoorde
On 2016-11-28 01:31, Nyall Dawson wrote: End result - no report filed, I can't remember what his suggestion was, he's left thinking open-source is complex and not beginner friendly, and I'm left embarrassed because I can't even help him file a ticket (let alone get it fixed!). I realise that

Re: [Qgis-developer] Any UI/UX plans for QGIS3?

2016-11-28 Thread Anita Graser
On Fri, Nov 25, 2016 at 10:40 PM, Tim Sutton wrote: > > This is definately a love/hate topic, but as I got used to the ribbons in > MS-Software, I really see them now as a way to partially reduce the > clutter, though I have no real idea how to intelligently group the stuff >

Re: [Qgis-developer] Reporting an issue at http://hub.qgis.org/

2016-11-28 Thread Raymond Nijssen
This is very recognizable, Nyall! What are the options? Do other open source software projects have more user friendly systems for this? We could ask osgeo to implement it. Raymond On 28-11-16 01:31, Nyall Dawson wrote: On 27 November 2016 at 21:33, Bernd Vogelgesang