Alexander Bruy
05ce12062c
[processing] show confirmation when closing modeler with unsaved model
...
(fix #9889 )
2014-03-26 16:53:13 +02:00
Victor Olaya
b74cb427de
[processing] improved algorithm filtering in toolbox
2014-03-26 14:57:10 +01:00
Victor Olaya
eb360e0b37
[processing] fixed display ad handling of optional table fields in parameters panel
2014-03-26 14:57:09 +01:00
Alexander Bruy
cbeb5288b5
[processing] add Buffer option to Voronoi polygons tool ( fix #7661 )
2014-03-26 15:21:13 +02:00
Alexander Bruy
024f6a12f3
[processing] fix handling of optional string arguments ( fix #9109 , 9120)
2014-03-26 15:04:21 +02:00
Victor Olaya
92ee039f10
[processing] added drag&drop support in modeler
2014-03-26 13:38:07 +01:00
volaya
36bd2d000a
Merge pull request #1235 from m-kuhn/httplib
...
Add new CMake option: WITH_INTERNAL_HTTPLIB (default True)
2014-03-26 11:29:30 +01:00
Alexander Bruy
a93bef43d3
[processing] remove shebangs from SAGA helpers ( fix #9669 )
2014-03-26 11:38:33 +02:00
Victor Olaya
0d63635133
[processing]do not rebuild thhe whole toolbox tree when filtering or updating
2014-03-26 10:23:07 +01: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
3b7b2b4528
Merge pull request #1134 from CS-SI/otb_processing_update
...
OTB processing update
2014-03-25 17:49:01 +01: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
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
90f012d5cc
[ftools] increase maximum number of points for regular points tool
2014-03-24 20:36:46 +02:00
Alexander Bruy
d9bed41866
remove extra spaces from message text ( fix #7648 )
2014-03-24 20:18:45 +02: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
7c2038d4bc
fix #9838
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
Larry Shaffer
073dbf1748
Fix #9704 , GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type
2014-03-08 16:56:22 -07:00
Mathieu Pellerin (nirvn)
0e907298de
[ftools] fix random points tool not recognizing memory layer integer column ( fix #9695 )
2014-02-26 14:03:56 +07:00
Matthias Kuhn
f9e0093ce7
[fTools] Spatial join aggregates: handle NULL values
2014-02-23 10:39:14 +01:00
Juergen E. Fischer
5cd53dd28e
dbmanager versioning: use lower case 'sql' language ( fixes #9434 )
2014-02-18 17:45:20 +01:00
Martin Dobias
8e330e3ad4
[processing] Fix Qt warnings when opening config dialog
2014-02-13 13:25:44 +07:00
Martin Dobias
3a8770e71e
Merge remote-tracking branch 'slarosa/fix_9328'
2014-02-13 12:25:46 +07:00
Juergen E. Fischer
57dd8779ac
dbmanager: fix 'load as new layer' ( fixes #9548 )
2014-02-13 00:00:25 +01:00
Salvatore Larosa
c060164bca
[processing] fixes #9328 :
...
addressed: http://hub.qgis.org/issues/9328
2014-02-12 18:58:22 +01:00
Martin Dobias
6b74feed5c
[db manager] Also removed completer.py file and its imports
2014-02-11 19:26:44 +07:00
Alexander Bruy
83baa914bd
[db manager] use QScintilla for SQL window
2014-02-11 13:10:15 +02:00
Martin Dobias
c465c9f03d
Fix #8434 (join by spatial location locks up QGIS)
...
By caching the features of the provider in the inner loop, there is
a considerable speedup (compared to doing millions of queries)
2014-02-10 14:47:51 +07:00
Sandro Santilli
0d4968c80a
Fix type of "face_seed" layer in TopoViewer
2014-02-09 21:42:12 +01:00
Juergen E. Fischer
780443e200
indentation update
2014-02-09 11:26:56 +01:00
Sandro Santilli
02409e9901
Pass extent of loaded views to the provider via URI
...
Completes the speed up loading of view layers in TopoViewer.
Finally and definitely fixes #9510 .
NOTE: the commit also adds a layer for face's MBR, which serves
the purpose (among others) to allow for easy computing extent.
2014-02-08 19:25:04 +01:00