380 Commits

Author SHA1 Message Date
Martin Dobias
8eab61d9a0 Fix #12215 - missing icons in fTools and GdalTools 2015-02-17 17:24:57 +07:00
Martin Dobias
53f5349fc4 Fix typo 2015-02-12 10:47:03 +07:00
Martin Dobias
059fd2c461 Fix #11724 - do to not add extra geometries in union (ftools + processing) 2015-02-12 10:39:08 +07:00
Martin Dobias
dc156c8d79 Fix #12154 - select by location not working when A covers B
The combination of touches+overlaps+contains is not enough if input layer
(where selection should be done) is completely within selection layer.

I have reintroduced "intersects" predicate and made it default.

The processing toolbox has an improved (fixed?) version but fTools
were not adapted at the same time
2015-02-10 13:06:53 +07:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Richard Duivenvoorde
b1b3614fea changing fieldnames from xmin to x_min
xmin and ymin are resevered fieldnames in Postgis, so better not
use these field names. Because this makes it impossible to create
a vector grid and transfer it to Postgis
2015-01-23 10:57:35 +01:00
Juernjakob Dugge
03faafa4a2 Make the "Merge shapefiles" tool correctly handle features without geometries. 2014-11-23 10:23:57 +01:00
Juergen E. Fischer
f09708004e ftools: field uniqueness fix (fixes #11523) 2014-10-30 22:31:45 +01:00
Juergen E. Fischer
82b6e0342a cosmetic cleanups, typo fixes, formatting 2014-10-21 01:33:20 +02:00
Nyall Dawson
9bc7eca7b2 Cleanup action text
Make sure all actions use standard capitalization and ... suffixes when
required. Add missing menu key shortcuts to composer actions.
2014-10-20 17:26:01 +11:00
DelazJ
23eff1f8ca Add by default the result file to the map canvas 2014-08-21 14:27:29 +02:00
DelazJ
14741e602e Add by default the result file to the map canvas 2014-08-21 14:26:55 +02:00
DelazJ
98bfaa8d58 Add by default the result file to the map canvas 2014-08-21 14:25:08 +02:00
DelazJ
cffdd222b5 Add by default the result file to the map canvas 2014-08-21 14:24:21 +02:00
DelazJ
cebd55c16d Add by default the result file to the map canvas 2014-08-21 14:23:09 +02:00
DelazJ
20ee96f2bf Add by default the result file to the map canvas 2014-08-21 14:15:50 +02:00
DelazJ
9a684409ff Add by default the result file to the map canvas 2014-08-21 14:05:42 +02:00
DelazJ
f0a22fba53 Add by default the result file to the map canvas 2014-08-21 14:01:20 +02:00
DelazJ
2e610bcf4a Add by default the result file to the map canvas 2014-08-21 13:59:52 +02:00
DelazJ
720f2de747 Add by default the result file to the map canvas 2014-08-21 13:53:25 +02:00
DelazJ
de91ea08e3 Add by default the result file to the map canvas 2014-08-21 13:52:31 +02:00
DelazJ
b29af4005b Add by default the result file to the map canvas 2014-08-21 13:51:06 +02:00
DelazJ
580dd9433f Add by default the result file to the map canvas 2014-08-21 13:49:24 +02:00
DelazJ
db34678abc Add by default the result file to the map 2014-08-21 13:47:15 +02:00
DelazJ
7464a4c044 Update frmEliminate.ui 2014-08-21 13:37:25 +02:00
Juergen E. Fischer
8871be0afa indentation update 2014-07-02 07:46:03 +02:00
alexbruy
dd4c1d1049 Merge pull request #1495 from giohappy/new_operators_dospatialjoin
Add fine grain control over select by location tools
2014-07-01 15:40:07 +03:00
giohappy
35eb5f604d Improved select by location 2014-06-30 19:13:34 +02:00
Juergen E. Fischer
36b4f1689d remove executable bit from not executable files 2014-06-29 22:02:13 +02:00
Juergen E. Fischer
08cd87be44 processing: (redundant) translation string fixes 2014-06-20 09:58:53 +02:00
Martin Dobias
fc8d07ee24 Fix #10475 (symmetrical difference behaves like difference) 2014-06-12 16:23:24 +07:00
Alexander Bruy
23900ba55d follow up e4f410b58 2014-04-26 19:20:40 +03:00
Alexander Bruy
48b9ccbc69 [ftools] use int column for point count (fix #9432) 2014-03-26 21:00:29 +02: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
7c2038d4bc fix #9838 2014-03-24 19:45:41 +02: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
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
Martin Dobias
408e2b7a12 Fix #8864 (Random selection with subsampling broken) 2014-02-07 16:19:29 +07:00
Matthias Kuhn
e4f410b589 [ftools] S'part to M'part with non-string columns and NULL values
Fix #8625
2014-01-30 23:59:31 +01:00
Salvatore Larosa
2feacbcdfc [ftools] avoid trivial error for Random selection tool 2013-12-02 08:05:06 +01:00
Radim Blazek
d334b46174 give objectName to fTools menus and actions to allow customisation, see #9134 2013-11-29 09:44:05 +01:00
Salvatore Larosa
fb4409b24e [ftools] fixes #8988 2013-11-03 15:05:11 +01:00
Salvatore Larosa
1deaeb0f7a [ftools] disable add to canvas checkbox ìf out file is not selected 2013-11-03 15:04:46 +01:00
Juergen E. Fischer
51297d5990 indentation update (note to self: always run scripts/prepare-commit.sh before committing) 2013-09-17 12:41:43 +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
Juergen E. Fischer
668a44f81a indentation update 2013-09-03 21:59:14 +02:00