Re: [QGIS-Developer] QGIS project maintainability, forms and styles, xml verbosity

2024-08-20 Thread Emma Hain via QGIS-Developer
Thanks John, Thomas and Greg Sorry for the mix-up in thanks John lol I have noted this in our files On Tue, 20 Aug 2024 at 21:28, Greg Troxel wrote: > John Stevenson - BGS via QGIS-Developer > writes: > > > The code below uses `canonicalize` to fix the ordering issue, and now > > we can see the

Re: [QGIS-Developer] qt6-compatible plugins status

2024-08-20 Thread Julien Cabieces via QGIS-Developer
Hi, There is a plugin metadata which have been added [0] so the Qt 6 QGIS version would not allow you to load non Qt6 compatible plugin. Except if you set the variable QGIS_DISABLE_SUPPORTS_QT6_CHECK [1] And to be complete about that matter, there is a script [2] that help to migrate a plugin

Re: [QGIS-Developer] QGIS project maintainability, forms and styles, xml verbosity

2024-08-20 Thread Greg Troxel via QGIS-Developer
John Stevenson - BGS via QGIS-Developer writes: > The code below uses `canonicalize` to fix the ordering issue, and now > we can see the actual changes between files in our GitLab repo. I have run into similar issues with another project that outputs to json. I think it's a bug for the same sem

Re: [QGIS-Developer] QGIS project maintainability, forms and styles, xml verbosity

2024-08-20 Thread John Stevenson - BGS via QGIS-Developer
We have a QGIS plugin that we use locally that stores layer styles as .qml files. We also had the issues with the order of the fields and sections in the XML changing. This meant that a diff between two files was useless. The code below uses `canonicalize` to fix the ordering issue, and now we

[QGIS-Developer] qt6-compatible plugins status

2024-08-20 Thread Vincent Schut via QGIS-Developer
Hi, I successfully built and toyed with a qt6 qgis, and I loved it (I'm on fedora). I would love to use it for my day-to-day work, however, I really depend on a few plugins for that, and almost no plugin appeared to be compatible with qt6. Now I assume that was to be expected, and I don't want t