1748 Commits

Author SHA1 Message Date
Juergen E. Fischer
ab5f06b9fb processing: base grass path on OSGEO4W_ROOT where available 2016-03-31 22:51:56 +02:00
Nyall Dawson
a30bf95c4b Drop precision of some processing tests to pass on Windows 2016-03-31 16:44:57 +11:00
Alexander Bruy
26df41f950 Merge pull request #2945 from sept-en/master
[processing] fixed UI bug with invalid button width in Modeler algorithm dialogs
2016-03-29 16:48:33 +03:00
Septen
bf83f4ebd0 [processing]Fixed UI bug with invalid button width. 2016-03-27 23:02:45 +04:00
Anita Graser
b8d1fb6fc9 added buffer tests 2016-03-27 13:31:14 +02:00
Juergen E. Fischer
fbf4d675ca de-plenk more 2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66 de-plenk exclamation marks 2016-03-25 22:50:50 +01:00
Alexander Bruy
428ec00e5b fix typo 2016-03-25 16:21:06 +02:00
Alexander Bruy
619356ea1c [processing] add OPTIMIZE_SIZE option to gdalwarp (fix #5651) 2016-03-25 15:37:20 +02:00
Alexander Bruy
660bb27388 [processing] replace some raster icons with SVG to improve HiDPI support (refs #14474) 2016-03-25 15:19:52 +02:00
Alexander Bruy
6f7961044f [processing] refactor Virtual vector layer algorithm
Add support for unioned layers (fix #12991)
2016-03-25 15:19:52 +02:00
Alexander Bruy
70e2696be5 Merge pull request #2936 from sept-en/master
[processing] fix filter in Processing settings dialog. Add ability to specify mininal required number of items for MultipleInput parameter (fix #11469, fix #12580)
2016-03-23 17:23:08 +02:00
Stéphane Brunner
cf22cab3e9 Fix the master (merge without tests pass :-( )
Related to #2893
2016-03-23 13:53:04 +01:00
Septen
f0be0457d5 Typo fixes. 2016-03-23 15:25:15 +03:00
volaya
d808ef9ab6 Merge pull request #2893 from NaturalGIS/processing_gdalwarp_extent
processing: add extent parameter to gdal_warp
2016-03-23 10:55:13 +01:00
volaya
48104d5737 Merge pull request #2891 from csandor/patch-1
Table names in postgresql can be max 63 characters long
2016-03-23 10:41:40 +01:00
volaya
2e6fcf57d6 Merge pull request #2865 from medspx/processing_raster_bunch
[Processing] Add the last GRASS7 r.* algorithms
2016-03-23 10:39:58 +01:00
Septen
736be486e7 Typo fixes. Stylystic fixes. 2016-03-23 05:43:59 +03:00
Septen
4b75f4e0e3 ParameterMultipleInput: added tests. 2016-03-23 01:23:05 +03:00
Septen
d5acc211c8 ParameterMultipleInput minor fixes. 2016-03-23 01:22:44 +03:00
Septen
8c9eddcdc6 Some PEP8 fixes. 2016-03-23 00:55:36 +03:00
Maximilian Krambach
097b18190c identation errors and wrong file paths 2016-03-22 22:01:21 +01:00
Septen
4a046b7db1 Merge branch 'master' of git://github.com/qgis/QGIS 2016-03-22 23:51:59 +03:00
Septen
6c31d89a51 (ref #14469) Processing options: search optimized. Cleanups. 2016-03-22 23:47:07 +03:00
Maximilian Krambach
2f97ec670c fixed wrong location of testdata 2016-03-22 12:13:19 +01:00
Maximilian Krambach
9bc9e6b36b identation 2016-03-22 09:22:22 +01:00
Septen
12aedac622 (ref #14469).Added search feature for Processing options.
* Added possibility to search within Processing options,
  either for providers or provider nodes.
2016-03-22 02:36:25 +03:00
Septen
d312be9f18 (ref #12580).ParameterMultipleInput:allow to define min number of
inputs.
2016-03-22 02:35:03 +03:00
Maximilian Krambach
c445828f9e changed check for validity from isGeosValid() to validateGeometry() in dissolve.py 2016-03-21 21:30:23 +01:00
Juergen E. Fischer
f41304637c switch tests to pyqt wrappers 2016-03-21 17:00:26 +01:00
Juergen E. Fischer
2526d3e3c8 processing: switch to pyqt wrappers, flake8 fixes 2016-03-21 17:00:25 +01:00
Alexander Bruy
a3c76c617a [processing] activate GRASS 7 by default and disable GRASS 6 2016-03-20 08:42:13 +02:00
Alexander Bruy
8afd1103c1 don't duplicate Menus entry in settings 2016-03-20 08:41:27 +02:00
Médéric RIBREUX
eb186c4928 Remove merge conflict on r.cost algorithms 2016-03-19 10:05:24 +01:00
Juergen E. Fischer
a17ed10b65 fix vector menu creation on qt5 2016-03-19 02:12:12 +01:00
Anita Graser
5902f0e1bd renamed algorithm_tests.yaml 2016-03-18 22:16:55 +01:00
volaya
6c1201cf13 Merge pull request #2901 from bartnv/fix-iterating-import
[processing] Fix extension removal in exportVectorLayer
2016-03-18 14:27:23 +01:00
volaya
2942ce576b Merge pull request #2904 from medspx/processing_vector_bunch
[Processing] GRASS7 complete v.* algorithms (implements Redmine #5725)
2016-03-18 14:20:13 +01:00
volaya
839db0a505 Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx
processing fix GRASS7 detection on osx: courtesy Martin Laloux
2016-03-18 14:17:07 +01:00
volaya
1fdd177c81 [processing] do not search text in short help when filtering in toolbox
This should fix problems with slow and unresponsive filtering
2016-03-18 13:06:45 +01:00
Bernhard Ströbl
cd267b066c [processing] change field access 2016-03-16 16:34:56 +01:00
Bernhard Ströbl
bd64b4fd4c [processing] renew test results depending on polys.gml 2016-03-16 14:29:45 +01:00
Bernhard Ströbl
155e7128e0 [processing] change polygon test input 2016-03-16 14:17:08 +01:00
Bernhard Ströbl
02df48cf43 [processing] reflect changed test input in yaml file 2016-03-16 14:10:56 +01:00
Bernhard Ströbl
f73b572704 [processing] renew test output for eliminate 2016-03-16 14:07:12 +01:00
Bernhard Ströbl
51bf08c1d3 [processing] change test input to have adjacent polygons 2016-03-16 14:07:12 +01:00
Bernhard Ströbl
62a4db8c40 [BUG] run eliminate with non-editable input layer 2016-03-16 14:07:12 +01:00
Bernhard Ströbl
082b5757dc [processing] add test for eliminate algorithm 2016-03-16 14:05:39 +01:00
Matthias Kuhn
f8175d33ef [processing] Move custom source data to separate folder 2016-03-16 08:56:27 +01:00
Bernhard Ströbl
b432bde1bf [processing] remove double quotes in test.yaml 2016-03-16 08:51:39 +01:00