Grrr... why there are 2 different implementations for zoom to layer extent?!
1. QgisApp
2. QgsLegend
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5960 c8812cc2-4d05-0410-92ff-de0c093fc19c
which table columns - the recent commit didn't work when the database had more
than one view, and in fact made things worse. Needs further work.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5959 c8812cc2-4d05-0410-92ff-de0c093fc19c
The longstanding problem where views that renamed their column names weren't
loaded is also fixed.
Another problem where qgis wouldn't load a table where the table name or key
column name contained capital letters is also fixed (everything is now
laboriously quoted correctly).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5957 c8812cc2-4d05-0410-92ff-de0c093fc19c
qgis
- Add a message stating that the user may need to set a web proxy to access
the servers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5956 c8812cc2-4d05-0410-92ff-de0c093fc19c
legend layers). Seems to be a bug in Qt, so this commit implements a
workaround.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5955 c8812cc2-4d05-0410-92ff-de0c093fc19c
Tidy up of the vector layer properties dialog box
- remove some the excess space around widgets
- make the contents of the tabs scale to fit the whole dialog box
Fix a few uic warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5953 c8812cc2-4d05-0410-92ff-de0c093fc19c
copied into the correct place because some other part of qgis had the
file open, preventing copying of it. The copy is now done sooner in
qgis's startup process to avoid this problem.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5944 c8812cc2-4d05-0410-92ff-de0c093fc19c
caller has to save the pointer to the map tool and then delete it. It's
possible to delete map tool while it's being used in map canvas - destructor
of QgsMapTool calls QgsMapCanvas::unsetMapTool(this) to ensure that the tool
won't be used anymore. Having this function in destructor of every map tool,
it's not needed to call it explicitly.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5940 c8812cc2-4d05-0410-92ff-de0c093fc19c
way out of the pickle that one can get into if one hides all of the
toolbars (there was then no way to get them back with the gui). Due to
the lack of a listToolbars() function for QMainWindow, there is no way
to get a list of all of the toolbars that an application has, so
toolbars that are added by the plugins, for example, aren't able to be
controlled using these changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5938 c8812cc2-4d05-0410-92ff-de0c093fc19c
- with Qt4.2 it doesn't produce X server errors in RENDER extension
- splash_mask.png is not needed - transparency is used from splash.png
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5937 c8812cc2-4d05-0410-92ff-de0c093fc19c
Make the derived item italics
Due to the change to Qt4 the derived item now also sorts to the top
(which neatly fixes ticket #302)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5911 c8812cc2-4d05-0410-92ff-de0c093fc19c
use numeric_limits instead of the C99 isfinite macro/function. Remove
the check for a functioning isfinite macro/function
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5894 c8812cc2-4d05-0410-92ff-de0c093fc19c