Re: [QGIS-Developer] Downloading qgis_de.ts file

2018-01-15 Thread Andreas Neumann
Hi, Apparently someone accepted me joining the QGIS translation project - thanks! Now the script to download the ts files works flawlessly. Phew - did not expect it to be so complicated just to download a ts file! Thanks to all who helped (esp. Werner) and for letting me join the transifex

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Alexander Bruy
2018-01-16 9:29 GMT+02:00 Richard Duivenvoorde : > Another reason to move to Transifex was that it was hard to do > translation in a group, as there is just 1 ts file. So doing some fast > group translations was impossible without clear coordination about WHO > was now translating. IMHO this is no

Re: [QGIS-Developer] Downloading qgis_de.ts file

2018-01-15 Thread Richard Duivenvoorde
On 16-01-18 07:25, Andreas Neumann wrote: > Hi devs, > > Can someone provide me please access to a current qgis_de.ts file? > > I tried to join QGIS Transifex, but miserably failed. First, it did not > let me login with my github login (don't know why they offer this option > then), then after cr

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Richard Duivenvoorde
On 16-01-18 00:26, Alexandre Neto wrote: > While I was reading this thread, I was wondering... For Docs and website > we have a very nice link at the bottom of the page that points us to the > translation strings of a current page (Thank Richard!) It would be great > if we could do the same for QGI

[QGIS-Developer] Downloading qgis_de.ts file

2018-01-15 Thread Andreas Neumann
Hi devs, Can someone provide me please access to a current qgis_de.ts file? I tried to join QGIS Transifex, but miserably failed. First, it did not let me login with my github login (don't know why they offer this option then), then after creating a user it did not let me join the QGIS organi

[QGIS-Developer] Plugin [183] InaSAFE approval notification.

2018-01-15 Thread noreply
Plugin InaSAFE approval by ismailsunni. The plugin version "[183] InaSAFE 4.3.0" is now unapproved Link: http://plugins.qgis.org/plugins/inasafe/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/li

Re: [QGIS-Developer] What is SAGA LTR?

2018-01-15 Thread William Kyngesburye
That got my SAGA back in QGIS. This should be clarified somewhere in the QGIS docs. > On Jan 14, 2018, at 4:42 PM, Jürgen E. Fischer wrote: > > Hi William, > > On Sun, 14. Jan 2018 at 16:23:32 -0600, William Kyngesburye wrote: >> I just noticed that QGIS 2.18 now only supports SAGA "LTR" (aft

Re: [QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread Mathieu Pellerin
Denis, Actually, all of the settings in the snapping config dialog are project-specific and do not persist across projects. The application-wide snapping settings are found in the options dialog (under the digitizing tab). Math On Mon, Jan 15, 2018 at 8:45 PM, Denis Rouzaud wrote: > Hi Andreas

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Alexandre Neto
I miss good old Qt Linguist. Well, maybe I don't. I miss the context that it provided to translate string, but not how lonely it was because no one was translating anything. While I was reading this thread, I was wondering... For Docs and website we have a very nice link at the bottom of the page

Re: [QGIS-Developer] Eclipse config for QGIS API

2018-01-15 Thread Lauri Kajan
Hi Anita, My eclipse starter bat look like this: -- @echo off set OSGEO4W_ROOT=C:\OSGeo4W64 call "%OSGEO4W_ROOT%\bin\o4w_env.bat" call "%OSGEO4W_ROOT%\bin\py3_env.bat" call "%OSGEO4W_ROOT%\bin\qt5_env.bat" set PYTHONPATH=%PYTHONPATH%;%OSGEO4W_ROOT%\apps\qgis-dev\python;%OSGEO4W_ROOT%\apps

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Borys Jurgiel
Werner, Harrissou, Thanks a lot for the clarification. Werner, I was bothering you about it so many times - why didn't you ever tell me how it works? :D Another funny thing is I never realized the nightly builds are translated - it seems I was so sure they aren't... Just tested with nightly a

Re: [QGIS-Developer] Eclipse config for QGIS API

2018-01-15 Thread Clemens Raffler
Hi Anita, after some headaches I managed to enable full code-completion in eclipse/pydev for pyqgis and PyQt5 for the current development version. I hope sharing my setup (similar to yours on OSGeo4W64) with you may help: -) First I configured my PYTHONHOME and PYTHONPATH environment variable

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Werner Macho
hmm, maybe we should clean out the i18n subtree on github so that it is more obvious that you have to pull the translations.. regards Werner On Mon, Jan 15, 2018 at 7:57 PM, DelazJ wrote: > Hi, > > 2018-01-15 19:22 GMT+01:00 Borys Jurgiel : > >> Thanks Andreas for raising this problem. >> >> We

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread DelazJ
Hi, 2018-01-15 19:22 GMT+01:00 Borys Jurgiel : > Thanks Andreas for raising this problem. > > Werner, I'd say it more clearly: since we started using Transifex, the > translations are stuck there, and only rarely they land in qit. Last time > it > was in June 2016 in QGIS 2.16, so QGIS 2.18 and 3

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Werner Macho
Hi Borys, Not pushing the translations with every update to git has its purpose. It is not necessary to blow up git because they can be pulled from transifex at any time. Regarding the quality you are maybe right - but in fact transifex gave us a big boost in translations (because it is easy to ha

Re: [QGIS-Developer] Eclipse config for QGIS API

2018-01-15 Thread Anita Graser
Hi Sylvain, Thank you for your tipps! I've added a PATH to the Environment. Had to adjust for an OSGeo4W install: https://www.dropbox.com/s/57ywuz4mt65gy1e/Screenshot%202018-01-15%2019.46.55.png?dl=0 Also, my eclipse.bat looks like this: call "C:\OSGeo4W64\bin\o4w_env.bat" set PATH=%PATH%;C:\OS

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Borys Jurgiel
Thanks Andreas for raising this problem. Werner, I'd say it more clearly: since we started using Transifex, the translations are stuck there, and only rarely they land in qit. Last time it was in June 2016 in QGIS 2.16, so QGIS 2.18 and 3.0 still contain the 2.16 translations. I still don't un

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Werner Macho
Hi Andreas, I am not sure if you first need to setup your .transifexrc but the script to pull the translations is in ./scripts/pull_ts.sh Usually - if everything is setup correctly you can just call the script like above. regards Werner On Mon, Jan 15, 2018 at 6:49 PM, Andreas Neumann wrote:

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Andreas Neumann
Hi Werner, Thanks for your reply. Yes, it is self-compiled. That would explain it. I wasn't aware that git pull of master repo does not fetch current translations. How do I get them? Is there a docu somewhere? Sorry for the fuss then ... so many things to learn! Andreas On 2018-01-15 18

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Werner Macho
Hi Andreas, Could you give an example of what it not translated to german? Because according to transifex master is translated 100%. Is it a self compiled QGIS and you did not pull the translations from transifex in? Is it an old master compilation with old translations? Probably it is even a tes

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Denis Rouzaud
Hi, For reference, https://github.com/qgis/QGIS/pull/6050 As pointed out, Feature freeze != API freeze. Many issues are still open here https://github.com/qgis/qgis3.0_api/issues Best, Denis Le lun. 15 janv. 2018 à 13:18, Andreas Neumann a écrit : > Hi, > > oh - thanks, Etienne and Alessand

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Andreas Neumann
Thanks - that's a good hint! Andreas On 15.01.2018 18:20, Etienne Trimaille wrote: While I'm porting my plugin, I'm usually opening this doc https://github.com/qgis/QGIS/blob/master/doc/api_break.dox Then I search for every new exception I have, I often find a solution there. 2018-01-15 20

Re: [QGIS-Developer] Cannot load WMS capabilities from WMS provider in QGIS3 from python

2018-01-15 Thread David Marteau
Here is a test script that illustrate the problem a bit further: if we run createProvider() twice, the first time the getCapbabilities will fail with a timeout. The second time, it will succeed. If you run this script, clear the Qgis network cache between two invocations. ===

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Etienne Trimaille
While I'm porting my plugin, I'm usually opening this doc https://github.com/qgis/QGIS/blob/master/doc/api_break.dox Then I search for every new exception I have, I often find a solution there. 2018-01-15 20:14 GMT+03:00 Etienne Trimaille : > pendingFields is gone this morning: https://github.co

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Andreas Neumann
Hi, oh - thanks, Etienne and Alessandro. If this change is that recent, than it explains why the API doc and the API break document doesn't mention it: https://qgis.org/api/api_break.html But - aren't we in hard freeze (no more API changes) now since a few days already? Being confused

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Etienne Trimaille
pendingFields is gone this morning: https://github.com/qgis/QGIS/pull/6050 Maybe just use `fields()` ? 2018-01-15 20:10 GMT+03:00 Andreas Neumann : > Hi, > > I am trying to fix some Python code that worked before, but not anymore > due to API changes in master meanwhile. > > I am getting a refere

Re: [QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Alessandro Pasotti
On Mon, Jan 15, 2018 at 6:10 PM, Andreas Neumann wrote: > Hi, > > I am trying to fix some Python code that worked before, but not anymore > due to API changes in master meanwhile. > > I am getting a reference to a layer by name and then want to query the > 'pendingFields'. Here is the code I use:

[QGIS-Developer] Python question: QgsVectorLayer object has no attribute 'pendingFields'

2018-01-15 Thread Andreas Neumann
Hi, I am trying to fix some Python code that worked before, but not anymore due to API changes in master meanwhile. I am getting a reference to a layer by name and then want to query the 'pendingFields'. Here is the code I use: - LayerParcels= QgsProject.instance().layer

Re: [QGIS-Developer] Cannot load WMS capabilities from WMS provider in QGIS3 from python

2018-01-15 Thread David Marteau
> > > > Hi David, > > You need an event loop to use a Q(qg)NetworkAccessManager, it's asynchronous. > Hi Alessandro, Yes, we know that (see the second code in previous mail ): the QgsNetworkAccessManager works perfeclty in python, this is not the point. The point is: trying to instanc

Re: [QGIS-Developer] Cannot load WMS capabilities from WMS provider in QGIS3 from python

2018-01-15 Thread Alessandro Pasotti
Forgot to mention that some time ago I wrote a python class to handle all this boring stuff for QGIS 2: https://github.com/boundlessgeo/lib-qgis-commons/blob/master/qgiscommons2/network/networkaccessmanager.py On Mon, Jan 15, 2018 at 2:48 PM, Alessandro Pasotti wrote: > On Mon, Jan 15, 2018 at

Re: [QGIS-Developer] Cannot load WMS capabilities from WMS provider in QGIS3 from python

2018-01-15 Thread Alessandro Pasotti
On Mon, Jan 15, 2018 at 12:48 PM, David Marteau wrote: > Hi, > > We hit a very nasty problem when trying to load projects with wms layer > defined from python: loading capabilities fail with timeout error, thus > preventing creating any project or layer from python. > > The problem has been verif

[QGIS-Developer] Translation state of master

2018-01-15 Thread Andreas Neumann
Hi, Every once in a while I change from the english language (my personal favourite) to german language, because some of my users prefer the german interface and I need to explain the german terms. Switching the master version to german I was a bit surprised to see a lot of english terms in t

[QGIS-Developer] QGIS 3 performance with loading and rendering vector layers and project files

2018-01-15 Thread Saber Razmjooei
Dear devs, I have recently noticed a significant drop in performance between QGIS 3 and QGIS 2. https://issues.qgis.org/issues/17809 I was wondering if others have experienced this issue? Cheers, -- Saber Razmjooei www.lutraconsulting.co.uk ___ QGIS-

Re: [QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread Denis Rouzaud
Hi Andreas, You're not the first one hitting this. See https://issues.qgis.org/issues/16596 The snapping config is mainly application wise before being project specified. Denis Le lun. 15 janv. 2018 à 09:40, Andreas Neumann a écrit : > Hi Denis, > > oh - it is in the project menu. I was searc

Re: [QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread Andreas Neumann
Hi Denis, oh - it is in the project menu. I was searching for it in the settings menu ;-) All these changes ... why was it moved from the settings to the Project menu? Anyway. Thanks for the hint! Much appreciated! Andreas On 15.01.2018 14:36, Denis Rouzaud wrote: Hi Andreas, This is n

Re: [QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread DelazJ
Hi, Andreas, there was recently a regression, the advanced panel not listing layers. Should be fixed by https://github.com/qgis/QGIS/pull/6026 if you have a more recent build. HtH, Harrissou 2018-01-15 14:26 GMT+01:00 Andreas Neumann : > Hi, > > With current master I cannot find a way to access

Re: [QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread Denis Rouzaud
Hi Andreas, This is not really a bug. The dialog can still be open from application menu -> snapping config. The toolbar only allows to switch between already configured mode. Although, I am working on a "bugfix" to show the snapping config under the tool bar. Cheers, Denis Le lun. 15 janv. 2

[QGIS-Developer] How to access advanced snapping configuration in QGIS master?

2018-01-15 Thread Andreas Neumann
Hi, With current master I cannot find a way to access the "advanced snapping configuration" - the panel or dialogue that allow to set snapping settings for multiple layers at once. There is a drop-down button labeled "Advanced configuration" - but nothing happens. No dialogue or panel opens.

Re: [QGIS-Developer] Last call for switching to github issue tracker

2018-01-15 Thread Matthias
> On 14 January 2018 at 23:19, Paolo Cavallini wrote: > > Hi all, > > > > Il 14/01/2018 12:11, Richard Duivenvoorde ha scritto: > >> On 14-01-18 00:17, Tim Sutton wrote: > > > >>> Actually this is not true (correct me if I am wrong PSC): the PSC was > >>> against two

[QGIS-Developer] Cannot load WMS capabilities from WMS provider in QGIS3 from python

2018-01-15 Thread David Marteau
Hi, We hit a very nasty problem when trying to load projects with wms layer defined from python: loading capabilities fail with timeout error, thus preventing creating any project or layer from python. The problem has been verified in Debian, Ubuntu and fresh OSX build from master branch. We

[QGIS-Developer] QGIS 3D needs a 2D profile windows

2018-01-15 Thread Jakob Lanstorp
For future consideration and funding I would like to list a feature request for a 2D profile window in conjunction with the QGIS 3D map I just entered at: https://issues.qgis.org/issues/17856 Description If the 3D windows reaches a point where data like s

[QGIS-Developer] Plugin [1246] go2mapillary approval notification.

2018-01-15 Thread noreply
Plugin go2mapillary approval by zimbogisgeek. The plugin version "[1246] go2mapillary 1.4" is now approved Link: http://plugins.qgis.org/plugins/go2mapillary/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.o

[QGIS-Developer] Plugin [1335] Otoklim approval notification.

2018-01-15 Thread noreply
Plugin Otoklim approval by zimbogisgeek. The plugin version "[1335] Otoklim 0.1.3" is now approved Link: http://plugins.qgis.org/plugins/Otoklim/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/li

Re: [QGIS-Developer] Eclipse config for QGIS API

2018-01-15 Thread PIERRE Sylvain
Hi Anita, I’m using Eclipse with QGIS API without problems (with Essen old release) . Import works. Did you set a PATH variable in the Environment tab? (for me value is: C:\Program Files\QGIS Essen;C:\Program Files\QGIS Essen\bin;C:\Program Files\QGIS Essen\apps\qgis-ltr\bin;C:\Program Files\QGI