Alexander Bruy
cfc093d0e9
separate otb provider into a plugin
2021-06-21 07:17:36 +03:00
Alexander Bruy
cbe1a472ca
add missed plugin files
...
fix CMakeLists.txt
2021-06-21 07:17:36 +03:00
Alexander Bruy
0c3f57fb86
fix CMakeLists and imports
2021-06-21 07:17:35 +03:00
Denis Rouzaud
eddf6feb45
modernize CMakeLists.txt files
2020-11-12 07:14:46 +10:00
Tom Palan
4b27b5fdc1
Compile python processing plugins even when WITH_GUI=FALSE
2020-05-08 06:36:53 +10:00
Alessandro Pasotti
e6b38aff4f
Revert "Merge pull request #4087 from elpaso/resource-sharing-plugin"
...
This reverts commit db0fa9ff5b7421262304ce6fb5f6e832db1baa57, reversing
changes made to aaa8c4e492d135210cd989b5e3131384954badd1.
2017-02-01 15:17:17 +01:00
Alessandro Pasotti
e50bc7c2e8
Added QGIS Resource Sharing Plugin and deps
2017-01-31 12:05:27 +01:00
Alexander Bruy
f40e914b76
[FEATURE] replace GDALTools plugin with Processing
...
Tagged as feature to not forget mention in docs and changelog
2016-12-26 19:09:32 +02:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
Nyall Dawson
88e4410af1
Require Qt >= 5.5
2016-09-21 09:12:54 +10:00
Juergen E. Fischer
aca62153c2
run 2to3 only with Qt5
2016-04-25 15:58:40 +02:00
Matthias Kuhn
caab3b3db5
Add dependency of port-plugin-xxx on staged-xxx
2016-04-23 16:38:05 +02:00
Matthias Kuhn
cacf79cd96
Improve PORT_PLUGINS cmake code
2016-04-15 09:20:40 +02:00
Matthias Kuhn
30df95aba6
Add new target port-plugins to run 2to3 on plugins as build step
2016-04-12 14:48:20 +02:00
Alexander Bruy
a4a658a657
restore GdalTools plugin until we will have multithreading support in Processing
2016-03-01 15:57:32 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02:00
Juergen E. Fischer
fe50327b28
fix oracle provider (followup 5be0ee7)
2015-07-30 09:31:28 +02:00
Juergen E. Fischer
df2d00c544
fix plugin staging
2015-07-10 21:51:39 +02:00
Juergen E. Fischer
390d832590
refactor stageinstall of plugins
2015-07-09 00:09:07 +02:00
Larry Shaffer
3213d014f3
Refactor plugin staging to build dir and python script compiling
2014-05-20 21:28:42 -06:00
Tom Kralidis
c7a4002a92
add MetaSearch 0.2.0 ( https://github.com/geopython/MetaSearch/issues/53 )
2014-05-13 16:18:38 -04:00
Alexander Bruy
8043c515ec
fix CMakeLists.txt after renaming sextante
2013-08-20 10:49:27 +03:00
Alexander Bruy
441a46ba87
remove mapserver_export plugin (manual merge for pull-request 642)
2013-08-13 12:22:54 +03:00
Juergen E. Fischer
bfed787602
update for visual c++ 2010:
...
* use shorter target names for python plugins
* add build scripts for 64bit
* use nircmd in postinstall
2013-08-12 17:50:00 +02:00
Larry Shaffer
3bf4031175
Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments
...
- Only plugin directories should have underscores, targets should have hyphens
2013-08-03 16:17:32 -06:00
Borys Jurgiel
fa9d79fab3
[Plugin Manager] remove the old plugin_installer plugin
2013-06-05 21:32:12 +10:00
Sandro Santilli
aba568b96a
Rename staged plugin install rules to use dashes, not underscores
...
See http://lists.osgeo.org/pipermail/qgis-developer/2013-March/024759.html
2013-03-11 12:16:59 +01:00
Martin Dobias
d56ad4042d
Old unmaintained OpenStreetMap support is dead. Long live new OpenStreetMap support!
2013-02-28 23:15:49 +01:00
Larry Shaffer
7717aeed1c
Update stage-installed plugins CMakeLists.txt
2013-02-03 03:42:12 -07:00
Larry Shaffer
d6e832d602
Update for d7a7a46, make sure targets are always built for install
2012-10-31 05:18:13 -06:00
Larry Shaffer
d7a7a46afa
Add CMake option WITH_STAGED_PLUGINS (ON by default)
...
- Core plugins remain available once staged (no need to re-build targets, unless source updated or build directory cleared)
- Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds
- PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS
2012-10-30 18:39:22 -06:00
Larry Shaffer
1fdaa04557
Add cmake option WITH_PY_COMPILE (OFF by default)
...
- Byte-compiles staged and intalled plugins/modules
2012-10-26 04:04:12 -06:00
Sandro Santilli
131fc6e945
PLUGIN_INSTALL: quote filenames
...
Fixes use with filenames having shell-dangerous chars like "(".
NOTE: sextante help files have frequent such occurrences
2012-10-25 11:29:23 +02:00
Sandro Santilli
8ca2236134
Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
...
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00
Alexander Bruy
e460dde786
add cmake stuff for SEXTANTE plugin
2012-09-14 14:44:25 +03:00
Tim Sutton
5c32892e95
Moved sextante into python plugins. Note sextant was brought in at revision 333 from svn
2012-08-04 19:48:25 +02:00
Giuseppe Sucameli
3c5b3bbea1
[FEATURE] add DB Manager plugin
2012-04-16 13:31:13 +02:00
Juergen E. Fischer
b74a515e94
cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY
2011-05-27 22:45:08 +02:00
brushtyler
9e19090f10
added GdalTools plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-04 00:31:48 +00:00
wonder
257e30ea9b
[FEATURE] Imported OpenStreetMap provider and plugin.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11210 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 11:08:18 +00:00
cfarmer
6774e3974f
update CmakeList
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10075 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-31 20:03:27 +00:00
cfarmer
813e17648e
initial commit of ftools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9990 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-20 22:54:27 +00:00
gsherman
e0c5a45d9f
New MapServer export plugin implemented in Python. This is a
...
core plugin and installed with QGIS. The old exporter (C++/SWIG/Python)
has been removed from the build and the code will be removed following
complete testing of the new plugin.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-10 04:49:11 +00:00
gsherman
acdc107f1a
Initial import of Matthew Perry's Python plugin installer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-17 19:03:03 +00:00