Re: [QGIS-Developer] Profiler times in Python

2023-05-05 Thread Michel Stuyts via QGIS-Developer
is also very unlikely. Does anyone know the difference these two sources of plugin loading times? Michel Van: Etienne Trimaille Verzonden: vrijdag 5 mei 2023 14:03 Aan: Michel Stuyts CC: qgis-developer Onderwerp: Re: [QGIS-Developer] Profiler times in Python U ontvangt niet vaak e-mail van

[QGIS-Developer] Profiler times in Python

2023-05-05 Thread Michel Stuyts via QGIS-Developer
ugins just fine as "Load plugins" with the same number of seconds as in the Panel, but for the individual plugins I get 0.0 as time for all plugins. What do I do wrong or is it a bug? Michel Stuyts ___ QGIS-Developer mailing list QGIS-Devel

[QGIS-Developer] qgis.utils.plugin_times vs. Debugging/Development Tools

2021-09-24 Thread Michel Stuyts
values from the "Debugging/Development Tools" panel in Python? Michel Stuyts ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Broken links to PDF manuals

2019-05-10 Thread Michel Stuyts
The link is http://docs.qgis.org/3.4/pdf/en/QGIS-3.4-UserGuide-en.pdf but that redirects to https://docs.qgis.org/3.4/en/en/QGIS-3.4-UserGuide-en.pdf The same happens to different language versions: http://docs.qgis.org/3.4/pdf/nl/QGIS-3.4-UserGuide-nl.pdf redirects to

Re: [QGIS-Developer] Plugins website

2018-12-13 Thread Michel Stuyts
: Re: [QGIS-Developer] Plugins website On 12/13/18 11:13 AM, Alessandro Pasotti wrote: > On Thu, Dec 13, 2018 at 11:10 AM Richard Duivenvoorde > mailto:rdmaili...@duif.net>> wrote: > > On 12/13/18 10:56 AM, Michel Stuyts wrote: > > The plugins website https://plug

[QGIS-Developer] Plugins website

2018-12-13 Thread Michel Stuyts
The plugins website https://plugins.qgis.org/ can't find the Bootstrap files (bootsrap.min.css, bootstrap-responsive.min.css, bootstrap.min.js). It makes some parts of the webpage show up on wrong places. The same happens on all subpages. Michel

Re: [QGIS-Developer] Wrong line widths in legend when saving layout as pdf

2018-12-13 Thread Michel Stuyts
Maybe you changed the line weights option in AcroPlot Matrix. See https://www.cadzation.com/help/matrix_lineweightsnotshowing.htm Michel -Oorspronkelijk bericht- Van: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Namens magerlin Verzonden: woensdag 12 december 2018

Re: [QGIS-Developer] QGIS 3.4 Plugin Python : error during import of PCRaster

2018-11-15 Thread Michel Stuyts
Have you tried installing it from the OSGeo shell instead of from the Windows default shell (cmd.exe)? Michel Van: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Namens Christine Verzonden: donderdag 15 november 2018 16:44 Aan: qgis-developer@lists.osgeo.org Onderwerp:

Re: [QGIS-Developer] Unable to compile QGIS3 plugin

2018-03-23 Thread Michel Stuyts
Aan: Michel Stuyts <michel.stu...@edegem.be> CC: qgis-developer@lists.osgeo.org Onderwerp: Re: [QGIS-Developer] Unable to compile QGIS3 plugin @ Michel: Does my answer make sense to you? Does anyone have an additional idea that I could try to compile the resource file successfully? Best,

Re: [QGIS-Developer] Unable to compile QGIS3 plugin

2018-03-16 Thread Michel Stuyts
Sophie, What happens if you add the full path before the pyrcc5 command when you’re in the plugin folder? So you go to the plugin folder and there you run: C:\OSGeo4W64\apps\Python36\Scripts\pyrcc5 –o resources.py resources.qrc Michel Van: QGIS-Developer

Re: [QGIS-Developer] WMS GetFeatureInfo: Test Server with JSON support?

2017-12-08 Thread Michel Stuyts
This server supports JSON https://ro.ruimtevlaanderen.be/drodsi-geoserver/wms Michel -Oorspronkelijk bericht- Van: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Namens Matthias Kuhn Verzonden: donderdag 7 december 2017 9:30 Aan: qgis-developer@lists.osgeo.org

Re: [QGIS-Developer] Convert from mapunits to pixels

2017-11-10 Thread Michel Stuyts
That's because it's a QGIS 3 plugin. It had a wrong qgisMinimumVersion in the metadata in the previous versions. Michel -Oorspronkelijk bericht- Van: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Namens Tom Chadwin Verzonden: vrijdag 10 november 2017 12:23 Aan:

Re: [QGIS-Developer] New plugin version approval

2017-10-02 Thread Michel Stuyts
I wrote a local repo implementation in PHP a while ago, if you have a server with PHP you can use this simple script. You can find it on Github: https://github.com/mstuyts/phpQGISrepository Michel Van: QGIS-Developer