2293 Commits

Author SHA1 Message Date
rabla
5f5468c659 font size fixed in map, but probably there is still a problem with offset
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3082 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 09:49:31 +00:00
rabla
ab7e2e2677 font size fixe in Postscript
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3081 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 09:23:32 +00:00
mhugent
9b0c6bd988 changed QgsOgrProvider::getNextFeature(bool) such, that the direct geos creation without WKT import is used. Norway can now be selected on the european map in reasonable time :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3079 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-04 20:16:50 +00:00
g_j_m
ae77b43aa9 Only try to clip lines and polygons if we know for sure that they need
clipping (speeds up redraws, especially for polygons).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3078 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-04 06:37:59 +00:00
gsherman
e0755ad947 Minor changes to allow compilation on Slackware 10.1
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3077 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-03 07:01:58 +00:00
stevehalasz
82d77297e3 Cleanup. Layer order is implicit in project file.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3075 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 14:35:07 +00:00
rabla
152ab639cd box switch
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:48:05 +00:00
rabla
789c6eeb99 fixed crash if input combo is empty
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:26:41 +00:00
rabla
793516869b output encoding
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:19:47 +00:00
rabla
7abe1ad2b6 markers width scale, oversamling, select
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3067 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 09:45:54 +00:00
larsl
14bc188f7d Added #include <cmath> to qgsclipper.cpp to make it build on my system
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 21:14:23 +00:00
g_j_m
f43d1a0bb1 - Show a '1:x' scale where x is less than 1 as 'y:1', where y = 1/x
- Misc. code layout changes to improve readibility


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3060 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 20:33:15 +00:00
g_j_m
786aee1293 Change temp variable type from float to double to reduce chance of loss
of precision when zooming in lots


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3059 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 19:14:12 +00:00
rabla
15ee81a966 toUnicode for attributes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3058 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 12:28:09 +00:00
rabla
66ed18aac3 fromLocal8Bit for attributes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 12:27:14 +00:00
g_j_m
b592f8eb09 - improved error message when a relation with a geometry column is found
for which the user doesn't have select permissions.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 01:13:41 +00:00
stevehalasz
943788eaab Don't refresh the canvas on project read for each plugin. This is the fix for bug #1167668. This has the side-effect of not showing the
north arrow or copyright notice at app startup or for new projects. I think this is fine. The alternative is to have the map canvas emit
renderComplete in these situations. This requires a QPainter though, and it doesn't seem worthwhile to create one for this purpose.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-31 18:20:57 +00:00
rabla
3d359af8f0 use correct band type for readValue
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3053 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-31 14:53:24 +00:00
g_j_m
b03fcd4381 - Initial implementation of polygon clipping to avoid X11 zoom problems
- #define to only do the X11 fix when compiled for X11
- Further optimisations of linestring clipping
- Better code comments
- Removal of some duplicated code


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-31 10:47:53 +00:00
rabla
f88a6f3ac4 fixed close with x
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 16:54:16 +00:00
rabla
e6ae19e854 fix crash on start edit - check if edited
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3050 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 16:40:35 +00:00
rabla
a144b02e6a new markers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 15:29:23 +00:00
rabla
b6e5c476b8 save setting when new object is created
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3048 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 14:39:56 +00:00
rabla
7d6f531bd7 draw full paper on printer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3047 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 14:23:25 +00:00
rabla
36ba5b0b25 add 1 pixel to rectangles only in preview
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3046 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 14:15:02 +00:00
rabla
b9bda927a2 set paper orientation in printer dialog from composition
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3045 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 14:02:11 +00:00
rabla
c5f4fd4c6d fixed scale
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 13:49:19 +00:00
rabla
e874f774f1 +invalidate() - bugfix for crash on delete
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 08:55:11 +00:00
g_j_m
046d2d750c - warn and refuse to load the layer if we don't have select permissions
on the table that is being loaded
- better conformance to the code style guidelines
- added tr() to some dialog box text


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3041 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-30 01:58:11 +00:00
timlinux
656fead2a6 Dont build designer plugins until further notice
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3040 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-29 23:12:44 +00:00
larsl
1ec9fe95fb Committed Akio Takubos patch that fixes the provider interface so we can load vector files with non-ASCII filenames again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3039 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-29 20:59:35 +00:00
rabla
22dd000212 cache changed from pointer to object
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-29 15:51:49 +00:00
rabla
db0d3e6316 cache changed from pointer to object
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3037 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-29 15:41:12 +00:00
mhugent
2bd43e5a7c added QgsFeature::geosGeometry(). This method returns a geos object from a feature geometry. The idea is, that this method can be used in QgsOgrProvider::getNextFeature(bool) for an intersection test. Currently, the geos wkb import is used, which is very slow for large geometries
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3036 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-28 17:58:46 +00:00
timlinux
8c7cba6db0 first draft of detailed (annotated) legend for Radim....still under construction..just squeezing it in under the feature freeze doormat....
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3035 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-28 00:05:50 +00:00
timlinux
205628a09a Prevent segfault when no bands are selected for the histogram.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3034 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-26 09:47:58 +00:00
timlinux
27ce9003cf Bug fixes for hist stuff. Hist now uses layer min max when calling gdal hist fn. Check for 0 division errors
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3033 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-26 02:58:19 +00:00
mhugent
de1dbe3dff fix for bug nr. 1160722, Crash on remove repainted vector layer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3032 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 21:50:47 +00:00
gsherman
d2f053fff2 Makefile.am
Removed trailing backslashes from recently commented out lines. These
  were causing problems (at least with my build).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3031 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 19:46:14 +00:00
gsherman
8f85e92fc2 .ui files
Changed version number(s) and resaved from qt 3.1.2 to eliminate the
  const const error in the generated .cpp files.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3030 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 19:05:06 +00:00
gsherman
48b86afaef Added message at end of configure to indicate the Qt directory that
will be used to build QGIS. Hopefully this will remind me (and others)
to ensure minimum Qt compatibility (currently @ version 3.1.2).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3029 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 18:59:43 +00:00
rabla
57bd455b2e hide in destructor
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3028 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 18:27:01 +00:00
rabla
c52cb0e913 create cache only if necessary
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3027 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 18:22:34 +00:00
rabla
010cf05ca3 empty default composition
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 18:12:16 +00:00
rabla
d7d8dc0bd8 comment also header
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 18:10:59 +00:00
rabla
f30b1ec93c scalebar
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 17:39:23 +00:00
rabla
2e77f62856 scalebar
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 17:19:50 +00:00
gsherman
9068f4abd0 Indonesian translation from Januar V. Simarmata
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 16:52:32 +00:00
gsherman
c159907dda Changes to fix qt 3.1.2 incompatibility.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3021 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 16:27:06 +00:00
gsherman
2a40ee677c Fix for wrong title on the dialog for loading a raster layer (said OGR).
This closes Bug 1151230


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-25 04:13:34 +00:00