4060 Commits

Author SHA1 Message Date
morb_au
36b0a6caed In Vertex editing, when doing a mousedown to choose which geometry to
edit, the closest geometry will be selected (not just the first within
snapping range), 

AND then the closest vertex *on that geometry* will be
selected.  

This disambiguates between the same vertex shared amongst
multiple geometries.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5550 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-27 02:00:09 +00:00
morb_au
c59ea1d602 In the PostGIS provider, restored the ability to save added and
changed geometries to pre-1.0 PostGIS servers (pre-r3907).  This also now includes
the ability to sniff the PostGIS version.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5549 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-27 00:56:31 +00:00
g_j_m
e2faa857f1 Only display some debugging output when debugging is turned on
git-svn-id: http://svn.osgeo.org/qgis/trunk@5548 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-25 10:12:45 +00:00
g_j_m
2b3d499ad7 Remove unnecessary connect() calls - they were generating a warning on stdout
git-svn-id: http://svn.osgeo.org/qgis/trunk@5547 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-25 09:43:38 +00:00
g_j_m
07e02c9edc Moved a std::cerr debug line into #ifdef QGISDEDUG
git-svn-id: http://svn.osgeo.org/qgis/trunk@5546 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-25 09:33:46 +00:00
g_j_m
846a7bf3d9 Removed an unnecessay call to connect() that was generating a warning
on stdout


git-svn-id: http://svn.osgeo.org/qgis/trunk@5545 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-25 09:30:26 +00:00
g_j_m
332ece963a Minor change to text in raster file chooser filter box for the *
filter. Also wrap some user visible text in tr()


git-svn-id: http://svn.osgeo.org/qgis/trunk@5544 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-24 10:13:25 +00:00
g_j_m
bd23b2f85a Removed a bit of duplicated code
git-svn-id: http://svn.osgeo.org/qgis/trunk@5543 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-24 10:07:18 +00:00
g_j_m
81dc34d6ba Remove some unnecessary calls to connect(). They have been causing
warnings from Qt during runtime, and don't seem to affect the
operation of qgis when removed.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5542 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-24 09:46:36 +00:00
g_j_m
69f024ef51 Fix for ticket #149.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5541 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-24 09:28:07 +00:00
timlinux
1a2e8905eb Updated german translation - thanks to Stephan Holl
git-svn-id: http://svn.osgeo.org/qgis/trunk@5540 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-23 18:02:05 +00:00
timlinux
497a2bf9cb Updates for marker cache so that I can support qpicture again (still in progress - nearly done)
Markers now are drawn generically onto a QPainter device and there will be two wrappers - one that returns a qpicture and one that returns a qpixmap.



git-svn-id: http://svn.osgeo.org/qgis/trunk@5539 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-23 11:46:19 +00:00
g_j_m
57a21ca723 Behave better when zooming to selection when the selection is a single point
git-svn-id: http://svn.osgeo.org/qgis/trunk@5538 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-23 09:07:12 +00:00
mhugent
eee6c567d1 For the calculation of the extent of WMS layers: ignore layers where the bounding boxes cannot be transformed into the requested coordinate system
git-svn-id: http://svn.osgeo.org/qgis/trunk@5537 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-21 16:51:42 +00:00
mhugent
a8847431bc Fix for the multipolygon rubberband bug
git-svn-id: http://svn.osgeo.org/qgis/trunk@5536 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-21 05:53:27 +00:00
mhugent
7adc002b8a Improved rubber banding for vertex editing. Still buggy for multipolygons
git-svn-id: http://svn.osgeo.org/qgis/trunk@5535 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-20 10:02:40 +00:00
telwertowski
3fb3af299e Scripts and files used for the release of QGIS/Mac.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5534 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-18 17:08:12 +00:00
timlinux
9320b44bed Some refactoring to prepare the way for reinstating qpicture based symbo drawing for composer
git-svn-id: http://svn.osgeo.org/qgis/trunk@5533 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-18 15:32:24 +00:00
timlinux
03dcacf6bf Anal retentive alphebetisation of includes...and remove duplicate includes...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5532 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-18 13:30:18 +00:00
g_j_m
470177cc16 Include directory for ogr includes was not on compile line - only apparent when the geos include directory is different from the gdal include directory
git-svn-id: http://svn.osgeo.org/qgis/trunk@5530 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-17 08:41:55 +00:00
telwertowski
1067fee4ab For Mac OS X, if the QtCore framework is bundled with the application, clear the default library search path and look for Qt plugins only within the application bundle. This prevents loading the wrong plugins if Qt is already installed and someone is using the self-contained qgis bundle.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5529 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-17 08:37:06 +00:00
g_j_m
4eab096735 Add in include and lib directories for the gdal stuff in the core directory, cause if the gdal stuff is in a different place to the geos stuff, compilation fails to find the ogr includes
git-svn-id: http://svn.osgeo.org/qgis/trunk@5528 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-17 02:22:42 +00:00
shalasz
527d76a134 For the debian version to sort properly you actually need to use Ymd format.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5527 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-17 01:28:05 +00:00
timlinux
d9741bae25 Build with no debugging for smaller distributeable bundle
git-svn-id: http://svn.osgeo.org/qgis/trunk@5526 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 19:24:01 +00:00
timlinux
12887ddeab Fix date stamping to work in that back to front oh-so-strange american month-day-year format so that debian devtools dont get confusticated by version numbers...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5525 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 19:15:41 +00:00
g_j_m
e464365bae Some updates prior to generating 0.8 preview rpms.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5524 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 06:20:22 +00:00
gsherman
5b7bd668a7 Added Q icon to the help dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5523 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 05:45:56 +00:00
gsherman
2487270fe2 60x60 Q icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@5522 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 05:44:51 +00:00
gsherman
e984d481b9 Added Q icon to the about dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5521 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 05:43:59 +00:00
gsherman
3fd7c5802a Added method to return path to icons directory
git-svn-id: http://svn.osgeo.org/qgis/trunk@5520 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-16 05:43:21 +00:00
timlinux
4b28856b69 Make editing icons more consistent with other icons.
Disable tests in mac build script.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5519 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-15 23:26:50 +00:00
g_j_m
0b12acaa9d Correct some user visible text
git-svn-id: http://svn.osgeo.org/qgis/trunk@5518 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-14 21:40:45 +00:00
timlinux
aa681630bc Give mac is own little script for building
git-svn-id: http://svn.osgeo.org/qgis/trunk@5517 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-13 23:25:56 +00:00
timlinux
314da42836 Added geos cflags to make to remove build issue on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@5516 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-13 23:24:31 +00:00
mhugent
1127d1ddf2 redraw the canvas after 'stop editing' to get rid of the vertex markers
git-svn-id: http://svn.osgeo.org/qgis/trunk@5515 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-12 16:23:46 +00:00
g_j_m
7eb8a7c86e Capture a few unusual occurences with respect to views with unique
constraints but non-unique data. In response to ticket #143.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5514 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-11 09:43:00 +00:00
g_j_m
5980feaf48 A couple more edits to get compilation to happen with g++ 4.1.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@5511 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-09 08:12:49 +00:00
g_j_m
3ac0c778b0 Apply a patch from Matthieu Desile to allow compilation under gcc 4.1.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@5510 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-08 21:16:43 +00:00
mhugent
44339a85d8 take DEFAULT as the postgres providers default value (instead of NULL)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5509 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-07 05:55:42 +00:00
telwertowski
15dc80085e Remove Mac conditional code. As of Qt 4.1.3, Q3CanvasView is behaving the same on both Mac and X11.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5508 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-07 05:42:43 +00:00
mhugent
fc5ee8dbfa fix for crash when opening the attribute table for postgis layers after commiting. Added a first version of marker visualisation for line/polygon digitising
git-svn-id: http://svn.osgeo.org/qgis/trunk@5507 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-06 16:01:55 +00:00
rblazek
2e95fe163d frame width depends on composition scale
git-svn-id: http://svn.osgeo.org/qgis/trunk@5506 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-05 07:43:28 +00:00
g_j_m
17a22b8ed0 Disable the save/load template icons as this functionality isn't yet available.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5505 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-02 21:52:51 +00:00
g_j_m
d8431dbbe5 A revision to commit 5502 (there was a compiler warning that
I didn't see during testing).


git-svn-id: http://svn.osgeo.org/qgis/trunk@5504 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-01 21:35:03 +00:00
g_j_m
743889cdac Don't show the attribute action popup menu if there are no actions defined
git-svn-id: http://svn.osgeo.org/qgis/trunk@5503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-01 10:57:40 +00:00
g_j_m
c9eaae5977 Applied the patch in ticket #57. Resolves the bug in ticket #57.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5502 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-01 10:44:37 +00:00
g_j_m
0f11f905e0 Fix for tickets #127 and #128.
Qgis now respects the case of attribute names, as this was mucking up
attribute actions, which depend on consistent attribute names to work correctly.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5501 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-01 10:33:19 +00:00
mhugent
6535d245eb Removed garbage from last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@5500 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-05-30 12:56:21 +00:00
mhugent
f35b0519e3 Added hardcoded markers 'triangle' and 'star' to have all of the well-known symbols
git-svn-id: http://svn.osgeo.org/qgis/trunk@5499 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-05-30 12:49:26 +00:00
mhugent
32c9908ba4 fix for bug #95: add many tiffs in one turn - the last one is expanded, all the other are collapsed
git-svn-id: http://svn.osgeo.org/qgis/trunk@5497 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-05-29 14:58:32 +00:00