152 Commits

Author SHA1 Message Date
Juergen E. Fischer
4048d37a46 osgeo4w: also look for GRASS 7.6 2019-01-22 17:40:14 +01:00
Nyall Dawson
59686e73d7 Package missing ESRI token auth method 2018-11-22 18:53:33 +10:00
Juergen E. Fischer
4464089487 auto-detect name of sip module used by PyQt5 2018-10-24 13:38:03 +02:00
Juergen E. Fischer
275a203b68 debian/osgeo4w/docker: use public instead of non-existing private PyQt5.sip module 2018-10-24 08:11:13 +10:00
Juergen E. Fischer
82dccf71a5 osgeo4w: detect python version in package.cmd 2018-10-14 13:42:07 +02:00
Juergen E. Fischer
f27c7cad94 packaging: include oauth2 method and opencl programs 2018-09-22 19:29:22 +02:00
Juergen E. Fischer
74b2e19434 osgeo4w: fix lrelease lookup 2018-09-19 19:22:08 +02:00
Juergen E. Fischer
1192f949ec * osgeo4w: build pdbs for releases
* disable copying of reports without feedback
2018-08-18 11:24:21 +02:00
Juergen E. Fischer
c27b445130 fix tar (followup 4790747a) 2018-06-21 08:51:41 +02:00
Juergen E. Fischer
4790747aea Tune osgeo4w scripts (followup cab6a4b6) 2018-06-20 10:01:34 +02:00
Juergen E. Fischer
9690d8061e add mdal provider to debian and osgeo4w packages 2018-05-10 20:18:46 +02:00
Nyall Dawson
21ef2fd42b Provide a simple initial palette for new layers
TODO: make it AWESOME!
2018-03-13 10:39:49 +11:00
Juergen E. Fischer
11b09953d0 osgeo4w: avoid blocking error popup when running tests 2018-02-25 16:43:38 +01:00
Juergen E. Fischer
065dd1cf53 Revert "osgeo4w: also build pdb and corresponding package for releases"
This reverts commit 7efcfee28cc5ae454fd50b30263e85477a4fe9c0.

(cherry picked from commit 611fbff4901d74bfc942b21b083512f8f7a9f401)
2018-02-24 21:51:08 +01:00
Juergen E. Fischer
17039ff195 Adapt packaging to c988dd291 2018-02-17 07:41:20 +01:00
Juergen E. Fischer
57d38cd0d5 * revive update-news.pl
* osgeo4w: drop globe plugin
2018-02-03 19:24:03 +01:00
Juergen E. Fischer
a265073344 update package*.cmd for 3 and GRASS 7.x 2018-01-26 20:29:35 +01:00
Juergen E. Fischer
4abac93115 packaging updates 2018-01-05 11:12:04 +01:00
gacarrillor
6415fad072 Get rid of PySpatiaLite 2017-10-29 10:46:54 -05:00
Nyall Dawson
b53e986781 Merge pull request #5170 from nyalldawson/drop_spatial_query
Drop spatial query plugin
2017-09-19 06:49:20 +10:00
Nyall Dawson
220c5e85e3 Move GeoNode browser/source select from app -> new 'geonode' provider
Instead of including these classes in app, we instead make a
shell data provider which implements only the dataItemProviders()
and sourceSelectProviders() methods.

Helps keep GeoNode GUI related code partitioned
2017-09-13 05:48:21 +10:00
Nyall Dawson
7048d73d0c [FEATURE] Drop spatial query plugin
* Tagged as feature to remember to include in release notes

The functionality of this plugin is duplicated in the processing
Extract by Location and Select by Location algorithms.
2017-09-12 09:46:19 +10:00
Juergen E. Fischer
e32589599a packaging updates after helpviewer removal (followup 55cdc89a1) 2017-08-17 07:58:10 +02:00
Denis Rouzaud
06f9842637 rename symbology-ng to symbology 2017-08-06 14:18:57 +02:00
Juergen E. Fischer
4497c035ce package.cmd: don't exit parent when displaying usage 2017-08-05 23:01:42 +02:00
Radim Blazek
eb6301e023 [GRASS] remove GRASS 6 support 2017-07-12 17:51:03 +02:00
Juergen E. Fischer
7efcfee28c osgeo4w: also build pdb and corresponding package for releases 2017-05-06 22:10:24 +02:00
Nyall Dawson
747a36f1d9 Remove memory provider library from packaging 2017-05-06 12:05:12 +10:00
Juergen E. Fischer
f10e9eee7d remove python ext-libs that should meanwhile available everywhere 2017-03-10 00:07:08 +01:00
Juergen E. Fischer
702d4cc174 osgeo4w: remove pyc on install and uninstall 2017-02-23 09:34:34 +01:00
Juergen E. Fischer
74df8754f9 remove standalone browser 2017-02-20 15:14:00 +01:00
Juergen E. Fischer
caaa68bb2d osgeo4w: also provider wrapper for browser (followup 801184a) 2017-02-19 23:49:43 +01:00
Juergen E. Fischer
801184a8a1 osgeo4w: add a minimal exe wrapper to initialize the enviroment and load
qgis_app.dll (inspired by Nathan's PR #4156)

On install each shortcut/configuration gets a own copy of the (small)
exe.  That exe is started through the batch file that originally was
used to start the app at runtime. Argument --exit will cause the wrapper
to just dump the environment to an .env file next to the copy of the
.exe.  The created shortcuts now point at those .exes instead of the
batch files.

At runtime the .exes source their .env file to get a working environment
to run QGIS (ie. qgis_app.dll).  This for example allows the application
to be pinned to the taskbar and avoids the of necessity of batch files
at runtime to start the app.
2017-02-19 13:47:38 +01:00
Nyall Dawson
c26ed69c6b Rework map touch tool
Qt5 allows runtime detection of touch devices. This commit reworks
the current touch map tool by pulling its behavior into the normal
pan tool when a touch device is detected.

It avoids the need for a seperate map tool for touch interaction,
and also avoids having this tool always appear on the Windows
builds (regardless of the presence of a touch device)
2017-02-12 15:06:24 +10:00
Juergen E. Fischer
e5fd81ffc3 osgeo4w: fix running of python tests 2017-02-07 14:47:07 +01:00
Juergen E. Fischer
6a56cb0dd0 updates and fixes for windows qt5/py3 build 2017-01-24 01:25:59 +01:00
Juergen E. Fischer
3ba2f8e0f4 osgeo4w: update to grass72 2017-01-02 10:18:09 +01:00
Nyall Dawson
77ae8a23b6 [FEATURE] Remove orphaned oracle raster plugin
Marked as feature to flag for documentation and changelog
2016-12-27 08:06:06 +10:00
Alexander Bruy
37d82bb7a5 [FEATURE] remove Interpolation plugin
tagged as feature to not forget mention this in docs and changelog
2016-12-20 10:15:41 +02:00
Alexander Bruy
c3e3ba6b49 [FEATURE] remove Raster terrain analysis plugin
tagged as feature to not forget mention this in docs and changelog
2016-12-19 09:49:49 +02:00
Alexander Bruy
ce342b0f87 [FEATURE] remove RoadGraph plugin
tagged as feature to not forget mention this in docs and changelog
2016-12-13 10:46:34 +02:00
Nyall Dawson
034cc65935 [FEATURE] Remove c++ heatmap plugin
No longer required as plugin has been ported to analysis lib
with processing frontend

Marked as feature for docs + changelog notices
2016-12-07 12:23:58 +10:00
nirvn
efd299220e package symbology-ng-style.xml instead of the .db file 2016-11-22 14:36:47 +07:00
Alexander Bruy
5cbf9d5129 remove references to networkanalysis from scrips and packaging files 2016-11-21 16:47:24 +02:00
Nyall Dawson
9b667d1e8a [FEATURE] Remove c++ geometry snapper plugin
All functionality is now available through analysis lib + processing
algorithm.

Marked as feature for documentation + changelog flagging
2016-11-07 12:20:59 +10:00
Nyall Dawson
b2587b7bf3 [FEATURE] Remove zonal stats plugin
This is now fully exposed via processing, which is the logical
place for this feature to reside.

One less c++ plugin is a good thing!

(marked as feature so we remember to mention this in changelog!)
2016-10-25 09:30:18 +10:00
Nyall Dawson
e75b572b6e [FEATURE] Remove dxf2shp converter plugin
This functionality is available in OGR and there is no longer
a need for a dedicated QGIS plugin to do this task

Marked as feature for documentation + changelog reminder
2016-10-25 09:29:46 +10:00
Juergen E. Fischer
6acf0f745f msvc: use /bigobj for sip modules
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707)
2016-10-22 12:28:44 +02:00
Juergen E. Fischer
f971b0dbd1 osgeo4w: really use package name (fixes 6db9a371) 2016-10-07 15:22:41 +02:00
Juergen E. Fischer
6db9a37172 osgeo4w: use package name in build directory
(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633)
2016-10-07 11:26:52 +02:00