Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Andreas Neumann
Hi Nyall, I reverted 5dce8edb and built with custom widgets enabled. Unfortunately, still the same problem. Thanks, Andreas On 30.11.2017 08:09, Nyall Dawson wrote: On 30 November 2017 at 16:39, Andreas Neumann wrote: Hi Mathieu, Thanks for your efforts! I just

Re: [QGIS-Developer] plugin size

2017-11-29 Thread matteo
Hi Tom, yes, moving the folder and running a script on every file to find and replace the correct path is an option. I'm sure that in some way also sphinx has some default option to handle this. Thanks for the hint ;) Matteo ___ QGIS-Developer

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Nyall Dawson
On 30 November 2017 at 16:39, Andreas Neumann wrote: > Hi Mathieu, > > Thanks for your efforts! I just tested it - unfortunately, your commit does > not solve my issue. > > I also tested with a new virgin user profile to make sure there isn't some > old setting causing the

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Andreas Neumann
Hi Mathieu, Thanks for your efforts! I just tested it - unfortunately, your commit does not solve my issue. I also tested with a new virgin user profile to make sure there isn't some old setting causing the troubles. Custom widgets support is also not enabled. Thanks, Andreas On

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Mathieu Pellerin
There's a chance this commit ( https://github.com/qgis/QGIS/commit/f5702abae9dfeae8a73c335871375076132435de) fixes your issue. Let me know. On Thu, Nov 30, 2017 at 6:10 AM, Andreas Neumann wrote: > Hi Nyall, > > Unfortunately - turning off custom widgets in ccmake and

Re: [QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
Oh, so that's what the Locator was. Thanks! On Thu, Nov 30, 2017 at 1:15 AM, Etienne Trimaille < etienne.trimai...@gmail.com> wrote: > 2017-11-29 17:09 GMT+01:00 Ben Hur Pintor : > >> 3.) What's the update or plan for the Processing -> Commander function in >> QGIS 3? I can't

Re: [QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
Thanks! This works. Basically, I created a bash script with the following lines: #!/bin/bash > export > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/qt59/lib/:/opt/qt59_libs/qwt-6.1.3/lib/ > ./apps/bin/qgis Works like a charm. I'm still getting the "No Python support detected thus no settings

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Andreas Neumann
Hi Nyall, Unfortunately - turning off custom widgets in ccmake and reinstalling did not help. Andreas On 29.11.2017 23:42, Nyall Dawson wrote: On 29 November 2017 at 23:32, Andreas Neumann wrote: Hi, Are there any KDE5 / Plasma users among the QGIS devs? For me the

Re: [QGIS-Developer] Does Polyline.intersects(Point) work in QGIS master?

2017-11-29 Thread Nyall Dawson
On 29 November 2017 at 02:22, Germán Carrillo wrote: > > Hi devs, > > > do you know why this polyline > > >>> my_line = QgsGeometry().fromWkt('0 0, 963461.4299970197678 > >>> 1077875.7919943375587, 1 1') > > and this point > > >>> my_point =

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Nyall Dawson
On 29 November 2017 at 23:32, Andreas Neumann wrote: > Hi, > > Are there any KDE5 / Plasma users among the QGIS devs? > > For me the GUI of the modeler is pretty broken - see screenshot at > http://www.carto.net/neumann/temp/processing_modelerer_kde.png > > I cannot access

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Anita Graser
On Wed, Nov 29, 2017 at 8:46 AM, Nyall Dawson wrote: > On 29 November 2017 at 17:40, Anita Graser wrote: > > > > > > On Wed, Nov 29, 2017 at 5:57 AM, Patrick Dunford < > enzedrailm...@gmail.com> > > wrote: > >> > >> I thought it would only create one

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Stefan Blumentrath
Hi Tim, While your at GRASS provider in Processing: I noticed that it (still) uses linked OGR data (v.external). However, that does not work for all algorithms and particularly not for all data types. Points are less of a problem, but areas are often. See:

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Salvatore Larosa
Hi Larry, On Wed, Nov 29, 2017 at 8:05 PM, Larry Shaffer wrote: > Hi Salvatore, > > On Wed, Nov 29, 2017 at 11:44 AM, Salvatore Larosa > wrote: > >> Hi, >> >> On Wed, Nov 29, 2017 at 3:39 PM, Tim Sutton wrote: >> >>> Hi All >>> >>>

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Larry Shaffer
Hi Salvatore, On Wed, Nov 29, 2017 at 11:44 AM, Salvatore Larosa wrote: > Hi, > > On Wed, Nov 29, 2017 at 3:39 PM, Tim Sutton wrote: > >> Hi All >> >> Its been a few days since I pulled from master - now I am getting the >> error below on startup. Does

Re: [QGIS-Developer] plugin size

2017-11-29 Thread Tom Chadwin
I can't help with Sphinx, but a find/replace should do the job, shouldn't if? 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 ___ QGIS-Developer

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Salvatore Larosa
Hi, On Wed, Nov 29, 2017 at 3:39 PM, Tim Sutton wrote: > Hi All > > Its been a few days since I pulled from master - now I am getting the > error below on startup. Does anyone else get it? (Building on MacOS here): > > Couldn't load plugin 'processing' due to an error when

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Tim Sutton
Hi OK it turns out there are only two more calls like that. I’ll make a PR with the additional changes. I still have the issue that no grass Algs will actually produce any output on Mac….but I guess that is a separate conversation…. Regards Tim > On 29 Nov 2017, at 19:49, Tim Sutton

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Tim Sutton
Hi Thanks for your quick reply Larry. Confirmed that your fix addresses the startup issue. When I try to run a grass processing alg on Mac I get a similar error in the log window now: g.proj -c proj4="+proj=longlat +datum=WGS84 +no_defs" v.external

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Larry Shaffer
Hi Tim, Ran into the same thing today, but with more output on the error: PermissionError: [Errno 13] Permission denied: '/usr/local/opt/grass7/grass-base/etc/colors/grass' Changing line # 108 in: python/plugins/processing/algs/grass7/Grass7Utils.py from: shell=False, to: shell=True if

[QGIS-Developer] plugin size

2017-11-29 Thread matteo
Hi devs, I'm facing some issues with the plugin size and uploading. Currently the maximum size is around 20 MB. The plugin [0] comes with an html manual (all done with sphinx) together with localization in other languages. The problem is that when I compile the html with sphinx for all the

Re: [QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Etienne Trimaille
2017-11-29 17:09 GMT+01:00 Ben Hur Pintor : > 3.) What's the update or plan for the Processing -> Commander function in > QGIS 3? I can't seem to find it in my build. > It has been killed. Look for the locator bar in the bottom left corner, ctrl+k ;-) > > Thank you in

[QGIS-Developer] Plugin [1070] J.Assy - Mapa de Plantio approval notification.

2017-11-29 Thread noreply
Plugin J.Assy - Mapa de Plantio approval by pcav. The plugin version "[1070] J.Assy - Mapa de Plantio 0.5.0" is now approved Link: http://plugins.qgis.org/plugins/visum_map_of_planting/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

[QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
Hi all! I built QGIS master (2a960c5) using the instructions from (a) https://github.com/qgis/QGIS/blob/master/INSTALL supplemented by (b) https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ because I wanted to try the new 3D features. My machine runs on Xubuntu 16.04. The build works

[QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Tim Sutton
Hi All Its been a few days since I pulled from master - now I am getting the error below on startup. Does anyone else get it? (Building on MacOS here): Couldn't load plugin 'processing' due to an error when calling its initGui() method PermissionError: [Errno 13] Permission denied Traceback

Re: [QGIS-Developer] Does Polyline.intersects(Point) work in QGIS master?

2017-11-29 Thread Germán Carrillo
Moreover, the "Select by Location" tool in QGIS Processing is also not able to find such intersection (Point-Line or Line-Point) when using a PostGIS layer as the first parameter (*Select features from*). Not sure if they are related issues. I created a couple of issues reporting that: [1] and

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Alexander Bruy
Hi, I'm also on KDE5/Plasma and can not confirm this issue. This issue were reported about 2 weeks ago, see https://issues.qgis.org/issues/17488 2017-11-29 16:06 GMT+02:00 Alessandro Pasotti : > > On Wed, Nov 29, 2017 at 2:55 PM, Andreas Neumann > wrote:

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Alessandro Pasotti
On Wed, Nov 29, 2017 at 2:55 PM, Andreas Neumann wrote: > Hi Alessandro, > > seems like some width/height setting in respect to the parent widget is > broken under KDE. > > Do you want to have a look at this issue? > I'll see what I can do, now I'm focusing on the hidpi

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Andreas Neumann
Hi Alessandro, seems like some width/height setting in respect to the parent widget is broken under KDE. Do you want to have a look at this issue? Should I report it as a bug? Thanks, Andreas On 29.11.2017 14:51, Alessandro Pasotti wrote: Hi Andreas, I'm on KDE and I confirm the issue,

Re: [QGIS-Developer] all profile removed, still OWS connections, where stored?

2017-11-29 Thread Nathan Woodrow
There are no v2 files kept. If it's named the same it's just not updated in the code. Settings are auto migrated from 2 to 3 into the new settings files. There will hopefully be a first run screen if I get time to implement it before release. @Richard for now make a new profile and run with that

Re: [QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Alessandro Pasotti
Hi Andreas, I'm on KDE and I confirm the issue, actually a bit worse than yours screenshot https://imgur.com/a/kkSRV. On Wed, Nov 29, 2017 at 2:32 PM, Andreas Neumann wrote: > Hi, > > Are there any KDE5 / Plasma users among the QGIS devs? > > For me the GUI of the modeler

Re: [QGIS-Developer] [Qgis-psc] QGIS Soft Feature Freeze Voting (was Re: QGIS 3 release expectations)

2017-11-29 Thread Tim Sutton
Hi > On 29 Nov 2017, at 02:25, Nyall Dawson wrote: > > On 28 November 2017 at 18:42, Tim Sutton wrote: > >> What's the process to get exemptions for open PRs? There's a couple >> I'd like to see merged if it's agreeable: >> >> >> I would propose

Re: [QGIS-Developer] all profile removed, still OWS connections, where stored?

2017-11-29 Thread Régis Haubourg
Huh, what is the rationale behind keeping a V2 file in QGIS3? Migrating fromr QGIS2 shouldn't mean using the same files. Régis 2017-11-29 14:20 GMT+01:00 Richard Duivenvoorde : > On 29-11-17 13:51, Régis Haubourg wrote: > > Hi, > > we just realized that

[QGIS-Developer] Processing modeler GUI unusable in KDE / Plasma

2017-11-29 Thread Andreas Neumann
Hi, Are there any KDE5 / Plasma users among the QGIS devs? For me the GUI of the modeler is pretty broken - see screenshot at http://www.carto.net/neumann/temp/processing_modelerer_kde.png I cannot access the list of inputs and algorithms as their screenspace shrinked to some minimal widget

Re: [QGIS-Developer] all profile removed, still OWS connections, where stored?

2017-11-29 Thread Richard Duivenvoorde
On 29-11-17 13:51, Régis Haubourg wrote: > Hi, > we just realized that QGISCUSTOMIZATION2.conf is still used, it is not > creating a QGISCUSTOMIZATION3.conf. > I suppose it's a bug? Anyone confirms? > > Régis Régis, Are you sure it is actually used or is it 'migrated'. What I found was that

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Alessandro Pasotti
On Wed, Nov 29, 2017 at 2:09 PM, Richard Duivenvoorde wrote: > Hi Ale, > > Thanks! > > But I reopened it, because I actually think it is still broken by design. > You should better file a new ticket: this is a completely different issue from the one in #17539. Thanks! >

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Richard Duivenvoorde
Hi Ale, Thanks! But I reopened it, because I actually think it is still broken by design. See my comments https://issues.qgis.org/issues/17539 Regards, Richard Duivenvoorde On 29-11-17 12:38, Alessandro Pasotti wrote: > See PR linked in https://issues.qgis.org/issues/17539 > > Cheers > >

Re: [QGIS-Developer] all profile removed, still OWS connections, where stored?

2017-11-29 Thread Régis Haubourg
Hi, we just realized that QGISCUSTOMIZATION2.conf is still used, it is not creating a QGISCUSTOMIZATION3.conf. I suppose it's a bug? Anyone confirms? Régis -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___

[QGIS-Developer] Plugin [1152] QgisODK approval notification.

2017-11-29 Thread noreply
Plugin QgisODK approval by pcav. The plugin version "[1152] QgisODK 1.8" is now approved Link: http://plugins.qgis.org/plugins/QgisODK/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Alessandro Pasotti
See PR linked in https://issues.qgis.org/issues/17539 Cheers On Wed, Nov 29, 2017 at 9:56 AM, Patrick Dunford wrote: > I only see them going between versions, as to be expected :) > > > > On 29/11/17 20:46, Nyall Dawson wrote: > >> On 29 November 2017 at 17:40, Anita

[QGIS-Developer] Plugin [385] pgRoutingLayer approval notification.

2017-11-29 Thread noreply
Plugin pgRoutingLayer approval by pcav. The plugin version "[385] pgRoutingLayer 2.2.2 Experimental" is now approved Link: http://plugins.qgis.org/plugins/pgRoutingLayer/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Patrick Dunford
I only see them going between versions, as to be expected :) On 29/11/17 20:46, Nyall Dawson wrote: On 29 November 2017 at 17:40, Anita Graser wrote: On Wed, Nov 29, 2017 at 5:57 AM, Patrick Dunford wrote: I thought it would only create one in

Re: [QGIS-Developer] Bookmarks severely broken. Unusable?

2017-11-29 Thread Richard Duivenvoorde
On 29-11-17 08:46, Nyall Dawson wrote: > On 29 November 2017 at 17:40, Anita Graser wrote: >> >> >> On Wed, Nov 29, 2017 at 5:57 AM, Patrick Dunford >> wrote: >>> >>> I thought it would only create one in master, but when I quit and reopened >>> the