g_j_m
996b0f8b55
Bug fix: Plugin menu wasn't starting the plugin gui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3246 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-27 21:37:48 +00:00
g_j_m
3c40292773
Altered the way in which plugins add items to the plugin menu. Old way
...
still supported for the moment. New way allows different plugins to use the
same submenu (e.g. Decorations for copyright and north arrow)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3232 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-27 05:21:34 +00:00
g_j_m
9a9c27f2e1
Bug fix: local variable was obscuring a class member variable meaning
...
that the relevant plugin menu item was not being removed when the
plugin was removed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-23 12:29:03 +00:00
gsherman
9493aca366
Merged changes from the 0.6.0 release branch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2526 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-12-20 07:13:35 +00:00
mcoletti
c84e6aae6c
Merged in qgsproject-branch changes.
...
Also made QgsRasterLayer more robust in light of files with poor "no data" and
"min/max" value information.
Note that this hasn't been tested with windows versions.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2156 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-21 17:27:38 +00:00
mhugent
6769603abb
added qgsvectordataprovider interface and start editing/ stop editing for vector digitising
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-27 21:30:27 +00:00
gsherman
96a0e85577
* Fixed bug that caused qgis to crash when a plugin was unloaded. All plugins
...
must now have a QAction member pointer that is created when the GUI is
initialized in initGui(). This pointer is used in the unload() method to
remove the QAction and associated icon from the plugins toolbar.
* Updated splash for upcoming 0.5 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1956 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-08-30 00:53:35 +00:00
timlinux
dbd4f6e281
Use the new unified plugins toolbar.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1951 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-08-28 01:09:46 +00:00
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
gsherman
1de5f298e3
Made changes required by refactoring QgsField
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@967 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-29 01:59:55 +00:00
gsherman
f1e6d64754
Modified call to addVectorLayer so that the proper parameters are passed.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-27 17:48:51 +00:00
gsherman
90e6ba84bd
changed #ifdef DEBUG to #ifdef QGISDEBUG to fix rh/fedora problem
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@873 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-20 17:17:36 +00:00
gsherman
4b4ae3adb9
lars fix for crash when trying to buffer a raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@850 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-14 16:34:36 +00:00
gsherman
9fa29d06fb
added GEOS detection and warning
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@824 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-13 17:51:56 +00:00
gsherman
86ffb46e51
added version function to return version without instantiating the plugin object
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@805 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-12 05:46:44 +00:00
gsherman
3c08c702d3
connected help button on the buffer dialog to display help stored in <prefix>/share/doc/plugins/geoprocessing/buffer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 23:33:50 +00:00
gsherman
642e00feee
added icon to buffer menu item
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 05:16:14 +00:00
gsherman
dcb013fe7d
plugin manager now actually manages plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:08:10 +00:00
gsherman
d32d11a504
added interface for positioning menu items from plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 07:04:05 +00:00
gsherman
1c629792e6
added #ifdef to std::cout and std::cerr statements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@678 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-02 06:10:46 +00:00
gsherman
2e98742aa1
check postgis capabiliities before performing buffer. If no GEOS, show error and don't do the buffer operation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@649 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-31 00:22:46 +00:00
gsherman
8763453559
wait cursor during processsing
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@637 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-29 02:38:20 +00:00
gsherman
0bf40b3e43
fixed bug with creating buffer in postgres 7.3.x
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@627 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-29 00:14:13 +00:00
gsherman
7408f6dbb4
added toolbar with buffer button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@595 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-26 07:27:05 +00:00
gsherman
6072276ca1
removed message box prior to adding new layer, commented out include for matrix1.xpm since it isn't used by the plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@585 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-25 07:29:51 +00:00
gsherman
31f3b1e480
First fully functional version of the buffer (geoprocessing) plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@570 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-24 16:44:01 +00:00
gsherman
704e140675
more progress towards a buffer function
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@565 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-23 07:37:32 +00:00
gsherman
875f4f4331
initial checkin of postgresql geoprocessing plugin (non-functional)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@557 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-22 05:39:09 +00:00