2651 Commits

Author SHA1 Message Date
Giovanni Manghi
83d99b1616 Processing advanced parameters for gdal clip raster 2015-10-22 09:48:45 +01:00
DelazJ
f7f8d7e497 Restore "Add result to canvas" option as default
fixes #13647
2015-10-22 10:32:38 +02:00
volaya
603c2767aa Merge pull request #2372 from om-henners/ogrsql_fix
Fix ogrsql path quoting
2015-10-20 19:28:55 +02:00
arnaud.morvan@camptocamp.com
3bc11b1947 Revert crs.ImportFromProj4(unicode(...)) to crs.ImportFromProj4(str(...)) 2015-10-20 17:19:27 +02:00
Anita Graser
b20d316692 changed to descriptive name
as suggested in https://hub.qgis.org/issues/9868
2015-10-20 14:27:01 +02:00
Bernhard Ströbl
64bf3a80b2 [PROCESSING] Undo recent changes to Dissolve 2015-10-20 09:23:12 +02:00
volaya
f2c7522649 [processing] added descriptions for SAGA 2.2.2
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
2015-10-20 08:07:24 +02:00
volaya
545a90de8f [processing] fixed scrolling to anchor in help pages
fixes #13506
2015-10-16 14:00:13 +02:00
Giovanni Manghi
ec3fb23afb fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files added. 2015-10-15 17:19:26 +01:00
Giovanni Manghi
2bf1e6870c fix saga 2.2.0 flow accumulaiton modules (ex catchment areas) 2015-10-15 17:19:03 +01:00
Henry Walshaw
48aeb8c03c Fix ogrsql path quoting
Fix the ogrsql path quoting which left the extra quotes around the input layer path

Signed-off-by: Henry Walshaw <henry.walshaw@gmail.com>
2015-10-15 09:32:34 +11:00
volaya
2f9db5adef [processing] fixed handling output html files in grass 7 2015-10-14 13:24:16 +02:00
volaya
70bc957439 [processing] do not assume singleton Processing when defining temp folder
fixes #13588
2015-10-14 13:14:02 +02:00
volaya
5ca556670a [processing] do not write CRS file if output is not a layer
fixes #13590
2015-10-14 13:14:01 +02:00
Paolo Cavallini
c41852649c Merge pull request #2369 from neteler/patch-73
Update to GRASS GIS 7.0.x
2015-10-14 07:19:05 +02:00
Paolo Cavallini
52c50673f7 Merge pull request #2370 from neteler/patch-72
Update to GRASS GIS 7.0.x
2015-10-14 07:17:43 +02:00
Juergen E. Fischer
53c507d3a7 db manager: add credentials to postgis rasters (fixes #13594) 2015-10-13 22:54:01 +02:00
Markus Neteler
cfdf5cf609 Update to GRASS GIS 7.0.x 2015-10-13 22:12:59 +02:00
Markus Neteler
47565a949f Update to GRASS GIS 7.0.x 2015-10-13 22:12:54 +02:00
volaya
c3839b3ad3 [processing] fixed getMinCoveringExtent when there are multiple input parameters 2015-10-13 20:03:47 +02:00
volaya
c87646a9a7 [processing] fixed modeler calcualtor when opening dialog for the first time
fixes #13587
2015-10-13 19:59:17 +02:00
volaya
ca27277bb3 [processing] do not set an upper limit for points in random points layer
fixes #13483
2015-10-13 19:59:16 +02:00
Paolo Cavallini
3d1c7148d8 Update CatchmentArea(Parallel).txt
Fixes https://hub.qgis.org/issues/13588 (but probably there are others)
2015-10-13 18:50:03 +02:00
Paolo Cavallini
ccdb70239f Update ShapestoGrid.txt
Fixes #13585
2015-10-13 16:57:34 +02:00
Paolo Cavallini
9cd5eed9bf Update Grid.py
Fixes a broken module. Possibly more broken ones around.
2015-10-13 13:30:43 +02:00
arnaud.morvan@camptocamp.com
7e2ffd46d8 fixup! Include parameterselection dropdown contents in processing translations 2015-10-12 09:30:25 +02:00
Giuseppe Sucameli
9f67f4cde0 DBManager: add table/layer to canvas double clicking on it 2015-10-10 00:42:27 +02:00
alexbruy
c64d5ff7b5 Merge pull request #2357 from spatialthoughts/patch-1
[processing] remove unused argument
2015-10-09 09:59:50 +03:00
alexbruy
5426ebe8be Merge pull request #2343 from PedroVenancio/grass7_plugin
remove "-write_absolute_path" option from gdaltindex (addresses #11428, #4064)
2015-10-09 09:53:23 +03:00
Ujaval Gandhi
b379e93b95 Remove the extra argument to getConsoleCommands()
getConsoleCommands takes only 1 arg. The extra arg in the method definition causes an error when running the algorithm
2015-10-08 20:29:40 +05:30
volaya
09f87c952a [processing] remember params/outputs collapsed stated when editing alg in modeler
fixes #13499
2015-10-06 16:06:37 +02:00
volaya
19eca9a84b [processing] do not collapse tree when updating models or scripts 2015-10-06 15:52:28 +02:00
Juergen E. Fischer
ca697dbaf2 [processing] update algorithm help link (fixes #13506) 2015-10-06 00:20:30 +02:00
Giuseppe Sucameli
396ec2290b DBManager: fix int/float conversion to unicode (partially revert changes in 401f43c and fix #13505) 2015-10-04 18:02:14 +02:00
Juergen E. Fischer
e694474f62 indentation update 2015-10-03 21:42:13 +02:00
Salvatore Larosa
67082a9588 [processing] sort alphabetically the online scripts 2015-10-03 14:05:33 +02:00
Juergen E. Fischer
24fe216270 spelling fixes 2015-10-01 19:12:29 +02:00
volaya
87d8a12e79 [processing] GRASS: prevent exception when deleting GISBASE env variable 2015-10-01 09:57:45 +02:00
volaya
ae71e1f098 [processing] fix problems with names with capital letters when importing to postgis
fixes #11585
2015-10-01 09:51:47 +02:00
volaya
e8003f26e6 [processing] write log dates in ISO format
fixes #13226
2015-10-01 09:06:33 +02:00
volaya
e27f6a12c6 [processing] fixed handling null values in Processing settings in Mac 2015-10-01 08:46:09 +02:00
volaya
7ee2ff66d8 [processing] fixed import placement 2015-10-01 08:13:09 +02:00
volaya
7f061d2d75 [processing] fixed adding extension to output filenames in batch interface
fixes #10444
2015-10-01 08:11:39 +02:00
volaya
a9dab06a6a [processing]fixed SAGA when using a version newer than the latest supported one
fixes #13279
2015-10-01 07:45:38 +02:00
volaya
d4cb3465b2 [processing] partially fixed handling of non-ascii chars when running grass algorithms in windows 2015-10-01 07:45:37 +02:00
volaya
5d4a8d9ad6 [processing] fixed issues with spaces in paths when using GRASS algorithms 2015-10-01 07:45:36 +02:00
PedroVenancio
391d60c0e2 Fix to #11428 and #4064. Remove -write_absolute_path option, since it has no influence, because absolute paths are always recorded in the attribute table. 2015-10-01 00:03:51 +01:00
Giuseppe Sucameli
401f43c590 DBManager: fix data conversion to unicode (errors='replace' should be enough) 2015-10-01 00:29:38 +02:00
volaya
56af1068db [processing] recover previous value of formula in modeler calculator
#fixes 11539
2015-09-30 10:11:46 +02:00
volaya
3bb677e906 [processing] fixed message to indicate unconfigured GRASS provider
It now displays the same message for GRASS 6 than for GRASS 7
2015-09-30 09:44:30 +02:00