22196 Commits

Author SHA1 Message Date
Martin Dobias
bb7cd4053a Merge pull request #1205 from ahuarte47/Issue_9485
Fix #9456 #9485: Line Offset in symbology generates artifacts
2014-03-03 14:04:42 +07:00
Larry Shaffer
4a3ad4b997 Update qgis/qt/osg plugin Mac-bundled search paths
- Ensure Qt plugins path is set before Qt references a plugin, e.g. before splash screen
- Strip old Mac-native 'find bundle path' code for simple 'if it is there, use it' code based off of QCoreApplication::applicationDirPath()
2014-03-02 16:35:32 -07:00
Juergen E. Fischer
3b4edb8fa8 automatic otfr:
* notify on message bar when CRS and OTFR kicks in (refs #9644)
* don't automatically change settings of loaded projects
2014-03-02 19:26:34 +01:00
Matthias Kuhn
5d6fc3dcd7 Populate attribute editor layout with default (Autogenerate)
Fix #9668
2014-03-02 14:42:16 +01:00
Martin Dobias
f2dbf9dc3e Fix #9683 (crash in add feature map tool) 2014-03-02 20:17:06 +07:00
Matthias Kuhn
951baee400 [attrtable] Update filter count when filter is reset
Fix #9681
2014-03-02 12:19:24 +01:00
Matthias Kuhn
2dcda50de3 [attrtable] Fetch only necessary columns for expression filter 2014-03-02 12:19:24 +01:00
Alexander Bruy
ac29fc1d62 minor cleanup in pluigns CMakeLists.txt 2014-03-02 12:54:56 +02:00
Alexander Bruy
d378eef0f0 allow to use custom QSettings for managing QgsOptionsDialog parameters.
Useful for plugins and custom apps
2014-03-02 11:28:45 +02:00
Juergen E. Fischer
b1dd6d343d crssync: remove debugging output 2014-03-02 03:24:27 +01:00
Juergen E. Fischer
2a7752d589 fix ab105599b 2014-03-02 03:22:58 +01:00
Juergen E. Fischer
3bd8b5598e german translation update 2014-03-02 01:21:57 +01:00
Juergen E. Fischer
d6495abee4 wms provider:
* support JSON for feature info
* implement feature info for WMTS
* cleanup metadata display
2014-03-02 01:16:48 +01:00
Nyall Dawson
66913320f0 Ensure draw line only inside polygon works correctly with multipolygon rings (fix #9624) 2014-03-01 21:50:58 +11:00
Juergen E. Fischer
1877b51274 german translation update 2014-02-28 22:36:28 +01:00
Juergen E. Fischer
ab105599bb tests: make compareWkt more tolerant towards whitespaces 2014-02-28 22:30:29 +01:00
Werner Macho
4a8f627771 [TRANSUP] ko by BJ
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-02-28 21:25:23 +01:00
D'Hont René-Luc
ccde1d48d8 BUG #9674 WFS GetFeature Request does not return features
The GetFeature Request does not return elements.

The response of the request is valid but with a bbox : 0,0,0,0 and no features.
The simple request :
* SERVICE=WFS
* VERSION=1.0.0
* REQUEST=GeTFeature
* TYPENAME=*
* OUTPUTFORMAT=*
return no features.
2014-02-28 17:18:03 +01:00
Martin Dobias
87e6b13ec1 Vector save as dialog: use one column layout (like raster save as) 2014-02-28 21:42:30 +07:00
Martin Dobias
2081fc9fc7 Fix the issues with QTimer start/stop in different thread 2014-02-28 16:12:32 +07:00
Marco Hugentobler
9b893a3435 Added Denis Rouzaud to authors list 2014-02-28 08:29:51 +01:00
Martin Dobias
3a317a061e Fix #9658 (crash with diagrams) 2014-02-28 12:11:20 +07:00
Juergen E. Fischer
3b1e192222 replace deprecation pragmas with macro (followup 5134ef9a) 2014-02-27 23:02:13 +01:00
Juergen E. Fischer
33a8b6344b wms provider: fix feature info (fixes #9630) 2014-02-27 22:28:16 +01:00
Juergen E. Fischer
89b50dff7e move timer noise from message log to debug output 2014-02-27 15:53:43 +01:00
Juergen E. Fischer
dd03dd037e FindQGIS.cmake: delimitedtextplugin moved to core - look for spatialqueryplugin 2014-02-27 15:35:14 +01:00
Juergen E. Fischer
a8ee06423d wmts: show common upper levels in item name (relates to #9492) 2014-02-27 09:59:39 +01:00
Larry Shaffer
b6d943e675 Update base labeling unit test class to work with QgsMapSettings 2014-02-26 21:39:26 -07:00
Martin Dobias
2519f1db04 Fix #9670 (respect map background color in composer) 2014-02-27 09:42:32 +07:00
ahuarte47
540685a2f5 #9485: OffsetLine uses GEOSOffsetCurve (#if-#else-#endif) option 2014-02-26 23:50:39 +01:00
ahuarte47
8176c1cde8 #9485: OffsetLine uses GEOSOffsetCurve 2014-02-26 23:50:38 +01:00
Juergen E. Fischer
bcbf9ddb64 wms: allow image/jpgpng (fixes #9622) 2014-02-26 22:26:04 +01:00
Juergen E. Fischer
d78e05c50a expression: and put blank in front of WHEN too (followup 1844d91) 2014-02-26 16:52:23 +01:00
Juergen E. Fischer
1d84978f8e expressions: put black in front of ELSE (fixes #9666) 2014-02-26 16:27:57 +01:00
Werner Macho
82862a6cbc [TRANSUP] nb by James
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-02-26 15:53:40 +01:00
Martin Dobias
238350ff49 Fix #9665 (in memory raster not supported in raster calculator) 2014-02-26 19:53:16 +07:00
Martin Dobias
daf1e0b688 Fix #9661 (labels in composer rendered with wrong size) 2014-02-26 17:49:45 +07:00
Juergen E. Fischer
cb919e972e postgres provider: consider TIN and POLYHEDRALSURFACE as MULTIPOLYGONM (instead of POLYGONM) (fixes #9651) 2014-02-26 11:45:49 +01:00
Martin Dobias
9c4a990fe3 Make rendering related debug messages us QgsDebugMsg 2014-02-26 17:15:49 +07:00
Martin Dobias
a813be1062 Fix crash upon exit in QgsMapToolCapture 2014-02-26 17:15:48 +07:00
Radim Blazek
74ef8f32ff line fill angle and direction, fixes #9647 2014-02-26 09:24:39 +01:00
Martin Dobias
1d3ae87c36 Fix #9648 (wrong scale in composer) 2014-02-26 14:33:36 +07:00
Denis Rouzaud
6670bfca9a Merge pull request #1172 from leyan/multiple_snapping
replace list of snapping markers with a single marker
2014-02-26 08:12:13 +01:00
Larry Shaffer
2d21b674fa Ensure local server tests can run on ubuntu, followup to 7b2640d 2014-02-25 22:25:04 -07:00
Larry Shaffer
7b2640da1b Add debian-based setup for local test server 2014-02-25 17:54:56 -07:00
Larry Shaffer
4059c8fd5b Fix opening test results in browser on Ubuntu 2014-02-25 17:54:56 -07:00
Juergen E. Fischer
afd667420a fix license display 2014-02-26 00:17:54 +01:00
Juergen E. Fischer
6b6e5eb97a wms provider: fix WMTS bounding box calculation for crs with inverted axis 2014-02-25 23:11:26 +01:00
Juergen E. Fischer
07516fcdff wms provider: fix status messages from data items 2014-02-25 21:58:10 +01:00
Juergen E. Fischer
6c9dd8470c refine removeLayer() wording 2014-02-25 21:13:32 +01:00