Re: [QGIS-Developer] How to setup Visual Studio 2019 environment for QGIS C++ development?

2020-08-05 Thread Jonas
i managed to create a working dev environment including debugging in QtCreator with the OSGEO4W libraries. It was quite a hassle to set up though - but thats maybe because i am totally new to C++/CMake building. Probably not the OneClick(TM) solution the OP craves for. That being said i tried the

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-19 Thread Jonas
/pyqgis_developer_cookbook/plugins.html?highlight=plugin#ts-file jonas On 19.06.2019 20:01, C Hamilton wrote: I am also interested in how you do this on Windows because I had a request to add translation ability to the Shape Tools plugin, but these instructions don't seem to include anything for Windows. T

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-18 Thread Jonas
/pyqgis_developer_cookbook/plugins.html?highlight=plugin#ts-file https://www.riverbankcomputing.com/static/Docs/PyQt5/i18n.html Cheers Jonas On 18.06.2019 18:47, Roberta Fagandini wrote: Hi all, I want to translate both the gui and all the log messages of my plugin in a certain language (e.g. Italian). I&#

Re: [QGIS-Developer] Approval of my plugin

2019-06-17 Thread Jonas
Got that, thanks! :) Jonas On 17.06.2019 14:03, Marco Bernasocchi wrote: Looks like it's approved cheers On 14.06.19 17:25, Jonas wrote: ugins are approved? I totally understand that the approval process is run by volunteers and if it just takes its time thats perfectly fine! But i

[QGIS-Developer] Approval of my plugin

2019-06-14 Thread Jonas
new plugins are approved? I totally understand that the approval process is run by volunteers and if it just takes its time thats perfectly fine! But i just want to make sure everything is OK and i didn't do something wrong or missed a step. Thanks Jonas -- Sent from: http://osgeo-org.15

Re: [QGIS-Developer] macOS installs -- Lutra

2019-06-05 Thread Jonas
you can also install qgis from the osgeo homebrew repositories which uses homebrews python brew tap osgeo/osgeo4mac brew install osgeo-qgis be aware that the installation takes a long time (> 2 hours on my laptop) to install and uses plenty of packages -- Sent from: http://osgeo-org.1560.x6.na

Re: [QGIS-Developer] Broken links to PDF manuals

2019-05-09 Thread Jonas
confirmed over her -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lis

Re: [QGIS-Developer] adding vertices to digitize session via python

2019-05-09 Thread Jonas
) mapToolCapture.addVertex(QgsPointXY(1,2)) Cheers Jonas On 09.05.2019 12:55, Jonas wrote: Hi, is there a way to add vertices to the rubberband when the user currently digitizes a feature via the python API? For example when adding a line feature, the user has already created a few vertices of a

[QGIS-Developer] adding vertices to digitize session via python

2019-05-09 Thread Jonas
way to do this? Thanks Jonas ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] debug build - DPI assertion fails in qgsmaprenderercustompainterjob.cpp

2018-12-20 Thread Jonas
/gui/qgsmapcanvas.cpp: 1588: (wheelEvent) [0ms] Wheel event delta 0 Fatal: ASSERT failure in Job::startRender(): "pre-set DPI not equal to painter's DPI (112 vs 111.62)", file src/core/qgsmaprenderercustompainterjob.cpp, line 73 14:24:25: The program has unexpectedly finished.

Re: [QGIS-Developer] QgsSymbolButton/QgsFontButton no menu?

2018-12-17 Thread Jonas
Hi Nyall, ok, thank you! Jonas > On 15. Dec 2018, at 22:41, Nyall Dawson wrote: > > On Sat, 15 Dec 2018 at 20:50, Jonas wrote: >> >> Hi, >> >> i am currently working on fixing the inner paddings of the ToolButtons for >> Symbols (QgsSymbolButton) a

[QGIS-Developer] QgsSymbolButton/QgsFontButton no menu?

2018-12-15 Thread Jonas
is fine, but i am reluctant to move on as i am new around here. can somebody explain if there is a use case for the non-menu styling? Thanks Jonas (iona5) -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer

[QGIS-Developer] "failed to load!" - loading vector files into pyQGIS (outside QGIS)

2018-03-24 Thread Jonas enok
tion.showSettings() ) The code always returns “layer failed to load!” even though the file path is correct. I would therefore like to ask what might be the problem here? If more information is needed, please say. Thanks in advance! Best regards, Jonas __