1490 Commits

Author SHA1 Message Date
Ivan Mincik
0d3e5e4b07 db manager: fix connection holding - idle in transaction (QGIS bug #7162) 2014-05-13 14:29:14 +02:00
Mathieu Pellerin (nirvn)
0e907298de [ftools] fix random points tool not recognizing memory layer integer column (fix #9695) 2014-02-26 14:03:56 +07:00
Matthias Kuhn
f9e0093ce7 [fTools] Spatial join aggregates: handle NULL values 2014-02-23 10:39:14 +01:00
Juergen E. Fischer
5cd53dd28e dbmanager versioning: use lower case 'sql' language (fixes #9434) 2014-02-18 17:45:20 +01:00
Martin Dobias
8e330e3ad4 [processing] Fix Qt warnings when opening config dialog 2014-02-13 13:25:44 +07:00
Martin Dobias
3a8770e71e Merge remote-tracking branch 'slarosa/fix_9328' 2014-02-13 12:25:46 +07:00
Juergen E. Fischer
57dd8779ac dbmanager: fix 'load as new layer' (fixes #9548) 2014-02-13 00:00:25 +01:00
Salvatore Larosa
c060164bca [processing] fixes #9328:
addressed: http://hub.qgis.org/issues/9328
2014-02-12 18:58:22 +01:00
Martin Dobias
6b74feed5c [db manager] Also removed completer.py file and its imports 2014-02-11 19:26:44 +07:00
Alexander Bruy
83baa914bd [db manager] use QScintilla for SQL window 2014-02-11 13:10:15 +02:00
Martin Dobias
c465c9f03d Fix #8434 (join by spatial location locks up QGIS)
By caching the features of the provider in the inner loop, there is
a considerable speedup (compared to doing millions of queries)
2014-02-10 14:47:51 +07:00
Sandro Santilli
0d4968c80a Fix type of "face_seed" layer in TopoViewer 2014-02-09 21:42:12 +01:00
Juergen E. Fischer
780443e200 indentation update 2014-02-09 11:26:56 +01:00
Sandro Santilli
02409e9901 Pass extent of loaded views to the provider via URI
Completes the speed up loading of view layers in TopoViewer.
Finally and definitely fixes #9510.

NOTE: the commit also adds a layer for face's MBR, which serves
the purpose (among others) to allow for easy computing extent.
2014-02-08 19:25:04 +01:00
Sandro Santilli
56bebb193b Pass wkbType and SRID of loaded views to the provider via URI
Slighly speeds up loading of view layers in TopoViewer (#9510).
Unfortunately there's no way to also pass in the Extent, so loading
is still slow.
2014-02-08 17:05:47 +01:00
Sandro Santilli
188b373bad Fix loading of face layers after breaking it with 73b49867
Fix #9510 again
2014-02-08 14:31:29 +01:00
Sandro Santilli
6dd0cbe542 Update TopoViewer style templates to 2.2.0 version
Fix #9512
2014-02-08 14:11:24 +01:00
Sandro Santilli
73b4986747 Speed up topology loading
When loading topology viewer on a PostGIS-2.0+ database, it includes
type and srid typmod in the view layers, avoiding a full scan of
the datasets.

Fix #9510
2014-02-08 12:26:19 +01:00
Juergen E. Fischer
5397dfe538 update qgis.org links 2014-02-07 21:02:11 +01:00
Alexander Bruy
cedc22ff43 [processing] fix docstring 2014-02-07 15:57:14 +02:00
Martin Dobias
408e2b7a12 Fix #8864 (Random selection with subsampling broken) 2014-02-07 16:19:29 +07:00
Giuseppe Sucameli
58faa5b4ad Merge pull request #1129 from etiennesky/gdaltools_fixes2
gdaltools: use GDAL python bindings to get raster SRS and extent (fix #9460)
2014-02-05 23:54:12 +01:00
Matthias Kuhn
e4f410b589 [ftools] S'part to M'part with non-string columns and NULL values
Fix #8625
2014-01-30 23:59:31 +01:00
Etienne Tourigny
4b9e181e23 use python API to get raster extent, instead of relying on gdalinfo 2014-01-30 11:42:00 -02:00
Etienne Tourigny
1d812b3187 use python API to get raster SRS, instead of relying on gdalinfo 2014-01-30 11:13:21 -02:00
Etienne Tourigny
d63104ae50 fix gdaltools getRasterSRS() and use gdalsrsinfo with gdal >= 1.9 2014-01-29 16:51:39 -02:00
Etienne Tourigny
2dabba4530 gdaltools batch operations: only update progress when there are input files to process 2014-01-28 16:24:42 -02:00
Etienne Tourigny
921510d12f gdaltools warp: overwrite existing files when not in batch mode 2014-01-28 16:04:09 -02:00
volaya
a30a9dd05e Merge pull request #992 from fsdias/master
Fix Relative_distribution_(distance_covariate).rsx
2014-01-24 00:34:02 -08:00
Denis Rouzaud
0ca7316371 DB Manager: remove text under icons 2014-01-15 13:54:35 +01:00
fsdias
fb08949319 Create Advanced_raster_histogram.rsx 2013-11-19 11:11:25 +00:00
fsdias
a0b5e94a78 Update Relative_distribution_(distance_covariate).rsx 2013-11-12 10:03:45 +00:00
volaya
ee3870e4af Merge pull request #986 from p0cisk/processing_crs
[processing] Add crs selection panel to scripts
2013-11-12 01:24:12 -08:00
Victor Olaya
7165e882cd [processing] R improvements
This commit:

Deletes Example scripts

Replaces Example scripts with more up to date versions

Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis

adds help files to all r scripts

Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR()

Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),
2013-11-11 22:45:06 +01:00
giohappy
021c7e6077 fixed MMQGIS Extract by attributes 2013-11-06 19:31:26 +01:00
Victor Olaya
c4e39abc36 [processing] allow geometry types to be specified when defining inputs in scripts 2013-11-06 19:27:35 +01:00
Victor Olaya
e43b8a5311 simplified features method in vector tools 2013-11-06 19:27:34 +01:00
Piotr Pociask
761314197c [processing] Add crs selection panel to scripts 2013-11-06 17:52:43 +01:00
Salvatore Larosa
4ddc948c7b [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector 2013-11-03 15:05:11 +01:00
Salvatore Larosa
fb4409b24e [ftools] fixes #8988 2013-11-03 15:05:11 +01:00
Salvatore Larosa
1deaeb0f7a [ftools] disable add to canvas checkbox ìf out file is not selected 2013-11-03 15:04:46 +01:00
Alexander Bruy
c3fb7f9efa [processing] bump version to 2.0 2013-10-29 12:26:32 +02:00
Alexander Bruy
2dce80b1c8 [processing] fix issue wil multiple selection 2013-10-29 10:54:48 +02:00
Giuseppe Sucameli
5f5cd4cca9 dbmanager: be sure to close db cursors (fix #7679) 2013-10-24 23:26:02 +02:00
Juergen E. Fischer
ec0f0bea28 indentation update and a few fixed typos 2013-10-24 15:26:39 +02:00
Alexander Bruy
f9c2b91e52 [processing] use list widget in Multiple selection dialog 2013-10-21 19:12:21 +03:00
Victor Olaya
2b99414c9e [processing] fixed typo in nviz 2013-10-20 20:41:25 +02:00
Victor Olaya
5cfd708b7b [processing] fixed wrong indentation 2013-10-20 19:01:56 +02:00
Victor Olaya
83cca9b7cd [processing] corrected string 2013-10-20 18:48:05 +02:00
volaya
5b4fee8932 Merge pull request #945 from gioman/grassrasterexport
[processing] fixes GRASS raster export in order to cope with r.horizon and r.composite
2013-10-20 09:47:50 -07:00