1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-15 00:04:37 -04:00

68 Commits

Author SHA1 Message Date
Minoru Akagi
b14ffb7c1e fTools/union: fix output attribute shift 2013-08-31 13:45:29 +09:00
Daniel Vaz
0523e8984c Partial fix 2013-07-22 22:20:45 -03:00
Nathan Woodrow
8d75f8e3e7 Merge pull request from ddanielvaz/fix-7620
Fix 
2013-07-16 16:21:42 -07:00
Daniel Vaz
cf0676ca86 Fix 2013-07-16 20:14:06 -03:00
Daniel Vaz
d476aed464 Fix 2013-07-14 16:55:58 -03:00
Nathan Woodrow
f6c057e5c3 Merge pull request from minorua/ftools
fTools fixes
2013-07-13 21:10:51 -07:00
Daniel Vaz
522aecc0f9 Fix 2013-07-11 19:18:35 -03:00
Minoru Akagi
6088fd713e fTools: fix geoprocessing (fix ) 2013-07-11 15:20:16 +09:00
Minoru Akagi
8ae64b438e fTools: remove unnecessary checks on output field names (fix ) 2013-07-10 22:01:40 +09:00
Matthias Kuhn
e3608db6a2 [ftools] More SIP API updates 2013-06-16 14:21:32 +02:00
Alexander Bruy
a75563f299 more SIP updates for fTools 2013-06-03 16:16:04 +04:00
Alexander Bruy
d3d51820e3 more api updates in fTools (still incomplete) 2013-05-31 14:57:34 +04:00
Juergen E. Fischer
db1d6ab67d fix ftools union 2013-04-04 19:31:12 +02:00
Juergen E. Fischer
8f25bcfd20 fix 2013-02-18 00:27:30 +01:00
Juergen E. Fischer
d8ec492dec fix and 2013-02-17 22:21:34 +01:00
Juergen E. Fischer
ddaded8ebb fix 2013-02-17 11:10:48 +01:00
Juergen E. Fischer
76d1403ebb ftools api updates 2013-02-07 00:31:34 +01:00
Juergen E. Fischer
7f7b5dd63e more fTools api updates 2013-02-03 21:18:39 +01:00
Juergen E. Fischer
2a2d9444cf more api updates in ftools 2013-02-02 17:51:02 +01:00
Juergen E. Fischer
2f23b1e83b first take on porting ftools to vector iterator api 2013-02-01 01:04:21 +01:00
sanak
05aca2b695 add line layer support for dissolve function. 2012-11-09 20:50:12 +09:00
Alexander Bruy
297c8aaa33 fix 2012-10-18 18:44:12 +03:00
coyotte508
dceefca2a8 Improved dissolve per field-value 2012-06-15 18:27:52 +02:00
Salvatore Larosa
df79503cae fix 2012-05-26 14:27:48 +02:00
Alexander Bruy
f998a44a31 some fixes in geoprocessing tools (hope this will fix database support) 2012-05-23 19:52:54 +03:00
Alexander Bruy
7200ea23f1 make Clip tool work with SpatiaLite layers (fix ) 2012-05-23 16:38:53 +03:00
Alexander Bruy
53cd1d44a0 make Dissolve tool work with SpatiaLite (addresses ) 2012-05-23 16:25:04 +03:00
Alexander Bruy
049f5ca83a fix . Patch submitted by Salvatore Larosa, thanks! 2012-05-22 14:22:26 +03:00
Alexander Bruy
a76d629f19 Revert last commit
This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9.
2012-05-22 14:16:10 +03:00
Alexander Bruy
5cb6dd7c0b store geometries from GeometryCollection in list 2012-05-22 13:38:40 +03:00
Alexander Bruy
4c066e4ce2 partial fix for from Salvatore Larosa (slightly modified) 2012-05-21 21:24:14 +03:00
Juergen E. Fischer
c25ae5635c even more font propagation 2012-01-26 00:54:56 +01:00
VKa
0498c95546 Fix Union tool to produce correct attribute table (fix ) 2012-01-11 14:51:57 +02:00
Alexander Bruy
81346a4ebe remove some debug output from fTools 2011-12-09 17:18:04 +02:00
Alexander Bruy
33b7e314bc [BACKPORT] Union and Symetrical difference works only on whole layer 2011-11-12 22:16:50 +02:00
Alexander Bruy
7cd2850da5 [BACKPORT] fix holes in Union output (fix ) 2011-11-12 22:12:56 +02:00
Alexander Bruy
d3fe1941fd [BACKPORT] fTools: update layers lists after adding new layer to TOC (fix ) 2011-11-12 13:05:27 +02:00
Alexander Bruy
c1050fee68 [BACKPORT] remove executable flag from fTools sources 2011-11-12 12:57:35 +02:00
cfarmer
c08e1a424f dummy commit to reflect changes to address : writing output with conflicting field names now handled gracefully by writer (or caught ahead of time by fTools)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15385 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-08 00:09:39 +00:00
cfarmer
b4880375ed python/plugins/fTools/tools/doJoinAttributes.py
python/plugins/fTools/tools/frmJoinAttributes.ui
python/plugins/fTools/tools/doReProject.py
python/plugins/fTools/tools/frmReProject.ui
python/plugins/fTools/ftools_help.xsl
python/plugins/fTools/doAbout.py
python/plugins/fTools/frmAbout.ui
python/plugins/fTools/__init__.py
python/plugins/fTools/CMakeLists.txt
python/plugins/fTools/fTools.py
python/plugins/fTools/ftools_help.xml


git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-07 23:29:15 +00:00
cfarmer
faa3eb8356 updates to union tool: more checks on GEOS processing; when geometry collection created, take only relevant geometries; should address (and possibly ); also adds ability to run almost all geoprocessing tools on almost all geometry types
git-svn-id: http://svn.osgeo.org/qgis/trunk@14537 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-08 23:17:19 +00:00
jef
d61b908071 fix some typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-10 20:18:41 +00:00
cfarmer
76d2a8fd4e adds spin box to choose the number of nodes to approximate a circle for the buffer tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@13729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-13 22:46:00 +00:00
cfarmer
31817beb09 More specific warnings for geoprocessing tools when missing crs are detected. Addresses .
git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 16:26:11 +00:00
jef
dfcc09f12d fix ftools typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 11:19:13 +00:00
cfarmer
f4760f23bf New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes , , and . Another great patch from alexbruy :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:55:59 +00:00
jef
832aa5f402 fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@13401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-27 00:28:53 +00:00
cfarmer
2949ffdc51 Checks for long field names and warns when this will be a problem. Patch from Alex.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-22 17:47:02 +00:00
cfarmer
ed9fd1201e Restore previous version of dissolve function (previous changes should not have been commited yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13315 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:45:38 +00:00
cfarmer
a44c1bfefa Adds validators for numeric input text edits. Patch supplied by Alexander Bruy
git-svn-id: http://svn.osgeo.org/qgis/trunk@13312 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:24:02 +00:00