335 Commits

Author SHA1 Message Date
Juergen E. Fischer
6e5f4f3616 nightlies: fix pushing to dash 2021-03-10 02:45:44 +01:00
Juergen E. Fischer
cbc1e8bb9c enable dash push for nightlies 2021-03-07 23:25:43 +01:00
Juergen E. Fischer
0fdf0e493c osgeo4w: use gdal nightly also for designer (fixes OSGeo4W#659) 2021-02-16 11:56:05 +01:00
Juergen E. Fischer
e15b8947c0 include hana provider in packages 2021-01-14 13:00:46 +01:00
Juergen E. Fischer
6e455977d0 osgeo4w: fix python-qgis-dev.bat 2020-12-11 14:31:46 +01:00
Juergen E. Fischer
3922a28dbc folloup CMakeLists.txt updates (followup eddf6feb) 2020-11-11 23:08:26 +01:00
Juergen E. Fischer
04fbe177b9 osgeo4w: don't pickup PATH changes by GRASS' env.bat (fixes #38476) 2020-09-25 11:53:13 +02:00
Juergen E. Fischer
0f2b53c949 osgeo4w: avoid placing grass' rstudio path in front of osgeo4w qt 2020-09-17 08:12:14 +02:00
Juergen E. Fischer
76dad2faf6 osgeo4w: use gdal-dev-py3-env.bat also in qgis_process in nightlies 2020-07-14 00:26:29 +02:00
Nyall Dawson
6a4d22723e Drop coordinate capture plugin
This functionality has been moved to an out-of-the-box "Copy Coordinate"
option available by right-clicking on a map canvas while the pan, zoom,
or select tools is active.
2020-05-26 13:51:41 +10:00
Nyall Dawson
25a3ced031 Cleanup remnants 2020-05-25 11:39:20 +10:00
Nyall Dawson
bc7bce8a72 Drop the evis plugin
It's unmaintained, and duplicates functionality which is exposed
elsewhere in QGIS
2020-05-25 08:29:23 +10:00
José de Paula Rodrigues Neto Assis
c91e0e8450 Drop Globe plugin
Dropping Globe plugin from the QGIS sources. It depends on osgearth no
newer than version 2.8, released on 2016-09-05, and which is impossible
to build against modern (Qt 5.13+) versions of Qt. With this, the
optional QGIS dependency on OpenSceneGraph and osgearth is also removed.
2020-05-25 08:29:03 +10:00
Cody Martin
a2ef1ab1b0 Revert "Remove now-redundant gdal environment setup script from package-nightly.cmd"
This reverts commit 4032d43884bf5355ac5574f0575e8f539ad86f59.
2020-05-11 17:00:40 +02:00
Cody Martin
24f883a556 Revert "Add gdal+proj libraries to PATH in MSVC environment setup script"
This reverts commit b8c803fc7e2b7fa958247d27777f6c4d53c4e136.
2020-05-11 17:00:40 +02:00
Cody Martin
5ed4df8f47 Remove now-redundant gdal environment setup script from package-nightly.cmd 2020-05-11 17:00:40 +02:00
Cody Martin
4daabcbaa5 Add gdal+proj libraries to PATH in MSVC environment setup script
More specifically: call gdal-dev-env.bat as part of msvc-env.bat.

Without doing this, the a build of the qgis.sln file in MSVC fails.
Specifically, the synccrsdb project fails with:

  #>  Running crssync
  #>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code -1073741515.

Running crssync.exe from the command line also fails:

  C:\OSGeo4W64>QGIS>ms-windows\osgeo4w\build-qgis-test-x86_64\output\bin\RelWithDebInfo\crssync.exe
  The code execution cannot proceed because gdal302.dll was not found. Reinstalling the program may fix this problem.
  The code execution cannot proceed because proj_7_1.dll was not found. Reinstalling the program may fix this problem.
  The code execution cannot proceed because gdal302.dll was not found. Reinstalling the program may fix this problem.

With this change, the configonly.bat workflow produces a qgis.sln
file that builds to completion.

The package-nightly.cmd script already called this additional .bat
file to set up the PATH to gdal and proj libraries:

  call msvc-env.bat %ARCH%
  call gdal-dev-env.bat

So it makes sense to add this call into msvc-env.bat.
2020-05-11 17:00:40 +02:00
Juergen E. Fischer
f1e9c8d7ee osgeo4w: use nightly gdal bindings 2020-05-08 07:27:57 +02:00
Juergen E. Fischer
6ccf90f077 package.cmd: fix syntax error
(cherry picked from commit cd141490eccf4340b658eab7fab1e7fb80c06214)
2020-05-06 11:11:14 +02:00
Juergen E. Fischer
8ee4d0572f packaging updates for qgis_process (followup bfadf47d16) 2020-04-24 16:30:45 +02:00
olivierdalang
746ec8c498 make build dir configurable in package-nightly.cmd 2020-04-22 09:55:24 +02:00
Juergen E. Fischer
794215df55 osgeo4w: include postgres raster provider (fixes #34823) 2020-03-03 10:17:12 +01:00
Juergen E. Fischer
edee4a3d10 spelling fixes (closes #32408) 2020-02-28 21:04:02 +01:00
Juergen E. Fischer
81a08fd3e8 azure pipelines:
* fail on error
* align build name for pull requests more with travis builds
* include dash link on azure page
2019-12-06 00:34:01 +01:00
Juergen E. Fischer
d33a5b56a9 azure-pipelines support
(blood, sweat and tears w/squ-ashed away)
2019-11-30 20:34:16 +01:00
Juergen E. Fischer
7fdac2fc6b custom widgets: fix designer crash (fixes #32860) 2019-11-15 00:39:16 +01:00
Juergen E. Fischer
c86ed789bf osgeo4w: detect grass78 2019-11-02 10:04:20 +01:00
Juergen E. Fischer
f78c95cd9e osgeo4w: add dlls to fetch pdbs from symstores
[ci skip]
2019-09-08 22:09:38 +02:00
Juergen E. Fischer
3354a8ccee osgeo4w: fix inclusion of grass-less batch in nightly
[ci skip]
2019-09-07 19:37:12 +02:00
Juergen E. Fischer
f33dd71adc fix a76f127ca9b 2019-09-06 20:45:05 +02:00
Juergen E. Fischer
a76f127ca9 osgeo4w: proj.lib back again (refs 4cbcae3a58, OGGeo/PROJ#1581) 2019-09-04 09:13:58 +02:00
Juergen E. Fischer
4cbcae3a58 osgeo4w: detect proj library name 2019-09-02 13:55:37 +02:00
Juergen E. Fischer
74abbaac9c osgeo4w: update nightly after proj-dev 6.2 update 2019-08-28 11:08:12 +02:00
Juergen E. Fischer
bf31ce1d8c debian packaging:
- add dependency for qgis-server on python3-qgis
- set test timeouts to 60s

osgeo4w:
- set test timeouts to 60s
2019-08-10 20:54:18 +02:00
Juergen E. Fischer
bc1aea62df osgeo4w: switch nightly to GDAL3 and PROJ6 nightlies 2019-08-09 21:32:19 +02:00
Juergen E. Fischer
2c5766e7f9 update packaging after 92ac7a2e93a2 2019-08-07 22:36:40 +02:00
Juergen E. Fischer
557d1afcf7 only install/copy srs.db that we're using (fix 56d03f783f041) 2019-07-17 18:09:02 +02:00
Nyall Dawson
56d03f783f Ship a seperate srs.db file for proj >= 6 builds
It's too dangerous to reuse the existing one, as it breaks the
ability to run multiple versions of qgis (i.e. proj < 6 and proj >= 6)
on the same machine

Fixes #30569
2019-07-16 06:18:32 +10:00
Juergen E. Fischer
0bc48b7b6a packaging update after static providers 2019-06-27 23:34:07 +02:00
Juergen E. Fischer
3c57d28cfa osgeo4w: change start directory of shortcuts to 'my documents' 2019-06-20 16:52:20 +02:00
Richard Duivenvoorde
92c412be93 Change the httpd template to use Apache 2.4 style 2019-05-10 15:52:38 +02:00
Juergen E. Fischer
b9a53d4204 osgeo4w: fix starting of qt5 designer 2019-03-29 21:45:04 +01:00
Juergen E. Fischer
8e70c08b18 osgeo4w: fix grass shortcuts in qgis-dev (fixes #21680) 2019-03-27 10:44:20 +01:00
Juergen E. Fischer
a19fc89e5f osgeo4w: updates for grass 7.6.1 2019-03-23 02:08:30 +01:00
Juergen E. Fischer
29d4496452 osgeo4w: build with spatialindex 1.9 2019-02-10 16:48:14 +01:00
Juergen E. Fischer
4048d37a46 osgeo4w: also look for GRASS 7.6 2019-01-22 17:40:14 +01:00
Juergen E. Fischer
3599842575 windows: allow https downloads in nsis installer (fixes #18360) 2018-12-31 20:20:30 +01:00
Juergen E. Fischer
c2f16cfc68 osgeo4w: fix grass plugin installation
(cherry picked from commit ec5a3b42b87e304690e241bca38d56870851fd10)
2018-11-26 23:16:14 +01:00
Juergen E. Fischer
6033c7439c osgeo4w: still upload build log when tests are skipped 2018-11-26 23:16:04 +01:00
Nyall Dawson
59686e73d7 Package missing ESRI token auth method 2018-11-22 18:53:33 +10:00