408 Commits

Author SHA1 Message Date
volaya
ec0c820a81 Merge pull request #1052 from Oslandia/processing_gui_set_values
[processing] set droplists if parameter values are already set
2014-03-25 17:39:02 +01:00
Jürgen Fischer
44a054dfa5 Merge pull request #1262 from nyalldawson/processing_postgis
Improvements to processing "Import into PostGIS" algorithm
2014-03-25 16:21:28 +01:00
Alexander Bruy
33740957d4 [processing] make script editor, modeler and results viewer non modal
(fix #9849)
2014-03-25 16:45:59 +02:00
Alexander Bruy
bd3f5b136d [processing] restore Create new model tool in toolbox (fix #9847) 2014-03-25 16:39:58 +02:00
Alexander Bruy
4ffdef4893 [processing] fix MMQGIS Extract by attribute (fix #9768) 2014-03-25 16:33:50 +02:00
Alexander Bruy
5e5abdb419 [processing] add feature count to Statistics by categories output (fix #9871) 2014-03-25 16:25:15 +02:00
alexbruy
285fa01c30 Merge pull request #1076 from snorfalorpagus/processing_intersection_fix
[processing] fix QGIS Intersection tool
2014-03-25 16:18:58 +02:00
Alexander Bruy
c69f2e1153 [processing] fix Unique values tool (fix #9870) 2014-03-25 15:55:00 +02:00
Alexander Bruy
b5dc0676ea [processing] fix output names for some SAGA algorithms (fix #9789) 2014-03-25 15:35:51 +02:00
volaya
19da71cca0 Merge pull request #1149 from p0cisk/master
[processing]Fix "float division by zero" in polygonize algorithm if no
2014-03-25 10:06:53 +01:00
volaya
db235c896f Merge pull request #1239 from bstroebl/eliminateSmallest
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-25 10:01:20 +01:00
Nyall Dawson
748d261d21 [processing] Add option for converting field names to lowercase for Import to PostGIS algorithm 2014-03-25 14:00:57 +11:00
Nyall Dawson
5997c78c79 [processing] Allow choice of geometry column name, change database connection name to combo box for Import into PostGIS algorithm 2014-03-25 13:05:31 +11:00
Alexander Bruy
d86a9aa51f [processing] better handling of non-ASCII characters in config dialog
(addresses #9323)
2014-03-24 20:18:44 +02:00
Alexander Bruy
40942fa7d5 [processing] fix old API calls in Extract by location tool (fix #9603) 2014-03-24 20:18:44 +02:00
Alexander Bruy
3797ffae41 [processing] fix wrong tools description (fix #9852) 2014-03-24 19:45:41 +02:00
Alexander Bruy
7f522f92e0 [processing] fix Distance Matrix tool (fix #7618) 2014-03-24 19:45:40 +02:00
Bernhard Ströbl
bd50701361 [FEATURE] (Processing) Eliminate with smallest polygon 2014-03-13 15:24:38 +01:00
unknown
ed5f7781ba There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.
I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.
2014-03-12 10:49:54 +00:00
Matthias Kuhn
be8ae5fbfb Add new CMake option: WITH_INTERNAL_HTTPLIB (default True)
If set to False, you have to make sure that the httplib2 package
is available on the target platform

Fix #9618
2014-03-11 11:11:26 +01:00
Martin Dobias
8e330e3ad4 [processing] Fix Qt warnings when opening config dialog 2014-02-13 13:25:44 +07:00
Salvatore Larosa
c060164bca [processing] fixes #9328:
addressed: http://hub.qgis.org/issues/9328
2014-02-12 18:58:22 +01:00
Piotr Pociask
02822d4945 [processing]Fix "float division by zero" in polygonize algorithm if no
polygons were created.
For shapely 1.2.16+ and GEOS 3.2+ unary_union will be used for noding
lines - union method sometimes failed to create properly noded polyline.
2014-02-08 12:08:01 +01:00
Alexander Bruy
cedc22ff43 [processing] fix docstring 2014-02-07 15:57:14 +02:00
Martin Dobias
408e2b7a12 Fix #8864 (Random selection with subsampling broken) 2014-02-07 16:19:29 +07:00
Alexia Mondot
7abca16d05 fixes bugs about processing evolution 2014-01-31 16:16:13 +01:00
Alexia Mondot
4f443dd384 Update OTB processing modules 2014-01-31 16:16:13 +01:00
Alexia Mondot
128158b3ce import removed to fix bugs 2014-01-31 16:13:20 +01:00
Alexia Mondot
cdadc701ee add ParameterMultipleExternalInput parameter type 2014-01-31 11:20:50 +01:00
volaya
a30a9dd05e Merge pull request #992 from fsdias/master
Fix Relative_distribution_(distance_covariate).rsx
2014-01-24 00:34:02 -08:00
Joshua Arnott
bb9c9893fd Fixed bug in the processing toolbox qgis:intersection tool, preventing
attempts at writing the wrong geometry type to a shapefile.
2014-01-14 21:14:49 +00:00
vmora
af55e98a45 set droplists if parameter values are already set
as a result you can set some parameters in
checkBeforeOpeningParametersDialog and they will be the default in the
interface. This is especially usefull when your algo as a lot of
parameters that you can gues (eg from layer names)
2014-01-03 14:52:49 +01:00
Nathan Woodrow
327f561cdd Fix typo 2014-01-03 20:49:32 +10:00
Nathan Woodrow
79447b92c1 Filter params and output before use. Use Enurmerate to count rows 2014-01-03 20:40:15 +10:00
Nathan Woodrow
797bd3233d Use count function 2014-01-03 20:40:14 +10:00
Nathan Woodrow
44d96825a3 Use set for getFields 2014-01-03 20:40:13 +10:00
Nathan Woodrow
8aa6a4db24 Reduce margins on processing toolbox 2014-01-03 13:14:59 +10:00
Salvatore Larosa
51fb4f5909 [processing] set window flags for modeler dialog 2014-01-02 14:33:42 +01:00
Salvatore Larosa
dd6dffcb89 [processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless 2014-01-02 14:33:06 +01:00
Alexander Bruy
77fb9a5492 [processing] refactored some helpre functions (contributed by Nathan Woodrow) 2013-12-29 14:35:11 +02:00
anitagraser
720871c154 undid changes to densify geometries 2013-12-28 14:02:06 +02:00
anitagraser
719f8d5200 allow float values in densify interval input field 2013-12-27 22:47:56 +02:00
Victor Olaya
52c59daad2 [processing] minor cosmetic change 2013-12-20 09:41:39 +01: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
24acebef41 indentation update 2013-12-17 17:03:54 +01:00
anitagraser
d13245190d attempt to fix http://hub.qgis.org/issues/9184 2013-12-13 22:37:28 +01:00
Alexander Bruy
e1186f164d [processing] explicitly set window flags for script editor 2013-12-05 09:45:49 +02:00
volaya
e1bce85357 Merge pull request #1003 from rduivenvoorde/processingtweaks
gui tweak: adding margin around processing dialogs
2013-11-27 02:06:45 -08:00
Juergen E. Fischer
f665ddc81d indentation update 2013-11-24 16:31:00 +01:00
Juergen E. Fischer
843504ed78 german translation update 2013-11-24 16:29:40 +01:00