- use extent of last GetMap for GetFeatureInfo - use QWebView instead of QTextBrowser to show html results and - show errors on GetFeatureInfo
WMS and WFS credential separated, credentials not yet used in WFS, it…
… would be just another hack until we get a common class for uri encoding
- hide by default - show when new messages arrive while log is closed - hide when message log is opened
fixed crash when trying to add features with invalid geometry
QgsMapToolAddFeature::canvasReleaseEvent wasn't checking if geos returned a sane geometry. One simple way of triggering the crash is to click twice on the same point and then complete the op by rightclicking. Of course this is not a real polygon, so things went haywire after that.