10 Commits

Author SHA1 Message Date
mcoletti
b4bf9180a8 - Promoted name, description, version, and type strings to QgisPlugin base
class.

- Type now a formal enumerated typedef

- Propogated changes forward to existing plug-ins


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-08 23:50:05 +00:00
timlinux
8c3801d0a8 Use qgis logo as default icon for new plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 09:36:59 +00:00
timlinux
f9a6122306 Fixed connect to vectorlayer slot
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@895 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:50:28 +00:00
timlinux
7041623088 Removed references to deprecated signal handlers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:45:46 +00:00
timlinux
6ea5314999 Fixes for add vector layer signal
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:43:27 +00:00
timlinux
3d00c719b8 Fixed call to add vector layer. Other minor bugfixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:38:09 +00:00
timlinux
8d043a38d2 Added readme for plugin template dir. Fixed improperly names Gui instance.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@890 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:11:29 +00:00
gsherman
48a7e0030f fixed a couple of typos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 03:54:10 +00:00
timlinux
72f7ed17ae Fixed incorrect header ref.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@883 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 01:45:01 +00:00
timlinux
edfde1b4e6 This is the initial commit for the qgis plugin template. The template consists of:
class Plugin (a subclass of QgisPlugin)
class PluginGuiBase (supplied as a simple qdialog ui)
class PluginGui (the subclass of PluginGuiBase)

The only thing the user would need to change in the makefile is the name of the .so
so you just copy the plugin template dir to a new dir under plugins, change the .so name in the makefile add the plugin dir the configure.in and the plugin dir makefile.

I will be adding a bash script file soon that automates the above process. This template development is in progress.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@881 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-21 22:28:45 +00:00