31356 Commits

Author SHA1 Message Date
Médéric RIBREUX
a773ffe520 Add r.walk algorithms 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
91ca474fd9 Remove old r.cost description files 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
e87b1b2dbf Add r.cost algorithms 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
256b674993 Add r.surf.fractal algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
78a5b8f670 Add r.what algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
27014b444e Add r.colors.out 2016-02-28 17:19:51 +01:00
Nyall Dawson
9aabc289ec Indentation 2016-02-28 13:05:51 +11:00
Nyall Dawson
d32c41a60e [processing] Fixes for field calculator and field mapper
- respect project distance, area and ellipsoid settings
- ensure expression variables are correctly evaluated
2016-02-28 12:45:43 +11:00
Nyall Dawson
b2235938e6 [FEATURE] Add km, yards and miles to distance unit options 2016-02-28 11:24:41 +11:00
Juergen E. Fischer
5e2e468895 release.pl: reject mis-sized welcome page and convert to BMP3 2016-02-27 16:51:23 +01:00
Alexander Bruy
f55f5c6f27 Merge pull request #2840 from vpoughon/processing_plugin_otb_fixes
[processing] allow to specify OTB path manually even if default version detected
2016-02-27 14:52:14 +02:00
Alexander Bruy
6800c8d9da indentation 2016-02-27 14:50:55 +02:00
Alexander Bruy
ab866d9863 Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r 2016-02-27 14:16:15 +02:00
Alexander Bruy
8125f61e21 indentation 2016-02-27 14:05:39 +02:00
Alexander Bruy
e289415325 [processing] new Fusion algs: ImageCreate and IntensityImage 2016-02-27 13:21:07 +02:00
Alexander Bruy
1c585a14c8 Merge pull request #2776 from medspx/processing_split_vgeneralize
[processing] split v.generalize (fix #5707)
2016-02-27 12:27:04 +02:00
Alexander Bruy
b0643eab5c Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line
[processing] add missing v.surf.rst.line tool to GRASS 7
2016-02-27 12:22:04 +02:00
Juergen E. Fischer
eefb046dab fix warnings 2016-02-27 01:07:47 +01:00
Juergen E. Fischer
7e2caa679c fix some more signals for pyqtwrapper 2016-02-27 01:07:41 +01:00
Nyall Dawson
36b1db0488 Bump tolerance in distance area test 2016-02-27 09:44:14 +11:00
Nyall Dawson
87145f753c Test mask update 2016-02-27 09:43:08 +11:00
Juergen E. Fischer
dec28b4109 add missed sslmode to sip binding (followup 31e43a9) 2016-02-26 20:40:57 +01:00
Juergen E. Fischer
191476bfe0 revert splash change of be7f3fa 2016-02-26 14:36:53 +01:00
Juergen E. Fischer
be7f3fa898 release.pl: warn about mis-sized splash and rescale it 2016-02-26 14:33:45 +01:00
Jürgen Fischer
ee4658e3c6 Merge pull request #2842 from jef-n/pg-new-sslmodes
postgres provider: add support for verify-ca and verify-full ssl modes (refs #14366)
2016-02-26 13:52:12 +01:00
Juergen E. Fischer
5b7cfbc37c release.pl: fix tar ball creation for ltr releases 2016-02-26 13:46:27 +01:00
Matthias Kuhn
a4f8d02548 Merge pull request #2630 from SrNetoChan/master
New Icons for QGIS File Formats
2016-02-26 13:42:55 +01:00
Matthias Kuhn
c79aeba0db Python unittest.expectedFailure improvements
Raises an _UnexpectedSuccess exception
Takes a boolean parameter with a condition under which the test is
expected to fail
2016-02-26 13:40:53 +01:00
Matthias Kuhn
d8ad5a3d53 The app startup / plugin path test succeeds again 2016-02-26 13:40:39 +01:00
Matthias Kuhn
bfc6c0234e Improve grass translation templates 2016-02-26 13:40:01 +01:00
Juergen E. Fischer
068da62917 Bump version to 2.15 2016-02-26 13:23:49 +01:00
Juergen E. Fischer
a5795bcaab changelog and news update for 2.14 2016-02-26 13:23:48 +01:00
Juergen E. Fischer
fb0adf17f4 translation update for 2.14 from transifex 2016-02-26 13:23:40 +01:00
Nathan Woodrow
ab801aae30 Move composer template paths settings 2016-02-26 22:02:30 +10:00
Matthias Kuhn
77a02ae2dd [2.5D renderer] Fix loading of saved symbology 2016-02-26 13:00:03 +01:00
Nyall Dawson
b8c620a317 update test mask 2016-02-26 22:48:08 +11:00
Salvatore Larosa
ae03937e93 [pyqgis-console] API file updated 2016-02-26 11:18:07 +01:00
Hugo Mercier
dccca45468 [processing] Fix crash in ExecuteSQL.py 2016-02-26 11:10:46 +01:00
Matthias Kuhn
493d13dc44 Merge pull request #2834 from m-kuhn/procStatTranslate
[processing] Make basic statistics translatable
2016-02-26 10:27:53 +01:00
Juergen E. Fischer
5a0d0bcaf2 fix transifex configuration (followup bc042a5e) 2016-02-26 10:10:12 +01:00
rldhont
36b0c3c10a [BUGFIX][QGIS Server] WFS DescribeFeatureType Geometry element type
In the OGR provider, we can read:
```
Some ogr drivers (e.g. GML) are not able to determine the geometry type of a layer like this.
In such cases, we use virtual sublayers for each geometry if the layer contains
multiple geometries (see subLayers) otherwise we guess geometry type from first feature
```
It means that in DescribeFeatureType Geometry element can be describe as simple and the GML contains
simple and multi. It's not XML valid.
To fix it, for OGR provider Geometry element type is set to `gml:GeometryPropertyType`

For the next release, it will be interesting to allow users to specify whether the geometries are multi.
2016-02-26 10:08:07 +01:00
Hugo Mercier
8fc5381b72 Merge pull request #2845 from pvalsecc/column_name_validation
Remove column name validation from virtual layers queries
2016-02-26 09:50:39 +01:00
Nyall Dawson
58c85bb8c0 Tweak vertical position of labels under points in "cartographic"
label placement mode

Previously labels were being drawn too low
2016-02-26 19:36:20 +11:00
Juergen E. Fischer
75d6a19ae8 release.pl: fix dryrun comment (followup a934b01) 2016-02-26 09:34:26 +01:00
Nyall Dawson
ae347bfd89 Followup fb7c683, 4e4743 2016-02-26 19:05:46 +11:00
Matthias Kuhn
3e5e108b1a [processing] Make basic statistics translatable 2016-02-26 08:58:30 +01:00
Patrick Valsecchi
3a714ccb27 Remove column name validation from virtual layers queries
The query already went through the Sqlite query parser. So why not
trusting it? This was in the way of group by queries with count(*)
in the output fields.
2016-02-26 08:04:07 +01:00
Nyall Dawson
fb7c683969 Temporarily disable test which unexpectedly fails on Travis 2016-02-26 16:29:13 +11:00
Nyall Dawson
b197ccb8cd Merge pull request #2844 from nirvn/gps_icon_refresh
[ui] improve gps tools icon
2016-02-26 15:49:14 +11:00
nirvn
8490786b03 [ui] improve gps tools icon 2016-02-26 11:41:39 +07:00