26650 Commits

Author SHA1 Message Date
Nyall Dawson
914ecc9c09 Fix incorrect data type for GDAL layers with gain/offset (fix #11573)
Test was incorrectly checking for both offset and gain, when it
should have been testing for either.
2015-03-06 15:22:58 +11:00
Marco Hugentobler
b83b59dc77 Server: fix bug with multiple joins 2015-03-05 17:24:34 +01:00
Denis Rouzaud
5d15a074ea fix inline editing of scales in rule based renderer 2015-03-05 15:25:23 +01:00
Juergen E. Fischer
f40d547aec osgeo4w: also remove nightly shortcuts 2015-03-05 02:20:56 +01:00
Juergen E. Fischer
c7f7f6f484 osgeo4w: add '(Nightly)' to the nightly build shortcuts 2015-03-05 02:02:26 +01:00
Alexander Bruy
fe24c82956 [processing] fix handling of "Check for edge contamination" option in
TauDEM algorithms
2015-03-04 19:38:38 +02:00
Martin Dobias
d6f0dbd403 Allow 3rd-party data item providers to be plugged 2015-03-05 00:13:06 +07:00
Martin Dobias
68c5e39ac6 Allow data item's icon name to directly reference an icon (outside theme) 2015-03-05 00:13:06 +07:00
Martin Dobias
59e710c2cd Fix QgsDataItem python bindings - transfer of ownership 2015-03-05 00:13:05 +07:00
Martin Dobias
cdb44a3cc6 Browser: Abstract creation of custom data items into QgsDataItemProvider 2015-03-05 00:13:05 +07:00
Alexander Bruy
427adf79bb [processing] TauDEM provider overhaul
- add new TauDEM 5.1.2/5.2 tools: Gage watershed, TWI and Select GT
   Threshold
 - implement support for multifile TauDEM version
 - allow to use single- and multifile versions simultaneously

Work done for Faunalia (http://faunalia.eu)
2015-03-04 14:14:58 +02:00
Alexander Bruy
30c5bad91d [processing] fix error in MultipleFileInput selector when user press
Cancel button
2015-03-04 13:01:32 +02:00
Juergen E. Fischer
f7b790ffbf postgres provider: use min()/max() before casting (followup bf56457; fixes #12306) 2015-03-04 08:30:34 +01:00
volaya
d9377e0487 Merge pull request #1939 from gioman/fix_saga_213_kernel
fix SAGA 2.1.3 Kernel Density Estimation
2015-03-04 08:19:47 +01:00
Juergen E. Fischer
2844005e80 postgres provider: disable editing of existing features when ctid is key 2015-03-04 00:29:25 +01:00
Juergen E. Fischer
9ed98a0622 postgres provider: restore behaviour to keep 3d wkb (refs #9651,
followup bd311c8)
2015-03-04 00:28:33 +01:00
Giovanni Manghi
b5665872a6 fix SAGA 2.1.3 Kernel Density Estimation 2015-03-03 23:13:46 +00:00
Sandro Santilli
bd311c89c5 Only scan for dimension if it is not already known as needing force2d
Also force 2d on 3d input
2015-03-03 18:33:54 +01:00
Sandro Santilli
472fbbed49 Use ST_Force2D from PostGIS-2.1.0 up 2015-03-03 18:26:59 +01:00
Sandro Santilli
6fd879d820 Add comment about possible pending bug in force2d need detection 2015-03-03 17:41:29 +01:00
Sandro Santilli
f512e87ffd Detect number of dimensions for tables with unconstrained type
Fixes #9748
2015-03-03 17:34:48 +01:00
Sandro Mani
88e1d7afde Don't keep dangling pointers in QgisApp::mPrintComposers 2015-03-03 00:25:13 +01:00
Juergen E. Fischer
74ac7f0e2c release.pl: add tagging of long term release 2015-03-01 22:00:46 +01:00
Juergen E. Fischer
f9c6302f6e translation string fix 2015-03-01 14:41:44 +01:00
alexbruy
dacddf6e2f Merge pull request #1935 from gioman/processing_ogr_better_quotes
better quotes in processing/ogr import to postgis tools
2015-03-01 14:12:38 +02:00
Giovanni Manghi
1fd43c44f1 better name for tool 2015-03-01 11:51:33 +00:00
Giovanni Manghi
dfc5670c5f better quotes in processing/ogr import to postgis tools 2015-03-01 11:34:20 +00:00
Juergen E. Fischer
3628b43a84 dxf2shp cleanup:
* save block inserts in separate shape instead of expanding it
  once at the first insertion (also removes GPL-2 only code)
* update dxflib to 3.7.5 (usable under GPL-2+)
2015-03-01 00:48:15 +01:00
Juergen E. Fischer
ec0ab3f7ce composer attribute table: fix changing header font (fixes #12233) 2015-02-27 20:58:04 +01:00
Tom Kralidis
fb138b59bb [MetaSearch]: fix default connections testing, write out connection XML to file instead 2015-02-27 10:38:18 -05:00
Tom Kralidis
5ab9103acf [MetaSearch]: add error handling for paging workflows 2015-02-27 08:38:16 -05:00
Tom Kralidis
4b4fc6b187 [MetaSearch]: include version in window title 2015-02-27 07:35:10 -05:00
Tom Kralidis
e0acd90d0d only check connections XML if file can be parsed 2015-02-27 07:34:28 -05:00
Tom Kralidis
c33c097706 [MetaSearch]: use OWSLib for connection testing, add task to build CSW connection file 2015-02-27 07:09:26 -05:00
Nyall Dawson
f106a2ef99 Fix handling of warped VRT (refs #12264)
Loading of rasters requiring warped VRTs was broken, but the heatmap
plugin is still creating incorrect outputs which needs to be fixed.
2015-02-27 14:59:14 +11:00
Nyall Dawson
bbe08374e5 Avoid Qt warning on startup
...by not trying to add a map item to canvas twice
2015-02-27 13:24:14 +11:00
Tom Kralidis
ada01603cb safeguard cases where the CSW record output is erroneous 2015-02-26 17:18:40 -05:00
Chris Crook
9c2f5725a4 Fix #12257 - allow creation of expression field on delimited text layer 2015-02-27 09:28:01 +13:00
Alexander Bruy
a41094d42e [processing] correctly handle tiny polygons smaller than raster cell
size in Hypsometric curves algorithm (fix #12278)
2015-02-26 21:06:59 +02:00
Chris Crook
3a187be11e Merge pull request #1931 from ccrook/delimited_text_field_types
Adding missing type definitions to delimited text provider
2015-02-26 18:50:34 +13:00
Chris Crook
63f612f9fe Adding missing type definitions to delimited text provider 2015-02-26 18:02:59 +13:00
Juergen E. Fischer
919b8b6183 fix measurement dialog translation (fixes #12262) 2015-02-26 03:09:46 +01:00
Juergen E. Fischer
c1773d8507 remove obsolete python ts removal 2015-02-26 03:09:46 +01:00
Jürgen Fischer
63f3b9d93a Merge pull request #1930 from sebastic/debian
Add dependency on libqgis-server to libqgis-dev.
2015-02-25 23:55:05 +01:00
Juergen E. Fischer
97ace3cf38 debian packaging fix (fixes #11465) 2015-02-25 23:41:23 +01:00
Bas Couwenberg
159f577583 Add dependency on libqgis-server to libqgis-dev. 2015-02-25 22:05:14 +01:00
Matthias Kuhn
edd8a375ab Fix a const... 2015-02-25 21:15:15 +01:00
Juergen E. Fischer
f4b3ad033a use PyQt4 where deprecated pyqtconfig is unavailable (fixes #10596 and fixes #11465) 2015-02-25 19:32:54 +01:00
Juergen E. Fischer
f05ff8f98b debian packaging updates 2015-02-25 18:21:01 +01:00
Juergen E. Fischer
c5b33c403e documentation updates 2015-02-25 18:19:43 +01:00