593 Commits

Author SHA1 Message Date
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
21a8a9e4f3 Much faster centroid computation, and simplified code. Also adds Alexander Bruy as fTools contributor.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13314 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:29:39 +00:00
cfarmer
71a9f815a5 Ensures that field names for output shapefiles remain less than 10 chars. Patch contributed by Alexander Bruy
git-svn-id: http://svn.osgeo.org/qgis/trunk@13313 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:27:11 +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
mhugent
f930a163df Remember last annotation form for a layer and store it in project
git-svn-id: http://svn.osgeo.org/qgis/trunk@13291 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-09 07:42:30 +00:00
borysiasty
d037836c4e apply patch #1743 from jctull
git-svn-id: http://svn.osgeo.org/qgis/trunk@13278 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-07 18:09:38 +00:00
jef
f2717b806f fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@13269 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 22:25:12 +00:00
jef
d975c897f3 [FEATURE] legend interface added to retrieve layers in legend order (supplied by Maxim Dubinin)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13264 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 16:12:39 +00:00
timlinux
ba731579d7 Fixed a crash in the plugin that occurs when the epsg code for a web section cannot be parsed
git-svn-id: http://svn.osgeo.org/qgis/trunk@13263 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 15:08:37 +00:00
timlinux
243e766423 Fixed a crash in the plugin that occurs when the epsg code for a layer cannot be parsed
git-svn-id: http://svn.osgeo.org/qgis/trunk@13262 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-06 15:00:55 +00:00
jef
e1d82b1a82 spatialite improvements:
- support geometry column name
- remove unnecessary id field
- fix windows build
- better identifier quoting and utf-8 support
- update python binding
- fix some translation strings



git-svn-id: http://svn.osgeo.org/qgis/trunk@13250 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-05 17:16:25 +00:00
wonder
610f356975 [FEATURE] support for custom plugin directories using QGIS_PLUGINPATH environment variables.
More paths can be passed, separated by semicolon. Patch from Chris Crook (#2608), slightly modified.


git-svn-id: http://svn.osgeo.org/qgis/trunk@13236 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-04 10:30:40 +00:00
mhugent
8ee2e3cea0 Make default svg path configurable for third party apps
git-svn-id: http://svn.osgeo.org/qgis/trunk@13217 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-01 08:06:19 +00:00
wonder
581b6e2b73 dummy change in CMakeLists in fTools to trigger update of list of the files
git-svn-id: http://svn.osgeo.org/qgis/trunk@13214 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-31 17:17:18 +00:00
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
mhugent
c0a4ee3951 Move annotation items and widgets from gui to app
git-svn-id: http://svn.osgeo.org/qgis/trunk@13190 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 13:16:08 +00:00
mhugent
7ba75be847 [FEATURE]: text and form annotation tools are now in gui and app
git-svn-id: http://svn.osgeo.org/qgis/trunk@13189 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 12:11:48 +00:00
wonder
26f4b4513e Added missing method advancedDigitizeToolBar() in qgis interface.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13175 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-27 18:19:19 +00:00
wonder
19b1bc77ac Applied patch from #2582.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13174 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-27 17:52:01 +00:00
jef
ae3d122853 [FEATURE] allow saving vector layers as ogr vector files
git-svn-id: http://svn.osgeo.org/qgis/trunk@13169 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-27 00:38:59 +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
mhugent
c1ca74c830 don't forget the python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@13136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-21 21:27:20 +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
e5fb2d37e1 better names for plugin help files: index-ll_CC.html or index-ll.html
git-svn-id: http://svn.osgeo.org/qgis/trunk@13100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 09:50:58 +00:00
borysiasty
515393ea81 new utils.showPluginHelp() method - patch #2562 by ccrook applied
git-svn-id: http://svn.osgeo.org/qgis/trunk@13097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-20 09:23:38 +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
mhugent
d14a5e643a Apply patch #2452 (save as vector)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-18 22:24:18 +00:00
wonder
24b1c0b14e Added missing QgsGeometry::contains predicate.
Contributed by Jeremy Palmer (#2560).


git-svn-id: http://svn.osgeo.org/qgis/trunk@13065 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-17 09:25:55 +00:00
jef
b4f124b181 followup r13013 and implement #2539
git-svn-id: http://svn.osgeo.org/qgis/trunk@13055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-15 00:40:27 +00:00
borysiasty
c577cfbfa8 [FEATURE] Applied patch #2541 - initial implementing the canBeUninstalled python plugin method
git-svn-id: http://svn.osgeo.org/qgis/trunk@13050 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-12 07:58:48 +00:00
jef
4852ceb147 apply #2460 (slightly modified). Thanks Jeremy Palmer.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-10 23:58:48 +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