2176 Commits

Author SHA1 Message Date
timlinux
6efa3f6747 Local copy of user projection database now made in ~/.qgis/ if it does not already exist
git-svn-id: http://svn.osgeo.org/qgis/trunk@3127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 23:11:18 +00:00
gsherman
8b612893ca Fixed default projection (WGS 84) so it is now selected when the project
properties dialog is opened and no projection has been set.


git-svn-id: http://svn.osgeo.org/qgis/trunk@3126 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 17:09:00 +00:00
timlinux
e3a9a93037 Take dtor out of slots section
git-svn-id: http://svn.osgeo.org/qgis/trunk@3125 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 16:35:18 +00:00
rabla
f0e56d8fc7 repaint changed region
git-svn-id: http://svn.osgeo.org/qgis/trunk@3124 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 16:28:03 +00:00
timlinux
f241d88abd Added custom projection maker to gui menu
git-svn-id: http://svn.osgeo.org/qgis/trunk@3123 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 13:29:11 +00:00
timlinux
5a50992330 Added custom projection builder to app menus. Doesnt do anything yet exept pop up the dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3122 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 13:24:41 +00:00
rabla
9e3e6da870 toolbar title
git-svn-id: http://svn.osgeo.org/qgis/trunk@3121 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 12:22:56 +00:00
g_j_m
d9f48f3a5a - further changes for the X11 zoom bug
- clipped polygons now have correct borders
- polygons now have borders back
- multipolygons now render holes correctly
- multipoints now appear on the canvas
- polygon redraw speed still a bit slow
- some odd polygon filling from shape files (will look at later)


git-svn-id: http://svn.osgeo.org/qgis/trunk@3120 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-11 11:14:49 +00:00
timlinux
630b2b5cf7 SQLite user projections database
git-svn-id: http://svn.osgeo.org/qgis/trunk@3119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 23:51:30 +00:00
timlinux
15f9a9e01e Cleaned out some duplicate includes from widgets/projectionselector/qgsprojectionselector.cpp
Added initial start of user custom projection dialog (doesnt do anything much yet and not wired into gui yet)


git-svn-id: http://svn.osgeo.org/qgis/trunk@3118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 23:50:32 +00:00
mhugent
082377a8c4 improved dialog for creating a new vectorlayer
git-svn-id: http://svn.osgeo.org/qgis/trunk@3117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 12:51:30 +00:00
timlinux
ebd91d4912 Fix windows ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk@3116 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 12:22:44 +00:00
gsherman
35a9f976e2 Fixes to Makefile.am related to merge of Projections_Branch into HEAD
git-svn-id: http://svn.osgeo.org/qgis/trunk@3115 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 07:48:33 +00:00
gsherman
a69ef093a5 Fix for missing backslash in Makefile.am
git-svn-id: http://svn.osgeo.org/qgis/trunk@3114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 07:23:42 +00:00
gsherman
8c64ebf684 ** Merged Projections_Branch into HEAD
Problems:
      Polygon outlines are not drawn. This was checked twice and no cause
      was found.

      Projections do not work in all circumstances

      Note that both the proj4 library and sqlite3 are now required. The
      build system has not been modified to test for these yet.

      Qt 3.3.x is required to build this source tree.

      Make sure to increment the EXTRA_VERSION in configure.in when
      committing changes.

      Make sure to update the Changelog with each commit


git-svn-id: http://svn.osgeo.org/qgis/trunk@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-10 07:04:07 +00:00
g_j_m
3bbf810f64 - changes to the line and polygon clipping code
- fix bug where clipping fails when zoomed in too far
- many minor changes to reduce execution times
- general code tidy up
- still a bit slower in drawing than desired


git-svn-id: http://svn.osgeo.org/qgis/trunk@3102 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-08 23:42:50 +00:00
g_j_m
de34b95107 - prevent zooming in too much
- debugging syntax changes


git-svn-id: http://svn.osgeo.org/qgis/trunk@3101 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-08 23:40:45 +00:00
g_j_m
9955e3097c Add const to a parameter
Layout changes to follow code layout guidelines
Use the set(x,y) function instead of setX() and setY()


git-svn-id: http://svn.osgeo.org/qgis/trunk@3100 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-08 23:38:51 +00:00
g_j_m
a11cc1ab80 Add a function to set x and y coords in the one call
git-svn-id: http://svn.osgeo.org/qgis/trunk@3099 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-08 23:33:57 +00:00
mcoletti
9ed75f6aef - prefer to use initializers over ctor body initialization
- more robust handling of handling legacy project files


git-svn-id: http://svn.osgeo.org/qgis/trunk@3098 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-08 18:26:28 +00:00
rabla
4a2ac17aab stopZoom by right button, previous non zoom tool is selected
git-svn-id: http://svn.osgeo.org/qgis/trunk@3097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 12:20:15 +00:00
rabla
51b8df69de togle actions
git-svn-id: http://svn.osgeo.org/qgis/trunk@3096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 11:51:34 +00:00
rabla
b525bbd752 qgsgrasseditbase.ui
git-svn-id: http://svn.osgeo.org/qgis/trunk@3095 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 11:50:23 +00:00
timlinux
0d8bf34895 Fixed issues with colortable changes not being detected properly when its changed while a raster is loaded.
Fix was to ensure valid==TRUE when layer is loaded.


git-svn-id: http://svn.osgeo.org/qgis/trunk@3094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 08:57:56 +00:00
g_j_m
6942aa8e7c Oops. Previous commit didn't compile
git-svn-id: http://svn.osgeo.org/qgis/trunk@3093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 06:29:01 +00:00
g_j_m
6bf84776f2 Don't allow zooming in if the extent is too small to represent with
double variables (about 1e-12).


git-svn-id: http://svn.osgeo.org/qgis/trunk@3092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-06 06:21:31 +00:00
mhugent
18a033b48f don't add features if the attribute dialog is rejected by the user
git-svn-id: http://svn.osgeo.org/qgis/trunk@3091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 20:56:05 +00:00
rabla
bf7ddd4c5c identify improvements - forgot show()
git-svn-id: http://svn.osgeo.org/qgis/trunk@3090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 17:06:00 +00:00
rabla
605de33942 identify improvements
git-svn-id: http://svn.osgeo.org/qgis/trunk@3089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 17:02:01 +00:00
rabla
2b1e1246fa action icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@3088 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 16:38:36 +00:00
rabla
42cce4d00f shorter names
git-svn-id: http://svn.osgeo.org/qgis/trunk@3087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 13:50:45 +00:00
rabla
81280741e0 resize according to type
git-svn-id: http://svn.osgeo.org/qgis/trunk@3086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 13:15:31 +00:00
rabla
905478dafe refresh button
git-svn-id: http://svn.osgeo.org/qgis/trunk@3085 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 12:22:03 +00:00
rabla
17a65f17f2 better update
git-svn-id: http://svn.osgeo.org/qgis/trunk@3084 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 11:40:10 +00:00
rabla
ef2ce6e4d6 update better
git-svn-id: http://svn.osgeo.org/qgis/trunk@3083 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 11:16:08 +00:00
rabla
8b7f03f652 font size fixed in map, but probably there is still a problem with offset
git-svn-id: http://svn.osgeo.org/qgis/trunk@3082 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 09:49:31 +00:00
rabla
636887b054 font size fixe in Postscript
git-svn-id: http://svn.osgeo.org/qgis/trunk@3081 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-05 09:23:32 +00:00
mhugent
4091c88aaa 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@3079 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-04 20:16:50 +00:00
g_j_m
44a54b347e 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@3078 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-04 06:37:59 +00:00
gsherman
cb44537758 Minor changes to allow compilation on Slackware 10.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@3077 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-03 07:01:58 +00:00
stevehalasz
728fbef95b Cleanup. Layer order is implicit in project file.
git-svn-id: http://svn.osgeo.org/qgis/trunk@3075 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 14:35:07 +00:00
rabla
fda672d313 box switch
git-svn-id: http://svn.osgeo.org/qgis/trunk@3074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:48:05 +00:00
rabla
f60ebb25f8 fixed crash if input combo is empty
git-svn-id: http://svn.osgeo.org/qgis/trunk@3072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:26:41 +00:00
rabla
37ebbb2fa5 output encoding
git-svn-id: http://svn.osgeo.org/qgis/trunk@3071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 11:19:47 +00:00
rabla
4c32a4382d markers width scale, oversamling, select
git-svn-id: http://svn.osgeo.org/qgis/trunk@3067 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-02 09:45:54 +00:00
larsl
ba8626831e Added #include <cmath> to qgsclipper.cpp to make it build on my system
git-svn-id: http://svn.osgeo.org/qgis/trunk@3061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 21:14:23 +00:00
g_j_m
eb8ae08cc7 - 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@3060 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 20:33:15 +00:00
g_j_m
470a56effa 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@3059 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 19:14:12 +00:00
rabla
024030e075 toUnicode for attributes
git-svn-id: http://svn.osgeo.org/qgis/trunk@3058 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 12:28:09 +00:00
rabla
28beb3af47 fromLocal8Bit for attributes
git-svn-id: http://svn.osgeo.org/qgis/trunk@3057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-01 12:27:14 +00:00