9164 Commits

Author SHA1 Message Date
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
borysiasty
d22016dbbd translation update: pl from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@13029 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 22:40:39 +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
jef
0e72bcbbf0 [FEATURE] support NULL values in search strings (fixes #2533)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 17:51:23 +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
jef
e41bb3466b fix #2523
git-svn-id: http://svn.osgeo.org/qgis/trunk@13018 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-08 00:24:35 +00:00
jef
a39de09cca fix #2526
git-svn-id: http://svn.osgeo.org/qgis/trunk@13017 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-07 21:37:34 +00:00
jef
c0d78c1672 fix #2516
git-svn-id: http://svn.osgeo.org/qgis/trunk@13016 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-07 18:14:35 +00:00
borysiasty
23ed0fefc4 translation update: pl from QMilena
git-svn-id: http://svn.osgeo.org/qgis/trunk@13015 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-07 17:34:24 +00:00
jef
b0a9d99453 fix #2511
git-svn-id: http://svn.osgeo.org/qgis/trunk@13014 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-07 17:34:20 +00:00
jef
3e339396a1 fix #2512
git-svn-id: http://svn.osgeo.org/qgis/trunk@13013 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-07 16:19:34 +00:00
mhugent
0bc387060b Added a slightly faster zonal statistics method (but still not as fast as it could be)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13012 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-06 16:10:32 +00:00
macho
f921dc43ff just optical changes in the aboutbox (bug?fixes)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13011 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-06 13:49:55 +00:00
jef
5faa091d36 fix combobox order for attribute actions
git-svn-id: http://svn.osgeo.org/qgis/trunk@13010 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 18:23:04 +00:00
jef
4ae4e8806a fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@13009 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 15:26:53 +00:00
jef
82a9fa1b61 another fix for Qt with CMake 2.6
git-svn-id: http://svn.osgeo.org/qgis/trunk@13008 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 15:22:21 +00:00
macho
a0e2f6318c translation update: ja by Yoichi
git-svn-id: http://svn.osgeo.org/qgis/trunk@13007 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 13:07:52 +00:00
jef
95b23701d7 fix Qt test for CMake 2.6
git-svn-id: http://svn.osgeo.org/qgis/trunk@13006 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 12:49:28 +00:00
mhugent
3249d776fd Update sip file for qgspoint
git-svn-id: http://svn.osgeo.org/qgis/trunk@13005 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 12:28:08 +00:00
mhugent
058bb45710 Move distanceSquaredPointToSegment(...) from QgsGeometry to QgsPoint
git-svn-id: http://svn.osgeo.org/qgis/trunk@13004 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 12:14:41 +00:00
rblazek
ad7b800874 prepend / to path on win
git-svn-id: http://svn.osgeo.org/qgis/trunk@13003 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 12:08:32 +00:00
rblazek
0880ab8d94 set GRASS_HTML_BROWSER to qgis.g.browser on win
git-svn-id: http://svn.osgeo.org/qgis/trunk@13002 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 11:02:18 +00:00
rblazek
1ac0bf8ba1 +putEnv
git-svn-id: http://svn.osgeo.org/qgis/trunk@13001 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 11:01:30 +00:00
rblazek
7bf837c702 use forward slashes in GISBASE on win
git-svn-id: http://svn.osgeo.org/qgis/trunk@13000 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-05 09:32:53 +00:00
rblazek
29a658ba65 set color scheme to black / yellow
git-svn-id: http://svn.osgeo.org/qgis/trunk@12999 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-04 19:06:59 +00:00
kyngchaos
7e9f237c60 attr editor to gui (r12997)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12998 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-04 14:34:45 +00:00
mhugent
5ea14878db move attribute editor class from app to gui
git-svn-id: http://svn.osgeo.org/qgis/trunk@12997 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-04 08:56:07 +00:00
rblazek
0b94e8249e patches #2438 by lutra
git-svn-id: http://svn.osgeo.org/qgis/trunk@12996 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-03 20:00:59 +00:00
rblazek
9f4891050e do not run Init.sh in terminal, GRASS is already started if QGIS is run from GRASS shell or everything is set by QgsGrass::openMapset
git-svn-id: http://svn.osgeo.org/qgis/trunk@12995 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-03 19:17:30 +00:00
macho
3ae853259c translation update: hr by Zoran - with many thanks for his presentation
of QGIS at 4th Croatian Cadastrial Congress


git-svn-id: http://svn.osgeo.org/qgis/trunk@12994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-03 15:12:30 +00:00
mhugent
986afe675f BBOX option for wfs
git-svn-id: http://svn.osgeo.org/qgis/trunk@12993 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-03 12:52:29 +00:00
wonder
cff9617279 PyQGIS: Fixed splitGeometry() method
git-svn-id: http://svn.osgeo.org/qgis/trunk@12992 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-02 20:54:28 +00:00
wonder
c4cb0d3e4c Make sure the user has Qt 4.4 or better, check whether all necessary Qt modules are present.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12991 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-02 08:55:54 +00:00
macho
bfe4e780ce translation update: string update for March 2010
git-svn-id: http://svn.osgeo.org/qgis/trunk@12990 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-01 22:56:13 +00:00
jef
730fd21615 update german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@12989 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-01 21:37:58 +00:00
macho
663f9d83b8 translation update: greek by mike
git-svn-id: http://svn.osgeo.org/qgis/trunk@12988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-01 19:48:51 +00:00
jef
d7ee538ef2 fix crash
git-svn-id: http://svn.osgeo.org/qgis/trunk@12987 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-01 15:53:12 +00:00
macho
81e691e995 translation update: monthly string update and new .jp file
git-svn-id: http://svn.osgeo.org/qgis/trunk@12986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-01 07:52:20 +00:00
timlinux
5ea82d0f10 UI Tidy ups
git-svn-id: http://svn.osgeo.org/qgis/trunk@12981 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-27 18:48:10 +00:00
timlinux
289d558a82 New splash for tethys (1.5)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-27 17:19:14 +00:00