jef
64919642a7
german translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13208 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-31 13:32:24 +00:00
cfarmer
67376a6ee9
Update to select by location tool: should run faster for large layers, and requires less memory. Should also fix #1669
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13205 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-30 22:01:01 +00:00
cfarmer
febbca5692
Adds 'merge shapes' tool to fTools (vector tools). Thanks to Alexander Bruy for the patch.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13204 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-30 20:37:55 +00:00
cfarmer
bb9a52a494
fixes issue with identical input CRSs, now asks if users wants to proceed anyway
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13152 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-23 23:26:23 +00:00
jef
364a099095
fix vector grid
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 13:24:35 +00:00
borysiasty
0adff9dbb0
plugin installer fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 21:35:23 +00:00
borysiasty
f534fbb491
Plugin Installer fix (prevent some depreciation warnings)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 16:18:22 +00:00
borysiasty
01fc3fb0b1
Patch #2422 applied
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-19 15:24:04 +00:00
cfarmer
4e23117f6c
Fixes error message for all Geoprocessing functions, now provides more useful information.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13040 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 19:50:09 +00:00
cfarmer
2033db16c9
Join attributes tool now supports both dbf and csv files. Uses OGR provider to read tabular information (a bit of a hack, but it seems to work).
...
Should be slightly faster, and more robust to different file encodings and formats...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13039 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 19:19:58 +00:00
cfarmer
19e7b9fcf9
Union now supports all vector data types. This has not been extensively tested, and may produce odd results in some cases.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 01:21:07 +00:00
cfarmer
24ba0309ff
Large commit with several related bug fixes:
...
1) All fTools functions should now add all layers to dropdowns (including non-visible layers),
2) All fTools functions should now be non-modal
3) Several fTools functions have been spead up slightly
4) Where possible, internal (cpp) functions have be used to replace older Python functions
5) Defining projections now also considers .qpj files
Fixes bugs #2502 and #2506 , and possibly others?
git-svn-id: http://svn.osgeo.org/qgis/trunk@13037 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 01:11:11 +00:00
cfarmer
63c36711a0
Uses spatial index to select intersecting features (used selections before). Tool should run faster and with fewer map canvas glitches.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13036 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 00:49:23 +00:00
cfarmer
cd23b747a9
Uses spatial index to select intersecting features (used selections before). Tools should both run faster and with fewer map canvas glitches.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13035 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 00:16:03 +00:00
cfarmer
fae4a08a8c
Uses Qt functions to determine output file name and path correctly (all? ftools output files should now be loaded with correct layer name). Fixes #2498 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13034 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-09 00:52:39 +00:00
cfarmer
1f0d1afa9a
Simplify geometry tool now works properly for multipart features. Note: tool now uses builtin simplify function from QgsGeometry (i.e. should be noticeably faster). Fixes #2493 and #2499 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13033 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-09 00:22:34 +00:00
cfarmer
1f1d648c49
Fixes bug which only computed the convex hull of features within the current extent (i.e. entire extent of layer is now used: as expected). Fixes #2507 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13032 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 23:59:40 +00:00
cfarmer
f60dda6be9
Fixes crash when 'use selected' checkbox is check but no features are selected. Fixes #2504 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13031 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 23:43:55 +00:00
cfarmer
428b72812b
Means for unique values now properly calculated. Fixes #2509 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13030 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 23:15:11 +00:00
cfarmer
7bfbb762eb
Basic statistics tool should no longer crash with PostGIS layers. Also adds support for varchar, char, and text fields (PostGIS layers). Should fix #2510
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13028 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 21:23:50 +00:00
cfarmer
f0e23e3e21
Names in dropdown lists are now correctly cleared when changing between layers. Fixes #2505
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13027 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 20:38:40 +00:00
cfarmer
1def2d3496
oops, didn't see patch, patch implementation more elegant (qt-ish), thanks alexbruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 20:25:51 +00:00
cfarmer
4fa5e8f07d
Adding projection information (prj-file) no longer throws an error if folder has cyrillics. Fixes #2501 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 20:19:04 +00:00
cfarmer
c902101fea
reactivate select by location progress bar. Fixes #2517 ; Thanks to alexbruy for the patch!
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 19:57:34 +00:00
cfarmer
005205d04b
Both tools now uses project crs instead of None (or input vector layer if selected in regular points). Fixes #2494 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 02:20:27 +00:00
cfarmer
3fa3d0021a
Vector grid tool now uses project crs instead of None. Fixes #2494 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13021 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 02:14:14 +00:00
cfarmer
31ce45e750
Removes limitation on maximum no of selectable features. Fixes #2503 . Patch thanks to alexbruy.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 02:08:14 +00:00
cfarmer
ebc2e6f72a
Updates distance matrix tool to allow non ascii characters in id fields. This is based on a workaround (from http://docs.python.org/library/csv.html ), as the default Python csv function(s) do not support nonascii characters. Fixes #2496
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 02:01:33 +00:00
cfarmer
196037ddb3
clean output proj file name, fixes : #2466
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12974 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-25 11:03:08 +00:00
jef
406fb6c927
fix crash when trying to reproject empty layers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12970 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-24 12:54:42 +00:00
cfarmer
780e280a9e
quick typo fix to join attribute tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12952 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-16 22:31:03 +00:00
cfarmer
f4acc0409e
update maximum grid spacing for regular points tool ( fixes #2404 ).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-07 12:43:33 +00:00
cfarmer
d8d35de5b3
check for both lower- and upper-case extensions ( fixes #2414 ), and clear field names upon update (fixes#2386).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-07 12:27:37 +00:00
cfarmer
e363dbf501
Fix bug with outdated name of QgsRectangle class (QgsRect)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-05 15:23:34 +00:00
jef
90fe58308b
ftools i18n update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-31 09:57:28 +00:00
borysiasty
4099c4aa8a
plugin installer update - fix #2247
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12621 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-26 23:37:48 +00:00
jef
e5cf709dd3
another round of typo fixes (and use color instead of colour - like Qt; no string updates)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12600 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-23 16:14:24 +00:00
wonder
bacd4feceb
Use fixed 2px pen width for rubber bands and vertex markers. (The previous default 10px was just too much)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12598 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-23 15:54:57 +00:00
wonder
5d700f8c4c
moved suggested osm tag keys and values to another file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12590 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-23 11:34:07 +00:00
jef
cbf1a50bd6
fix common typos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12528 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-20 12:29:07 +00:00
wonder
a8f7e81795
OSM: Upload only tag which are not marked as deleted. Fixes #2054 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12519 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-19 16:12:55 +00:00
wonder
8aa554d01e
OSM: small usability improvements in download dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12517 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-19 14:31:23 +00:00
borysiasty
5e25228b68
Plugin installer update - rest of the r12476
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12487 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 00:37:01 +00:00
borysiasty
a13ce52617
Plugin installer update: one-step plugin install and uninstall in QGIS>=1.4
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12476 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 17:47:00 +00:00
jef
47d6b52ded
activate help for attribute table, mapserver export and evis
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12457 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 21:50:16 +00:00
jef
48d5954f54
speed up geometry validation in fTools (self-intersection detection; fixes #2262 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12408 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-11 15:46:21 +00:00
rduivenvoorde
fe606b7436
changes needed to have a more intuitive way of choosing between: exporting the current loaded project, or a project browsed to by the user. Because postgis layers need more info (primary keys) we ask the user to load a project which holds postgis layers. But warn him if he cancelled.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12292 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-29 21:44:21 +00:00
gsherman
0fc6e31a02
Added AGG output format to mapserver export
...
Please enter the commit message for your changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12286 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-29 15:09:47 +00:00
jef
b426569724
fix #2056
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12283 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-29 12:29:00 +00:00
jef
0bdc395fc9
fix #2128
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12277 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-28 20:03:12 +00:00