Re: [QGIS-Developer] Backporting qt6 sip bindings to 3.34?

2024-02-09 Thread Alessandro Pasotti via QGIS-Developer
+1 Il sab 10 feb 2024, 00:06 Nyall Dawson via QGIS-Developer < qgis-developer@lists.osgeo.org> ha scritto: > Hey list, > > What does everyone think about us backporting the python/PyQt6/ directory > from master to the 3.34 branch? I'm thinking we could do this as > "orphan"/unused files, with the

Re: [QGIS-Developer] Backporting qt6 sip bindings to 3.34?

2024-02-09 Thread Matthias Kuhn via QGIS-Developer
cannot see anything bad +1 On Sat, Feb 10, 2024 at 12:12 AM Even Rouault via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > > Le 10/02/2024 à 00:07, Nyall Dawson via QGIS-Developer a écrit : > > Hey list, > > > > What does everyone think about us backporting the python/PyQt6/ > > direc

[QGIS-Developer] Is Continuous Legends the default?

2024-02-09 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
I am in process of upgrading my plugin to work in QGIS 3.28.15. I have layer styles that I created in 3.16.16. I noticed the update to the Properties Symbology setting includes Legend Settings... It seems that continuous legends are the default. I have layer styles files I have do not have t

[QGIS-Developer] Edit Menu Items missing in 3.28.15

2024-02-09 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
I am upgrading my plugin from 3.16.16 to 3.28.15. I installed 3.28.15 and I don't see the options to Add Circle, Add Rectangle, and Add Ellipse option in the Edit Menu. I see in the documentation: https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_gui.html#edit that it is still p

Re: [QGIS-Developer] Backporting qt6 sip bindings to 3.34?

2024-02-09 Thread Even Rouault via QGIS-Developer
Le 10/02/2024 à 00:07, Nyall Dawson via QGIS-Developer a écrit : Hey list, What does everyone think about us backporting the python/PyQt6/ directory from master to the 3.34 branch? I'm thinking we could do this as "orphan"/unused files, with the intention that it would make backporting to th

[QGIS-Developer] Backporting qt6 sip bindings to 3.34?

2024-02-09 Thread Nyall Dawson via QGIS-Developer
Hey list, What does everyone think about us backporting the python/PyQt6/ directory from master to the 3.34 branch? I'm thinking we could do this as "orphan"/unused files, with the intention that it would make backporting to this branch easier. Obviously it introduces a bunch of "noise" in the rep

Re: [QGIS-Developer] cmake PYQT_SIP_DIR (via Python_SITEARCH) value wrong on Debian and derivatives

2024-02-09 Thread Richard Duivenvoorde via QGIS-Developer
On 2/9/24 15:32, Greg Troxel via QGIS-Developer wrote: So: This is about Debian (and hence Ubuntu etc.) doing something unusual, vs every other system (Other Linux, Windows, Mac, *BSD, illumos.) No, not so much. It is more about Python and Linux distro's (and cmake) trying to address P

Re: [QGIS-Developer] cmake PYQT_SIP_DIR (via Python_SITEARCH) value wrong on Debian and derivatives

2024-02-09 Thread Greg Troxel via QGIS-Developer
Richard Duivenvoorde via QGIS-Developer writes: > On 2/9/24 14:24, Greg Troxel via QGIS-Developer wrote: >> How will this affect builds on other systems? It seems there is >> something deeper wrong, and the real problem might be that there are >> multiple legitimate ways to install things, and

Re: [QGIS-Developer] cmake PYQT_SIP_DIR (via Python_SITEARCH) value wrong on Debian and derivatives

2024-02-09 Thread Richard Duivenvoorde via QGIS-Developer
On 2/9/24 14:24, Greg Troxel via QGIS-Developer wrote: How will this affect builds on other systems? It seems there is something deeper wrong, and the real problem might be that there are multiple legitimate ways to install things, and that the Find script is deficient. How is it looking? It

Re: [QGIS-Developer] QGIS plugin depends on pypi package

2024-02-09 Thread Greg Troxel via QGIS-Developer
John Lindsay via QGIS-Developer writes: > I believe that I've solved my earlier issue with my QGIS plugin, which > previously relied on a pip package. In order to avoid this dependency, > I decided to include the Whitebox Workflows wheel in with my > plugin. Unfortunately, however, this has incre

Re: [QGIS-Developer] cmake PYQT_SIP_DIR (via Python_SITEARCH) value wrong on Debian and derivatives

2024-02-09 Thread Greg Troxel via QGIS-Developer
Richard Duivenvoorde via QGIS-Developer writes: > Hi Devs, > > I kept getting the https://github.com/qgis/QGIS/issues/54184 issue: sip not > being able to find the Qt package sips: 'QtNetwork/QtNetworkmod.sip' could > not be found etc etc I have not tried to build anything beyond 3.34.3 so far

Re: [QGIS-Developer] QGIS Full Stack Web Developer Report

2024-02-09 Thread Lova Andriarimalala via QGIS-Developer
Hello everyone, Please find below a report which details the progress made this week on the development of the plugin and feed website. Merged PRs for the plugin website: * [Deployed] Show review form for style managers * [Deployed] Fix ico

[QGIS-Developer] cmake PYQT_SIP_DIR (via Python_SITEARCH) value wrong on Debian and derivatives

2024-02-09 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, I kept getting the https://github.com/qgis/QGIS/issues/54184 issue: sip not being able to find the Qt package sips: 'QtNetwork/QtNetworkmod.sip' could not be found etc etc You can fix this with (on Ubuntu or Debian), by using (before your cmake step): export DEB_PYTHON_INSTALL_LAYOUT