33323 Commits

Author SHA1 Message Date
Matthias Kuhn
7b3e667282 Remove more debug noise 2016-06-12 16:05:40 +02:00
Matthias Kuhn
c63b910d75 Remove debug noise 2016-06-12 16:01:51 +02:00
Even Rouault
5fcadebc50 Indentation fix 2016-06-12 15:46:33 +02:00
Even Rouault
31879e5211 [WFS provider] Fix handling of LatLongBoundingBox in WFS 1.0
According to the specification, the values of LatLongBoundingBox
are supposed to be in the SRS, not necessarily in WGS84.

But some servers do not follow the spec and return values in WGS84,
so let's try to accomodate for this too.

Fix #14876
2016-06-12 15:14:23 +02:00
Matthias Kuhn
bfc3577053 Avoid detach 2016-06-12 14:44:30 +02:00
Matthias Kuhn
f16fba5e37 Show default network cache path in options dialog 2016-06-12 14:01:53 +02:00
Matthias Kuhn
7c72fefd7c Fix network cache configuration
Fix #14990
2016-06-12 13:48:30 +02:00
Even Rouault
7861f89f6f QgsAttributeTableView::setModel(): remove connection to signals that no longer exist on QgsAttributeTableFilterModel, and connect destroyed() only if object is not NULL 2016-06-12 13:25:31 +02:00
Even Rouault
6b80170ce5 QgsAttributeTableView::setModel(): fix crash when called with nullptr, such as QgsBrowser::setLayer() does (#15006) 2016-06-12 13:23:22 +02:00
Even Rouault
ffaf493d5f Standalone browser: call QgsNetworkAccessManager::instance() to avoid assertion in setupDefaultProxyAndCache() on start-up on WFS connections due to smMainNAM being not initialized (#15006) 2016-06-12 13:22:40 +02:00
Even Rouault
571ee34574 Merge branch 'master' of github.com:qgis/QGIS 2016-06-12 12:45:49 +02:00
Nyall Dawson
1d6dfc5aed Merge pull request #3196 from nirvn/fix_right_click
[bugfix] fix crash when right-clicking on geometryless layers
2016-06-12 15:12:42 +10:00
nirvn
054604bc70 fix crash when right-clicking on geometryless layers 2016-06-12 10:33:51 +07:00
Salvatore Larosa
f1ec12133e [dbmanager] followup 8727799: again some emit signal fix 2016-06-11 18:29:29 +02:00
Juergen E. Fischer
61eea8674a oracle provider: verify existence of layer style table before trying to retrieve a style 2016-06-11 17:16:56 +02:00
Juergen E. Fischer
1af74f7ace use CMP0063 only with cmake >= 3.3 2016-06-11 17:16:56 +02:00
Salvatore Larosa
87277999a4 [dbmanager] Fix emit signal when refresh fields in table 2016-06-11 16:58:11 +02:00
Even Rouault
7ed1a7ff79 Merge branch 'master' of github.com:qgis/QGIS 2016-06-11 14:03:03 +02:00
Even Rouault
7a3a38b659 Merge branch 'master' of github.com:qgis/QGIS 2016-06-11 14:02:28 +02:00
Even Rouault
f7cf974774 Merge remote branch 'origin/wfs_geomedia_fixes' 2016-06-11 13:55:34 +02:00
Even Rouault
5839a3a8cd Merge branch 'master' of github.com:qgis/QGIS 2016-06-11 13:01:49 +02:00
Stéphane Brunner
270938cbd3 Don't cut the filename if he is relative 2016-06-11 13:01:28 +02:00
Matthias Kuhn
7040ad41d2 Fix sip bindings 2016-06-11 12:50:19 +02:00
Matthias Kuhn
1877bcd081 Only show writable fields in field calculator
Fix #15000
2016-06-11 12:29:00 +02:00
Matthias Kuhn
f43b2ac47a Followup d3fd818: do not hide python module symbols 2016-06-11 12:05:44 +02:00
Matthias Kuhn
d3fd81845a Simpler handling of DLL_EXPORT defines 2016-06-11 10:50:56 +02:00
Matthias Kuhn
bd75fec100 Tooltips for map style widget page 2016-06-11 10:03:59 +02:00
Matthias Kuhn
4c886ce8ec Categorized renderer: synchronize edit ramp button state on undo 2016-06-11 10:03:28 +02:00
Matthias Kuhn
7692107e62 Categorized renderer: disable edit color ramp button for random 2016-06-11 09:57:25 +02:00
Matthias Kuhn
c6cba65a56 Don't double delete style configuration pages
Fixes a crash when switching between pages in the style configuration
dock widget.
2016-06-11 09:52:11 +02:00
Salvatore Larosa
3b998d21ed [dbmanager] fix some import statement 2016-06-10 22:18:52 +02:00
Salvatore Larosa
c578f3a635 [dbmanager] Fix some pyqtslot 2016-06-10 18:01:02 +02:00
Salvatore Larosa
b9d1544c64 [dbmanager] Fixes #14740 - Previews do not work and python error for PG layers 2016-06-10 17:22:19 +02:00
Denis Rouzaud
02d80425ac better order of columns in fields tab (vector layer properties) (#3195) 2016-06-10 16:25:34 +02:00
Matthias Kuhn
91de99a8df Remove buggy and outdated code 2016-06-10 15:27:54 +02:00
rldhont
d9a79c9381 [BUGFIX] Emit layerWillBeRemoved like layersWillBeRemoved (#3194)
The signal layerWillBeremoved is only emitted when the layer is owned by QgsMapLayerRegistry.

To fix it just move the emitted layerWilBeRemoved out of the scope of layers owned by QgsMapLayerRegistry.
2016-06-10 15:27:03 +02:00
Matthias Kuhn
c66906dbe2 Fix compiling with older gcc versions 2016-06-10 15:10:42 +02:00
Alexander Bruy
48949d642f [processing] improve error message text (refs #14929) 2016-06-10 15:30:03 +03:00
Juergen E. Fischer
ef0f3d5b8c use Qt types 2016-06-10 11:08:09 +02:00
Nyall Dawson
607b1df4dc Fix joined attributes can't be used in filter expressions
(fix #13176)
2016-06-10 18:49:01 +10:00
Even Rouault
12bb1f7b4a testqgsogcutils.cpp: add more debug output to diagnose flake failure on QT5 2016-06-10 10:44:24 +02:00
Denis Rouzaud
76bf6e0dc6 do not init dualview if no layer
fix crash of QtDesigner with custom widgets
kudos to @m-kuhn
2016-06-10 10:34:23 +02:00
Alexander Bruy
895b9558b5 Merge pull request #3166 from nirvn/fix_processing_refactor_fields
[processing] fix missing quotes to field name in refactor fields
2016-06-10 10:59:00 +03:00
Even Rouault
690e554b61 QgsGML: handle more type of geometries (Arc, CompositeSurface, etc...) through OGR 2016-06-10 09:39:11 +02:00
Even Rouault
a4f151131b QgsGmlStreamingParser: fix memory leak if parsing a GML file truncated in the middle of a feature 2016-06-10 09:39:11 +02:00
Even Rouault
5acb128867 testqgsgml.cpp: fix memory leaks in test 2016-06-10 09:39:11 +02:00
Even Rouault
544e8bd812 [WFS provider] Handle server exposing paging capabilities but obviously not implementing it. Handle feature duplicates when server return features without fid/gml:id 2016-06-10 09:39:11 +02:00
Even Rouault
08ead81321 [WFS provider] Use EPSG:XXXX format for SRSNAME= parameter for servers that adverize SRS in GetCapabilities response in that format. And also append srsname to value of BBOX parameter 2016-06-10 09:39:11 +02:00
Even Rouault
734a3a5555 [WFS provider] Recognize gmgml:Polygon_Surface_MultiSurface_CompositeSurfacePropertyType in DescribeFeatureType response 2016-06-10 09:39:11 +02:00
Denis Rouzaud
37598bdf52 add custom widget for QgsDockWidget 2016-06-10 07:47:00 +02:00