[QGIS-Developer] qgis 3.22.3 fails to compile against sip 6.5.1

2022-02-11 Thread Saulteau Don
I'm trying to compile QGIS 3.22.3 against SIP 6.5.1 on Arch Linux via cmake and it fails with the following: [ 77%] Generating core/build/_core/sip_corepart0.cpp, core/build/_core/sip_corepart1.cpp, core/build/_core/sip_corepart2.cpp, core/build/_core/sip_corepart3.cpp,

Re: [QGIS-Developer] QgsCheckableComboBox setEditable makes QGIS crash

2022-02-11 Thread Benjamin Jakimow
I can confirm this for QGIS 3.23 master on OSGEO4W. On 2022-02-11 16:42, matteo wrote: Hi all, I'm using a QgsCheckableComboBox in an UI of a plugin. If I use the flag setEditable = False, bot from UI or from code, QGIS simply explodes (3.16 from package, 3.23 compiled on a Debian sid OS).

Re: [QGIS-Developer] Translations

2022-02-11 Thread Sandro Santilli
On Thu, Feb 10, 2022 at 12:36:03PM +0100, Stefano Campus wrote: > a few days ago about 600 new strings were added to Transifex to be > translated. FYI: OSGeo now has its translation infrastructure, based on the free software project Weblate: https://weblate.osgeo.org Weblate can be configured to

[QGIS-Developer] QgsCheckableComboBox setEditable makes QGIS crash

2022-02-11 Thread matteo
Hi all, I'm using a QgsCheckableComboBox in an UI of a plugin. If I use the flag setEditable = False, bot from UI or from code, QGIS simply explodes (3.16 from package, 3.23 compiled on a Debian sid OS). What is strange, at least for me, is that even by using in a python console the

[QGIS-Developer] Can't open postgrest geojson service

2022-02-11 Thread SIGĂ©al
Hi, I have a PostgreSql stored procedure which returns a geojson feature collection created with json_build_object function. This web service opens fine in OpenLayers, however, when I try to open it in QGIS, with data source manager -> vector -> protocol -> geojson :