6192 Commits

Author SHA1 Message Date
timlinux
8f263b9f7d Use rects for geometry tests rather than triangles
git-svn-id: http://svn.osgeo.org/qgis/trunk@8766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 21:37:40 +00:00
timlinux
ea2f7eafe4 updated raster unit test control images
git-svn-id: http://svn.osgeo.org/qgis/trunk@8765 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 17:20:03 +00:00
timlinux
eab25fb445 use correct geom type for Regression test 1141
git-svn-id: http://svn.osgeo.org/qgis/trunk@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 21:01:43 +00:00
timlinux
72c5978db1 Regression test for ticket #1141
git-svn-id: http://svn.osgeo.org/qgis/trunk@8762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:27:14 +00:00
timlinux
3f7541367a No need to debug out qgsappication vars - just call showSettings()
git-svn-id: http://svn.osgeo.org/qgis/trunk@8761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:24:49 +00:00
jef
821f888f7b fix #934
git-svn-id: http://svn.osgeo.org/qgis/trunk@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 18:40:26 +00:00
jef
f3f933d0d6 fix #1141 by fixing #1120 differently.
I still don't see why r8592 has an effect, except calling OSRImportFromProj4()
in locale "C".  Just setting LC_NUMERIC probably resolves the side effects
leading to #1141 without reopening #1120.

But there might be - even more subtle - side effects left - watch out.



git-svn-id: http://svn.osgeo.org/qgis/trunk@8759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 09:18:52 +00:00
timlinux
26833c5a3d Fix for ticket #1148 "GRASS Edit: can't modify Dynamic color"
git-svn-id: http://svn.osgeo.org/qgis/trunk@8758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 23:04:43 +00:00
timlinux
fa83596caf Fix for crash scenario: If the first thing you do in qgis is open grass layer, edit it using grass edit tools then return to work with a non grass layer and touch the canvas qgis crashes because mNonEditMapTool is not initialised.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8757 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:37:14 +00:00
timlinux
a702048784 Fix for ticket #1150, grass toolbox crashing in OS X
git-svn-id: http://svn.osgeo.org/qgis/trunk@8756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:16:47 +00:00
timlinux
312438401a Added a link to Marco Pasetti's web page describing msys build procedure
git-svn-id: http://svn.osgeo.org/qgis/trunk@8755 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 20:34:04 +00:00
timlinux
30c9aa0315 Fix for ticket #1149. At times the current row can be returned as -1 which will cause a crash if you try to fetch its display role.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 17:54:28 +00:00
mhugent
6972f69e68 Fix for bug #978, topological editing is already considered when generating QgsMapToolAddVertex::mRecentSnappingResults
git-svn-id: http://svn.osgeo.org/qgis/trunk@8753 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 16:14:33 +00:00
timlinux
159a004e88 Formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk@8752 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 15:06:39 +00:00
timlinux
ea0608338a Formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk@8751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 10:06:37 +00:00
timlinux
3009c0b96d Fixed gdal grass ubuntu package name
git-svn-id: http://svn.osgeo.org/qgis/trunk@8750 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 00:20:16 +00:00
timlinux
e7d62a2190 Applied Ticket #1049: python-site-packages-dir-0.9.1.patch
git-svn-id: http://svn.osgeo.org/qgis/trunk@8749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:11:50 +00:00
timlinux
ee275abfb5 I am commenting the ellipsoid check out for now because of ticket #1146
In 1.0.0 we should consider doing more sophisticated checks or just
removing this commented block entirely. It is possible to set the
parameters for the earths figure in ways other than using ellps (which
is a convenience function in proj). For example the radius and flattenning
can be specified and various other parameter permutations. See the proj
manual section entitled 'Specifying the Earths Figure' for more details.


git-svn-id: http://svn.osgeo.org/qgis/trunk@8748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:01:33 +00:00
timlinux
638b1788bf Applied changes from ticket #1108
git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 14:12:12 +00:00
timlinux
74a9502000 Formatting changes only for draw polygon routine
git-svn-id: http://svn.osgeo.org/qgis/trunk@8746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 11:05:44 +00:00
timlinux
5735d1a061 Code formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk@8745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:46:52 +00:00
timlinux
0dddb6d0bf Code formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk@8744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:37:11 +00:00
telwertowski
f068c2d05c Update Mac release scripts for 0.11.0.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 04:42:57 +00:00
timlinux
47fbc24fa1 Proving that my Polish is just as good as an other South Africans, I hereby declare ticket #927 fixed. Live long and prosper.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 22:13:40 +00:00
timlinux
51a26c26c5 Fix for #980 - remove dialogs after loading and saving styles
git-svn-id: http://svn.osgeo.org/qgis/trunk@8741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 21:50:48 +00:00
timlinux
014c185288 Simple formatting changes
git-svn-id: http://svn.osgeo.org/qgis/trunk@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:46:17 +00:00
timlinux
13cab55a5a Fix for ticket #1047
git-svn-id: http://svn.osgeo.org/qgis/trunk@8739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:41:42 +00:00
wonder
630e15b93b Fixed segfault when specified invalid field type to memory provider's addAttributes()
git-svn-id: http://svn.osgeo.org/qgis/trunk@8738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:10:32 +00:00
wonder
5bbcd70c64 added missing implementations for changeAttributeValues, changeGeometryValues
git-svn-id: http://svn.osgeo.org/qgis/trunk@8737 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:05:11 +00:00
wonder
4a28f76aa4 Made setGeometry() argument const.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:03:09 +00:00
rduivenvoorde
6954c1a176 fix for #1139 wrong qgis-user-mailinglist-url in Help/About box
git-svn-id: http://svn.osgeo.org/qgis/trunk@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:45:42 +00:00
rduivenvoorde
072a767bb3 trivial change to test commit access
git-svn-id: http://svn.osgeo.org/qgis/trunk@8734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:31:41 +00:00
timlinux
b627e2c8af fix divide by zero bug in quickprint. Fix issue preventing quickprint test from running
git-svn-id: http://svn.osgeo.org/qgis/trunk@8733 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:15:38 +00:00
timlinux
2e924199aa Updated control images for small differences in rendering with renderer context merge
git-svn-id: http://svn.osgeo.org/qgis/trunk@8732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 09:54:15 +00:00
ersts
0f0c711050 -The default contrast enhancement type when no qsetting value is present (i.e., user override) was incorrectly set to when this functionality was added in revision 8398
git-svn-id: http://svn.osgeo.org/qgis/trunk@8731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 02:03:35 +00:00
dassau
038dd10280 fixed wrong polish translation #1144
git-svn-id: http://svn.osgeo.org/qgis/trunk@8728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 11:55:34 +00:00
wonder
9cfa4d82a4 updated bindings from changes in r8709
git-svn-id: http://svn.osgeo.org/qgis/trunk@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 11:44:41 +00:00
timlinux
6aaccbdb41 Updated INSTALL docs for 0.11.0 release
git-svn-id: http://svn.osgeo.org/qgis/trunk@8726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:13:28 +00:00
timlinux
a6eb5e38b0 updated whats new in application about box
git-svn-id: http://svn.osgeo.org/qgis/trunk@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:08:55 +00:00
timlinux
db18654aa3 uncommented mGlobalSRS that was causing build error
git-svn-id: http://svn.osgeo.org/qgis/trunk@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:08:04 +00:00
timlinux
4a7dad9de9 Updated version number, requirements and whats new
git-svn-id: http://svn.osgeo.org/qgis/trunk@8723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:24:10 +00:00
timlinux
c3d5a619ca Forgot to mention qml support updates in changelog
git-svn-id: http://svn.osgeo.org/qgis/trunk@8722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:18:37 +00:00
timlinux
9112b0960a Updated changelog for 0.11.0 release
git-svn-id: http://svn.osgeo.org/qgis/trunk@8721 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:16:46 +00:00
mhugent
9eca6b7c93 New srs.db and code changes to save settings by proj4 string instead of qgis srsid number
git-svn-id: http://svn.osgeo.org/qgis/trunk@8720 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 07:40:10 +00:00
telwertowski
25895d0269 Reverse true/false clause in setColumnReadOnly; it was implemented reversed in r8406. This fix prevents modification of the id column.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8719 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 02:25:54 +00:00
timlinux
797ff2c7fa Use qgisapp path properly for quickprint test too
git-svn-id: http://svn.osgeo.org/qgis/trunk@8718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-06 22:39:11 +00:00
timlinux
786ca98eea Last tweak for app test to compile & work
git-svn-id: http://svn.osgeo.org/qgis/trunk@8717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-06 22:21:56 +00:00
timlinux
a0adb75823 Fixed incorrectly name method in app test
git-svn-id: http://svn.osgeo.org/qgis/trunk@8716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-06 22:15:02 +00:00
timlinux
0888e99a8c Updates so that paths are correctly set based on changes in
qgisapplication



git-svn-id: http://svn.osgeo.org/qgis/trunk@8715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-06 22:04:28 +00:00
timlinux
ada4534450 Use new mechanism to find path. Test still fails due to small differences in rendered output
git-svn-id: http://svn.osgeo.org/qgis/trunk@8714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-06 11:46:51 +00:00