1186 Commits

Author SHA1 Message Date
Alexander Bruy
394f1ed01e [processing] improve some gdal algoruthms
update resources_rc.py
2013-09-15 20:21:26 +03:00
Victor Olaya
223b665792 [processing] small fix in modeler dialog 2013-09-15 18:52:31 +02:00
Victor Olaya
6058023d99 [processing] fixed issue with saga optimizations 2013-09-15 18:45:37 +02:00
Victor Olaya
df257ea917 [processing] corrected fix introduced in 7fc592989f26c346e72465e43a5ed790d67968ac 2013-09-15 18:45:36 +02:00
Victor Olaya
fe02237829 [processing] fixed issue with non-visible outputs in batch processign interface 2013-09-15 18:45:35 +02:00
Alexander Bruy
17323dd938 fix typo 2013-09-15 19:43:19 +03:00
Alexander Bruy
47e27d1e2e [processing] attempt to fix proximity algorithm 2013-09-15 17:48:25 +03:00
Alexander Bruy
6910a2ed8e [processing] fix fTools Clip algorithm (fix #7281) 2013-09-15 17:48:25 +03:00
Alexander Bruy
f7aab64005 [processing] restore Polygonize algorithm functionality (fix #8252) 2013-09-15 17:48:25 +03:00
Alexander Bruy
07efdbefaf follow up 702445960f 2013-09-15 15:59:04 +03:00
Alexander Bruy
702445960f remove obsolete import 2013-09-15 15:22:36 +03:00
Alexander Bruy
2e4b1a9e0e [FEATURE] save Processing model as image (fix #5926) 2013-09-15 15:22:36 +03:00
Victor Olaya
788407accd [processing] saga import/export optimization 2013-09-15 13:54:24 +02:00
Victor Olaya
048c26a1f3 [processing] cleaned up options (threaded execution and table-like parameters dialog 2013-09-15 13:54:24 +02:00
Victor Olaya
a5f0e4b18a [processing] Reduced number of conversion operation when running saga algorithms 2013-09-15 13:54:23 +02:00
Alexander Bruy
2d101c4655 fix rebase conflicts 2013-09-15 14:30:59 +03:00
Alexander Bruy
d66fa2f413 add compiled .ui file 2013-09-15 14:30:59 +03:00
Alexander Bruy
bea69b00d8 use default style for R code 2013-09-15 14:30:58 +03:00
Alexander Bruy
0c94067b32 fix rebase issues 2013-09-15 14:30:58 +03:00
Alexander Bruy
ca22774589 [processing] start work on R lexer 2013-09-15 14:30:58 +03:00
Alexander Bruy
59a5a14515 [FEATURE] new Scintilla-based script editor for Processing 2013-09-15 14:30:58 +03:00
Alexander Bruy
e7ae5d2c68 [processing] add GDAL rasterize algorithm (fix #5854) 2013-09-14 18:24:39 +03:00
Alexander Bruy
fd50ac0533 [processing] fix passing distunits parameter for GDAL proximity (fix #8247) 2013-09-14 17:30:15 +03:00
Alexander Bruy
fbedfae8ef [processing] fix parsing of selection options in scripts 2013-09-14 17:30:15 +03:00
Alexander Bruy
3c8cfd0be0 [processing] add Extract projection algorithm 2013-09-14 17:30:14 +03:00
Alexander Bruy
69931cf559 [processing] impove Build Pyramids algorithm 2013-09-14 17:30:14 +03:00
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
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
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