timlinux
6087b3519a
Standardised GUI layout
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1482 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-27 11:09:44 +00:00
timlinux
f62643349b
Fixed missing pbnCancel_clicked() declaration.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1315 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-05 10:03:44 +00:00
timlinux
bbbeb46225
Added cancel and ok event handlers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1276 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 16:17:26 +00:00
timlinux
27e3ddfbb1
Updated default gui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1275 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 16:15:19 +00:00
timlinux
d73cca4d0c
Fixed problems preventing internal plugins from building properly.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1274 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-27 15:54:32 +00:00
timlinux
343de89b87
Added empty implementation for help() to unbreak plugins on mac osx
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1193 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-11 11:29:51 +00:00
jobi
a1abe6de76
** fixed strange warning: object 'foo.$(OBJEXT)' created both
...
with libtool and without
** also cleaned the other Makefiles that way
git-svn-id: http://svn.osgeo.org/qgis/trunk@1127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:06:54 +00:00
mcoletti
2e54ed8648
- 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@994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-08 23:50:05 +00:00
timlinux
a35bff715f
Use qgis logo as default icon for new plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 09:36:59 +00:00
timlinux
eb171fef7f
Fixed connect to vectorlayer slot
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@895 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:50:28 +00:00
timlinux
3ce06533a3
Removed references to deprecated signal handlers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:45:46 +00:00
timlinux
f6be42f116
Fixes for add vector layer signal
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:43:27 +00:00
timlinux
6dce119e36
Fixed call to add vector layer. Other minor bugfixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:38:09 +00:00
timlinux
2b505d4c8f
Added readme for plugin template dir. Fixed improperly names Gui instance.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@890 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 08:11:29 +00:00
gsherman
4ef1a496e4
fixed a couple of typos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 03:54:10 +00:00
timlinux
784fb77791
Fixed incorrect header ref.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@883 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-22 01:45:01 +00:00
timlinux
ff7ec71bd2
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@881 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-21 22:28:45 +00:00