timlinux
e1056e75cb
Added missing sip file for quickprint
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7988 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 01:01:02 +00:00
timlinux
4c20f9cc4c
Python bindings for quickprint and change print method to printMap
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7987 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-17 01:00:18 +00:00
wonder
857ae41dee
Added QgsGeometry::buffer() function that returns buffer around the geometry.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7986 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 22:39:57 +00:00
homann
0302dfc1cd
Translation fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7985 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 21:19:04 +00:00
wonder
f5afee3c6b
- 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/qgis@7984 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 20:07:55 +00:00
mhugent
dd860a6cb3
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/qgis@7983 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 12:43:05 +00:00
homann
2220a57a76
Cleaned up and added debug output for north arrow plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7982 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:27:02 +00:00
timlinux
4a737ec511
Unit test for pseudocolor
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7981 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:24:00 +00:00
timlinux
09f394a61f
Refactored some variable names
...
Use mpRasterLayer->getRasterLayerType() instead of mpRasterLayer->rasterLayerType
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 10:23:15 +00:00
timlinux
831a55edcb
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/qgis@7979 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 01:47:13 +00:00
ersts
e2022d6b67
-Prevent NoDataValue displaying in scientific notation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-16 00:43:46 +00:00
homann
eed0e95a1a
Turn on console output when debugging on windows
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7977 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 19:03:25 +00:00
timlinux
4f51fa3551
Remove duplicated header stuff from merge
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 11:51:45 +00:00
timlinux
9699e9c7b7
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/qgis@7975 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 10:43:23 +00:00
homann
d3393efcfb
i18n patch so that Jurgen works again. Fixes #905 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7974 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:57:57 +00:00
homann
616fe5e993
Cleaned up text and added map tips
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7973 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:40:56 +00:00
homann
323ac97132
Moved qgsmaptip class to .../src/app where it is used
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7972 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 07:16:27 +00:00
gsherman
7404bbb1bd
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/qgis@7971 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 06:25:40 +00:00
gsherman
40ea025af8
Minor cleanup to the output when unzipping a pyqgis plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7970 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 06:19:14 +00:00
gsherman
fb46533719
Potential fix for directory unzip problems
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7969 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 05:58:56 +00:00
gsherman
308b9d92b3
Merged maptips-branch 7939:7967 into trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7968 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 04:20:33 +00:00
wonder
496c294f36
Disconnect signals on unload to avoid crash when plugin has been unloaded.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7967 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 02:52:37 +00:00
ersts
ee2874e981
-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/qgis@7966 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-15 00:53:37 +00:00
homann
c87b753b4b
Fixes for translation.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7965 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 22:10:22 +00:00
timlinux
4473aa87ed
Saved using qt4.2 and added lblMinMaxEstimateWarning
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7964 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 17:23:16 +00:00
homann
f01a08ab5a
Applies patch in #902
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 15:57:58 +00:00
homann
438e5bf465
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/qgis@7962 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 15:12:11 +00:00
timlinux
efdd0f97c2
Added missing GUI_EXPORT
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7961 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 14:14:34 +00:00
timlinux
0adf5f7d1d
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/qgis@7960 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:44:44 +00:00
timlinux
505d840153
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/qgis@7959 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:41:39 +00:00
timlinux
4ba7ca9a85
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/qgis@7958 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:38:38 +00:00
timlinux
6a1dced144
Predifine icon size as a var instead of redecllaring each time
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7957 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:36:26 +00:00
timlinux
48ed55df6c
Cleaner win app icon
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7956 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:34:46 +00:00
timlinux
cd7fe62972
Finalised (hopefully digitising icons)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 12:33:56 +00:00
ersts
4f4cb18e31
-small speed improvement for intial load of single band gray images
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 05:34:22 +00:00
ersts
cba5acb774
-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/qgis@7953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 04:54:29 +00:00
ersts
06197e3b9c
-Set default contrast enhancement to STRETCH_TO_MIN_MAX
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7952 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 03:48:11 +00:00
ersts
c7d3a8622a
-Added extra debug statements
...
-Updated linear contrast enhancement functions
-Fix for ticket #900
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7951 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-14 03:04:46 +00:00
homann
7e20fe5df0
Build fix for GRASS on mingw/cygwin. I hope it works on other systems too...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7950 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-13 22:19:44 +00:00
homann
0d8416e042
Adds some margin to zoomToLayer. Fixes #881
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7949 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-13 21:32:31 +00:00
jef
5a300197a0
include move feature tool when handling state of editing tools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7946 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:54:11 +00:00
jef
89e888539e
re-disable msexport and remove it from the debian package as it's going to be turned into a plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7945 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:36:56 +00:00
homann
4d9decaf48
Use english for logical values of band names in project files. Use String comparision properly
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:10:21 +00:00
jef
6ae8f26aef
revert some changes from r7926, which break building debian packages
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 21:05:19 +00:00
homann
d6c45a1b84
Added null transform for 0.8.0 to 0.8.1
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 19:25:16 +00:00
homann
a36aef0048
Path fix for renderer test
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 11:52:34 +00:00
homann
d50955481d
Fix for paths in testqgsapplication
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 10:11:43 +00:00
homann
4565a7be6c
Fixed crash when reading project file with non-existing raster file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-12 08:53:32 +00:00
g_j_m
347172b1ec
Resave under Qt designer 4.2.3 rather than 4.3 (fails to compile otherwise)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-11 21:23:14 +00:00
homann
520f3d239f
Fixed some rev-up for rasters
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-11 20:04:16 +00:00