Re: [QGIS-Developer] [Qgis-psc] QGIS.org new website now online

2024-07-19 Thread Richard Duivenvoorde via QGIS-Developer
If you take off 'QGIS-OSGeo4W-3.34.8-1.msi' from current download url: https://qgis.org/downloads/QGIS-OSGeo4W-3.34.8-1.msi you'll find older versions at: https://qgis.org/downloads/ Regards, Richard Duivenvoorde (if you think this should be in the website somewhere, you can create an issue?)

Re: [QGIS-Developer] debug messages not coming out, why ?

2024-05-28 Thread Richard Duivenvoorde via QGIS-Developer
running ccmake with -DCMAKE_BUILD_TYPE=Debug and then running form the build dir still gives me debug messages Other options during runtime (IF you build Debug): # NO messages export QGIS_DEBUG=0 # FULL messages export QGIS_DEBUG=5 Regards, Richard Duivenvoorde On 5/28/24 16:15, Sandro

Re: [QGIS-Developer] Qt6: qgsspatialindex.sip: line 148: column 5: 'QgsSpatialIndex::intersects' has an unsupported return type

2024-05-28 Thread Richard Duivenvoorde via QGIS-Developer
QGIS/blob/895193f2dddb616cfd21c8cdde037b971f15aa32/python/core/conversions.sip#L1566-L1613> El mié, 31 ene 2024 a las 9:11, Richard Duivenvoorde via QGIS-Developer (mailto:qgis-developer@lists.osgeo.org>>) escribió: Hi, My Qt6 (test) build stops with the following: Generatin

Re: [QGIS-Developer] [Qgis-user] Looking for assistance with fixing RTL label bugs

2024-05-28 Thread Richard Duivenvoorde via QGIS-Developer
Nyall, I cannot read a RTL language myself, but we do have some RTL languages as site/documentation translations. If I remember correct it was actually pretty easy and worked remarkebly good for the site: See for example: https://qgis.org/fa/site/ All rtl language inclused this css:

Re: [QGIS-Developer] Reload python library used by plugin

2024-05-22 Thread Richard Duivenvoorde via QGIS-Developer
On 5/22/24 18:22, Benjamin Jakimow via QGIS-Developer wrote: Hi Gerald, you may use "from importlib import reload" to reload the packages that have been changed. https://docs.python.org/3/library/importlib.html#importlib.reload Wos, great!? If this works, it would be a good idea to create

Re: [QGIS-Developer] Broken doctest infrastructure for Cookbook

2024-05-22 Thread Richard Duivenvoorde via QGIS-Developer
Hi Harrissou, Yes, looking at https://github.com/qgis/pyqgis/actions/runs/8954239354/job/24593642123#step:3:106 It looks like you are right. Apparently the qgis/qgis container image has been upgraded to a version which does you not let install python packages via pip in the global Python.

Re: [QGIS-Developer] Build problems using install instructions

2024-04-26 Thread Richard Duivenvoorde via QGIS-Developer
Not sure if it helps, but: # locate QtWidgetsmod.sip /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip # dpkg -S /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip pyqt5-dev: /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip

Re: [QGIS-Developer] error adding new feature to empy layer

2024-04-04 Thread Richard Duivenvoorde via QGIS-Developer
Hi Pierluigi, Are you sure the creation of the geometry is ok? Because your code with some hardcoded values in it, just works in my python console: vl = QgsVectorLayer("LineString", "braiding_river", "memory") pr = vl.dataProvider() # add fields pr.addAttributes([ QgsField("reach",

Re: [QGIS-Developer] DefaultProxy and ambiguous wording in the options

2024-03-20 Thread Richard Duivenvoorde via QGIS-Developer
May I draw your attention to an old PR of me: https://github.com/qgis/QGIS/pull/53424 In that one I proposed to set the default to 'Use system proxy", because if NO proxy defined all works, but IF proxy defined, it also works. Regards, Richard On 3/18/24 9:09 AM, Johannes Kröger

Re: [QGIS-Developer] Preparing inheritance : change a plugin's owner

2024-03-13 Thread Richard Duivenvoorde via QGIS-Developer
Hi Jean, We can help, but it is to me not fully clear what you want: - if you just want to change the owner of YOUR plugin: please sent me 1) the name(s) of your plugin(s) 2) your qgis/osgeo name/handle 3) the owners new qgis/osgeo name/handle 4) some message from old and new owner that they

[QGIS-Developer] enabled X-Frame-Options HTTP response header on qgis.org and docs.qgis.org

2024-03-03 Thread Richard Duivenvoorde via QGIS-Developer
Hi All, FYI: somebody mailed us on secur...@qgis.org that we did not set X-Frame-Options HTTP response header on our website, which "... could be at risk of a clickjacking attack ...". As this seemed an easy fix, we now set X-Frame-Options DENY Please let me know if this is (or gives you)

[QGIS-Developer] Qt6 python plugins: visual hint in PluginManager plugin list?

2024-02-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Maybe it is a little too early, as not so many people will be able to test Qt6 builds of QGIS? But I have one :-) And I upgraded a first plugin that is working both in Qt5 and Qt6 [0] Now I'm wondering if there should be some visual cue, when working with a Qt6 build, when searching for

Re: [QGIS-Developer] Compiling against homebuilt GDAL

2024-02-28 Thread Richard Duivenvoorde via QGIS-Developer
Hi Thomas, Not sure if it is usefull, but some time ago I build (always in ~/git/foo) and install (always in ~/bin/foo) PROJ, GDAL and then build QGIS (in ~/git/qgisgdal) with those. This is what I then use: cd /home/richard/git/qgisgdal; export

Re: [QGIS-Developer] Finishing Visual Changelog for export to site

2024-02-27 Thread Richard Duivenvoorde via QGIS-Developer
On 2/27/24 8:17 AM, Nyall Dawson wrote: Hmm, would it be possible to do the export again? I noticed a few extra entries were added overnight too, and these aren't present on the site. (Plus a few wording improvements I made this morning too).. Yep, no problem. Please let me know Richard

Re: [QGIS-Developer] Finishing Visual Changelog for export to site

2024-02-26 Thread Richard Duivenvoorde via QGIS-Developer
very raw. Same question about the 'Feature: Revert “Restore default metadata from DB”'-like items. If we need more time to add stuff, let me know. Regards, Richard Duivenvoorde On 2/23/24 3:40 PM, Richard Duivenvoorde via QGIS-Developer wrote: Hi Devs, As release 3.36 Maidenhead is near

Re: [QGIS-Developer] Finishing Visual Changelog for export to site

2024-02-24 Thread Richard Duivenvoorde via QGIS-Developer
>> wrote: On Sat, 24 Feb 2024, 12:41 am Richard Duivenvoorde via QGIS-Developer, mailto:qgis-developer@lists.osgeo.org>> wrote: Hi Devs, As release 3.36 Maidenhead is near... Please have a look at https://changelog.qgis.org/en/qgis/version/3

[QGIS-Developer] Finishing Visual Changelog for export to site

2024-02-23 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, As release 3.36 Maidenhead is near... Please have a look at https://changelog.qgis.org/en/qgis/version/3.36/ To fix/polish or add stuff you did or is important to show to users. @Andreas: I'll wait for you to add the tables with notable changes, please ping me when done Then I will

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

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?

[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

[QGIS-Developer] Qt6: qgsspatialindex.sip: line 148: column 5: 'QgsSpatialIndex::intersects' has an unsupported return type

2024-01-31 Thread Richard Duivenvoorde via QGIS-Developer
Hi, My Qt6 (test) build stops with the following: Generating the gui bindings... sip-build: /home/richard/git/qgisqt6/build/python/core/auto_generated/qgsspatialindex.sip: line 148: column 5: 'QgsSpatialIndex::intersects' has an unsupported return type - provide %MethodCode and a C++

Re: [QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-28 Thread Richard Duivenvoorde via QGIS-Developer
On 1/28/24 19:04, Even Rouault wrote: what I don't understand is how you manage to create with ogr2ogr a table without explicit SRS with features whose coordinates are not compatible of geographic coordinates. As mentioned previously, I do get a hard error from ogr2ogr when trying that.

Re: [QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-28 Thread Richard Duivenvoorde via QGIS-Developer
On 1/23/24 23:21, Even Rouault wrote: So all in all, no issues on my side... You were off course right :-) I found out how to fix the missing crs in mysql and wrote some info (for future reference) in a comment: https://github.com/qgis/QGIS/issues/55463#issuecomment-1913602140 One thing

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-28 Thread Richard Duivenvoorde via QGIS-Developer
sion you have is presumably 6.1.4-2: https://salsa.debian.org/qt-kde-team/extras/qwt/-/blob/debian/6.1.4-2/src/qwt_plot_layout.h?ref_type=tags#L84 Even Le 27/01/2024 à 10:39, Richard Duivenvoorde via QGIS-Developer a écrit : On 1/27/24 00:31, Nyall Dawson wrote: Looks like you'll need https://gi

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-27 Thread Richard Duivenvoorde via QGIS-Developer
On 1/27/24 00:31, Nyall Dawson wrote: Looks like you'll need https://github.com/qgis/QGIS/pull/56033 too. Try removing that line for now. Yep, thanks. Merged/fixed now apparently. Next issue with qwt: FAILED: src/gui/CMakeFiles/qgis_gui.dir/raster/qgsrasterhistogramwidget.cpp.o ... In file

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-26 Thread Richard Duivenvoorde via QGIS-Developer
: | ^~~ [440/2971] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgsvectorfilewriter.cpp.o Anybody a hint? Regards, Richard Duivenvoorde On 1/26/24 10:05, Richard Duivenvoorde via QGIS-Developer wrote: Whow! Cool! Thanks to all peeps/sponsors making this happen! Eager to try

Re: [QGIS-Developer] Qt6 builds and plugins -- ready for testing!

2024-01-26 Thread Richard Duivenvoorde via QGIS-Developer
Whow! Cool! Thanks to all peeps/sponsors making this happen! Eager to try to build. Is https://lists.osgeo.org/pipermail/qgis-developer/2022-August/065012.html more or less the status of dependencies you also have to get/build yourself on Debian? Ok searched and tried to configure. Following

Re: [QGIS-Developer] QGIS-Website write permissions

2024-01-25 Thread Richard Duivenvoorde via QGIS-Developer
Hi Sandro, Looking at the last 10 merged PR's I can see at least 5 people apparently able to merge: Marco, Andreas, Juergen, Andrea, Harrisou and myself I think our 'rule' was to do PR's and if you want them to be merged, and they are not picked up by the dev's, you can ask here (which you do

Re: [QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-23 Thread Richard Duivenvoorde via QGIS-Developer
370 then opening it with QGIS displays the point on the canvas and the attribute table. I can also add other points. Even Le 16/01/2024 à 20:07, Richard Duivenvoorde via QGIS-Developer a écrit : No hints :-) ? I now have a live connection to the db, and can reproduce the issue here in master

Re: [QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-23 Thread Richard Duivenvoorde via QGIS-Developer
EPSG:31370 then opening it with QGIS displays the point on the canvas and the attribute table. I can also add other points. Even Le 16/01/2024 à 20:07, Richard Duivenvoorde via QGIS-Developer a écrit : No hints :-) ? I now have a live connection to the db, and can reproduce the issue here in master o

[QGIS-Developer] Settings/Data Source Handling/Prompt: 'never', loads nothing?

2024-01-19 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Creating some gpkg dumps from postgis tables to mail to somebody, I thought to tell them: "just throw them in QGIS to show them" Then I got the (functional, but slighty annoying) prompt/dialog to select (the one!) layer in it, first. So reached to settings to find "Prompt for sublayers

Re: [QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-16 Thread Richard Duivenvoorde via QGIS-Developer
screen or so to show this. SELECT version(); version()| -+ 8.0.34-26| but is an upgraded db, not sure where it came from Regards, Richard Duivenvoorde On 1/12/24 15:06, Richard Duivenvoorde via QGIS-Developer wrote: Hi Devs, I was contacted by a company who after upgrading their db

Re: [QGIS-Developer] Shapefile not correctly shown in some areas

2024-01-13 Thread Richard Duivenvoorde via QGIS-Developer
Hi Aurélie, I can reproduce your findings. I'm not an expert on shapefile format, but how do you create the shapefile? Is it possible that the shx file is not in line anymore with the shp/dbf file? If I'm correct the shx is the shape-index file, probably used by QGIS or other tools to quickly

[QGIS-Developer] Strange Mysql (spatial) behaviour: no points visible

2024-01-12 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, I was contacted by a company who after upgrading their db and QGIS did NOT see the points anymore. Note that 'all worked' when they used QGIS 3.10 (and an older mysql db) After a MySQL database upgrade, QGIS 3.10 was not able to connect anymore (apparently TLS issues), so they have

[QGIS-Developer] Remove stripe.qgis.org and planet.qgis.org (test.qgis.org?) from DNS

2023-11-08 Thread Richard Duivenvoorde via QGIS-Developer
Looking at the records (still) pointing to qgis2 (old web server), we found stripe.qgis.org and planet.qgis.org We think(!) that those are not used anymore. Are we right? (is donate.qgis.org superseeding the stripe.qgis.org?) (planet is gone?) Can I remove these records from the DNS? Anybody

Re: [QGIS-Developer] VisualChangelog in qgis.org please check/fix

2023-10-31 Thread Richard Duivenvoorde via QGIS-Developer
On 10/31/23 00:27, Valentin BUIRA via QGIS-Developer wrote: Do you think I could be credited as Valentin Buira instead of "Poulpator" ? https://github.com/qgis/QGIS-Website/commit/f4b67fb512d10cd28a7198d6043e8c2ec30e33a3 Regards, Richard Duivenvoorde

[QGIS-Developer] VisualChangelog in qgis.org please check/fix

2023-10-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Just pulled the Visual Changelog from the edit site into the website: https://qgis.org/en/site/forusers/visualchangelog334/index.html (English, but other languages building!) Please check and let us know if there is stuff to fix. Regards, Richard Duivenvoorde

Re: [QGIS-Developer] LTR version info in version.txt?

2023-09-13 Thread Richard Duivenvoorde via QGIS-Developer
https://github.com/qgis/QGIS-Website/blob/master/scripts/mkversion.py I think it is used for the about box. Juergen is handling this Regards, Richard Duivenvoorde On 9/13/23 05:50, Nyall Dawson via QGIS-Developer wrote: Hi list, Has something changed in the format of

Re: [QGIS-Developer] PDAL compile on bookworm?

2023-09-11 Thread Richard Duivenvoorde via QGIS-Developer
ote: Hi Richard, On Mon, 11. Sep 2023 at 17:11:13 +0200, Richard Duivenvoorde via QGIS-Developer wrote: One more question ;-) After pdal install: if I try to compile QGIS 'WITH_PDAL', ccmake find the PDAL_BIN, PDAL_CPP_LIBRARY and PDAL_INCLUDE_DIR But NOT the PDAL_UTIL_LIBRARY. That was dropped

Re: [QGIS-Developer] PDAL compile on bookworm?

2023-09-11 Thread Richard Duivenvoorde via QGIS-Developer
On 9/10/23 23:39, Jürgen E. Fischer via QGIS-Developer wrote: On unstable installing libunwind-16-dev helped - didn't dig any deeper. Cool, yep that works on bookworm also! Well, libunwind-15-dev you get there. Then I can compile/test/install pdal. Thanks! One more question ;-) After pdal

[QGIS-Developer] PDAL compile on bookworm?

2023-09-10 Thread Richard Duivenvoorde via QGIS-Developer
Hi All, Anybody succesfully compiled PDAL master recently on Debian Bookworm? Following instructions of https://pdal.io/en/latest/development/compilation/unix.html Ninja stops when trying to link the tests: [448/578] Linking CXX executable bin/pdal_file_utils_test FAILED:

[QGIS-Developer] Mesh netcdf NaN visualisation in QGIS?

2023-09-04 Thread Richard Duivenvoorde via QGIS-Developer
Hi, My colleague is creating netcdf as output of some other modelling software, and viewing/styling it in QGIS. In some places the modelling software goes awry and produces NaN's in de netcdf. Anybody an idea to create a visualisation (in QGIS) to find out WHICH part/cell's contain a NaN?

Re: [QGIS-Developer] strange files in bin when building qgis server

2023-08-25 Thread Richard Duivenvoorde via QGIS-Developer
Hi Greg, No inner knowledge, others know probably better, but a part of qgis_server is a 'landing page'-web-application. Could it be those files belong to those? Regards, Richard Duivenvoorde On 8/25/23 02:37, Greg Troxel via QGIS-Developer wrote: I maintain the gpksrc entry for qgis,

Re: [QGIS-Developer] Adding a plugin collaborator

2023-07-06 Thread Richard Duivenvoorde via QGIS-Developer
On 6/29/23 11:31, Richard Duivenvoorde via QGIS-Developer wrote: FYI I created an issue, in case some django/html/js guru comes up with a better idea: https://github.com/qgis/QGIS-Django/issues/289 Not yet deployed, but look what Dimas created: https://github.com/qgis/QGIS-Django/issues/289

Re: [QGIS-Developer] QGIS Website Donation page not working

2023-07-01 Thread Richard Duivenvoorde via QGIS-Developer
See: https://github.com/qgis/QGIS-Website/issues/1166 Pinging Dimas and Tim Regards, Richard Duivenvoorde On 7/1/23 12:23, Andrea Giudiceandrea via QGIS-Developer wrote: Hi devs, just to inform you that the Donation page of the QGIS website is not working properly, probably already for a

Re: [QGIS-Developer] Adding a plugin collaborator

2023-06-29 Thread Richard Duivenvoorde via QGIS-Developer
Thanks Nyall, FYI I created an issue, in case some django/html/js guru comes up with a better idea: https://github.com/qgis/QGIS-Django/issues/289 Richard On 6/29/23 01:00, Nyall Dawson wrote: On Mon, 26 Jun 2023 at 14:01, Richard Duivenvoorde wrote: On 6/26/23 00:55, Nyall Dawson wrote:

Re: [QGIS-Developer] Documentation of QGIS3.ini structure/schema?

2023-06-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi Hannes, Not sure if it is documented, and not sure IF they should be at different places. But one explanation, IF this is an old profile and you are running master/own compiled QGIS's, could be that a new Settings regime has been introduced recently, which changed the 'keys' of (almost

[QGIS-Developer] [QGIS-server] Messages: QNetworkDiskCache::prepare() unable to open temporary file

2023-06-26 Thread Richard Duivenvoorde via QGIS-Developer
Hi, I'm testing a QGISserver setup in which the project is cascading a WMTS (MapProxy). Performance is not so good... so I fiddled with QGIS_SERVER_CACHE_DIRECTORY=/cache and even with ?? QGIS_OPTIONS_PATH=/cache where /cache is a mounted internal cache dir Is see QGISserver write all the

Re: [QGIS-Developer] Input for changelog

2023-06-25 Thread Richard Duivenvoorde via QGIS-Developer
On 6/19/23 08:09, Richard Duivenvoorde via QGIS-Developer wrote: Hi Devs, As packaging of 3.32 is coming close... and we will pull the changelog from the input site into qgis.org. Done, I just build the English version of the site to see it: https://qgis.org/en/site/forusers

Re: [QGIS-Developer] Adding a plugin collaborator

2023-06-25 Thread Richard Duivenvoorde via QGIS-Developer
On 6/26/23 00:55, Nyall Dawson wrote: Thanks Richard, I've found this setting now! (For other's reference it's under "Manage" - "Edit" - "Owners"). It's a bit clunky unfortunately -- there's a list box with over 4000 entries and I need to safely select multiple entries from this ...  I think

Re: [QGIS-Developer] Input for changelog

2023-06-24 Thread Richard Duivenvoorde via QGIS-Developer
Ok, ready? As packaging will probably go over the weekend, I'm planning to pull the changelog (silently) into our website tomorrow or monday? Richard On 6/19/23 08:09, Richard Duivenvoorde via QGIS-Developer wrote: Hi Devs, As packaging of 3.32 is coming close... and we will pull

Re: [QGIS-Developer] Adding a plugin collaborator

2023-06-22 Thread Richard Duivenvoorde via QGIS-Developer
Or maybe... the 'author' string of the metadata.txt is used as is. If you leave it, it will probably use the name from your credentials/ldap. But if you add more names there, it will be shown in the plugin dialog(s) Regards, Richard On 2023-06-22 09:08, Richard Duivenvoorde via QGIS

Re: [QGIS-Developer] Adding a plugin collaborator

2023-06-22 Thread Richard Duivenvoorde via QGIS-Developer
On 2023-06-22 06:34, Nyall Dawson via QGIS-Developer wrote: Hi list, This is possibly a stupid question -- but how can I add additional users as collaborators to a plugin via https://plugins.qgis.org/? I can see other plugins which have done this, but can't see any settings exposed in my

Re: [QGIS-Developer] How to enable debugging mode on QGIS start in Win11

2023-06-20 Thread Richard Duivenvoorde via QGIS-Developer
In windows/osgeo4w the 'nightly builds' (with -dev- in there package names) are build in DEBUG mode if I am correct... so these should show you logging info, but I think you also need to install a tool to SEE that logging. I know there was some utility for it. Not sure if you can see it in

Re: [QGIS-Developer] PyQGIS zoom to layer not working

2023-06-20 Thread Richard Duivenvoorde via QGIS-Developer
On 6/20/23 14:56, Frank Broniewski wrote: I did set the QGIS default CRS to 2169 in the options, but this did not help unfortunately. Mmm, that should work: Settings / CRS and Transforms/ CRS for projects / Use a default CRS AND I would maybe also set the CRS for layer to epsg:2169 Another

Re: [QGIS-Developer] PyQGIS zoom to layer not working

2023-06-20 Thread Richard Duivenvoorde via QGIS-Developer
Hi Frank, It really depends on: - what is the crs of your project - what is the crs of your layer - if they match, it should work - if they do not match you have to reproject the layer extent to the crs of the mapcanvas I think the python console will be helpfull here. While loaded, does the

Re: [QGIS-Developer] Proposal? Set 'Use Proxy for Web Access' default ON to 'DefaultProxy'

2023-06-19 Thread Richard Duivenvoorde via QGIS-Developer
Hi, created a PR for this: https://github.com/qgis/QGIS/pull/53424 Nobody have this issue/urge? @Juergen: as you are our 'Windows'-man ;-) do you see an issue with this (defaulting to 'Use Default Proxy'?) Regards, Richard Duivenvoorde On 2023-05-17 09:47, Richard Duivenvoorde via QGIS

[QGIS-Developer] Input for changelog

2023-06-19 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, As packaging of 3.32 is coming close... and we will pull the changelog from the input site into qgis.org. While already looking good(!), can you please have a look at https://changelog.qgis.org/en/qgis/version/3.32/ and add items if needed, fix/update texts if needed and/or add some

[QGIS-Developer] 'Sensors' in Project Properties?

2023-06-06 Thread Richard Duivenvoorde via QGIS-Developer
Hi just seeing a 'Sensors'-tab in the Project Properties of master. I'm very interested in Sensors_QGIS... Any pointers to discussion or writup of current plan(s)? (quick grepping in source did not reveal much to me except the term 'sensor framework' :-) ) Regards, Richard Duivenvoorde

[QGIS-Developer] Rule based layer styling without rules misbehaving?

2023-06-06 Thread Richard Duivenvoorde via QGIS-Developer
Need to have a styling to have two icon sizes From https://gis.stackexchange.com/questions/172775/is-there-a-way-to-change-symbol-size-units-dependent-on-scale I concluded that creating 2 rules would be easiest... But: creating a rule (without a filter, embedded svg icon), setting min/max

Re: [QGIS-Developer] Call of testing of nightlies on hi-dpi displays

2023-05-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi Nyall, Happy to do some testing, I do have a (dual boot) laptop/tablet with 3000x2000 screen (that's high-dpi, yes?), but in Gnome I set the Display 'Scale' on 200% to have proper applications (an to me readable text :-) ). Is there some test plan/idea's? Is my setup something you want to

[QGIS-Developer] Open/position Python console panel not remembered between QGIS sessions

2023-05-18 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Testing something in which I have to run a script in the console several times after a QGIS request, it appeared that the position of the Python console is not remembered. I have to open it every time myself, even if I dock it in the upper part, together with Temporal Controller and Log

[QGIS-Developer] Proposal? Set 'Use Proxy for Web Access' default ON to 'DefaultProxy'

2023-05-17 Thread Richard Duivenvoorde via QGIS-Developer
Hi All, Currently a fresh install/profile has 'Use Proxy for Web Access' UNchecked. I propose to set it CHECKED and then 'Proxy type' to DefaultProxy (all see Network Settings) This means that if you are in an environment without proxy, it will not be in your system environment, so will not

Re: [QGIS-Developer] PSA: Don't update to Gnome 44!

2023-04-27 Thread Richard Duivenvoorde via QGIS-Developer
Ooh, tricky! Thanks Nyall for this heads up! Was 44 already released actually? As Debian testing/sid is now in something-freeze (and on 43).. I do not think it will enter 44 before release of Bookworm..? So at least Debianista's are good untill that. Reading the issue, I see it's about Qt5

[QGIS-Developer] Gateway timeout on upload to plugins.qgis.org

2023-04-13 Thread Richard Duivenvoorde via QGIS-Developer
Hi (plugin) devs, At https://github.com/qgis/QGIS-Website/issues/1148 somebody says there is a gateway timeout when trying to upload a plugin... Others maybe can confirm or test? Regards, Richard Duivenvoorde ___ QGIS-Developer mailing list

Re: [QGIS-Developer] QtCreator QGIS debugging not showing values

2023-03-31 Thread Richard Duivenvoorde via QGIS-Developer
Thanks Nyall! Works! (after fiddling with patch...) Richard On 3/31/23 11:24, Nyall Dawson wrote: On Fri, 31 Mar 2023, 7:17 pm Richard Duivenvoorde via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: Hi Devs, Trying to look into one of my own issues (wrong timestep count fo

[QGIS-Developer] QtCreator QGIS debugging not showing values

2023-03-31 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, Trying to look into one of my own issues (wrong timestep count for mesh layers #48942), I fail to see the values of variables in QtCreator see screendump. I tried to fiddle with Debuggers (gdb -> lldb), helpers, gdb properties (Load system GDB pretty printers) etc etc. But I fail to

Re: [QGIS-Developer] [Qgis-psc] [Qgis-community-team] QGIS webserver size vs publishing old docs

2023-03-24 Thread Richard Duivenvoorde via QGIS-Developer
But with what purpose? These are sites >7GB each of which most information should either be still available in newer doc versions, or only if you would want to use 2.x versions of QGIS... I fail to want to put extra time into this. But if you want: I have archived both versions in a zip on

Re: [QGIS-Developer] [Qgis-community-team] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Richard Duivenvoorde via QGIS-Developer
On 3/20/23 17:31, Andreas Neumann wrote: Hi Matthias, Sure - buying more space is an option. I would like to get an idea - however - what the monthly expected costs are. Is this a "virtual" server at Hetzner? How much disk space does it have currently, how much do we want? What is the price

Re: [QGIS-Developer] QGIS QT6 build status & roadmap meeting

2023-03-09 Thread Richard Duivenvoorde via QGIS-Developer
Hi Allessandro, Very interested! Please let us know what the outcome of the doodle is, so I/others can try to be there/lurk if possible (my input will not be enough to influence the date/time, but I would be really happy to try to make the build work on Debian :-) , I failed last time I tried

Re: [QGIS-Developer] Timestep for (Temporal) Mesh/netcdf layers?

2023-03-08 Thread Richard Duivenvoorde via QGIS-Developer
y strange thing is that the temporalUnit() always returns 'hours', while the actual data time is relative in minutes... Regards, Richard Duivenvoorde On 3/7/23 14:18, Richard Duivenvoorde via QGIS-Developer wrote: Hi, When loading (temporal) Netcdf files (as MeshLayers), the 'timestep' that you

[QGIS-Developer] VisualChangelog in qgis.org please check/fix

2023-03-07 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Just pulled the Visual Changelog from the edit site into the website: https://qgis.org/en/site/forusers/visualchangelog330/index.html (english, but other languages building!) Please check and let us know if there is stuff to fix. Regards, Richard Duivenvoorde

Re: [QGIS-Developer] Release 3.30 delayed

2023-03-07 Thread Richard Duivenvoorde via QGIS-Developer
On 2023-03-07 14:12, Richard Duivenvoorde via QGIS-Developer wrote: On 2023-03-07 13:17, Luca Manganelli via QGIS-Developer wrote: The changelog link is broken https://www.qgis.org/it/site/forusers/visualchangelog330/index.html this is the link from the main web site. Ah, sorry. Did not do

[QGIS-Developer] Timestep for (Temporal) Mesh/netcdf layers?

2023-03-07 Thread Richard Duivenvoorde via QGIS-Developer
Hi, When loading (temporal) Netcdf files (as MeshLayers), the 'timestep' that you see in the Temporal Controller does not change. I had a look at the api, but could not find any indication of knowledge by the QgsMeshLayer of the size of the timesteps of the data. Within netcdf's it is

Re: [QGIS-Developer] Release 3.30 delayed

2023-03-07 Thread Richard Duivenvoorde via QGIS-Developer
On 2023-03-07 13:17, Luca Manganelli via QGIS-Developer wrote: The changelog link is broken https://www.qgis.org/it/site/forusers/visualchangelog330/index.html this is the link from the main web site. Ah, sorry. Did not do that yet... will have a look this evening... Regards, Richard

Re: [QGIS-Developer] createAlgorithmDialog in Processing script (within plugin)

2023-02-21 Thread Richard Duivenvoorde via QGIS-Developer
Hi Matteo, Not very helpful for you, but what about creating an issue with the minimal code to crash? And about Thread/Crash problems: I have been succesful with the tips of Nyall in: https://lists.osgeo.org/pipermail/qgis-developer/2023-February/065525.html to create a QgsTask which either

Re: [QGIS-Developer] Segmentation fault while compiling ui_DlgAddGeometryColumn.py

2023-02-17 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Maybe this issue: https://lists.osgeo.org/pipermail/qgis-developer/2023-January/065492.html You are missing some (new) python dependecies: sudo apt install libqt5multimedia5 python3-pyqt5.qtmultimedia Regards, Richard Duivenvoorde On 2/16/23 18:02, afernandez via QGIS-Developer wrote:

Re: [QGIS-Developer] Load a QgsMeshLayer within a QgsTask... different Threads?

2023-02-10 Thread Richard Duivenvoorde via QGIS-Developer
envoorde On 2/9/23 09:26, Nyall Dawson wrote: On Thu, 9 Feb 2023, 6:18 pm Richard Duivenvoorde via QGIS-Developer, mailto:qgis-developer@lists.osgeo.org>> wrote: Ok after reading https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/tasks.html <https://docs.qgis.org/3.28/en/

Re: [QGIS-Developer] Load a QgsMeshLayer within a QgsTask... different Threads?

2023-02-09 Thread Richard Duivenvoorde via QGIS-Developer
ashes." Seems to make it pretty clear :-( Before rereading that, I even tried to pass a QgsMeshLayer-'reference' to the QgsTask, but that did not work either. I think I must conclude that I just have to wait for the load... :-) Regards, Richard Duivenvoorde On 2/8/23 21:40, Richard Duiven

[QGIS-Developer] Load a QgsMeshLayer within a QgsTask... different Threads?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Having to juggle with rather large/long loading netcdf files, I thought to off load the loading to a QgsTask, so while the netcdf was loaded user could do other things... But I get "...is run from a different thread than the object lives in ..." warnings. In short: def run(self)

Re: [QGIS-Developer] QGIS Plugin crash

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
If you search for "SIGPAC downloader" in the Plugin manager, You see in the right panel: 'More info" with (if all is ok) links to the - Plugin Homepage - bug tracker of the plugin - public code repository If I do that, I see that https://github.com/geomatico/qgis-sigpac/ is the code repo AND

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
guessing here) Richard On 2/8/23 09:46, Richard Duivenvoorde via QGIS-Developer wrote: Now 3.28 is also 'affected' ? In dev console I see: Uncaught ReferenceError: jQuery is not defined is some jquery cdn failing? Regards, Richard Duivenvoorde On 2023-02-08 09:12, matteo via QGIS-Developer

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
08:52, Richard Duivenvoorde via QGIS-Developer wrote: > Hi, > > Am I right to conclude something is wrong with PyQGIS api (DOCS build) > for master? > > https://qgis.org/pyqgis/master/search.html <https://qgis.org/pyqgis/master/search.html&g

[QGIS-Developer] Pyqgis master api search broken?

2023-02-07 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Am I right to conclude something is wrong with PyQGIS api (DOCS build) for master? https://qgis.org/pyqgis/master/search.html isn't working (missing jQuery?) while https://qgis.org/pyqgis/3.28/search.html is working (with me)? Others can confirm? Regards, Richard Duivenvoorde

Re: [QGIS-Developer] Hover function

2023-02-01 Thread Richard Duivenvoorde via QGIS-Developer
On 2/2/23 04:34, Nzikou, Michel via QGIS-Developer wrote: I am developing a qgis plugin and would like to know how to use the mouse hover function to get help infos populated on top of my pushbutton when the mouse is on top. You mean tooltips?

[QGIS-Developer] Browser XYZ tiles show different between 3.28 and master

2023-02-01 Thread Richard Duivenvoorde via QGIS-Developer
Hi All, I often grab OSM xyz layer if I want a quick map. But in my recent build it's not there anymore (in none of my 'old' profiles). By accident or did I miss some discussion? I also see that there is a difference between the content of the Browser-tree, if I open the same Profile, either

Re: [QGIS-Developer] PyQt db_manager(?) compile error

2023-01-30 Thread Richard Duivenvoorde via QGIS-Developer
[2]: *** Deleting file 'python/plugins/db_manager/ui_DlgCreateConstraint.py' make[1]: *** [CMakeFiles/Makefile2:6344: python/plugins/db_manager/CMakeFiles/zzz-db_manager-15-depend.dir/all] Error 2 Cheers Matteo On 1/27/23 13:23, Richard Duivenvoorde via QGIS-Developer wrote: Hi, Compiling

[QGIS-Developer] PyQt db_manager(?) compile error

2023-01-27 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Compiling master on Debian Testing today, I first was presented with a new dependency Qt5Multimedia (hopefully we can soon use QGIS as a Spotify client ;-) ), which was installable. But then my (fresh) build stalls at: [9773/9812] Generating ui_DlgAddGeometryColumn.py FAILED:

Re: [QGIS-Developer] PyQGIS info on MeshLayer

2023-01-24 Thread Richard Duivenvoorde via QGIS-Developer
Sorry, fiddling with webmail, thinking using an old mail (from you) to sent to the dev list... But apparently not :-( Regards, Richard On 2023-01-24 09:40, Richard Duivenvoorde wrote: Hi Devs, I'm trying to get values from an x,y from a mesh layer via PyQGIS. But I fail to SEE the results.

[QGIS-Developer] PyQGIS info on MeshLayer

2023-01-24 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, I'm trying to get values from an x,y from a mesh layer via PyQGIS. But I fail to SEE the results. Debugging in QtCreator, I see that there are results, but apparently they are dropped somewhere? The code I'm using: results = [] # iterator 'reference'? context =

Re: [QGIS-Developer] Plugin Menu Text

2023-01-22 Thread Richard Duivenvoorde via QGIS-Developer
Hi Stefan, Ah, ok clear. One idea I had later, is: the shown text in the gui is actually the text that comes from the ts (Qt translation) files (which are 'compiled' to binary qm(?) files by (eg) Qt Linguist. So (even the english texts in the gui) are determined by the Hi Richard, I have

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Richard Duivenvoorde via QGIS-Developer
Ah, sorry now I understand. Yes that would be cool, so instead of the dropdown in the Layer Styling panel, you would have an option to select more layers... and apply to all of those the changed you do in the layer styling panel. One thing I'm thinking of, is what to show as 'current'

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Richard Duivenvoorde via QGIS-Developer
Hi Calvin, If I load a layer, duplicate it twice more. Restyle the first layer, Copy Style (of that first one) Then select both other layers in the layer list (select click) Then Paste Style Then both other layers get that style? That is not what you mean? Or do you want to have some ui for

Re: [QGIS-Developer] language dependency qgis_process

2023-01-18 Thread Richard Duivenvoorde via QGIS-Developer
Hi Michael, I'm not 100% sure, but I would think that such fields should never be translated? Not in Desktop nor in scripts? What do other think? Or has processing some language aware dict with all languages in it? Regards, Richard Duivenvoorde On 1/17/23 22:37, Dr. Michael Hälsig via

Re: [QGIS-Developer] Plugin Menu Text

2023-01-18 Thread Richard Duivenvoorde via QGIS-Developer
Mmm, but mTabDescriptions.insert( QStringLiteral( "all_plugins" ), tr( "All Plugins\ means it uses the tr-function, meaning it is being translated, so it should show up in the QGIS tr file... So, yes, it is in: https://github.com/qgis/QGIS/blob/master/i18n/qgis_de.ts Looking at

Re: [QGIS-Developer] Fwd: [gdal-dev] Announcing SOZip: Seek-Optimized profile for the .zip format

2023-01-09 Thread Richard Duivenvoorde via QGIS-Developer
Hi Even, Cool! Out of curiosity: I thought sqlite/geopackage was already relatively 'skinny' packed? Am I wrong? Anybody has experience with zipping "lrge zipped GeoPackages"? ;-) Is that useful? I just tested a 885MB mbtiles file (I know not geopackage...but still sqlite isnt't it?),

[QGIS-Developer] Message "The operation would change the geometry type." ?

2022-12-21 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, A friend, while editing a vector layer, got the message: "The operation would change the geometry type." while editing a 'standalone' layer, and asked me what it was... Today somebody in the Telegram channel asked the same. I grepped:

Re: [QGIS-Developer] Pyqgis Close init form

2022-12-20 Thread Richard Duivenvoorde via QGIS-Developer
-Message d'origine- De : QGIS-Developer De la part de Richard Duivenvoorde via QGIS-Developer Envoyé : mardi 20 décembre 2022 09:44 À : qgis-developer@lists.osgeo.org Objet : Re: [QGIS-Developer] Pyqgis Close init form Soyez vigilant : ce courriel provient d'une organisation externe à la CeA. •

Re: [QGIS-Developer] Pyqgis Close init form

2022-12-20 Thread Richard Duivenvoorde via QGIS-Developer
Can you provide a little more code? And more info where exactly it is called (in the startup.py or in some form init code? Is 'dialog' available in the code part in which you try to close it? Regards, Richard Duivenvoorde On 12/20/22 09:24, PIERRE Sylvain via QGIS-Developer wrote: Hi all,

Re: [QGIS-Developer] Fwd: Dear develop team GIS (plugin)

2022-12-07 Thread Richard Duivenvoorde via QGIS-Developer
      > Maybe it is not a plugin and something completely different is meant? >      > >      > regards >      > werner >      > >      > On Wed, Oct 19, 2022 at 9:02 AM Richard Duivenvoorde via QGIS-Developer mailto:qgis-developer@lists.osgeo.org> &l

  1   2   >