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
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
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
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
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
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
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
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
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