6162 Commits

Author SHA1 Message Date
timlinux
928d63c78c Replaced QgisAppInterface::getToolBox() with QgisAppInterface::addDockWidget and updated dependent code & python bindings. Note you may need to do a clean build after this commit for python bindings to build ok. The toolbox was removed in 0.11.0 and so the old getToolBox call was broken - this provides a replacement for that functionality.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8774 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 20:19:52 +00:00
timlinux
2503ea1e7a Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 13:55:18 +00:00
timlinux
1fee765514 Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-14 13:16:13 +00:00
timlinux
506ba98c93 Rolled back r8764 - as per Peter Ersts request we will leave raster unit test failing for the release until we have explained the small differences in raster rendering between 0.10.0 and 0.11.0
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 23:18:10 +00:00
timlinux
a02ec68da1 Fixed qgsgeometry test so that it passes:
- clear member vars between each test
 - added some geometry dump helpers
 - generally neatened up unit test implementation



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 23:07:11 +00:00
timlinux
e0d68767aa Use rects for geometry tests rather than triangles
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 21:37:40 +00:00
timlinux
7241968524 updated raster unit test control images
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8765 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-13 17:20:03 +00:00
timlinux
9be215b620 use correct geom type for Regression test 1141
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 21:01:43 +00:00
timlinux
3b86e82265 Regression test for ticket #1141
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:27:14 +00:00
timlinux
e6d6bbdb93 No need to debug out qgsappication vars - just call showSettings()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 20:24:49 +00:00
jef
12726ccb40 fix #934
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 18:40:26 +00:00
jef
b7ee1e84c7 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/qgis@8759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-12 09:18:52 +00:00
timlinux
cbd66d3aa5 Fix for ticket #1148 "GRASS Edit: can't modify Dynamic color"
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 23:04:43 +00:00
timlinux
40f9ccabf9 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/qgis@8757 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:37:14 +00:00
timlinux
5e3c9676e6 Fix for ticket #1150, grass toolbox crashing in OS X
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 21:16:47 +00:00
timlinux
9197eaedd1 Added a link to Marco Pasetti's web page describing msys build procedure
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8755 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 20:34:04 +00:00
timlinux
154bb2f2db 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/qgis@8754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 17:54:28 +00:00
mhugent
93a070847e Fix for bug #978, topological editing is already considered when generating QgsMapToolAddVertex::mRecentSnappingResults
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8753 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 16:14:33 +00:00
timlinux
ddc86a15e6 Formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8752 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 15:06:39 +00:00
timlinux
5e59386734 Formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 10:06:37 +00:00
timlinux
4bbbcf767c Fixed gdal grass ubuntu package name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8750 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-11 00:20:16 +00:00
timlinux
bec1f5e59e Applied Ticket #1049: python-site-packages-dir-0.9.1.patch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:11:50 +00:00
timlinux
e351f8816f 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/qgis@8748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-10 09:01:33 +00:00
timlinux
d8fcb63e24 Applied changes from ticket #1108
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 14:12:12 +00:00
timlinux
c5fb9f5b5f Formatting changes only for draw polygon routine
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 11:05:44 +00:00
timlinux
f36385b0ae Code formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:46:52 +00:00
timlinux
14f861c2b7 Code formatting changes only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 10:37:11 +00:00
telwertowski
b9726a2ddc Update Mac release scripts for 0.11.0.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-09 04:42:57 +00:00
timlinux
fa5b20389b 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/qgis@8742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 22:13:40 +00:00
timlinux
3a2a9b9ca8 Fix for #980 - remove dialogs after loading and saving styles
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 21:50:48 +00:00
timlinux
441758cf20 Simple formatting changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:46:17 +00:00
timlinux
488aee5bd0 Fix for ticket #1047
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 20:41:42 +00:00
wonder
a69e63cfd4 Fixed segfault when specified invalid field type to memory provider's addAttributes()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:10:32 +00:00
wonder
dbbbaaf291 added missing implementations for changeAttributeValues, changeGeometryValues
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8737 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:05:11 +00:00
wonder
c638e6a833 Made setGeometry() argument const.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 14:03:09 +00:00
rduivenvoorde
e6fc5e7d38 fix for #1139 wrong qgis-user-mailinglist-url in Help/About box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:45:42 +00:00
rduivenvoorde
9cf1e01c47 trivial change to test commit access
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:31:41 +00:00
timlinux
cceb43b479 fix divide by zero bug in quickprint. Fix issue preventing quickprint test from running
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8733 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 10:15:38 +00:00
timlinux
7f8cf50209 Updated control images for small differences in rendering with renderer context merge
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 09:54:15 +00:00
ersts
f52bddf362 -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/qgis@8731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-08 02:03:35 +00:00
dassau
301a37f263 fixed wrong polish translation #1144
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 11:55:34 +00:00
wonder
bb636b57d7 updated bindings from changes in r8709
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 11:44:41 +00:00
timlinux
71ac6c1175 Updated INSTALL docs for 0.11.0 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:13:28 +00:00
timlinux
4fc62cdbd3 updated whats new in application about box
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:08:55 +00:00
timlinux
4957f0b6e9 uncommented mGlobalSRS that was causing build error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 10:08:04 +00:00
timlinux
1638d39a37 Updated version number, requirements and whats new
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:24:10 +00:00
timlinux
b2f0f0fc2a Forgot to mention qml support updates in changelog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:18:37 +00:00
timlinux
1e6c7ab19c Updated changelog for 0.11.0 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8721 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 08:16:46 +00:00
mhugent
842f3ea89d 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/qgis@8720 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 07:40:10 +00:00
telwertowski
c7a9460bc6 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/qgis@8719 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-07-07 02:25:54 +00:00