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
Juergen E. Fischer
d2c20495d9
osgeo4w: switch to ninja
2016-10-06 13:36:23 +02:00
Tom Kralidis
4649e52cad
ensure python-requests is available in the build
2016-08-01 08:26:06 -04:00
Juergen E. Fischer
c34b36ff13
osgeo4w: include arcgis rest provider
2016-06-02 16:12:44 +02:00
Juergen E. Fischer
1cbcf49043
include db2 provider in packaging
2016-04-04 00:59:38 +02:00
Juergen E. Fischer
2b55d89d2a
give qgis future (followup 15b3600)
2016-03-25 01:00:45 +01:00
Juergen E. Fischer
0e4520fc73
osgeo4w: include grass7 in x86_64
2016-01-30 00:53:32 +01:00
Juergen E. Fischer
e19ad4be77
osgeo4w: include grass7 plugin
2015-12-21 20:49:55 +01:00
Juergen E. Fischer
02696c71d4
include virtual layer provider in packaging
2015-12-19 15:19:36 +01:00
Juergen E. Fischer
91180501bc
remove spitplugin from packaging (followup b39e6d1)
2015-12-08 09:50:12 +01:00
Juergen E. Fischer
f0930cacc1
osgeo4w: fetch grass7 path from grass
2015-10-27 23:01:25 +01:00
Juergen E. Fischer
b505be2ed6
osgeo4w: include themes
2015-10-27 00:06:30 +01:00
Juergen E. Fischer
212a9247a6
fixes for debian and osgeo4w packaging
2015-09-27 16:05:28 +02:00
Juergen E. Fischer
6148731697
packaging: use WITH_GRASS to enable GRASS and WITH_GRASS$VERSION only with the available version
2015-09-26 21:32:32 +02:00
Juergen E. Fischer
2c4f02ad06
osgeo4w: include python wrapper
2015-08-24 16:39:04 +02:00
Juergen E. Fischer
15170dd216
osgeo4w: switch to grass 7.0.1 from RC2
2015-07-31 10:36:59 +02:00
Juergen E. Fischer
e0ae7efe7c
osgeo4w: switch to grass 7.0.1RC2
2015-07-21 15:28:51 +02:00
Juergen E. Fischer
e5c54545e3
osgeo4w: fix rmdir quoting
2015-07-17 10:37:47 +02:00