Re: [QGIS-Developer] PyQGIS unavailable at QGIS startup time on OSGeo4W

2019-10-02 Thread Jürgen E . Fischer
ng that use python3 (eg. several qgis versions). Not sure why PYQGIS_STARTUP is used that early. The python path is added shortly after it was referenced: https://github.com/qgis/QGIS/blob/master/src/python/qgspythonutilsimpl.cpp#L98 So other platforms should have the same issue. Jürgen

Re: [QGIS-Developer] PyQGIS unavailable at QGIS startup time on OSGeo4W

2019-10-07 Thread Jürgen E . Fischer
; So Jürgen, would you suggest to change the QGIS code? 4c1b95ba9ee0d5f0e4c9664bd293003ef280ba31 suggests that it's intentionally that way - so that should probably stay as is. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] python3-autopep8 not available on Bionic distribution

2019-10-09 Thread Jürgen E . Fischer
Unfortunatly that was apparently introduced in buster/cosmic - so not available as package earlier. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer

Re: [QGIS-Developer] 3.10.0 in hard freeze, should we branch master as unfreeze for 3.12?

2019-10-13 Thread Jürgen E . Fischer
e release process. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC) Germany

Re: [QGIS-Developer] 3.10.0 in hard freeze, should we branch master as unfreeze for 3.12?

2019-10-14 Thread Jürgen E . Fischer
to see a new branch and handle it like it as if it was a new release. When to merge and how to update translations in the meantime is also unclear (transifex is tied to the branches we current have). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-In

Re: [QGIS-Developer] Upgrading to V3

2019-10-27 Thread Jürgen E . Fischer
Hi Maaza, On Sat, 14. Sep 2019 at 22:10:49 -1000, Maaza Mekuria wrote: > This is portion of the code generating the error. Where cmbNetSourceLayer > is a combo-box . Where's the full code? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dip

Re: [QGIS-Developer] Upgrading to V3

2019-10-27 Thread Jürgen E . Fischer
gins are registered. Sorry. That's nonsense. There shouldn't be any information missing. You have the full QGIS code and you even know C++. UTSL. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] WinGRASS build up (WIP)

2019-11-04 Thread Jürgen E . Fischer
patibility packages gdal204dll and proj5dll that carry the original DLLs from PROJ 5.2.0 and GDAL 2.4.1 The only missing bit is GRASS built against new GDAL and PROJ. Once that's is available I can remove the "experimental" tag. Jürgen -- Jürgen E. Fischer norBIT GmbH

Re: [QGIS-Developer] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
GRASS will be updated with the new dependencies? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de Q

Re: [QGIS-Developer] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
(3) switch OSGeo4W to a default gdal3/proj6 > (4) binary release GRASS 7.8.1 RC2 in OSGeo4W Or just build GRASS with the "test" packages, upload it and then we can remove all the "experimental" tags. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49

Re: [QGIS-Developer] WinGRASS build up (WIP)

2019-11-05 Thread Jürgen E . Fischer
ironment is to switch also to build > addons ?! No clue about that. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps

Re: [QGIS-Developer] Direct push forbidden to master

2019-11-08 Thread Jürgen E . Fischer
You mean it didn't fully fix it. Because it was already broken - just travis didn't notice. > I believe it's useless to list the advantages of enforcing the use of pull > requests, and I would probably fail to be exhaustive. -1 Jürgen -- Jürgen E. Fischer norB

Re: [QGIS-Developer] Direct push forbidden to master

2019-11-08 Thread Jürgen E . Fischer
he sometimes (often?) breaks (unrelated to the actual commits) and breaking direct commits are also an edge case and not the rule. But save a lot of time - and also prevent people from making parallel PRs on the same issue. If I a build fails, I pull and if the problem is still there I fix it. Jü

Re: [QGIS-Developer] Direct push forbidden to master

2019-11-08 Thread Jürgen E . Fischer
Hi, On Fri, 08. Nov 2019 at 12:14:17 +0100, Jürgen E. Fischer wrote: > - maybe more then they are worse - oh, freudian slip - should have been "worth" ;) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) R

Re: [QGIS-Developer] Direct push forbidden to master

2019-11-08 Thread Jürgen E . Fischer
master at the same time. Pulling master to see if the issue is fixed is easier than going through a ton of open PRs - esp. when they the issue is not covered by the CI to start with (eg. I added a comment to a breaking commit, a fix was made, but it didn't help). I don't mind fixing

Re: [QGIS-Developer] OSGEO4W messing up Grass versions

2019-11-09 Thread Jürgen E . Fischer
currently blocks the switch to GDAL3 in OSGeo4W. See https://lists.osgeo.org/pipermail/grass-user/2019-November/080973.html ff Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software

Re: [QGIS-Developer] OSGEO4W messing up Grass versions

2019-11-10 Thread Jürgen E . Fischer
- I can only tell where Grass docs are: > > <http://osgeo-org.1560.x6.nabble.com/file/t202356/Anm%C3%A6rkning_2019-11-10_124950.png> > > > Where do I set the path to Grass in QGIS 3.10? Did you start with the "QGIS with GRASS" shortcut? That should set GISBASE. J

Re: [QGIS-Developer] WinGRASS build up (WIP)

2019-11-11 Thread Jürgen E . Fischer
builds as current. Done - including GRASS. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release mana

Re: [QGIS-Developer] etc/ini/python-core.bat

2019-11-13 Thread Jürgen E . Fischer
aded to python3 a few days ago. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC)

Re: [QGIS-Developer] etc/ini/python-core.bat

2019-11-13 Thread Jürgen E . Fischer
e QGIS call on the last line with your favorite IDE would still work. As the current versions have py3_env.bat (and qt5_env.bat) and add qgis_core's directory to PATH. AFAICS just the example batch file quotes are outdated - but they probably only there to illustrate how the replaced la

Re: [QGIS-Developer] Issues installing on ubuntu 19.10

2019-11-16 Thread Jürgen E . Fischer
ases - so not eoan. Why don't you use our repo? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS r

Re: [QGIS-Developer] Issues installing on ubuntu 19.10

2019-11-16 Thread Jürgen E . Fischer
27;t gone end-of-life yet.'. So only for xenial and bionic. For all others you can install from qgis.org/ubuntu (or /debian which is the same repo. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] Issues installing on ubuntu 19.10

2019-11-16 Thread Jürgen E . Fischer
ng to cause more delays (as it will cause > many autopkgtest failure until everything is rebuilt for python3.8 as well). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer

Re: [QGIS-Developer] 3.10 packages for Debian testing/unstable are temporarily uninstallable

2019-11-19 Thread Jürgen E . Fischer
Hi Bas, On Tue, 19. Nov 2019 at 14:06:33 +0100, Bas Couwenberg wrote: > Note the followup: > > https://github.com/qgis/QGIS/commit/8fedf7c72a3c1001783923f5c85e3c47fe72a011 BTW thanks for the tip. :) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-91817

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

2019-11-20 Thread Jürgen E . Fischer
Hi Andreas, On Wed, 20. Nov 2019 at 14:38:49 +0100, Andreas Neumann wrote: > Is it possible to use the Windows-Login as a login for PostgreSQL/WMS in the > auth-cfg manager? Are you sure support is even required? I'd expect it to be handled transparently. Jürgen -- Jürgen

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

2019-11-21 Thread Jürgen E . Fischer
nfiguring_for_single_sign-on_using_SSPI_on_Windows "Windows-to-unix a bit more work" https://www.hagander.net/talks/Deploying%20PostgreSQL%20in%20a%20Windows%20Enterprise.pdf Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] Delaying 3.10.1?

2019-11-21 Thread Jürgen E . Fischer
Hi Nyall, On Fri, 22. Nov 2019 at 17:17:07 +1000, Nyall Dawson wrote: > But I'd love a couple of days to keep digging, if that's at all possible Black friday? Ok. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 D

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-23 Thread Jürgen E . Fischer
eyor: still times out (after 4 years the limit of 1h still isn't enough) * azure pipelines: runs out of disk space (limit 10GB) PPS: I also need something to punch ;) -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-23 Thread Jürgen E . Fischer
cies without > impacting > qgis3_10. Yes, that's the route I might have followed if 3.4 didn't (claim to) support PROJ 6. Although I would have sticked with qgis-ltr and qgis and just added proj5 and gdal2. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel.

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-24 Thread Jürgen E . Fischer
- QGIS-OSGeo4W-3.4.12-1 > - QGIS-OSGeo4W-3.4.13-1 > both with GDAL 2.4.1 + PROJ 5.2.0 (+ proj4dll 4.9.3) > > and > - QGIS-OSGeo4W-3.4.13-2 > with GDAL 3.0.2 + PROJ 6.2.1 You are right. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.

Re: [QGIS-Developer] Delaying 3.10.1?

2019-11-25 Thread Jürgen E . Fischer
he 3.0.2 release > This fixes a subtle multi-threading bug that causes memory corruption and > could likely be the source of crashes at random times Applied and still building… Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-27 Thread Jürgen E . Fischer
Hi Andrea, On Wed, 27. Nov 2019 at 00:59:08 -0700, andreaerdna wrote: > What about the OSGeo4W installer? Now, installing qgis-ltr from OSGeo4W > installer will also install gdal-3.0.2-3 and proj-6.2.1-2. And those don't fix the issue for you? Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] Log file? - QGIS not starting

2019-11-27 Thread Jürgen E . Fischer
6891#issuecomment-495889169 to diagnose this. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-28 Thread Jürgen E . Fischer
People using the osgeo4w installer would also need to change the URL to get it. So that's not very appealing either. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Sof

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-28 Thread Jürgen E . Fischer
Hi Mathieu, On Thu, 28. Nov 2019 at 15:36:39 +0700, Mathieu Pellerin wrote: > For the record, according to schedule, 3.4 reaches its end of life on > February 21st, 2010. 2020? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-In

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-28 Thread Jürgen E . Fischer
is always just a snapshot of osgeo4w. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS releas

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-28 Thread Jürgen E . Fischer
ecause I meanwhile changed either the key or they weren't written in the first place because the available space was already exceeded. A list of caches to check would be nice… Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-28 Thread Jürgen E . Fischer
Hi, On Thu, 28. Nov 2019 at 10:56:01 +0100, Jürgen E. Fischer wrote: > Anyway, introducing proj5 and gdal2 packages could work - but not without > shifting the point release date again. As nobody objected (or read that far ;)) I have taken the liberty of moving the point releases for a

Re: [QGIS-Developer] delayed PR of 3.10.1

2019-11-29 Thread Jürgen E . Fischer
branch --contains 6ffa89eb3e release-3_10 or visit https://github.com/qgis/QGIS/commit/6ffa89eb3e which also shows (among a ton of backport branches) release-3_10. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] osgeo4w's qgis-dev package broken, proj_7_0.dll missing

2019-12-05 Thread Jürgen E . Fischer
the release branch - tomorrows 3.4.14 should be almost the same - except for some translations… Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nor

Re: [QGIS-Developer] osgeo4w's qgis-dev package broken, proj_7_0.dll missing

2019-12-06 Thread Jürgen E . Fischer
I didn't have time left to test much - spatialite is only there once using prøj 6 and it's used by all GDALs and all QGIS'. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-

Re: [QGIS-Developer] QGIS packages build against ubuntugis-unstable dependencies

2019-12-06 Thread Jürgen E . Fischer
moved to today. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC)

Re: [QGIS-Developer] QGIS packages build against ubuntugis-unstable dependencies

2019-12-06 Thread Jürgen E . Fischer
l include the updated dependencies, * switch to a nightly repository (available for the two release branches and master) whose packages are rebuild on regular basis and will also pickup the updated dependencies automatically or * build your own set of packages (see INSTALL). """ Jürgen --

Re: [QGIS-Developer] osgeo4w's qgis-dev package broken, proj_7_0.dll missing

2019-12-06 Thread Jürgen E . Fischer
to continue as expected. From the guy that expected that upgrading to GDAL 3 and prøj 6 was a good thing for 3.10 and harmless for 3.4 ;) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 So

Re: [QGIS-Developer] macOS nightly builds failing

2019-12-11 Thread Jürgen E . Fischer
enerated. make[2]: *** [src/gui/CMakeFiles/qgis_gui.dir/qgis_gui_autogen/mocs_compilation.cpp.o] Error 1 Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer

Re: [QGIS-Developer] QGIS Server Dev on osgeo4w

2019-12-12 Thread Jürgen E . Fischer
sgeo4w\package-nighty.cmd. package.cmd produces several packages, package-nightly.cmd just one. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506

Re: [QGIS-Developer] What to do about GDAL and PROJ for 3.10.2?

2019-12-19 Thread Jürgen E . Fischer
pdated the schedule accordingly. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC)

Re: [QGIS-Developer] Windows nightly builds / Version 2.11.0

2019-12-22 Thread Jürgen E . Fischer
riggered… > Looking onto the dash, something has been running, but with the version > 2.11.0 (notice the major version). That an attempt by someone else. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] Windows CI

2019-12-23 Thread Jürgen E . Fischer
uilding them. Removing the builds also cancelled all the queued jobs. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.no

Re: [QGIS-Developer] issues.qgis.org is down

2020-01-09 Thread Jürgen E . Fischer
hub links redmine attachments. > Apparently the Redmine/Ruby process crashes. To me it just looked like it was hanging. Restarted. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175

Re: [QGIS-Developer] Download speed osgeo4w

2020-01-11 Thread Jürgen E . Fischer
rom here. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de signature.

Re: [QGIS-Developer] Build failed on Azure CI, how to get details

2020-01-16 Thread Jürgen E . Fischer
etails when the build failed ? On cdash. I suppose it was yesterdays: https://cdash.orfeo-toolbox.org/buildSummary.php?buildid=26722 There's also a link to cdash above the quoted log. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

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

2020-01-24 Thread Jürgen E . Fischer
Hi Anita, On Fri, 24. Jan 2020 at 14:12:34 +, Anita Graser wrote: > Is the following "unknown publisher" issue expected or a regression? > > https://twitter.com/atanas/status/1220709096992710657 Ouch, the OSGeo certificate expired on Nov 6 12:00:00 2019 GMT. Jürgen --

Re: [QGIS-Developer] Handling NULL differs in concat vs || in expressions: let's remove ||

2020-01-25 Thread Jürgen E . Fischer
orking. I don't have a strong opinion on the buttons. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://ww

Re: [QGIS-Developer] FYI: Qt LTS Releases To Be Restricted To Commercial Customers

2020-01-28 Thread Jürgen E . Fischer
BTW which is the version that has the fixes we contracted KDAB on? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden

Re: [QGIS-Developer] Confusion around 2 ways of importing/exporting CAD data

2020-03-03 Thread Jürgen E . Fischer
Hi Andreas, On Mon, 02. Mar 2020 at 13:57:45 +0100, Andreas Neumann wrote: > Thanks if you have any ideas how to improve the situation. Add a note to the OGR dialog? Maybe just appearing if select DXF/DWG - I'd not block the option. Jürgen -- Jürgen E. Fischer nor

Re: [QGIS-Developer] repo for old-ltr?

2020-03-09 Thread Jürgen E . Fischer
Hi Etienne, On Mon, 09. Mar 2020 at 11:38:12 +0100, Etienne Trimaille wrote: > We have the same issue as last year for us. > Is-there a repository for QGIS 3.4? No. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rhein

Re: [QGIS-Developer] Explicit policy re bug fixing responsibilities after new features

2020-03-11 Thread Jürgen E . Fischer
scuss particular cases than to discuss generic rules that are supposed to fix issues, that are not actually mentioned. -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Enginee

Re: [QGIS-Developer] Azure build deprecation

2020-03-12 Thread Jürgen E . Fischer
is building for about an hour now… Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manage

Re: [QGIS-Developer] The build of weekly snapshots stopped in February

2020-03-18 Thread Jürgen E . Fischer
s to huge for NSIS. Best install via OSGeo4W until grids are downloadable via proj. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-20 Thread Jürgen E . Fischer
ven. In OSGeo4W this isn't a problem. Downloading from within the standalone installer could be an option, but that kind of ruins the point of having a standalone installer. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheins

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-20 Thread Jürgen E . Fischer
s probably not desirable either. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS releas

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-20 Thread Jürgen E . Fischer
ecause proj can downloaded them individually on demand now - but we apparently don't use that. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-2

Re: [QGIS-Developer] Proj 7 auto grid download

2020-03-20 Thread Jürgen E . Fischer
Hi Andreas, On Fri, 20. Mar 2020 at 09:54:50 +0100, Andreas Neumann wrote: > Am 20.03.20 um 09:51 schrieb Jürgen E. Fischer: > > Picking from 245 grids is probably not desirable either. > I thought that we could present a list of available grids (e.g. from > https://github.com/

Re: [QGIS-Developer] Cancellation: QGIS Developer meeting and conference Nødebo

2020-03-30 Thread Jürgen E . Fischer
Hi Jorge, On Mon, 30. Mar 2020 at 16:46:27 +0100, Jorge Gustavo Rocha wrote: > Since we don't have the city name for the next QGIS version, can we just > call Pi to version 3.14? Did you do a trademark research? ;) Jürgen -- Jürgen E. Fischer norBIT GmbH Te

Re: [QGIS-Developer] Cancellation: QGIS Developer meeting and conference Nødebo

2020-03-30 Thread Jürgen E . Fischer
andit (which would be a cool release name > if it didn’t break our naming convention :-P). Wasn't that 0.5? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engine

Re: [QGIS-Developer] Cancellation: QGIS Developer meeting and conference Nødebo

2020-03-30 Thread Jürgen E . Fischer
Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC) GermanyIRC:

Re: [QGIS-Developer] libprotobuf-lite.dll dependency QGIS-dev osgeo4w?

2020-04-10 Thread Jürgen E . Fischer
Hi Richard, On Thu, 09. Apr 2020 at 16:30:00 +0200, Richard Duivenvoorde wrote: > Is this a missing dependency maybe? Was. ;) > Or is it an artifact because of the manual updates? No. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-In

Re: [QGIS-Developer] libprotobuf-lite.dll dependency QGIS-dev osgeo4w?

2020-04-11 Thread Jürgen E . Fischer
Hi Tim, On Sat, 11. Apr 2020 at 00:42:28 +0100, Tim Sutton wrote: > > On 10 Apr 2020, at 23:34, Jürgen E. Fischer > <mailto:j...@norbit.de>> wrote: > > On Thu, 09. Apr 2020 at 16:30:00 +0200, Richard Duivenvoorde wrote: > >> Is this a missing dependency may

Re: [QGIS-Developer] Failing to install QGIS-dev/nightly with osgeo4w:

2020-04-14 Thread Jürgen E . Fischer
e shows > version number 2.99.0-2 ? That package is empty, but has dependencies - eg. qgis-dev. The version number doesn't matter. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50

Re: [QGIS-Developer] [Qgis-user] QGIS installation error from own build

2020-04-22 Thread Jürgen E . Fischer
reated or run package-nightly.cmd, extract the resulting package to addons and run creatensis.pl thereafter (excluding qgis-dev - as you would get two QGIS' in your installer otherwise). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] [RoadMap] Dates Versions Release Calendar

2020-04-27 Thread Jürgen E . Fischer
d add their schedule here. > I'm available for help if necessary. There's now a calendar at https://qgis.org/schedule.ics Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175

Re: [QGIS-Developer] Exe size mismatch

2020-05-04 Thread Jürgen E . Fischer
pp.dll Did you meanwhile include the postinstall scripts to create the .env file on install? See also: https://lists.osgeo.org/pipermail/qgis-developer/2020-April/061042.html Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] Exe size mismatch

2020-05-07 Thread Jürgen E . Fischer
veloper/2020-April/061042.html. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC)

Re: [QGIS-Developer] [Qgis-psc] SSL certificate for feed.qgis.org

2020-05-18 Thread Jürgen E . Fischer
Anyway - now resolved. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC) Ger

Re: [QGIS-Developer] [Qgis-psc] SSL certificate for feed.qgis.org

2020-05-18 Thread Jürgen E . Fischer
Hi Nyall, On Tue, 19. May 2020 at 01:30:44 +0200, Jürgen E. Fischer wrote: > Anyway - now resolved. The weekly cronjob was pointing at renew-ssl.sh instead of renew_ssl.sh... Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf.

Re: [QGIS-Developer] QGIS Server now install a full DE?

2020-05-18 Thread Jürgen E . Fischer
nes? Did you file a ticket? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager (PSC)

Re: [QGIS-Developer] [Qgis-psc] SSL certificate for feed.qgis.org

2020-05-18 Thread Jürgen E . Fischer
en sides with the cronjob and used dashes in the script name, but as we recently changed scripts in QGIS in the opposite direction, I changed the cronjob. Running the script once manually fixed the issue. Next time I see a notification about the cert of feed.qgis.org, I'll also kee

Re: [QGIS-Developer] QGIS Server now install a full DE?

2020-05-19 Thread Jürgen E . Fischer
rver - is based on Qt. But that doesn't mean it requires a full desktop environment. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden

Re: [QGIS-Developer] gdal 3.1 in OSGeo4W/QGIS 3.14?

2020-05-26 Thread Jürgen E . Fischer
against gdal > 3.1 as gdal 3.2 won't be released before QGIS 3.14? And what about PROJ7? See also https://lists.osgeo.org/pipermail/qgis-developer/2020-February/060259.html Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

Re: [QGIS-Developer] gdal 3.1 in OSGeo4W/QGIS 3.14?

2020-06-21 Thread Jürgen E . Fischer
Hi Idan, On Sun, 21. Jun 2020 at 15:24:01 +0300, Idan Miara wrote: > I can't see gdal 3.1 and Proj 7 in OSGeo4W. > I do see there gdal-dev 3.2 and proj-dev 7.1. > Does it mean that QGIS 3.14 is being packed with gdal 3.0 and Proj 6.3? Yes. Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] [Qgis-psc] List changes, missing Mails?

2020-06-23 Thread Jürgen E . Fischer
osgeo.org/osgeo/ticket/2475 Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release manager

Re: [QGIS-Developer] Plugin can only be loaded in qgis ltr dev

2020-07-01 Thread Jürgen E . Fischer
You have to build a version for each QGIS version (or even each build). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhtt

Re: [QGIS-Developer] Build error

2020-07-09 Thread Jürgen E . Fischer
gui/sip_guipart3.cpp > > sip: core/conversions.sip:1440: %MappedType template for this type has > already been defined Looks like https://github.com/qgis/QGIS/issues/37072 and that should already be fixed with the merge of https://github.com/qgis/QGIS/pull/37116. Sure you are on current

Re: [QGIS-Developer] Latest sources jump from 3.14.1 to 3.14.15

2020-08-14 Thread Jürgen E . Fischer
should have remembered that we already had to change 2.999 to 2.99 for a similar reason. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden

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

2020-08-18 Thread Jürgen E . Fischer
was nothing at all. Next round will have focal-ubuntugis too. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.no

Re: [QGIS-Developer] Library for importing dwg

2020-09-04 Thread Jürgen E . Fischer
same dwf file I am > able to import with the mentioned functionality). libdxfrw [0] Jürgen [0] https://github.com/qgis/QGIS/tree/master/external/libdxfrw -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 F

Re: [QGIS-Developer] py3_env in Windows installers

2020-09-08 Thread Jürgen E . Fischer
o make py3_env part of the osgeo4w.bat file so > we can instruct people to just go to the osgeo4w bat file to eventually pip > install modules usable in QGIS? You could also just move py3_env.bat to etc\ini\python3-core.bat and create an empty py3_env.bat. Jürgen -- Jürgen E. Fischer norBI

Re: [QGIS-Developer] py3_env in Windows installers

2020-09-08 Thread Jürgen E . Fischer
Hi Richard, On Tue, 08. Sep 2020 at 10:45:21 +0200, Richard Duivenvoorde wrote: > On 9/8/20 10:32 AM, Jürgen E. Fischer wrote: > > > I know this was to be able to handle both py2 and py3, but I do not think > > > we need to use python2 anymore is it? > > py2 is

Re: [QGIS-Developer] [Qgis-psc] URGENT: please hold off on releasing new windows packages for 3.10/3.14

2020-09-14 Thread Jürgen E . Fischer
ssue. Unfortunately there are also python extension that load DLLs from pathes that the add upfront so d411d66b3d is need to cover for that. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931

Re: [QGIS-Developer] Which qgis-dev in osgeo4w?

2020-09-16 Thread Jürgen E . Fischer
ds. The standalone installers are made from the "full" packages, ie. contain more packages than the bare minimum. Jürgen PS: the ongoing master build is for 8929e74a57, so it will have 1e715580af69. -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-

Re: [QGIS-Developer] In which QGIS release can the HANA provider be included?

2020-09-17 Thread Jürgen E . Fischer
of 3.16 (scheduled for Oct 23rd) for 3.18 (scheduled for Feb 19th 2021). See also [0] Jürgen [0] https://qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstra

Re: [QGIS-Developer] OGC tests failing

2020-09-18 Thread Jürgen E . Fischer
is from https://github.com/pblottiere/pyogctest/blob/master/pyogctest/data/data.py WMS130_ZIP is downloaded from http://cite.opengeospatial.org/teamengine/about/wms/1.3.0/site/data-wms-1.3.0.zip which is 404. So it's apparently not a QGIS issue. Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] Master build crashing

2020-09-18 Thread Jürgen E . Fischer
50585803 Is libmdalprovider.so missing in your build? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttps://www.norbit.de QGIS release

Re: [QGIS-Developer] Is the spellcheck too greedy?

2020-09-28 Thread Jürgen E . Fischer
tests/testdata" and they are not actual > released or source code this means that there will be no consequences > on the quality of our releases. Remember ef1497faaa0dac55b1511c9aa06738c02b24884c ? ;) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31

Re: [QGIS-Developer] [Qgis-psc] Phasing out 32-bit support in QGIS for

2020-10-16 Thread Jürgen E . Fischer
ease as is and switch after (and drop 32bit completely for everything). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Nordenhttp

Re: [QGIS-Developer] [Qgis-psc] Phasing out 32-bit support in QGIS for

2020-10-21 Thread Jürgen E . Fischer
> really crucial fixes that our users/my customers are crying out for... GDAL was updated to 3.1.4rc2 and should be picked up by new builds. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-49

Re: [QGIS-Developer] What happened to pywin32?

2020-10-30 Thread Jürgen E . Fischer
So on import of win32clipboard it thinks that the directories in PATH were already fed to AddDllDirectory, which they weren't, doesn't call it and the load fails. Fixed in OSGeo4W by moving the DLLs from pywin32_system32 to a directory already in PATH. Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] Unable to build QGIS master due to multiple definitions of sipQgs3DAlgorithms

2020-11-04 Thread Jürgen E . Fischer
path ../QGIS/external/qt3dextra-headers) > -DQT5_3DEXTRA_LIBRARY=/usr/lib/x86_64-linux-gnu/libQt53DExtras.so > -DWITH_3D=True -DQt53DExtras_DIR=$(realpath > ../QGIS/external/qt3dextra-headers/cmake/Qt53DExtras/) Why? sid has the 3D extra headers. Jürgen -- Jürgen E. Fischer

Re: [QGIS-Developer] QGIS LTR and FileGDB

2020-11-05 Thread Jürgen E . Fischer
6_64/release/gdal/gdal-filegdb/ The standalones are built from the osgeo4w packages - that means everything qgis-full / qgis-ltr-full depends. filegdb however is not included, but GDAL has openfilegdb support builtin. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-49

  1   2   3   4   5   6   7   8   9   10   >