5625 Commits

Author SHA1 Message Date
homann
d49ca2038d More translation clean-ups
git-svn-id: http://svn.osgeo.org/qgis/trunk@8002 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-18 21:01:07 +00:00
timlinux
fc7be03f3c Changed version to 0.9.2 (mainly to snap up the 8000th commit!)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8001 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-18 16:24:57 +00:00
gsherman
66fab04f5c Fixes to the mapserver exporter
git-svn-id: http://svn.osgeo.org/qgis/trunk@7999 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 23:30:04 +00:00
homann
b58e7a7f57 Let single symbol render mark borders of areas when selected, just as the other renderers
git-svn-id: http://svn.osgeo.org/qgis/trunk@7998 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 19:45:43 +00:00
homann
d851d7cde4 Cleaned up translation for qgsrasterlayerproperties
git-svn-id: http://svn.osgeo.org/qgis/trunk@7997 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 19:10:34 +00:00
wonder
6a9636f602 - added methods which were forgotten: fromMultiPolyline(), fromMulyPolygon()
git-svn-id: http://svn.osgeo.org/qgis/trunk@7996 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 18:59:29 +00:00
gsherman
fd3979ce85 Fix for hardcoded path
git-svn-id: http://svn.osgeo.org/qgis/trunk@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 18:58:30 +00:00
wonder
d011ea483f - renamed QgsGeometry::difference to QgsGeometry::makeDifference
- more geoprocessing in QgsGeometry: convexHull, intersection, Union, difference, symDifference


git-svn-id: http://svn.osgeo.org/qgis/trunk@7994 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 18:20:52 +00:00
homann
585d22f2a0 Cleaned up gps importer translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@7993 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 16:22:23 +00:00
timlinux
5f1c0cba8a Limit scale bar with
git-svn-id: http://svn.osgeo.org/qgis/trunk@7992 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 11:01:31 +00:00
mhugent
7c346d91de Fix for bug #904: 'no decorations'
git-svn-id: http://svn.osgeo.org/qgis/trunk@7991 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 09:15:43 +00:00
timlinux
ea3288f95b Context help for spanish updates from Carlos Davila
git-svn-id: http://svn.osgeo.org/qgis/trunk@7990 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 02:05:58 +00:00
timlinux
d9960cf05d Patch from Fernando for ticket #909
git-svn-id: http://svn.osgeo.org/qgis/trunk@7989 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 01:14:54 +00:00
timlinux
16b10693e6 Added missing sip file for quickprint
git-svn-id: http://svn.osgeo.org/qgis/trunk@7988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 01:01:02 +00:00
timlinux
c0cc6ebce9 Python bindings for quickprint and change print method to printMap
git-svn-id: http://svn.osgeo.org/qgis/trunk@7987 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 01:00:18 +00:00
wonder
be72a7a663 Added QgsGeometry::buffer() function that returns buffer around the geometry.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 22:39:57 +00:00
homann
764ee5d0a7 Translation fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@7985 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 21:19:04 +00:00
wonder
3b8ce29485 - changed return type of QgsMapLayerRegistry::mapLayers() from std::map to QMap
- wrapped the above function in PyQGIS


git-svn-id: http://svn.osgeo.org/qgis/trunk@7984 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 20:07:55 +00:00
mhugent
4ea5aaf6a5 Moved the dbmodel classes to app as they are not very likely to be of use to third part apps
git-svn-id: http://svn.osgeo.org/qgis/trunk@7983 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 12:43:05 +00:00
homann
f415fde4f8 Cleaned up and added debug output for north arrow plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7982 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:27:02 +00:00
timlinux
231c70a605 Unit test for pseudocolor
git-svn-id: http://svn.osgeo.org/qgis/trunk@7981 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:24:00 +00:00
timlinux
9079cfd028 Refactored some variable names
Use mpRasterLayer->getRasterLayerType() instead of mpRasterLayer->rasterLayerType


git-svn-id: http://svn.osgeo.org/qgis/trunk@7980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:23:15 +00:00
timlinux
2d4a45ef44 Updates to raster tests - added image writing capability. At teh moment it will write to /tmp/raster_test.png. Later I will write different files out after performing various colour and transparency operations on the test dataset.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7979 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 01:47:13 +00:00
ersts
7c4cf6622f -Prevent NoDataValue displaying in scientific notation
git-svn-id: http://svn.osgeo.org/qgis/trunk@7978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 00:43:46 +00:00
homann
03f1979e18 Turn on console output when debugging on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@7977 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 19:03:25 +00:00
timlinux
1b6a3d9abe Remove duplicated header stuff from merge
git-svn-id: http://svn.osgeo.org/qgis/trunk@7976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 11:51:45 +00:00
timlinux
e44fecc721 Put maptip in gui lib so 3rd party apps can use it. Make it do GUI_EXPORT and install its header so it builds properly on win and that 3rd party apps can find its header.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7975 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 10:43:23 +00:00
homann
e7198c7c52 i18n patch so that Jurgen works again. Fixes #905.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7974 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:57:57 +00:00
homann
0afc67da99 Cleaned up text and added map tips
git-svn-id: http://svn.osgeo.org/qgis/trunk@7973 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:40:56 +00:00
homann
63340e0cda Moved qgsmaptip class to .../src/app where it is used
git-svn-id: http://svn.osgeo.org/qgis/trunk@7972 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:16:27 +00:00
gsherman
aa9c5ef1f9 Removal of dead code and explanation of the method for determining which directories are contained in the zip file of the plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7971 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 06:25:40 +00:00
gsherman
403a34bea3 Minor cleanup to the output when unzipping a pyqgis plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7970 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 06:19:14 +00:00
gsherman
b72a0dd912 Potential fix for directory unzip problems
git-svn-id: http://svn.osgeo.org/qgis/trunk@7969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 05:58:56 +00:00
gsherman
abe00ff4cc Merged maptips-branch 7939:7967 into trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk@7968 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 04:20:33 +00:00
wonder
7c6eb96b7d Disconnect signals on unload to avoid crash when plugin has been unloaded.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7967 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 02:52:37 +00:00
ersts
609760a967 -Disabled renaming of the gray band name by getRasterBandStats()
-Added additional check to each ::draw function look ignore draw requests for bandno <= 0

git-svn-id: http://svn.osgeo.org/qgis/trunk@7966 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 00:53:37 +00:00
homann
7367d92184 Fixes for translation.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7965 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 22:10:22 +00:00
timlinux
eee762d22e Saved using qt4.2 and added lblMinMaxEstimateWarning
git-svn-id: http://svn.osgeo.org/qgis/trunk@7964 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 17:23:16 +00:00
homann
deed0d6644 Applies patch in #902
git-svn-id: http://svn.osgeo.org/qgis/trunk@7963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 15:57:58 +00:00
homann
0b22e534e0 Upgrade point size when reading old project to make it look the same. Also change default point size to same loko as previously
git-svn-id: http://svn.osgeo.org/qgis/trunk@7962 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 15:12:11 +00:00
timlinux
06e44dc2fe Added missing GUI_EXPORT
git-svn-id: http://svn.osgeo.org/qgis/trunk@7961 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 14:14:34 +00:00
timlinux
e111ce0906 Added a test for testing rendering performance. The test does the following:
- test for presence of test dataset
 - if test data is not present writes it to tmp
 - test data set is (180 /0.5) * (90 /0.5) polygons (each being .5 degree box)
 - renders the dataset to an image and times how long it takes to do that


git-svn-id: http://svn.osgeo.org/qgis/trunk@7960 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:44:44 +00:00
timlinux
17c037a31c Improvements and Fixes for quickprint
- moved actual pringing logic into gui lib so that third party apps can make use of it.
 - fixes for legend font size rendering issues


git-svn-id: http://svn.osgeo.org/qgis/trunk@7959 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:41:39 +00:00
timlinux
0b5d71ce56 added qgsprojectversion.h to installed headers so third party apps using qgsproject have all needed headers available
git-svn-id: http://svn.osgeo.org/qgis/trunk@7958 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:38:38 +00:00
timlinux
c8248ff0c9 Predifine icon size as a var instead of redecllaring each time
git-svn-id: http://svn.osgeo.org/qgis/trunk@7957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:36:26 +00:00
timlinux
51410b59ba Cleaner win app icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@7956 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:34:46 +00:00
timlinux
18cb120ff6 Finalised (hopefully digitising icons)
git-svn-id: http://svn.osgeo.org/qgis/trunk@7955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:33:56 +00:00
ersts
7e58628adf -small speed improvement for intial load of single band gray images
git-svn-id: http://svn.osgeo.org/qgis/trunk@7954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 05:34:22 +00:00
ersts
5324435fdd -Fix a problem with generating the highest value of contrast enhancement lookup table
-Added min max estimate on loading to prevent full raster stats from being generated to improve loading speed

git-svn-id: http://svn.osgeo.org/qgis/trunk@7953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 04:54:29 +00:00
ersts
4c31165e3d -Set default contrast enhancement to STRETCH_TO_MIN_MAX
git-svn-id: http://svn.osgeo.org/qgis/trunk@7952 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 03:48:11 +00:00