[QGIS-Developer] cache management on Github workflows

2024-03-01 Thread Denis Rouzaud via QGIS-Developer
Dear all, You might have noticed heavy traffic for the last 24h on the Github actions. There was an issue in the former workflow and I took the opportunity to clean up the situation. I have moved to upstream save cache action. Now, for all architectures and parameters, only the branch builds

Re: [QGIS-Developer] Failing docker build for 3.34?

2023-11-06 Thread Denis Rouzaud via QGIS-Developer
Hi Harissou, 3.34 finally made it and the docs are building right now. As mentioned in the QEP for the Docker strategy, I will soon transfer the OPENGIS.ch repo to QGIS.org and switch the PyQGIS builds to rely on the debian packages. This should smoothen the process. Cheers, Denis Le lun. 6

Re: [QGIS-Developer] Best practices for storing plugin settings

2023-10-24 Thread Denis Rouzaud via QGIS-Developer
Hi Gabriel, There has been an introduction of a new settings API. There has been 2 QEP and 4 main PRs, but the main interesting changes for settings registration are in https://github.com/qgis/QGIS/pull/51295 You can refer to the coding standards documentation:

Re: [QGIS-Developer] FME to QGIS functionality mapping

2023-06-12 Thread Denis Rouzaud via QGIS-Developer
Hi all, We are currently evaluating work to improve QGIS processing to a closer experience to FME. There is already some information here from Nyall. Our memories are a bit loose, is there any other work done on requirements or a wishlist? Is there any work already started so we don't hijack?

Re: [QGIS-Developer] QgsSnappingConfig.reset() segfault on server

2023-06-05 Thread Denis Rouzaud via QGIS-Developer
Hi Radim, The error is occurring in the constructor of QgsProject (from QgsProject::instance) where it cannot construct a QSettings. I was afraid this crash was due to the recent changes in settings, but I don't see this as related. This bug was not occurring before 3.30 ? Cheers, Denis Le

Re: [QGIS-Developer] Backward compatibility for style in project files between QGIS versions

2023-04-28 Thread Denis Rouzaud via QGIS-Developer
Hi Alain, Yes, the backward compatibility to 3.16 has been removed in 3.28, considering there was a LTR in between and that 3.16 was not maintained for more than a year. The PR is here https://github.com/qgis/QGIS/pull/45143 I am not sure if it's possible to do it with a plugin. An approach

Re: [QGIS-Developer] PyQGIS website seems down

2023-03-23 Thread Denis Rouzaud via QGIS-Developer
The site is up on GitHub side https://qgis.org/pyqgis/latestindex.html On Thu, 23 Mar 2023, 12:10 DelazJ via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > Hi, > Looks like https://qgis.org/pyqgis is down? Error code 502 Bad Gateway, > here. > > Regards, > Harrissou >

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

2023-02-16 Thread Denis Rouzaud via QGIS-Developer
Can you try to only build qgis_core, pycore, pyqtcompat. Then, from python, try to import qgis.core and see if you also get a seg fault? Cheers Denis On Thu, 16 Feb 2023, 20:45 afernandez, wrote: > Yes, I'm cloning from the master branch. > > > Denis Rouzaud wrote: > > >

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

2023-02-16 Thread Denis Rouzaud via QGIS-Developer
and 5 hours. I think that nothing would change as > the starting point would be the same as previously. My thought is that I'd > need to make some modification before cleaning and recompiling. > Thanks, > AFernandez > > Denis Rouzaud wrote: > > > Hi, > Can you make clea

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

2023-02-16 Thread Denis Rouzaud via QGIS-Developer
Hi, Can you make clean and build again? On Thu, 16 Feb 2023, 18:24 afernandez via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > Hello, > My compilation is failing towards the end with a segmentation fault error, > which I cannot figure out: > [ 85%] Linking CXX shared module

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

2023-02-08 Thread Denis Rouzaud via QGIS-Developer
Hi, Is this related to this? https://github.com/qgis/pyqgis/commit/465d91a265e4f1828f0da623d32f8ac7a1de Matteo, shall we try to revert? Cheers, Denis Le mer. 8 févr. 2023 à 08:58, matteo via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > Hi Richard, > > I can confirm:

[QGIS-Developer] disabling mingw64 builds

2023-01-27 Thread Denis Rouzaud via QGIS-Developer
Hi all, The mingw64 builds have been constantly failing for a couple of days. I have a PR open to disable them https://github.com/qgis/QGIS/pull/51611 If there are no objections, I will merge this. Cheers, Denis ___ QGIS-Developer mailing list

[QGIS-Developer] Report for the QEP Settings Registry follow-up

2023-01-12 Thread Denis Rouzaud via QGIS-Developer
Dear QGIS fellows, This is a small report for the QEP #245 https://github.com/qgis/QGIS-Enhancement-Proposals/issues/245 After some hard thinking, I have finally found a nice way to register settings in a hierarchical and organized way, without too much complexity in the API to actually use the

[QGIS-Developer] Docker images built on Github Workflows and published as official

2022-12-16 Thread Denis Rouzaud via QGIS-Developer
Hi all, I would like to raise once more the question of the Docker images we are pushing on Docker hub, and considered by many users as official. They are built here: https://github.com/qgis/QGIS/blob/master/.github/workflows/build-docker.yml There are a few issues regarding this, here is a NON

Re: [QGIS-Developer] Building pyqgis doc locally

2022-12-13 Thread Denis Rouzaud via QGIS-Developer
you might need to copy the folder, same than for _templates: see https://github.com/qgis/pyqgis/search?q=_templates otherwise, look at https://github.com/qgis/pyqgis/pull/89/files?w=1 Le mar. 13 déc. 2022 à 09:12, matteo a écrit : > Hi Denis, > > > yes you can limit what you build > > see

Re: [QGIS-Developer] Building pyqgis doc locally

2022-12-12 Thread Denis Rouzaud via QGIS-Developer
Le mar. 13 déc. 2022 à 08:35, matteo a écrit : > Hi Denis, > > > The main issue is that the website is added to a branch (gh-pages) and > > is versioned. > > From time to time, I squash the commits and force push to avoid such a > > large size (obviously, it's been a while since I didn't do

Re: [QGIS-Developer] Building pyqgis doc locally

2022-12-12 Thread Denis Rouzaud via QGIS-Developer
Hi Matteo, The main issue is that the website is added to a branch (gh-pages) and is versioned. >From time to time, I squash the commits and force push to avoid such a large size (obviously, it's been a while since I didn't do it). I am a bit reluctant at squashing / force pushing directly from

[QGIS-Developer] QgsSettings

2022-12-09 Thread Denis Rouzaud via QGIS-Developer
Hi all, While working on the refactoring of settings (see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/245), I am thinking about deprecating the QgsSettings class and directly integrate its functionality within QgsSettingsRegistry. I would need a bit of help to understand the

Re: [QGIS-Developer] No API documentation for QGIS 3.26

2022-08-08 Thread Denis Rouzaud via QGIS-Developer
Hi, For PyQGIS, I just updated the Docker image creation [0] which will trigger PyQGIS doc afterwards. I cannot speak for API docs. Sorry for the delay. Denis [0] https://github.com/qgis/QGIS/commit/d3cda6973e4eae98eaf8018e2da7088c86fd31f8 Le lun. 8 août 2022 à 14:33, Delaz J via

Re: [QGIS-Developer] Drag and drop form function QdateEdit Widget init

2022-03-25 Thread Denis Rouzaud via QGIS-Developer
QgsDateTimeEdit implements setDateTime, which is not virtual in QDateTimeEdit. It's probably that you have to find a QDateTimeEdit rather than the Qt native one. Not 100% sure this is the issue though, but it won't hurt. Le ven. 25 mars 2022 à 09:11, PIERRE Sylvain via QGIS-Developer <

Re: [QGIS-Developer] Switching to KDE fork of Qt for Windows builds?

2022-03-09 Thread Denis Rouzaud via QGIS-Developer
Hi all, This might be of interest for this topic, it seems Qt 5.15.3 was released as open source. https://www.phoronix.com/scan.php?page=news_item=Qt-5.15.3-Open-Source https://lists.qt-project.org/pipermail/development/2022-March/042262.html Denis Le ven. 4 mars 2022 à 12:21, Jürgen E.

[QGIS-Developer] MingW builds not enforced on Github actions

2022-02-28 Thread Denis Rouzaud
Hi all, Since the MingW builds were all failing lately on Github actions, I have removed the requirement for this build for the PRs. Kind regards, Denis ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Freeze exemption for digitizing tools refactoring

2022-01-14 Thread Denis Rouzaud
Hi all, I would like to ask for a freeze exemption for the aforementioned PR. The work is complete (except for a MingW build failure). It misses a final review (first part has been partially reviewed). See https://github.com/qgis/QGIS/pull/46687 Best regards, Denis

Re: [QGIS-Developer] Minimal docker image for qgis_process/processing

2021-11-24 Thread Denis Rouzaud
I didn't pay attention but replied privately to David. After discussing, it appears that qgis_process is only available under the qgis package. It would make sense to make it available under it own package, no? Le mer. 24 nov. 2021 à 09:58, David Marteau a écrit : > Hi Nyall > > I don't know

[QGIS-Developer] failing MingW test

2021-11-08 Thread Denis Rouzaud
Hi all, MingW builds are failing for a few hours due to failing installation of libopencv. For instance: https://github.com/qgis/QGIS/runs/4136388874?check_suite_focus=true I have temporarily removed the test from the master branch protection. Kind regards, Denis

Re: [QGIS-Developer] qgis.utils module not available in pyqgis docs ?

2021-10-12 Thread Denis Rouzaud
Hi Richard, I gave it a shot at adding utils, but this is not very concluant, see https://qgis.org/pyqgis/master_PR80/utils/index.html Many methods are listed as classes (like showException) and some classes are just copies of the original ones (utils.QgsMessageBar = qgis.core.QgsMessageBar).

Re: [QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Denis Rouzaud
I believe you have to set this on 20.04 -DQT5_3DEXTRA_LIBRARY=/usr/lib/x86_64-linux-gnu/libQt53DExtras.so -DQT5_3DEXTRA_INCLUDE_DIR=/root/QGIS/external/qt3dextra-headers -DCMAKE_PREFIX_PATH=/root/QGIS/external/qt3dextra-headers/cmake

Re: [QGIS-Developer] release process and merging policy

2021-06-18 Thread Denis Rouzaud
Hi Jürgen, Thanks for the clarifications, that helps! Cheers, Denis On Fri, 18 Jun 2021, 18:04 Jürgen E. Fischer, wrote: > Hi Denis, > > On Fri, 18. Jun 2021 at 14:12:44 +0200, Denis Rouzaud wrote: > > Is there a place where it's explained how the release process works w

[QGIS-Developer] release process and merging policy

2021-06-18 Thread Denis Rouzaud
Hi all, hi Jürgen, Is there a place where it's explained how the release process works with respect to the master branch and the creation of the new release branch? My practical questions are: * when shall we stop merging bugfixes ? or can we continue merging without issues? (IIRC I think we

Re: [QGIS-Developer] QGIS API - recent changes to QgsSettings

2021-06-02 Thread Denis Rouzaud
Le mar. 1 juin 2021 à 16:43, Ricardo Filipe Soares Garcia da < ricardo.garcia.si...@gmail.com> a écrit : > Hi all > > I see that settings management in QGIS seems to be changing for the > upcoming 3.20 release. I got this clue when consulting the online API docs > for master and then realizing

[QGIS-Developer] API docs not available for 3.18

2021-04-14 Thread Denis Rouzaud
Hi all, I just noticed that https://qgis.org/api/3.18/ is unavailable. How is it produced? Cheers, Denis ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe:

Re: [QGIS-Developer] Update local branch with upstream from within github website

2021-03-22 Thread Denis Rouzaud
Hi Harissou, It might be possible that setting up this workflow on the main repo would basically run fine in all forks (if actions are enabled) without any action required from the user. Would be worth a try! Denis Le lun. 22 mars 2021 à 18:30, DelazJ a écrit : > Hi Matthias, > > I realized

[QGIS-Developer] QEP for Docker images strategy

2021-03-22 Thread Denis Rouzaud
Hi all, Please find a new QEP to improve the official Docker images situation for QGIS https://github.com/qgis/QGIS-Enhancement-Proposals/issues/221 Cheers, Denis ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Run failed: Build Docker images for current branches

2021-03-10 Thread Denis Rouzaud
Hi Tobias, The workflow is not meant to be run from your repo. You can deactivate the workflows in your repo settings. But, to be safe, I just changed the workflow so that it should not run anymore on forks: https://github.com/qgis/QGIS/commit/84b3cb1870a49e6dfdd95bc20c80cf2398b35cfc Best

[QGIS-Developer] backport bot

2020-12-09 Thread Denis Rouzaud
Hi all, I just saw that the backport label for 3.16 has been disabled saying it's broken. It's a bit strange to me that 3.10 works but not 3.16. Anybody has more information? Looking at discussions on the ML, they are quite old and don't seem related to the recent disabling of the label.

Re: [QGIS-Developer] Problem with plugin upload

2020-12-07 Thread Denis Rouzaud
here is a proposal to fix the issue: https://github.com/qgis/QGIS-Django/pull/130 Le lun. 7 déc. 2020 à 14:06, Etienne Trimaille a écrit : > Indeed, this check has been added last week about the `.git` *directory*. > The `.gitignore` mustn't have raised this error. > > I will report this

Re: [QGIS-Developer] Problem with plugin upload

2020-12-07 Thread Denis Rouzaud
I just experienced the same issue a few minutes ago and it went back to normal. I thought it was thanks to a requirements.txt file removal, but I guess it was a server issue. On Mon, 7 Dec 2020, 11:38 Joona Laine, wrote: > Hi Jorge! > > Thanks for the fast reply! Here >

[QGIS-Developer] mac os builds failing with some PDAL error

2020-11-11 Thread Denis Rouzaud
Hi list, hi Peter ;) last builds are failing: /Users/runner/work/QGIS/QGIS/src/core/processing/qgsprocessingfeedback.cpp:110:72: error: no member named 'GetFullVersionString' in namespace 'pdal'; did you mean 'pdal::Config::fullVersionString'?

Re: [QGIS-Developer] Changes in Travis-CI billing

2020-11-02 Thread Denis Rouzaud
Hi Even, Thanks a lot for the pointer. QGIS might not be affected by this since we don't have more than 5 concurrent builds. Or am I wrongly understanding the document? Anyway, I guess we could slowly move everything to Github workflows as we have had much better experience lately than on

Re: [QGIS-Developer] WFS-T, postgis and triggers

2020-11-01 Thread Denis Rouzaud
; >> Having a reliable and efficient way to edit WFS-T would be really nice. >> But as Alessandro points out, our application with a lot of database >> intelligence will trigger a lot of data refresh in any case and we will >> have then some lags. >> >> Best

Re: [QGIS-Developer] WFS-T, postgis and triggers

2020-10-29 Thread Denis Rouzaud
Le jeu. 29 oct. 2020 à 15:07, Alessandro Pasotti a écrit : > On Thu, Oct 29, 2020 at 2:59 PM Denis Rouzaud > wrote: > > > > Hi all, > > > > I have a WFS-T layer with a Postgis DB behind it. > > On my table, I have an insert trigger (before insert) which sets

[QGIS-Developer] WFS-T, postgis and triggers

2020-10-29 Thread Denis Rouzaud
Hi all, I have a WFS-T layer with a Postgis DB behind it. On my table, I have an insert trigger (before insert) which sets a field. When I create a feature on this layer in QGIS, I don't get back the value of this field (I have to refresh the data, by re-opening QGIS for instance). Is this

Re: [QGIS-Developer] running Travis locally?

2020-10-21 Thread Denis Rouzaud
Hi Vincent, The tests are running on Docker. You basically just need to do what is done on Travis: https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/before_script.sh https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/script.sh If you strip down these 2 files, you should end up

[QGIS-Developer] QGIS duplicating layer on opening projects

2020-10-15 Thread Denis Rouzaud
Hi list, I wonder if I am the only one observing this. For some time, when opening a project, I observed that layers are duplicated in the layer tree. Not all the time, but sometimes. Also my layer tree gets reordered. Have you observed this? Is this reported already? Any idea where it could

Re: [QGIS-Developer] cppcheck false positive

2020-09-29 Thread Denis Rouzaud
Side question, is there a technical reason to prefer this syntax over the = one? The = is more readable to me, but that's a matter of experience I guess. More generally, it would be nice to decide for one syntax and have a coherence over the source code. Cheers, Denis Le mar. 29 sept. 2020 à

Re: [QGIS-Developer] Master build (landingPage?) issue

2020-09-17 Thread Denis Rouzaud
A refactoring and a fix have been merged at the same time. Fix is here: https://github.com/qgis/QGIS/pull/38835 Le jeu. 17 sept. 2020 à 13:29, Richard Duivenvoorde a écrit : > I'm building current maste (also clean build), but it stops with: > > [3342/4611] Building CXX object >

[QGIS-Developer] QgsLocatorAutomaticModel usage

2020-09-11 Thread Denis Rouzaud
Hi list, I see in the source code that we have a QgsLocatorAutomaticModel https://qgis.org/api/classQgsLocatorAutomaticModel.html#details I don't see it used anywhere in the source code. What is the use case for this? Is this meant for plugins? Cheers, Denis

Re: [QGIS-Developer] Travis failing in QGIS-Documentation

2020-08-28 Thread Denis Rouzaud
Le ven. 28 août 2020 à 09:12, matteo a écrit : > Hi Denis, > > > The Docker has indeed been fixed for about 2 days (and PyQGIS API docs > > are being built again since this morning). > > > > Regarding the segmentation you mention, I don't see this is related to > > the Docker image. > > It's a

Re: [QGIS-Developer] use qt 5.10 for CI tests

2020-08-27 Thread Denis Rouzaud
Hi all, It would also be time to bump Qt minimum version, SIP, and maybe C++ to 14 or 17. There is quite some work on the CI part to make the unit tests pass again a newer OS and/or Qt version, but this should be addressed at some point. Doing this just after the next release which will become

Re: [QGIS-Developer] Travis failing in QGIS-Documentation

2020-08-26 Thread Denis Rouzaud
Hi Matteo, The Docker has indeed been fixed for about 2 days (and PyQGIS API docs are being built again since this morning). Regarding the segmentation you mention, I don't see this is related to the Docker image. It's a bit hard to know from this what is happening from the log. Can you run it

Re: [QGIS-Developer] Travis failing in QGIS-Documentation

2020-08-25 Thread Denis Rouzaud
Hi, Sorry, I am somehow responsible for the failure of the recent Docker images on master (release branches were apparently not affected). The images were apparently not updated for a bit (which I didn't notice). I moved the Docker images creation from Travis to Github actions, and due to a

[QGIS-Developer] ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

2020-08-19 Thread Denis Rouzaud
Hi all, While checking the PyQGIS build, I realized that there was an error when running any PyQGIS code on Ubuntu Focal: ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block https://github.com/qgis/pyqgis/runs/1006224259?check_suite_focus=true#step:3:228

Re: [QGIS-Developer] No PyQGIS documentation build since mid july

2020-08-19 Thread Denis Rouzaud
explain the issue you mention, I will also check the QGIS images. Cheers, Denis Le mer. 19 août 2020 à 23:58, DelazJ a écrit : > Hi Denis, > > > Le mer. 19 août 2020 à 06:41, Denis Rouzaud a > écrit : > >> Hi Harissou, >> >> This is expected for 3.14 as poi

Re: [QGIS-Developer] No PyQGIS documentation build since mid july

2020-08-18 Thread Denis Rouzaud
Hi Harissou, This is expected for 3.14 as point releases docs are built only when a new release is published. But it looks like cron jobs are disabled for master on Travis (qgis/pyqgis). Once more, it looks like I lost access to settings on the repo. Can anyone grant me access again? Cheers,

Re: [QGIS-Developer] focal eoan on https://qgis.org/ubuntugis-ltr/dists/ ?

2020-08-18 Thread Denis Rouzaud
The PPAs were renamed: https://qgis.org/ubuntu-ltr/dists/ https://qgis.org/ubuntu/dists/ Focal is here :) Le mar. 18 août 2020 à 10:32, Régis Haubourg a écrit : > Hi all, (Hi Jürgen), > > I'm looking at the ubuntugis builds for ubuntu/ debian. Currently we

[QGIS-Developer] Issues with obsolete installation of QGIS 2.x in Osgeo4W installer

2020-06-17 Thread Denis Rouzaud
Hi all, hi Juergen, I got contacted by someone facing a missing CRS in a fresh QGIS 2.18 installation from the Osgeo4W installer (which can be found in obsolete). Using the standalone obviously fixes it. I don't know if this can easily be fixed. I guess recent proj/gdal don't play well with

[QGIS-Developer] WFS cache invalidation / trigger repaint

2020-06-05 Thread Denis Rouzaud
the layer. I am not very familiar with WFS layers, anyone has an idea about this? Cheers, Denis Le mer. 3 juin 2020 à 15:19, Denis Rouzaud a écrit : > Hi all, > > I have a small question regarding how layer dependencies work. > > I have 2 WFS layers, one being edited, the othe

Re: [QGIS-Developer] [Qgis-psc] Grant proposal review results

2020-06-04 Thread Denis Rouzaud
Hi all, Many thanks for handling this. I have remove the labels from the concerned issues on the QEP repo. https://github.com/qgis/QGIS-Enhancement-Proposals/issues?q=is%3Aissue+is%3Aopen+label%3AGrant-2020 I checked the list and it seems that 2 grants from René-Luc were not in the evaluated

[QGIS-Developer] WFS layers and layer dependencies

2020-06-03 Thread Denis Rouzaud
Hi all, I have a small question regarding how layer dependencies work. I have 2 WFS layers, one being edited, the other one read-only but is actually a view based on the first layer. How can we do that the second layer is refreshed when the first one is edited? I gave a shot at layer

Re: [QGIS-Developer] pyqgis doc build broken?

2020-06-01 Thread Denis Rouzaud
Hi Harissou, Thanks for the pointer. The PyQGIS were still pointing to the old disco build image of QGIS. I just upgraded to focal. This should be fixed for master in a couple of hours. For 3.10 and 3.12, it will follow on the next point release. Cheers, Denis Le lun. 1 juin 2020 à 02:23,

Re: [QGIS-Developer] Call for Grant Proposals 2020

2020-05-25 Thread Denis Rouzaud
Hi Anita, Thanks! I added the missing tags. Could you ask 10 and 14 to provide a proper QEP on the github repository to have a place to discuss technical details? Cheers, Denis Le lun. 25 mai 2020 à 08:19, Anita Graser a écrit : > > On 26.04.2020 11:51, Anita Graser wrote: > > Dear QGIS

Re: [QGIS-Developer] annoying frequent github action mail about milestone

2020-05-15 Thread Denis Rouzaud
gt; your fix? >> >> Regards (and thank you for looking into this) >> >> Jorge >> >> On 11/05/20 10:00, Denis Rouzaud wrote: >> > let's see https://github.com/qgis/QGIS/pull/36342 >> > >> > Le ven. 8 mai 2020 à 15:00, Sandro Santilli > > <

Re: [QGIS-Developer] annoying frequent github action mail about milestone

2020-05-11 Thread Denis Rouzaud
let's see https://github.com/qgis/QGIS/pull/36342 Le ven. 8 mai 2020 à 15:00, Sandro Santilli a écrit : > On Wed, May 06, 2020 at 12:22:12PM +0200, Werner Macho wrote: > > Hi! > > > > From what I remember you have to disable Actions from the Settings of > this > > repository. > > Topmenu

[QGIS-Developer] changelog for 3.14

2020-05-01 Thread Denis Rouzaud
Hi all, I would like to know if it would be possible to fill some features already in the changelog for 3.14? or do we have to wait for a first automatic fill up from the PR list? Cheers, Denis ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Splitting Docker utils from core repo ?

2020-03-25 Thread Denis Rouzaud
Le mar. 24 mars 2020 à 16:47, Sandro Santilli a écrit : > I'm looking at the official qgis/qgis docker images for use > in plugin testing and wondering why such support is part > of the main qgis repository. > The first idea was that everything was in a single place: it forces original devs to

Re: [QGIS-Developer] Size of docker images

2020-03-19 Thread Denis Rouzaud
These images are built using the same base images that are used for testing. https://github.com/qgis/QGIS/blob/master/.docker/qgis.dockerfile#L6 I think it would be more appropriate to create a dedicated Dockerfile with only what is required to run the app and not building/testing/producing the

Re: [QGIS-Developer] QGIS Doc Travis

2020-03-14 Thread Denis Rouzaud
> > > > > > -- Forwarded message ------ > From: Denis Rouzaud > To: matteo > Cc: qgis-developer , qgis-community < > qgis-community-t...@lists.osgeo.org>, Richard Duivenvoorde < > rich...@duif.net> > Bcc: > Date: Sat, 14 Mar 2020

Re: [QGIS-Developer] [Resource sharing] documentation for contributors

2020-03-04 Thread Denis Rouzaud
Great, thanks a lot Ale! Le mer. 4 mars 2020 à 13:43, Alessandro Pasotti a écrit : > Hi Denis, > > have a look tohttp:// > qgis-contribution.github.io/QGIS-ResourceSharing/author/creating-repository.html > > On Wed, Mar 4, 2020 at 1:38 PM Denis Rouzaud > wrote: > >

[QGIS-Developer] [Resource sharing] documentation for contributors

2020-03-04 Thread Denis Rouzaud
Hi all, I would like to know if there is a documentation for contributors for the resource sharing plugin. Mainly: 1) How to structure the repo? 2) What are the rules/guidelines to get it listed from scratch? cheers, Denis ___ QGIS-Developer mailing

Re: [QGIS-Developer] backporting nightmare

2020-03-03 Thread Denis Rouzaud
mer. 4 mars 2020 à 08:19, Matthias Kuhn a écrit : > > On 3/4/20 8:04 AM, Nyall Dawson wrote: > > On Wed, 4 Mar 2020 at 17:01, Matthias Kuhn wrote: > >> On 3/4/20 7:48 AM, Denis Rouzaud wrote: > >> > >> > >> > >> Le mer. 4 mars 2020 à 02:56,

Re: [QGIS-Developer] backporting nightmare

2020-03-03 Thread Denis Rouzaud
Le mer. 4 mars 2020 à 02:56, Nyall Dawson a écrit : > On Wed, 4 Mar 2020 at 10:48, William Kyngesburye > wrote: > > > If it's just a buggy backport bot, then that's bad timing on my part, > after all my dwindling spare time it took me to get caught up on my Mac > build, I get this. > > It is.

Re: [QGIS-Developer] changes in QGIS development with git

2020-03-02 Thread Denis Rouzaud
Le dim. 1 mars 2020 à 20:04, William Kyngesburye a écrit : > It's been a couple years since I made a commit with git, and I find that I > can't do that any more. It appears master (and branches?) are locked so > that only travis-ci-validated commits can be pushed. That means I have to > use a

Re: [QGIS-Developer] Good news: next Ubuntu version shipping with gdal3/proj6

2020-02-18 Thread Denis Rouzaud
Hi Bas, Many thanks for the update. Is this correct that it has now been upgraded to 3.0.4? Cheers, Denis Le jeu. 13 févr. 2020 à 06:03, Sebastiaan Couwenberg a écrit : > On 2/3/20 1:10 PM, Sebastiaan Couwenberg wrote: > > On 2/2/20 9:52 AM, Mathieu Pellerin wrote: > >> Here's a nice Sunday

Re: [QGIS-Developer] Please help with the changelog for 3.12

2020-02-07 Thread Denis Rouzaud
Hi all, It sounds that going through pull requests rather than the commits make sense. For now, I have created a small -- not anymore ;) -- script that will output corresponding pull requests as JSON with title, HTML body and author. Working for this series, the script returns all PRs having

Re: [QGIS-Developer] Image in a Attribute table.

2020-02-02 Thread Denis Rouzaud
Hi Kyle, The best place to post this is on the issue tracker where you'll be able to paste both the code snippet and the project data. That keeps everything in a single place and avoid the need for devs to redo the project. https://github.com/qgis/QGIS/issues Many thanks for the report, Kind

Re: [QGIS-Developer] spellchek on Travis

2020-01-22 Thread Denis Rouzaud
see https://github.com/qgis/QGIS/blob/master/scripts/spell_check/spelling.dat#L1 fixed in https://github.com/qgis/QGIS/commit/13356efb7eda360d7e12a39761110df0dab8eb55 Le mer. 22 janv. 2020 à 10:37, Alessandro Pasotti a écrit : > Hi, > > I find it very useful but sometimes it return false

Re: [QGIS-Developer] Urgent: Remove windows 3.10.2 installer from site

2020-01-20 Thread Denis Rouzaud
Hi all, Thanks to all people involved in getting us out of this nightmare! Just for notice, I just installed 3.10.2 with Osgeo4W and I got gdal 3.0.2 with proj 6.2.1...which is bad if I read correctly the above. Best wishes, Denis Le lun. 20 janv. 2020 à 21:28, Nyall Dawson a écrit : > Can

Re: [QGIS-Developer] Environmental policy

2020-01-20 Thread Denis Rouzaud
Hi all, I would just like to say I am totally in favor of having an environmental policy which would just state that we are acting and considering environmental issues in our work. I am totally supporting the idea of promoting the train for reachable places and try to avoid too disconnected

Re: [QGIS-Developer] [Qgis-psc] Documentation bot

2020-01-18 Thread Denis Rouzaud
Hi all, I just realized this mail wasn't sent publicly. Here is a follow up on the documentation bot. Le ven. 10 janv. 2020 à 16:42, Denis Rouzaud a écrit : > Hi all, > > Here is a quick follow-up: > > * When the PR is created or labeled as Needs Documentation, a comment is

Re: [QGIS-Developer] [Qgis-psc] Documentation bot

2020-01-06 Thread Denis Rouzaud
Le mar. 7 janv. 2020 à 04:36, Nyall Dawson a écrit : > On Tue, 7 Jan 2020 at 11:59, DelazJ wrote: > > > > Hi all, > > > > Thanks Denis for the work. > > I might be missing some key points because comparing the generated > reports from the two systems, I'm sorry I feel like it's instead a >

Re: [QGIS-Developer] [Qgis-psc] Documentation bot

2020-01-06 Thread Denis Rouzaud
Hi Harrissou, No worries, I have been more focused on technical matters up to now, but I was indeed expecting some room for improvements. There was a bit of a stress to provide reports for the grant proposal, but it was clearly a call for discussion, sorry not to state it clearly. Le mar. 7

Re: [QGIS-Developer] Documentation bot

2020-01-06 Thread Denis Rouzaud
ivate it neither have access to it. > > This means devs should no longer add the need-docs tag in individual > commits? > Following the next discussion from Nyall, this could be complementary. > > Thanks, > > Alexandre Neto > > A segunda, 6/01/202

[QGIS-Developer] Documentation bot

2020-01-06 Thread Denis Rouzaud
Dear Devs, This is a report for the QGIS grant proposal to create a documentation bot. This bot is now alive and automatically create an issue in the documentation repo for merged PR. ** How to use it ** 1) Create a PR on qgis/QGIS 2) tag it with "Needs Documentation" 3) optionally set the

[QGIS-Developer] backporting bot

2019-12-17 Thread Denis Rouzaud
Dear list, Thanks to the work from Gaurav Munjal who has setup another version of the backporting bot [0], our backporting bot is back :) [1] It's now a github action. To make it work, the API token has to in clear access so it can work across forks. So, I created a new user (qgis-bot) dedicated

Re: [QGIS-Developer] QgsProcessingParameterColor available in 3.10 pyqgis docs not in master breaks user manual

2019-12-17 Thread Denis Rouzaud
this is fixed and should be online within 30 minutes or. see https://github.com/qgis/pyqgis/blob/gh-pages/master/core/QgsProcessingParameterColor.html Le mar. 17 déc. 2019 à 09:34, Denis Rouzaud a écrit : > There is something mixed up between cosmic and disco images when building > t

Re: [QGIS-Developer] QgsProcessingParameterColor available in 3.10 pyqgis docs not in master breaks user manual

2019-12-17 Thread Denis Rouzaud
There is something mixed up between cosmic and disco images when building the API docs. Let me check. Le mar. 17 déc. 2019 à 08:03, DelazJ a écrit : > Hi, > > QgsProcessingOutputBoolean has also disappeared from the master API > > Harrissou > > Le mar. 17 déc. 2019 à 01:06, DelazJ a écrit : >

Re: [QGIS-Developer] QGIS Screen Recording Request on macOS

2019-12-11 Thread Denis Rouzaud
Le mer. 11 déc. 2019 à 23:19, Nyall Dawson a écrit : > On Thu, 12 Dec 2019 at 11:02, Tim Sutton wrote: > > > > Hi All > > > > I got a strange security popup on my Mac today saying QGIS 3.10 would > like permission to record my screen: > > > > I know that these messages can often be related to

Re: [QGIS-Developer] Expression to check if a layer is in edit mode

2019-12-10 Thread Denis Rouzaud
Another interesting feature would be to have a context variable for the current type of edit form see QgsAttributeEditorContext.Mode Le mar. 10 déc. 2019 à 13:39, Andreas Neumann a écrit : > Hi, > > I agree, it would be a useful. Not only for forms, but also for symbology > and labeling. One

Re: [QGIS-Developer] QGIS field calculator: issue with updating selected only features in combination with virtual field

2019-11-28 Thread Denis Rouzaud
gt; > Thanks, > > Andreas > > On 2019-11-27 13:41, Denis Rouzaud wrote: > > Hi Andreas, > > Here is a PR for a fix https://github.com/qgis/QGIS/pull/33101 > > Denis > > Le mer. 27 nov. 2019 à 11:34, Andreas Neumann a > écrit : > > Hi Denis, > > B

Re: [QGIS-Developer] [Qgis-user] Python Implementation of QgsNetworkContentFetcher

2019-11-27 Thread Denis Rouzaud
y written into the tempfile. > > > > On Wed, Nov 27, 2019 at 12:35 AM Nyall Dawson > wrote: > >> On Wed, 27 Nov 2019 at 15:26, Denis Rouzaud >> wrote: >> > >> > Thanks Nyall for the precisions. >> > I wasn't aware of QgsBlockingNetworkReque

Re: [QGIS-Developer] QGIS field calculator: issue with updating selected only features in combination with virtual field

2019-11-27 Thread Denis Rouzaud
misleading. > > I just tested it in 3.4.x and 3.10. > > I can open an issue on it. > > Andreas > > > On 2019-11-27 08:35, Denis Rouzaud wrote: > > Hi Andreas, > > It does sound like this is the current status today: the "update only..." > checkbox

Re: [QGIS-Developer] [Qgis-user] Python Implementation of QgsNetworkContentFetcher

2019-11-27 Thread Denis Rouzaud
(not tested yet though). Cheers, Denis Le mer. 27 nov. 2019 à 06:35, Nyall Dawson a écrit : > On Wed, 27 Nov 2019 at 15:26, Denis Rouzaud > wrote: > > > > Thanks Nyall for the precisions. > > I wasn't aware of QgsBlockingNetworkRequest. > > > > So basically, if I

Re: [QGIS-Developer] QGIS field calculator: issue with updating selected only features in combination with virtual field

2019-11-26 Thread Denis Rouzaud
Hi Andreas, It does sound like this is the current status today: the "update only..." checkbox is disabled if you create a virtual field. It seems Matthias ;) coded it in 2014: https://github.com/qgis/QGIS/commit/68de043ecbcf0203b6a3667b488be71f479e5d91#diff-ff2f9c5bc35d79bfe1f0b7690bc60819R344

Re: [QGIS-Developer] [Qgis-user] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Thread Denis Rouzaud
in QgsNetworkContentFetcher. Is this correct? Cheers, Denis Le mer. 27 nov. 2019 à 00:27, Nyall Dawson a écrit : > On Wed, 27 Nov 2019 at 00:44, Denis Rouzaud > wrote: > > > > Hi, > > > > Jumping late but we use the work from NAM Alessandro did in a couple of

Re: [QGIS-Developer] [Qgis-user] Python Implementation of QgsNetworkContentFetcher

2019-11-26 Thread Denis Rouzaud
Hi, Jumping late but we use the work from NAM Alessandro did in a couple of locator filters. https://github.com/opengisch/qgis-swiss-locator/blob/master/swiss_locator/core/network_access_manager.py I believe I have done very very few adaptations/fixes to the original work and it works like a

Re: [QGIS-Developer] Auth-config and single sign-on with Windows login

2019-11-20 Thread Denis Rouzaud
Hi, I believe the situation is different for PG and WMS authentication. For PG, if you have LDAP connection or so, you basically don't need to have any credentials in QGIS. You will always connect through the same "user". See https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD For

Re: [QGIS-Developer] Accessing existing QgsRubberBand created by actionAddFeature from Python

2019-11-17 Thread Denis Rouzaud
Hi, One way is to create your own map tool. The add feature tool inherits QgsMapToolDigitizeFeature, which will contains already a lot. You can have a look at the cpp code of QgsMapToolAddFeature and replicate in Python. But I guess you might find some good examples by searching a bit on the web.

Re: [QGIS-Developer] Building hangs at qgscoordinatereferencesystem.cpp.o

2019-11-15 Thread Denis Rouzaud
ub.com/qgis/QGIS/pull/32807 > > Regards. > > Loïc > Le 15/11/2019 à 10:42, Denis Rouzaud a écrit : > > Hi all, > > While compiling, buildings hands here: > > [ 38%] Building CXX object > src/core/CMakeFiles/qgis_core.dir/qgscoordinatereferencesystem.cpp.o > >

[QGIS-Developer] Building hangs at qgscoordinatereferencesystem.cpp.o

2019-11-15 Thread Denis Rouzaud
Hi all, While compiling, buildings hands here: [ 38%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgscoordinatereferencesystem.cpp.o I am building with proj 6.2.1. Any hint on what I could do? Cheers, Denis ___ QGIS-Developer mailing

Re: [QGIS-Developer] QGIS crash on adding data

2019-11-12 Thread Denis Rouzaud
Hi Eugenio, As a first try, it might also be worth trying with a clean profile (i.e. no plugin). In settings menu, profile, create a new one. And see if the crash still occurs. Cheers Denis Le mar. 12 nov. 2019 à 14:52, Eugenio Trumpy a écrit : > Hi all, > > I have a critical issue with QGIS

  1   2   3   4   5   6   7   8   >