Giovanni Manghi
3f9263b4b8
fix GRASS and GRASS7 r.sunmask
2016-02-20 14:52:12 +00:00
Matthias Kuhn
0c0d72bb03
Merge pull request #2816 from SebDieBln/FixDuplicateJoins
...
[Bugfix] create vector joins only once for a duplicated layer (fixes #14298 )
2016-02-20 11:38:57 +01:00
Jürgen Fischer
07240e31c2
Merge pull request #2813 from rouault/avoid_astyle_writing_unmodified_files
...
astyle.sh: make it not touch unmodified files
2016-02-20 00:19:11 +01:00
Sebastian Dietrich
7431ec6528
create vector joins only once for a duplicated layer ( fixes #14298 )
2016-02-19 23:50:44 +01:00
Juergen E. Fischer
1e80a984df
include spatialindex only in core ( fixes #13197 )
2016-02-19 21:06:07 +01:00
Alexander Bruy
cf8c7b13db
fix failing indenation test
2016-02-19 21:19:49 +02:00
Alexander Bruy
e0acb696a4
Merge pull request #2815 from NaturalGIS/processing_fix_grass7_r_water_outlet
...
[processing] fix GRASS7 r.water.outlet
2016-02-19 20:21:25 +02:00
Giovanni Manghi
141a0a26fb
processing fox GRASS7 r.water.outlet
2016-02-19 18:16:07 +00:00
Alexander Bruy
db1142e4fe
Merge pull request #2814 from NaturalGIS/processing_fix_gdal_rasterize
...
[processing] fix gdal_rasterize: missing output format parameter
2016-02-19 20:09:27 +02:00
Giovanni Manghi
3215247c71
fix processing gdal_rasterize: missing output format parameter
2016-02-19 18:03:02 +00:00
Even Rouault
ec0be3ca6c
Fix use of wrong variable in astyleit(), introduced in previous commit
2016-02-19 16:29:36 +01:00
Even Rouault
3f330aa667
astyle.sh: make it not touch unmodified files
...
Currently astyle.sh will rewrite files, even if no change are made.
This causes some editors (for example kate) to believe that the file
has been changed even if it is not the case. Letting the timestamp
untouched is not enough. So make 'flip' and 'unify_includes.pl'
operate on copies, and move the copies as the original file if
differences are found.
2016-02-19 16:19:17 +01:00
Juergen E. Fischer
7f56c5d104
reduce debugging noise (followup 1a29030)
2016-02-19 16:11:22 +01:00
Juergen E. Fischer
b6de19712e
also log rendering times of individual layers when debugging output is
...
enabled
2016-02-19 16:11:21 +01:00
Alessandro Pasotti
2973c1dc4f
Merge pull request #2812 from elpaso/accesscontrol-api-docs
...
Added new plugin filters to server api docs
2016-02-19 16:09:05 +01:00
elpaso
bbc8feb835
Added new plugin filters to server api docs
2016-02-19 16:05:39 +01:00
Jürgen Fischer
410fe32b08
Merge pull request #2802 from ahuarte47/Issue_RemoveMap2screenMethods
...
Remove duplicate methods to convert map coordinates to screen coordinates
2016-02-19 15:40:35 +01:00
Alvaro Huarte
1a29030383
Remove duplicate methods of conversion
...
Remove duplicate methods of conversion of map coordinates to screen
coordinates
2016-02-19 09:43:01 +01:00
Juergen E. Fischer
6f393751aa
spelling fix
2016-02-19 09:22:11 +01:00
Nyall Dawson
c06577d9dc
Fix order by not set for 25d renderer
2016-02-19 16:09:45 +11:00
Juergen E. Fischer
d01d42ecba
prevent exceeding allocation from corrupt wkb
2016-02-19 02:16:35 +01:00
Nyall Dawson
683cab07e3
Fix typo
2016-02-19 10:13:18 +11:00
Nyall Dawson
4285d70b6c
Fix "feature rendering order" checkbox is not honored ( fix #14323 )
2016-02-19 10:11:43 +11:00
Alexander Bruy
f36214c567
Merge pull request #2808 from m-kuhn/proclogtitle
...
[processing] always translate debug messages tab title (fix #14287 )
2016-02-18 19:38:36 +02:00
Alexander Bruy
d8a5e0fc45
[processing] correctly handle zero in Basic statistics alg ( fix #14331 )
2016-02-18 18:52:09 +02:00
Alexander Bruy
a0da85fc41
Merge branch 'saga-223'
2016-02-18 17:30:50 +02:00
Alexander Bruy
30a738f981
[processing] improve handling of the obsolete models ( fix #14306 )
2016-02-18 15:55:01 +02:00
Matthias Kuhn
bcd3d92fa9
Always translate Processing debug messages tab title
...
Fix #14287 (Redmine)
2016-02-18 14:44:25 +01:00
Alexander Bruy
5c62a1750e
[processing] added descriptions for SAGA 2.2.3
2016-02-18 14:57:49 +02:00
Alexander Bruy
61a92e2fac
[processing] convert messages to unicode ( fix #14286 )
2016-02-18 14:09:34 +02:00
Hugo Mercier
bcded3c2d4
Keep Z/M information when digitizing from a snapped point ( fixes #14318 )
2016-02-18 08:59:35 +01:00
Nyall Dawson
22b27c5fdc
Merge pull request #2807 from SebDieBln/FixOrderByDialogParent
...
[Bugfix] construct the QgsOrderByDialog with the correct parent
2016-02-18 10:46:00 +11:00
Sebastian Dietrich
97ab3d957d
construct the QgsOrderByDialog with the correct parent
...
This is necessary to ensure proper modal behaviour.
2016-02-18 00:32:24 +01:00
Alexander Bruy
9bf3b2ef99
[processing] fix refreshing of the toolbox after downloading scripts/models
2016-02-17 21:13:20 +02:00
Sandro Santilli
bfcf92f728
Use pg initialization script from Travis
2016-02-17 18:14:58 +01:00
Sandro Santilli
034b5c0be5
Make PG initialization scripts work with PostgreSQL 9.1
...
- Remove lock_timeout setting
See https://travis-ci.org/qgis/QGIS/jobs/109844438#L942
- Remove CREATE SCHEMA IF NOT EXISTS
See https://travis-ci.org/qgis/QGIS/jobs/109891682#L1016
2016-02-17 18:13:45 +01:00
Matthias Kuhn
3e550e29a0
Fix warning when compiling for android
2016-02-17 15:45:57 +01:00
Nyall Dawson
800b521231
Restore default coordinate format to map units ( fix #14319 )
2016-02-18 00:46:12 +11:00
Alexander Bruy
08577ac15d
[processing] fixes for Create Grid algorithm ( fix #14303 )
2016-02-17 14:46:29 +02:00
Alexander Bruy
ead88a3ac2
[processing] correctly recognize grid type ( fix #14302 )
2016-02-17 14:46:29 +02:00
Alexander Bruy
e7fe61e6b9
[processing] load algorithms only when requred 3rd party modules are
...
available or compatible QGIS version is used
Some housekeeping in QGIS algorithms provider
2016-02-17 14:46:02 +02:00
Sandro Santilli
b4b382b93d
Disable reshape line tool when 'change geometry' capability missing
...
Matches behavior of reshape polygon tool
2016-02-17 12:27:13 +01:00
Sandro Santilli
b37732cc3e
Disable line simplify tool when 'change geometry' capability missing
2016-02-17 12:15:42 +01:00
Nyall Dawson
cbc830be38
Use QgsFieldCombo for map tip field combo boxes
2016-02-17 21:39:58 +11:00
Nyall Dawson
b6c2529375
Avoid error box when mouse coordinate transform fails
2016-02-17 21:39:58 +11:00
Nyall Dawson
87661a03cd
Move field icon calculation to QgsFields, show correct field type
...
icons in attribute table column filter menu (instead of new
attribute icon) and in field table in vector properties
2016-02-17 21:39:58 +11:00
Nyall Dawson
3c0cb2ebcc
Fix crash when right clicking on a feature in form view and no
...
layer actions are set
2016-02-17 21:39:58 +11:00
Sandro Santilli
cdf05acac8
Add script to create and initialize postgis test database
2016-02-17 11:08:18 +01:00
Hugo Mercier
bc7036fd55
Fix virtual layer creation UI
...
Expose embedded layers inclusion to the creation UI
2016-02-17 09:08:42 +01:00
Hugo Mercier
baaeedfe35
Fix crash when selecting a null layer
...
Happens for instance when a embedded layer is added but
dependent layers cannot be resolved
2016-02-17 09:08:35 +01:00