Removed overview stuff from debug only version of qgisapp.
Did plumbing for enableing disabling layers in overview from popup context menu.
Whoopdeedooo. :-)
All that remains to do now is sort out syncronisation of layer ordering between main map canvas and overview canvas.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1543 c8812cc2-4d05-0410-92ff-de0c093fc19c
GPSBabel is running, show the messages printed to GPSBabel's stderr if
something goes wrong
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1537 c8812cc2-4d05-0410-92ff-de0c093fc19c
devices for now, routes and waypoints and Magellan support will come in
the near future.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1536 c8812cc2-4d05-0410-92ff-de0c093fc19c
** fixed German translation
** added translation support to external help applications (grid_maker and gpsimporter)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1535 c8812cc2-4d05-0410-92ff-de0c093fc19c
Implemented QgsMapLayerRegistry - s singleton object that keeps track of loaded layers. When a layer is added an entry is made in the registry. When a layer is removed, the registry emits a layerWillBeRemoved signal that is connected to any mapvcanvas, legend etc that may be using the layer. The objects using the layer can then remove any reference they make to the layer - after which the registry deletes the layer object.
This fixes a problem with adding an overview map which caused qgis to crash when a layer was removed because it was trying to delete the same pointer twice.
Added a better implementation of the overview map below map legend.
Refactoring in qgis app - all private members now adhere to qgis naming conventions (prefixed with m).
Import Note *** ONLY THE MAPLAYER REGISTRY SHOULD DELETE LAYERS NOW ***
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1530 c8812cc2-4d05-0410-92ff-de0c093fc19c
one theme (default) available. The preferences dialog examines the themes
directory and adds each subdir to the list of available themes (in a combobox).
If a theme subdirectory doesn't contain all the required images and the user selects it, the toolbars and menus will be blank the next time QGIS is started.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1479 c8812cc2-4d05-0410-92ff-de0c093fc19c
Inits the toolbar icons by setting the icon for each action.
All toolbar/menu items must be a QAction in order for this
to work.
When new toolbar/menu QAction objects are added to the interface,
add an entry below to set the icon
PNG names must match those defined for the default theme. The
default theme is installed in <prefix>/share/qgis/themes/default.
TODO:Next step is to allow user specified icon sets by loading the
images from a theme directory other than "default". This will require
adding information to preferences to allow selecting the theme.
New core themes can be added by creating a subdirectory under src/themes
and modifying the appropriate Makefile.am files. User contributed themes
will be installed directly into <prefix>/share/qgis/themes/<themedir>.
TODO: Create a theme preferences dialog that parses the themes directory
and builds a list of themes (ie subdirectories) for the user to
choose from.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1478 c8812cc2-4d05-0410-92ff-de0c093fc19c
using Qt 3.1.2 by removing QgsLegendItem::setOn(), don't know how this
affects newer Qt
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1476 c8812cc2-4d05-0410-92ff-de0c093fc19c
** Added QgsScaleCalculator to libqgis spec in src/Makefile.am
** Additional debug statements in grass data provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1443 c8812cc2-4d05-0410-92ff-de0c093fc19c
pixmap fill up all available space in leend width. Added new dir for icons
in src that will be installed to PKGPATH/share/icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1436 c8812cc2-4d05-0410-92ff-de0c093fc19c
will hopefully speed up compile times for folks building on p133's. Changed
splash image to the fluffball ready for 0.3 release.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1435 c8812cc2-4d05-0410-92ff-de0c093fc19c
Now I use gdal to quickly check if a file is useable so pretty much anything gdal iscompile with should get through if you have chosen wildcard
filter in add raster dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1429 c8812cc2-4d05-0410-92ff-de0c093fc19c
** Changed the order in which different layers are loaded from a GPX file
** Added the basename of the GPX or LOC file in the layer name
** Changed the plugin name to the more general "GPS Tools"
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1401 c8812cc2-4d05-0410-92ff-de0c093fc19c
Qt version - the main grid layout for the main window had one extra column
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1400 c8812cc2-4d05-0410-92ff-de0c093fc19c