~ubuntu-branches/ubuntu/utopic/qgis/utopic

« back to all changes in this revision

Viewing changes to src/plugins/plugin_template/README.whatnext

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-04-24 15:12:20 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120424151220-r88g00af5fpn5fc3
Tags: 1.7.4+1.7.5~20120320-1
The "Sometimes they come back" release.

* Branching from Qgis tree and adapting to current Debian Policy and
  standards. The target tree is currently set to release-1.7.
  (closes: #661491, #606304, #615683, #616182, #600308)
* Policy bumped to 3.9.3.
* Moving to debhelper compatibility level 9.
* Source format is now 3.0 with quilt support.
* Merged with 2bf42287 upstream git snapshot.
* Migrated to dh_python2 instead of python-central.
  (closes: #617048)
* Snapshot in qgis.org release-1.7: c936d031
* Added an automagic creation of a lintian override for sqlite embedding.
  This is required for uploading currently.
* Added missing ${misc:Depends} to make lintian happy.
* Copyright notes updated and debian/copyright moved to format 1.0.
* More licenses notices now reported in debian/copyright. Thanks ftpmasters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
You really need to read the QGIS API Documentation now at:
11
11
 
12
 
http://doc.qgis.org/
 
12
http://qgis.org/api/
13
13
 
14
14
In particular look at the following classes:
15
15
 
16
 
QGisInterface : http://doc.qgis.org/classQgisInterface.html
17
 
QgsMapCanvas  : http://doc.qgis.org/classQgsMapCanvas.html
18
 
QgsMapTool    : http://doc.qgis.org/classQgsMapTool.html
19
 
QgisPlugin    : http://doc.qgis.org/classQgisPlugin.html
 
16
QGisInterface : http://qgis.org/api/classQgisInterface.html
 
17
QgsMapCanvas  : http://qgis.org/api/classQgsMapCanvas.html
 
18
QgsMapTool    : http://qgis.org/api/classQgsMapTool.html
 
19
QgisPlugin    : http://qgis.org/api/classQgisPlugin.html
20
20
 
21
21
QGisInterface is an abstract base class (ABC) that specifies what publicly
22
22
available features of QGIS are exposed to third party code and plugins. An