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
Piotr Pociask
02822d4945
[processing]Fix "float division by zero" in polygonize algorithm if no
...
polygons were created.
For shapely 1.2.16+ and GEOS 3.2+ unary_union will be used for noding
lines - union method sometimes failed to create properly noded polyline.
2014-02-08 12:08:01 +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
Alexia Mondot
7abca16d05
fixes bugs about processing evolution
2014-01-31 16:16:13 +01:00
Alexia Mondot
4f443dd384
Update OTB processing modules
2014-01-31 16:16:13 +01:00
Alexia Mondot
128158b3ce
import removed to fix bugs
2014-01-31 16:13:20 +01:00
Alexia Mondot
cdadc701ee
add ParameterMultipleExternalInput parameter type
2014-01-31 11:20:50 +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
Joshua Arnott
bb9c9893fd
Fixed bug in the processing toolbox qgis:intersection tool, preventing
...
attempts at writing the wrong geometry type to a shapefile.
2014-01-14 21:14:49 +00:00
vmora
af55e98a45
set droplists if parameter values are already set
...
as a result you can set some parameters in
checkBeforeOpeningParametersDialog and they will be the default in the
interface. This is especially usefull when your algo as a lot of
parameters that you can gues (eg from layer names)
2014-01-03 14:52:49 +01:00
Nathan Woodrow
327f561cdd
Fix typo
2014-01-03 20:49:32 +10:00
Nathan Woodrow
79447b92c1
Filter params and output before use. Use Enurmerate to count rows
2014-01-03 20:40:15 +10:00
Nathan Woodrow
797bd3233d
Use count function
2014-01-03 20:40:14 +10:00
Nathan Woodrow
44d96825a3
Use set for getFields
2014-01-03 20:40:13 +10:00
Nathan Woodrow
8aa6a4db24
Reduce margins on processing toolbox
2014-01-03 13:14:59 +10:00
Salvatore Larosa
51fb4f5909
[processing] set window flags for modeler dialog
2014-01-02 14:33:42 +01:00
Salvatore Larosa
dd6dffcb89
[processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless
2014-01-02 14:33:06 +01:00
Alexander Bruy
77fb9a5492
[processing] refactored some helpre functions (contributed by Nathan Woodrow)
2013-12-29 14:35:11 +02:00
anitagraser
720871c154
undid changes to densify geometries
2013-12-28 14:02:06 +02:00
anitagraser
719f8d5200
allow float values in densify interval input field
2013-12-27 22:47:56 +02:00
C. Daniel Sanchez R
7050265f38
Patch for issue 8920.
2013-12-27 15:00:20 -05:00
Victor Olaya
52c59daad2
[processing] minor cosmetic change
2013-12-20 09:41:39 +01:00
D'Hont René-Luc
a09892f1bb
[Feature][Processing] Headless
...
To use QGIS Processing in python scripts out of QGIS.
The changes made concern the dependence to legendInterface. In cases
where the interface.iface is null (None) QGIS Processing uses the
QgsMapLayerRegistry instance.
2013-12-19 18:09:56 +01:00
Juergen E. Fischer
24acebef41
indentation update
2013-12-17 17:03:54 +01:00
anitagraser
d13245190d
attempt to fix http://hub.qgis.org/issues/9184
2013-12-13 22:37:28 +01:00
Etienne Tourigny
fdc3ba79f5
gdal merge tool: make sure -a_nodata is only added with gdal>=1.9
2013-12-09 12:05:48 -02:00
Etienne Tourigny
8c7bfdbdb5
use collapsible group box for creation options in gdal merge widget
2013-12-06 14:23:23 -02:00
Etienne Tourigny
10f5f7c26a
fix destination nodata value in gdal merge
2013-12-06 13:30:27 -02:00
Alexander Bruy
e1186f164d
[processing] explicitly set window flags for script editor
2013-12-05 09:45:49 +02:00
Juergen E. Fischer
a4c365c7cf
dbmanager: include materialized views (implements #9127 )
2013-12-03 22:21:59 +01:00
Salvatore Larosa
2feacbcdfc
[ftools] avoid trivial error for Random selection tool
2013-12-02 08:05:06 +01:00