Alexander Bruy
e0fc515af0
[processing] show layers sorted only for single selection widget and use
...
legend order for multiple selection
2014-10-05 00:02:31 +03:00
Alexander Bruy
25fa170539
cleanup in vector utils
2014-10-03 11:40:50 +03:00
Alexander Bruy
a809dcce14
use native GDAL functions
2014-09-19 21:11:44 +03:00
Alexander Bruy
6130505c79
[processing] fix vector functions definitions
2014-08-28 09:33:05 +03:00
volaya
dab96382e6
[processing] allow definition of vector fields with plain names and types
2014-08-14 10:58:51 +02:00
Alexander Bruy
16e82f0080
[processing] fix loading of output rasters with wrong CRS
2014-08-01 08:29:56 +03:00
volaya
6486594f57
[Processing] Refactoring of parameters and outputs
...
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Minoru Akagi
228892cfa7
[processing] fix join to layer with join ( fix #10244 )
2014-07-05 13:38:25 +09:00
Victor Olaya
322cd0d03b
[processing] fixed #10780
2014-07-02 20:22:00 +02:00
Victor Olaya
93511b2f82
[processing] methods in dataobjects.py now return layers ordered by name
...
fixes #10446
2014-06-28 17:07:46 +02:00
Victor Olaya
b390b3e778
[processing] fixed behaviour of select algorithms in modeler
2014-06-20 23:18:40 +02:00
Victor Olaya
0009040ed5
[processing] made postprocessing code more pythonic
2014-06-10 22:39:07 +02:00
Victor Olaya
293ac60722
[processing] removed interface module
...
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Alexander Bruy
6088dbacac
follow up 5ad518afd2. Better handling of temporary directories
2014-05-16 15:45:21 +03:00
Alexander Bruy
6e4fbf8d10
move common function to tools package
2014-05-16 15:44:36 +03:00
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00
Victor Olaya
5c19713291
[processing] allow selection of open layers in batch interface
2014-04-17 12:43:13 +02:00
Alexander Bruy
f53576dd96
make menthod and variable naming consistent, some cleanup
2014-03-25 19:53:47 +02:00
Paolo Tormene
71e57a7a25
New method to duplicate a vector layer in memory and optionally add it to the map registry
2014-03-25 19:53:32 +02:00
volaya
e2d01e2e15
Merge pull request #970 from snorfalorpagus/spatialjoin
...
Ported "Join attributes by location" from fTools to Processing
2014-03-25 17:41:30 +01:00
Joshua Arnott
8daf8c371a
Ported 'Join by location' from fTools to Processing
2013-10-22 18:42:52 +01:00
Alexander Bruy
498a5d9ab8
[processing] code formatting, make sources more pep8 compliant
2013-10-02 16:24:10 +03:00
Alexander Bruy
9a341acd13
[processing] handle non-ASCII characters in layer name when exporting ( fix #8673 )
2013-09-30 16:18:17 +03:00
Victor Olaya
e4c60adcd3
[processing] better error handling and some minor fixes
...
solved issue with trailing characters when calling mkdir
solved issue with non-ascii characters in help files
2013-09-23 13:32:23 +02:00
Victor Olaya
865cb6208d
[processing]code cleaning
2013-09-21 12:48:17 +02:00
Juergen E. Fischer
51297d5990
indentation update (note to self: always run scripts/prepare-commit.sh before committing)
2013-09-17 12:41:43 +02:00
Victor Olaya
a5f0e4b18a
[processing] Reduced number of conversion operation when running saga algorithms
2013-09-15 13:54:23 +02:00
Victor Olaya
71c8672654
[processing] some code cleaning
2013-09-14 15:52:28 +02:00
Victor Olaya
1882bbc301
[processing]fixed issue with temporal filename
...
(was previously solved but reverted)
2013-09-14 14:34:50 +02:00
Victor Olaya
4987f4ab4e
Revert "[processing]fixed bug with wrong characters in output filenames" (caused circular import)
...
This reverts commit ff5e1ee3a8745ae44db85b1a9511a5f81f6a85fd.
2013-09-14 14:34:49 +02:00
Victor Olaya
236c239844
[processing] adapted algorithm to function refactoring
...
Also set threaded execution to false by default, since it was behaving strangely
2013-09-14 13:26:47 +02:00
Victor Olaya
ff5e1ee3a8
[processing]fixed bug with wrong characters in output filenames
...
refactored to reuse string cleaning function
2013-09-14 13:26:46 +02:00
Victor Olaya
a7dfcaa6af
[processing] added some in-code docs and comments
2013-09-14 13:26:46 +02:00
Victor Olaya
d69667b838
[processing] added progress display in qgsMessageBar
2013-09-14 13:26:42 +02:00
Victor Olaya
807ffaa5e6
[processing] refactoring to move common functions to tools package
2013-09-14 13:26:41 +02:00
Victor Olaya
6d506d6a33
move ftools utils to tools utils module
2013-09-14 13:26:39 +02:00
Victor Olaya
9bb3d6eb6b
renamed "sextante" to "processing"
2013-08-20 09:22:03 +02:00
Alexander Bruy
77fb9a5492
[processing] refactored some helpre functions (contributed by Nathan Woodrow)
2013-12-29 14:35:11 +02: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
f665ddc81d
indentation update
2013-11-24 16:31:00 +01:00
Victor Olaya
e43b8a5311
simplified features method in vector tools
2013-11-06 19:27:34 +01:00