1293255 SPIT: bugfix for "no fields" problem
1293069 2 bugfixes regarding extent calculation
1292938 added panning to overview
1253211 patch for PostGIS provider
1253027 patch for querybuilder
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3919 c8812cc2-4d05-0410-92ff-de0c093fc19c
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
This was necessary to allow plug-ins to connect() to various QgisApp slots and
signals. Since this somewhat short-circuits the need for the QgisInterface
classes, this might indicate the need for design refactoring.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2267 c8812cc2-4d05-0410-92ff-de0c093fc19c
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
has been tested and it compiles under unix. Future changes to the code must
be aware of multiplatform issues.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1563 c8812cc2-4d05-0410-92ff-de0c093fc19c
properly deleted on the canvas, but selection of remaining layers is now more
intelligent. Now uses signal/slot mechanism to add/delete layers. (We should
explore propogating this model further to other classes.)
Made some class members const correct and deleted a few deprecated/superfluous
members.
QgsMapCanvas now has an implementation struct a la the Handle/Envelope design
pattern. Implementation changes will now only incur a single file
re-compilation penalty; and this hides implementation details.
Did some re-formatting via "indent" and added a bit of white space to make
source easier to read.
CVS was whining about some files not ending on a blank line, so added them to
files necessary files.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1332 c8812cc2-4d05-0410-92ff-de0c093fc19c
Menus are not sorted but appear in the order they are loaded. This will
be refined in a later version.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1253 c8812cc2-4d05-0410-92ff-de0c093fc19c
These were added to the interface classes for use by plugins
NOTE - The utility of these functions is questionable and they
may be removed in the future
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1031 c8812cc2-4d05-0410-92ff-de0c093fc19c