Alexander Bruy
|
65b5b01b45
|
[processing] add GDAL Contour algorithm
|
2013-09-14 17:30:14 +03:00 |
|
Alexander Bruy
|
6b5fef1081
|
[processing] add Clip By Mask algorithm
|
2013-09-14 17:30:14 +03: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 |
|
Salvatore Larosa
|
d8b8089e38
|
[pyqgis-console] allows to set font color in python lexer
|
2013-09-14 13:49:01 +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
|
2e3dfbae32
|
[processing] fixed minor saga file issue
|
2013-09-14 13:26:45 +02:00 |
|
Victor Olaya
|
73dc9c479d
|
`processing]improved doc of example algorithm
|
2013-09-14 13:26:44 +02:00 |
|
Victor Olaya
|
99857bcfd2
|
[processing]fixes in saga filename handling
fixed saga buffer description
|
2013-09-14 13:26:44 +02:00 |
|
Victor Olaya
|
2e3765b729
|
[processing] improved non-threaded execution
|
2013-09-14 13:26:43 +02:00 |
|
Victor Olaya
|
d69667b838
|
[processing] added progress display in qgsMessageBar
|
2013-09-14 13:26:42 +02:00 |
|
Victor Olaya
|
3d775d6913
|
[processing] Added schema parameter to ImportIntoPostGIS.py
|
2013-09-14 13:26:41 +02:00 |
|
Victor Olaya
|
807ffaa5e6
|
[processing] refactoring to move common functions to tools package
|
2013-09-14 13:26:41 +02:00 |
|
Victor Olaya
|
4d9832c210
|
[Processing] added GRASS m.cogo
|
2013-09-14 13:26:40 +02:00 |
|
Victor Olaya
|
6d506d6a33
|
move ftools utils to tools utils module
|
2013-09-14 13:26:39 +02:00 |
|
Borys Jurgiel
|
81374eb520
|
[Plugin Installer] Better error handling for parsing metadata
|
2013-09-13 16:26:10 +00:00 |
|
Alexander Bruy
|
8240d0f2fe
|
[processing] add two Extract values models (for CSV and shape)
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
e47c64c3db
|
[processing] add Extract raster values to shapefile algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
5a4eb16b5f
|
[processing] add Extract raster values to CSV algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
0bda3b61e1
|
[processing] add Points from vector algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
91ea88f1af
|
fix rebase conflicts
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
f17e2c07ee
|
[processing] add Points from lines algorithm (still needs some improvements)
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
00e2f1fefc
|
[processing] add Points from polygons algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
8481ebcc91
|
[processing] add zonal statistics algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
72536f65d5
|
[processing] update points displacement alg to new ParameterVector syntax
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
395dc747e0
|
[processing] add points displacement algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Borys Jurgiel
|
fd4515e22a
|
[Plugin Installer] Make version compare behaviour unified with the repository app
|
2013-09-13 12:57:26 +00:00 |
|
Alexander Bruy
|
f5271a1bd3
|
[FEATURE] Model-View based config dialog for Processing (fix #5427)
|
2013-09-13 14:40:55 +03:00 |
|
Alexander Bruy
|
6d5df7cb25
|
[FEATURE] add option to show/hide deprecated plugins in plugin manager
|
2013-09-13 12:10:16 +03:00 |
|
Alexander Bruy
|
8a27c76560
|
[FEATURE] clearly mark deprecated plugins in plugin manager
|
2013-09-13 12:10:16 +03:00 |
|
Alexander Bruy
|
9ce316dbd3
|
[processing] add Clip raster by extent algorithm (fix #8602)
|
2013-09-13 12:09:23 +03:00 |
|
Borys Jurgiel
|
af04c794fc
|
[Plugin Installer] More uniform behaviour when comparing versions: always exclude any non-numeric parts
|
2013-09-12 21:55:38 +02:00 |
|
alexbruy
|
033440fcfe
|
Merge pull request #731 from ddanielvaz/bugfix-6063
Preserve attributes in Convex Hull (fix #6063)
|
2013-09-12 09:41:22 -07:00 |
|
alexbruy
|
885c8b495a
|
Merge pull request #799 from slarosa/warning_simplifyTool
[ftools] add warning for simplify tool when no one layer has been selected
|
2013-09-12 09:24:44 -07:00 |
|
Alexander Bruy
|
e72088cddb
|
[fTools] homogenize UI (contributed by Salvatore Larosa)
|
2013-09-12 19:21:48 +03:00 |
|
Tim Sutton
|
ba4e438c05
|
Fix from Salvatore to fix project macros
|
2013-09-11 17:41:23 +02:00 |
|
Denis Rouzaud
|
3e89c69a0c
|
split part of multi-geometry
|
2013-09-10 14:54:27 +02:00 |
|
Marco Bernasocchi
|
2cc684793c
|
worcarounds to make sip generation work on android
|
2013-09-09 17:15:38 -06:00 |
|
Marco Bernasocchi
|
10fc68119c
|
less invasive workaround for #7859
|
2013-09-09 17:15:38 -06:00 |
|
Marco Bernasocchi
|
7bc40eb65d
|
workaround for issue #7859
|
2013-09-09 17:15:38 -06:00 |
|
Marco Bernasocchi
|
17f565a857
|
sip generation issue fix #7752 for android
|
2013-09-09 17:15:37 -06:00 |
|
Salvatore Larosa
|
28dbe74ba5
|
[pyqgis-console] fix undo/redo actions when autocompletion bracket is enabled
|
2013-09-09 01:18:09 +02:00 |
|
Salvatore Larosa
|
aebf27eb0e
|
[pyqgis-console] fix autocompletion in editor after 6e19748
|
2013-09-08 23:56:26 +02:00 |
|
Juergen E. Fischer
|
93cdd0ca40
|
indentation update
|
2013-09-08 20:26:43 +02:00 |
|
Hugo Mercier
|
b18f2736e1
|
Change computeWorldFileParameters signature and fix Python unit test
|
2013-09-08 13:17:39 +02:00 |
|
Larry Shaffer
|
f66f9aaa3e
|
Fix build error, add missing enum to sip file
|
2013-09-06 19:47:15 -06:00 |
|
Larry Shaffer
|
d334672f6d
|
Followup to 3b6d4ef, add sip bindings and update console auto-complete file
|
2013-09-06 17:31:47 -06:00 |
|