Re: [QGIS-Developer] Call for co-maintainers of the QGIS hub

2023-04-05 Thread Gabriel De Luca via QGIS-Developer
Hi Tim, I could help keep an eye on new submissions and test them on my machine. My osgeo username is gabrieldeluca. Count on me if you think I can be of help. Regards, Gabriel El mar, 4 abr 2023 a la(s) 12:40, Tim Sutton via QGIS-Developer ( qgis-developer@lists.osgeo.org) escribió: > Dear

Re: [QGIS-Developer] Approval and Maintainer-Change of ORSTools-Plugin

2023-04-05 Thread Andrea Giudiceandrea via QGIS-Developer
Tim Sutton tim at kartoza.com Tue Apr 4 15:47:08 PDT 2023 These are the things I can edit in the admin panel. I suspect you want to change the 'created by' field? Please indicate the osgeo id of the person it should be changed to. There is an open ticket about this issue: https://github.com/q

Re: [QGIS-Developer] sip-build takes too long to complete

2023-04-05 Thread Nyall Dawson via QGIS-Developer
On Thu, 6 Apr 2023 at 03:03, Julien Cabieces via QGIS-Developer wrote: > > > Hi, > > While working on building QGIS python binding with SIP 6/PyQT6, it seems > to me that it takes more time than my classic setup (SIP 4.19.25/PyQT > 5.15.7) but no as much as you describe. This matches my findings

Re: [QGIS-Developer] Approval and Maintainer-Change of ORSTools-Plugin

2023-04-05 Thread Tim Sutton via QGIS-Developer
Can you try again please? Thanks Tim On Wed, Apr 5, 2023 at 8:52 AM Jakob Schnell wrote: > Hey Tim, > > yeah, it looks like that's the setting influencing the `Maintainer` entry > in > the plugin details. > > Could you change that to "heigit"? > That would be much appreciated. > > Could the "h

Re: [QGIS-Developer] sip-build takes too long to complete

2023-04-05 Thread Julien Cabieces via QGIS-Developer
Hi, While working on building QGIS python binding with SIP 6/PyQT6, it seems to me that it takes more time than my classic setup (SIP 4.19.25/PyQT 5.15.7) but no as much as you describe. You can try to downgrade your SIP version. I'm also on debian testing and current python3-sip version is 4.1

Re: [QGIS-Developer] Detect a Map Canvas Mouse Event

2023-04-05 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
Looking for something like canvas.xyCoordinates.connect( self.canvasMoveEvent ) but that's from a 7 year old post so looks like xyCoordinates is not in QGIS 3.x From: QGIS-Developer On Behalf Of Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer Sent: Wednesday, April 5, 2023 11:53 AM To:

Re: [QGIS-Developer] Detect a Map Canvas Mouse Event

2023-04-05 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
I found QgsMapToolEmitPoint , QgsMapTool and canvas.setMapTool(...) So I declared my class as AoiSizeValidator(QgsMapToolEmitPoint) But gave that a try and it gets me x,y, initially but when I select an add layer from the qgis edit menu, I guess it sets a new map tool so mine gets overridd

[QGIS-Developer] Detect a Map Canvas Mouse Event

2023-04-05 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
Trying to get a map canvas event when canvas is clicked and mouse is dragged. I have code that creates an empty layer, but I use the QGIS edit menu to add the actually layer. I want to be able to track the mouse movement so I can calculated the area of the feature being drawn in real time so I

[QGIS-Developer] sip-build takes too long to complete

2023-04-05 Thread Stefanos Natsis via QGIS-Developer
Hi list, lately, while building QGIS with any sip related change, some of the triggered `sip-build` processes take too long to complete (two of them take 10 minutes, one takes 15' and one takes 25' roughly) Is this normal or is it some quirk on my setup? (Debian testing, sip 6.7.7) Thanks, Stefano

[QGIS-Developer] QGIS Enhancement: Use pre-commit to automate installation and management of all pre-commit hooks

2023-04-05 Thread Alessandro Pasotti via QGIS-Developer
Hi, I have just submitted a QEP: Use pre-commit to automate installation and management of all pre-commit hooks https://github.com/qgis/QGIS-Enhancement-Proposals/issues/265 I would like to submit a grant proposal for that work if the QEP is accepted, please add your comments. Kind regards. --

[QGIS-Developer] QGIS Enhancement: Move from astyle to clang-format for C++ code formatting

2023-04-05 Thread Alessandro Pasotti via QGIS-Developer
Hi, I have just submitted a QEP: Move from astyle to clang-format for C++ code formatting https://github.com/qgis/QGIS-Enhancement-Proposals/issues/264 I would like to submit a grant proposal for that work if the QEP is accepted, please add your comments. Kind regards. -- Alessandro Pasotti Q

Re: [QGIS-Developer] Approval and Maintainer-Change of ORSTools-Plugin

2023-04-05 Thread Jakob Schnell via QGIS-Developer
Hey Tim, yeah, it looks like that's the setting influencing the `Maintainer` entry in the plugin details. Could you change that to "heigit"? That would be much appreciated. Could the "heigit" user also get the `plugins.can_approve`-permission mentioned in the docs¹? What would be the process to

[QGIS-Developer] Could not load qgis_app.dll

2023-04-05 Thread Paul N via QGIS-Developer
Hi I am compiling QGIS 3.28.5 with minor changes on Windows 10 system --> running configonly.bat --> ninja and build compilation successful. After ninja install, the QGIS files are install in OSGeo4W/apps/qgis-test and qgis running quite successful from bin/qgis.exe. Now I have create msi using ht