26977 Commits

Author SHA1 Message Date
Giovanni Manghi
42f0aa287b fix grass7 r.slope.aspect 2015-04-26 10:08:02 +01:00
Matthias Kuhn
d0fea65863 Minimize installed travis dependencies 2015-04-24 14:55:47 +02:00
Sandro Santilli
0480cabfc9 Make QgsPointLocator discard geometries that cannot be projected
Fix #12634 (crash snapping in measure tool)
To be backported to 2.8 branch
2015-04-24 10:25:13 +02:00
Radim Blazek
876e54b50a [GRASS] use always forward slash as dir separator 2015-04-23 19:40:11 +02:00
Radim Blazek
95e5a4f341 QgsMimeDataUtils::encode fix (escape also backslash) 2015-04-23 19:38:38 +02:00
Radim Blazek
1ac4b25289 [GRASS] more tests 2015-04-23 19:04:42 +02:00
Juergen E. Fischer
bcb95137f0 Properly handle non matching number of WMS styles and layers in WMS provider (inspired by PR #2001) 2015-04-22 20:35:20 +02:00
Sandro Santilli
32cc6e0b87 Fix quoting of xfb-run invocation
Works For Me (Ubuntu 14.04.2)
2015-04-22 19:47:24 +02:00
Nyall Dawson
95a7fbc892 Followup b2ca7f, fix bad merge 2015-04-22 20:58:19 +10:00
Nyall Dawson
deba02f178 Improved placement for diagrams for line layers
Previously the diagrams would often be displaced from the line
(depending on the line orientation).
2015-04-22 18:18:16 +10:00
Nyall Dawson
b2ca7faf3e Modernise diagram properties UI:
Switch to stacked widget, QgsScaleRangeWidget, QgsFieldExpression
widget, QgsDoubleSpinBoxes.

Rearrange and reword controls to clarify their behaviour.
2015-04-22 18:03:32 +10:00
Nyall Dawson
16af787192 Fix line placement flags for diagrams. Line placement options for
PAL are flags, not an enum
2015-04-22 18:03:24 +10:00
Nyall Dawson
7ce618a603 Start modernising diagram ui 2015-04-22 18:03:14 +10:00
alexbruy
12d92e4fb4 Merge pull request #1998 from radosuav/missing_html_tags
[processing] fix displaying result graphs
2015-04-22 09:38:06 +03:00
Juergen E. Fischer
9c5cbd4373 osgeo4w: fix buildname (followup dec0ca5) 2015-04-22 07:24:46 +02:00
Juergen E. Fischer
02f5c73ae2 fix where clause when multiple features are filtered by ids (fixes #12616, followup d1e23a6) 2015-04-21 23:04:16 +02:00
Juergen E. Fischer
dec0ca595c osgeo4w: restore running Nightly for tests (followup 51a7317) 2015-04-21 22:20:56 +02:00
Nyall Dawson
774e5d3012 Fix crash on QgsDataDefined copy (fix #12027) 2015-04-22 06:00:59 +10:00
vmora
8cb875546e Add unit test for QgsDataDefined copy 2015-04-22 06:00:45 +10:00
alexbruy
2fddcaf30c Merge pull request #1994 from bstroebl/bugInEliminate
[processing] avoid run-time error in the Eliminate sliver polygons algorithm
2015-04-21 16:54:28 +03:00
Alexander Bruy
8ccae4fef1 [processing] add "mode" to ZonalStatistics output. Contributed by Anton
Biatov
2015-04-21 16:13:14 +03:00
Etienne Trimaille
9d6b280a7e [Processing][Feature] Add new algo to remove holes in a polygon layer 2015-04-21 14:07:34 +02:00
radosuav
c246fec2df [Processing] Fix bug with displaying result graphs by adding <html> tags. 2015-04-21 10:31:14 +02:00
Sandro Mani
8c1ee0c691 Add ORACLE_INCLUDEDIR, ORACLE_LIBDIR CMake variables 2015-04-20 23:04:49 +02:00
Juergen E. Fischer
3581e57022 doxymentaton: add 2.8 to main page 2015-04-20 22:00:12 +02:00
Juergen E. Fischer
e51d05eebc fix doxymentation warnings 2015-04-20 18:40:53 +02:00
Juergen E. Fischer
f0daab9c7c processing: fix interpretation of oracle layers (fixes #12590)
Funded by norbit.de
2015-04-20 11:37:34 +02:00
Nyall Dawson
085d0ad096 Fix zonal stats not saving values to spatialite layers (fix #11849) 2015-04-20 18:20:23 +10:00
Nyall Dawson
5e41c43242 [FEATURE] Allow band selection for zonal stats plugin 2015-04-20 18:20:13 +10:00
Nyall Dawson
ee7b4d2539 [FEATURE] Add extra statistics to zonal stats plugin (fix #4430)
Adds median, standard dev, min, max, range, minority, majority
and variety
2015-04-20 18:20:02 +10:00
Nyall Dawson
e01dca759d [FEATURE] Allow selection of wanted stats for zonal stats (fix #4429) 2015-04-20 18:19:52 +10:00
Matthias Kuhn
634641a9c4 Merge pull request #1993 from manisandro/fldidx
Fix primary key search uniqueness

Duplicate suffix `_0` has not been detected previously
2015-04-20 08:12:01 +02:00
Juergen E. Fischer
d78bc7d1b0 osgeo4w: reflect version in nightly build name 2015-04-19 13:40:16 +02:00
Juergen E. Fischer
51a7317c72 osgeo4w: fix running of grass test 2015-04-17 17:55:47 +02:00
Paolo Cavallini
cd3a120adb Update ShapestoGrid.txt
Better default for saga rasterization
2015-04-17 17:04:27 +02:00
Juergen E. Fischer
812d5b1183 remove unused button in categorized renderer ui 2015-04-17 15:59:39 +02:00
Matthias Kuhn
7527651bfa Fix RelationReference widget
previously it would not return any value when the content changed since 868eeb2
2015-04-17 12:43:58 +02:00
Juergen E. Fischer
d79268cbd7 indentation update 2015-04-17 09:51:24 +02:00
Nyall Dawson
213a22bc8a Fix calculation of zonal stats when source contains nodata or nan
pixels (fix #11135)
2015-04-17 05:40:09 +10:00
pcav
6a46f464f7 Better default for COMPRESSTYPE in GDAL 2015-04-16 17:59:39 +02:00
Bernhard Ströbl
af64ae966f [PROCESSING] Avoid run-time error
if intersection geometry is None (happens IMHO if geometries are not valid)
2015-04-16 17:54:15 +02:00
Denis Rouzaud
4c65277ea8 doxygen: add missing gui directory for effects 2015-04-16 17:23:48 +02:00
Paolo Cavallini
8a1ea2ee48 Update Slope,Aspect,Curvature.txt
Better defaults for slope and aspect in saga:processing
2015-04-16 17:21:15 +02:00
Alexander Bruy
c9ec4d4afc [processing] Select by atribute sum algorithm 2015-04-15 16:51:53 +03:00
Sandro Mani
265c253995 Fix primary key search 2015-04-14 17:02:44 +02:00
alexbruy
a741f828c2 Merge pull request #1992 from NaturalGIS/fix_grass7_v_generalize
[processing] fix GRASS7 v.generalize
2015-04-14 17:40:02 +03:00
Giovanni Manghi
ed6d8dcab7 fix GRASS7 v.generalize 2015-04-14 12:24:26 +01:00
Nyall Dawson
cfe397e718 Better fix for ffd81f4, avoid unnecessary copies of geometry 2015-04-14 10:36:04 +10:00
Sandro Mani
cc9f2a6270 Call QgsComposer::restoreComposerMapStates in QgsComposer:changeEvent,
not in showEvent (latter does not work reliably with some window
managers, such as openbox) (fix #6085)
2015-04-14 09:41:46 +10:00
Nyall Dawson
2722426059 Bump acceptable documentation coverage 2015-04-14 09:15:25 +10:00