radosuav
507aeb0507
[Processing] Allow "progress" to be specified when calling processing.runalg
...
This is mostly so that algorithms executed in Processing scripts can
display messages in the same way as if they were executed directly from
Processing toolbox.
Also fixes a small issue with busy cursor being reset too early when
algorithms were executed from Processing scripts.
2015-11-04 09:51:30 +01:00
Angelos Tzotsos
547d1e3936
add national geodata.gov.gr CSW (rename)
2015-11-03 20:09:04 +02:00
Tom Kralidis
5addc0ca4b
add national geodata.gov.gr CSW
2015-11-03 12:34:57 -05:00
volaya
584c86d629
Merge pull request #2403 from medspx/processing_get_scripts_proxy
...
[Processing] Add proxy support for Get scripts and models (fixes #13412 )
2015-11-02 13:29:43 +01:00
Juergen E. Fischer
f996c54776
indentation update
2015-10-30 23:30:16 +01:00
volaya
2bb0cf9fad
Merge pull request #2398 from mdouchin/patch-1
...
[processing] Debug ConcaveHull.py
2015-10-28 15:10:53 +01:00
volaya
b339ad13c8
Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr
...
fix processing GRASS 7 v.out.ogr
2015-10-28 15:06:53 +01:00
Médéric Ribreux
f2e527f033
[Processing] Add proxy support for Get scripts and models ( fixes #13412 )
2015-10-27 16:20:12 +01:00
Giovanni Manghi
77451f962c
fix processing GRASS 7 v.out.ogr
2015-10-25 17:08:37 +00:00
Giuseppe Sucameli
22aea3201b
[GdalTools] minor changes to ui and code (follow 32be4756)
2015-10-25 16:39:05 +01:00
Giuseppe Sucameli
55b068fa9a
Merge branch 'clipper' of https://github.com/PedroVenancio/Quantum-GIS into PedroVenancio-clipper
...
Conflicts:
python/plugins/processing/algs/gdal/ClipByMask.py
2015-10-25 16:38:27 +01:00
mdouchin
f443bb8c03
Update ConcaveHull.py
2015-10-25 12:29:25 +01:00
mdouchin
99fcd625eb
Update ConcaveHull.py
...
Correct qgis:dissolve algorithm call
2015-10-25 12:17:36 +01:00
volaya
4f8a27dd64
[Processing] add default extensions for outputs as setting
...
Based on an idea and code by Evgeniy Nikulin
It includes some improvements to the settings sysmte
2015-10-24 21:18:17 +02:00
volaya
cbead0bcf4
[processing] fixed fileFilter method in OutputRaster
2015-10-24 21:18:16 +02:00
volaya
3ac5d0b095
[processing] fixed SAGA version handling
...
Conflicts:
python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
2015-10-24 21:18:15 +02:00
volaya
455089025e
added option to add hardcoded params to GRASS algorithms
2015-10-24 21:18:14 +02:00
volaya
5575d04a80
[Processing] fixed handling of hardcoded params in SAGA
2015-10-24 21:18:13 +02:00
volaya
dacba063ac
[Processing] removed TARGET_TEMPLATE param from SAGA algs
2015-10-24 21:18:11 +02:00
volaya
6b8254c922
[processing] fixed FixedTableDialog when there are 0 rows
2015-10-24 21:18:10 +02:00
volaya
5a4a5522c2
[processing] correctly enable buttons in FixedTableDialog
2015-10-24 21:18:09 +02:00
volaya
4da1ce9eee
Merge pull request #2341 from arnaud-morvan/processing_precisionmodel
...
[Processing] Add precision parameter to by location algorithms
2015-10-24 15:42:36 +02:00
volaya
88d4605ad9
Merge pull request #2355 from om-henners/master
...
[processing] Update OGR tools
2015-10-24 15:42:18 +02:00
volaya
1dd8e79baf
Merge pull request #2389 from NaturalGIS/gdal_advanced
...
Processing gdal translate and warp advanced parameters as such
2015-10-24 15:38:07 +02:00
volaya
fd26acd2f8
Merge pull request #2390 from NaturalGIS/processing_gdal_clip_raster
...
Processing advanced parameters for gdal clip raster
2015-10-24 15:37:13 +02:00
volaya
07bd3ffedd
Merge pull request #2391 from NaturalGIS/processing_gdal_rasterize_advanced
...
processing add option for additional parameters for gdal rasterize
2015-10-24 15:36:47 +02:00
Juergen E. Fischer
8b11d43f57
processing: make help widget proxy aware
2015-10-24 12:41:08 +02:00
Médéric Ribreux
0aa0b4c804
DBManager: support timestamp values for Oracle
2015-10-23 14:04:40 +02:00
PedroVenancio
5057f761fa
Adds the -crop_to_cutline parameter as optional to fix the gdalwarp deviation described in #4530 . Option added to Clipper tool from GdalTools and Processing. It also adds the -tr xres yres parameter to GdalTools Clipper tool. Also get the original raster resolution.
2015-10-23 01:24:08 +01:00
Juergen E. Fischer
bf64f8d0a0
spelling fixes and indentation update
2015-10-22 21:56:54 +02:00
Giuseppe Sucameli
339fd75655
DBManager: merge PR2342 by medspx ( fix #13650 )
2015-10-22 21:28:02 +02:00
Giuseppe Sucameli
9419a44537
DBManager: revert commit 87675f8ab
...
Maybe I was drunk...
2015-10-22 21:17:56 +02:00
Giuseppe Sucameli
87657f8ab4
DBManager: fix #13650
2015-10-22 19:27:33 +02:00
Giuseppe Sucameli
2a57b17068
DBManager: avoid loading a query as layer with missing fields ( fix #11037 ),
...
restore combo style and label when multiple unique fields for view are not supported (follow 8e45da9d7e)
2015-10-22 19:23:42 +02:00
Giuseppe Sucameli
ef8f3d3843
Merge pull request #2382 from SebDieBln/MultiColumnPK_DbManagerQuery
...
[DB_Manager] allows to specify multiple columns as the primary for a query to PostGIS (follow a4124da)
2015-10-22 19:21:39 +02:00
volaya
f5b0dbe902
[processing] allow translating algorithm dialog title
...
fixes #13652
2015-10-22 16:50:05 +02:00
Giovanni Manghi
c0919e0ac0
processing add option for additional parameters for gdal rasterize
2015-10-22 10:07:43 +01:00
Giovanni Manghi
ebd51b2c79
remove repeated parameter
2015-10-22 09:57:38 +01:00
Giovanni Manghi
83d99b1616
Processing advanced parameters for gdal clip raster
2015-10-22 09:48:45 +01:00
Giovanni Manghi
03333c8502
Processing gdal translate and warp advanced parameters as such
2015-10-22 09:37:47 +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
Sebastian Dietrich
8e45da9d7e
db_manager allows multiple column primary keys only for PostGIS queries, not for SpatiaLite.
2015-10-18 18:10:01 +02:00
Sebastian Dietrich
d8deb8c081
Db_Manager keeps the selected columns for primary key and geometry when running the query or rereading the columns if the selected columns still exist.
2015-10-17 16:43:54 +02:00
Sebastian Dietrich
724a5bda9a
Db_Manager now allows to select multiple columnns as the primary key for a query.
2015-10-17 16:15:21 +02:00
Sebastian Dietrich
20283a4dfc
Unified the way the column comboboxes are filled when executing the query and when pressing the load columns button.
2015-10-17 02:19:41 +02:00