3371 Commits

Author SHA1 Message Date
g_j_m
782b4a1949 Fix a problem with the config file containing an invalid value for the
measuring ellipsoid.
This should resolve problems with calculating polygon areas and also
a hanging problem when identifying polygons


git-svn-id: http://svn.osgeo.org/qgis/trunk@4769 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 22:12:31 +00:00
g_j_m
90cbd5139e Put action icon back in identify results dialog box
Put tr() around some text


git-svn-id: http://svn.osgeo.org/qgis/trunk@4768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 20:48:47 +00:00
g_j_m
ed4278c46c When the vector project properties dialog box is requested, bring it to
the front if it already exists.


git-svn-id: http://svn.osgeo.org/qgis/trunk@4767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 20:25:05 +00:00
g_j_m
40ebc7150c Migrate use of Q3WhatsThis to the Qt4 version
git-svn-id: http://svn.osgeo.org/qgis/trunk@4766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 20:23:58 +00:00
g_j_m
ad35d09299 Make the shape file table stretch to fill the space available
Remove a redundant commeted out line


git-svn-id: http://svn.osgeo.org/qgis/trunk@4762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 09:22:51 +00:00
g_j_m
0f80ae4f0d Replace Qt3 stuff by Qt4 stuff
Tidy up #includes


git-svn-id: http://svn.osgeo.org/qgis/trunk@4761 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 01:39:04 +00:00
g_j_m
271172e36a Make the canvas colour selection buttons a bit bigger
git-svn-id: http://svn.osgeo.org/qgis/trunk@4760 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 01:24:53 +00:00
g_j_m
09aa63f955 Replace Qt3 stuff with Qt4 stuff
git-svn-id: http://svn.osgeo.org/qgis/trunk@4759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 01:20:04 +00:00
g_j_m
a1e979e6aa Split the text in an error dialog box over two lines instead of one.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-27 22:53:53 +00:00
g_j_m
4e4415fa4f Remove unnecessary Qt #includes and change the remaining to Qt4 form
git-svn-id: http://svn.osgeo.org/qgis/trunk@4757 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-27 21:49:30 +00:00
g_j_m
b881a334ad Add tr() to text that the user gets to see
git-svn-id: http://svn.osgeo.org/qgis/trunk@4756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-27 21:35:22 +00:00
rblazek
2e44dbcb8a projection fix -related to grass bug
git-svn-id: http://svn.osgeo.org/qgis/trunk@4755 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-27 18:05:01 +00:00
g_j_m
816004af17 Completed conversion from Qt3 to Qt4 widgets
Fixed an 'EOF on connection' error (postgres connection wasn't being freed).
Fixed a crash in the standalone spit when clicking close
Made the standaone spit program behave like a main window rather than
  a dialog box (ie it has a taskbar entry now).
Fixed bug with spit not putting data into non-default schema.
Fixed bug with UI display after deleting selected shapefiles.
Misc. code tidy ups.



git-svn-id: http://svn.osgeo.org/qgis/trunk@4754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-27 09:30:32 +00:00
telwertowski
05d529a1ff Remove calls to processEvent which are short-circuiting the draw event in Qt4.
Something in our draw event is triggering another draw event during resizing. processEvent immediately moves to the next draw event.
For X11, menus and toolbars became corrupted and crashes occurred. For Mac, the map canvas did not resize at all. The following warnings were appearing on the console: "QWidget::repaint: recursive repaint detected" and "QPixmap::operator=: Cannot assign to pixmap during painting."
Event processing to capture a keyboard cancel command should be reinstated when the source of the recursion is found and fixed.


git-svn-id: http://svn.osgeo.org/qgis/trunk@4753 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-26 08:31:23 +00:00
rblazek
fd7799c64b raster enabled
git-svn-id: http://svn.osgeo.org/qgis/trunk@4752 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 16:41:02 +00:00
rblazek
b291d1f3d0 install support files
git-svn-id: http://svn.osgeo.org/qgis/trunk@4751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 16:40:10 +00:00
rblazek
f502a9159c append .exe on Windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@4750 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 14:29:10 +00:00
rblazek
31e1a5406e add -lgeos
git-svn-id: http://svn.osgeo.org/qgis/trunk@4749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 14:28:32 +00:00
rblazek
abbe6f60d3 GDAL fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@4748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 12:42:00 +00:00
rblazek
73247db38b link to rpovider to qgis_grass.dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 10:06:28 +00:00
g_j_m
28f740726d Implement more intuitive editing of column names that are reserved
words.
Turn off debugging that caused all column names to be flagged as
reserved words


git-svn-id: http://svn.osgeo.org/qgis/trunk@4746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 06:31:43 +00:00
mhugent
56bb3c9a0d added rubberband for moveVertex
git-svn-id: http://svn.osgeo.org/qgis/trunk@4745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 05:46:58 +00:00
g_j_m
2f0e168685 Migrate from Qt3 widgets to Qt4 widgets
Misc. code tidy ups

But, schema selection in main dialog table not yet done


git-svn-id: http://svn.osgeo.org/qgis/trunk@4744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-25 05:21:17 +00:00
timlinux
7360f9e410 Fix for missing splash status messages
git-svn-id: http://svn.osgeo.org/qgis/trunk@4743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 22:59:57 +00:00
timlinux
462592d270 Reverted splash to something similar to 0.7.4
git-svn-id: http://svn.osgeo.org/qgis/trunk@4742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 22:44:10 +00:00
timlinux
3b52d01ee9 Get rid of some of these new svgs until they can be properly supported in qt4.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@4741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 22:21:08 +00:00
rblazek
97e31d8d7c dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 18:34:51 +00:00
rblazek
dedeb78593 dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 18:34:34 +00:00
rblazek
0b9437a476 dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 18:34:18 +00:00
rblazek
1df4cb7a45 dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4737 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 18:33:40 +00:00
rblazek
82ad96ba97 dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 17:43:23 +00:00
rblazek
a12bb9a751 dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4735 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 17:30:37 +00:00
rblazek
d43ba7636a dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 17:30:17 +00:00
rblazek
84968ad4bf dll
git-svn-id: http://svn.osgeo.org/qgis/trunk@4733 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 17:29:57 +00:00
timlinux
333e237d8c Get rid of excess baggage required for old svg resampling stuff but now no longer needed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 16:02:45 +00:00
rblazek
7134a10617 GDAL removed
git-svn-id: http://svn.osgeo.org/qgis/trunk@4731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 15:10:08 +00:00
rblazek
d8e2eba0ff GDAL removed
git-svn-id: http://svn.osgeo.org/qgis/trunk@4730 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 13:02:46 +00:00
timlinux
bc4acc9e9b More updates to make icons clearer and more logically laid out
git-svn-id: http://svn.osgeo.org/qgis/trunk@4729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 08:14:24 +00:00
timlinux
814bf697b1 Added some icons from the open clipart project
git-svn-id: http://svn.osgeo.org/qgis/trunk@4728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 02:41:54 +00:00
timlinux
64eb796bc5 Refinements to icons for consistency and clarity
git-svn-id: http://svn.osgeo.org/qgis/trunk@4727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 01:46:23 +00:00
rblazek
b0b414461b fix for crosscompilation
git-svn-id: http://svn.osgeo.org/qgis/trunk@4726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 16:36:58 +00:00
timlinux
40d59f2f63 Improve marker positioning
git-svn-id: http://svn.osgeo.org/qgis/trunk@4725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 09:47:19 +00:00
timlinux
8966fc7aec Get rid of artifacts behind hard markers drawn using qpicture
Note tehre is still some scaling issue with these that I am looking into


git-svn-id: http://svn.osgeo.org/qgis/trunk@4724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 08:52:25 +00:00
timlinux
4f21e36f09 Remove all use of oversampling
Enable antialiasing for marker symbols
Show larger marker previews in vector props marker combo
NOTE: There is still an issue with markes being placed at incorrect offset that I need to resolve.


git-svn-id: http://svn.osgeo.org/qgis/trunk@4723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 08:24:03 +00:00
timlinux
c06470c5cf fix bux with symbol background transparency
git-svn-id: http://svn.osgeo.org/qgis/trunk@4722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 06:55:10 +00:00
timlinux
eeff2cfac8 Update version to 0.7.9.10
Deprecated use of Q3Picture for marker symbols as part of the qt4 porting effort.
Markers are now loaded and renderered using the new QSvgRenderer that came with qt 4.1
onto a qpixmap. QgsSvgCache now stores these pixmaps intead of q3pictures.
Changed miscellanious other classes to deal wiht the knock-on effect of this cahnge.
A benifit of this change is that svgs are now rendered properly (overlooking caveaat below) 
and that the resampling code that was used to overcome poor svg scaling in qpitcure in qt3 is 
no longer used. Also we are able to support a richer subset of the svg format including 
possibility for animated svg in the future.

NOTE: there is still a small renderning issue where the background of the svg and various other
small issues - these will be fixed in follow up commits


git-svn-id: http://svn.osgeo.org/qgis/trunk@4721 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-23 00:58:18 +00:00
timlinux
826096d25c double hash for comments
git-svn-id: http://svn.osgeo.org/qgis/trunk@4720 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 22:01:39 +00:00
morb_au
ab2e7593d7 Make "--with-qtdir" work better in ./configure.
Previously if your --with-qtdir was not in your PATH, ./configure would pick up the uic that was in your path anyway.  Now uic and rcc are forced to those found inside whatever you specify with --with-qtdir.
-This line, and those below, will be ignored--

M    qgis/acinclude.m4


git-svn-id: http://svn.osgeo.org/qgis/trunk@4719 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 21:57:09 +00:00
g_j_m
f1e52d804c Fixed an error from automake (ver 1.9) when processing Makefile.am.
Error was: 

src/raster/Makefile.am:21: `#' comment at start of rule is unportable 
(the comment character was after the tab, so moved it to before the tab).


git-svn-id: http://svn.osgeo.org/qgis/trunk@4718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 21:01:04 +00:00
mhugent
e990dec9f5 Added buttons and icons for add/delete/move Vertex and set mouseTracking true in QgsRubberBand
git-svn-id: http://svn.osgeo.org/qgis/trunk@4717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 15:55:00 +00:00