4310 Commits

Author SHA1 Message Date
gsherman
6c7a538cfa added context help button to attribute display dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:35:04 +00:00
gsherman
cf82985f7a added context help button to attribute display dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:34:45 +00:00
gsherman
81bb6f14ab changes to helpviewer to use context help files installed in ./share/qgis/resources/context_help
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 03:39:30 +00:00
gsherman
3aa2a7c900 adjustments to context help ids to make them positive integers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:27:32 +00:00
gsherman
9aad5baed6 updated configure.in to support the resources/context_help directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:26:02 +00:00
gsherman
29f59c5bd3 context help files using the hash of the class name as identifier. this will likely change at 0.9 but provides for an expedited 0.8 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6088 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:24:24 +00:00
mhugent
ddac6cad0e Fix for ticket #394
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 17:35:28 +00:00
g_j_m
fd5be4e833 Apply patch submitted in ticket #388. Thanks.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 08:02:04 +00:00
gsherman
3d42fccfd6 Updated SPONSORS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6085 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-14 02:04:24 +00:00
g_j_m
fc83368e29 Fix a bug where the continuous colour renderer would display and use the wrong layer attribute on the second and subsequent invocations of the vector layer properties dialog box (caused by a mismatch between the combo box index and provider attribute index, due to excluding attributes that couldn't be used to colour the features)
Fix a bug where the 'draw polygon outline' toggle would appear sometimes for a linestring layer

Fix a typo in a comment


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6084 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-13 19:53:12 +00:00
g_j_m
60bceac4c2 Fix for ticket #280. All exceptions thrown while trying to transform
points are caught.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6083 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 08:37:34 +00:00
timlinux
b9950a426d Removed a couple more win32 defines that I had temporarily inserted to disable building postgres related stuff:
- menu entry for add pg layer now enabled
 - toolbar icon reinstated
 - adddbayer no longer ifdefs out on windows

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6082 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:57:03 +00:00
timlinux
35d52a7bc1 Removed some instructions telling you to ifdef out some pg stuff since that is no longer needed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6081 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:23:55 +00:00
timlinux
fead4cb008 Define HAVE_POSTGRES = 1 so ifdeffed pg related stuff can build
Add POSTGRESLIBADD with libs to be used for linking to pg stuff

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6080 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:23:02 +00:00
timlinux
b281eca9e8 Added sources for pg support to win build
Link to libpg.dll in win now
Removed some ifdefs I had put in app and vectorlayer props to prevent pgis related stuff appearing in the gui

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6079 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:20:09 +00:00
timlinux
ca2fbfcab0 Postgres provider now builds under native win qmake build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6078 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 00:10:18 +00:00
gsherman
7f7400838d Fix for buffer plugin (ticket #349).
This fix has been tested with:

** POSTGIS="1.1.1" GEOS="2.0.1" PROJ="Rel. 4.4.9, 29 Oct 2004" 
** PostgreSQL 8.1.3

Because of the change in the name of the geometry check constraint created by
addgeometrycolumn (from $2 to enforce_geotype_shape) this fix requires a recent
version of PostGIS. The minimum PostGIS version that will work with this fix is
unknown.

Additional testing is needed by other PostGIS/PostgreSQL version combinations.



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6077 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 17:42:03 +00:00
g_j_m
8c28c1ca52 Remedy for ticket #262 - when a SRS is considered invalid by geos, don't call assert(), but rather just refuse to transform the point.
The real issue is why are some of the projections in qgis's database considered invalid by geos?


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6076 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 04:47:45 +00:00
gsherman
2a1692b4b3 Updated the "Whats New" section in the Help|About dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6075 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 04:44:24 +00:00
gsherman
c452a49ad2 Update contributors
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 00:09:44 +00:00
gsherman
d2f7d90aa0 Detect Qt for NetBSD (same as FreeBSD detection at present) -- patch from Brook Milligan.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6073 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 00:06:17 +00:00
wonder
fdcff924a8 Don't trust WKB type specified for multipart features.
Check whether the part has Z value because it might differ from the feature's WKB.
(feature's WKB is MultiLineString - but parts are of type LineString25D)
Fixes ticket #248.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 23:23:07 +00:00
wonder
dccc1c3f97 Fixed a crash occuring with identify tool which was caused by GEOS throwing TopologyException.
This exception might be thrown when GEOS has problems with calculating intersection.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 21:36:37 +00:00
timlinux
d1d3a1e511 Include grass dir in installer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6070 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 18:22:26 +00:00
gsherman
19605d36fe Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6069 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 14:52:41 +00:00
mhugent
a72005e603 Fix for nan extents when using the 'zoom out' tool and height or width of window is 0
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6068 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 08:22:23 +00:00
g_j_m
09d8b56262 Make svg files harder to load as images in the map composer because qt
doesn't support svg to the extent that we would like (ticket #338)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6067 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 07:15:57 +00:00
rblazek
32606e0d37 fixed ticket #367, crash if a layer was removed whose topo had been deleted
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6066 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-09 16:39:51 +00:00
timlinux
c34c6f63a6 Use better target names for these libs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6065 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 19:02:20 +00:00
timlinux
6ee8a3004b Enable flex/bison stuff again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6064 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:41:24 +00:00
timlinux
e0f86a65fa Added providers lib dir to the lib search path so grass plugin would build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6063 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:40:08 +00:00
timlinux
a093819817 Dont build wfs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6062 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:29:29 +00:00
timlinux
b65a2f5eeb Got rid of deprecated grass lib add since thats been replaced by Freddy's stuff
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:22:34 +00:00
rblazek
96273782d3 each band must get unique name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6060 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 11:02:17 +00:00
timlinux
9262b3ce41 Dont use geos includes - wfs is not supported yet and that include breaks flex stuff under windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6059 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 02:18:19 +00:00
timlinux
bbc6501ac8 Merged in patches for building grass support under windows kindly submitted by Godofredo Contreras
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6058 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 01:55:22 +00:00
gsherman
3adb41274a Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-07 03:08:57 +00:00
mhugent
1accfad0b5 commited some test code in qgisapp.cpp in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 16:08:30 +00:00
mhugent
e5ba35fc15 wfs client: support for <coord>-type bounding boxes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 16:04:40 +00:00
mhugent
dde9fa67d0 isValid() function for the wfs provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 14:14:52 +00:00
timlinux
a4c7d41acc Minor changes to readme
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6053 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 03:47:00 +00:00
gsherman
88e5d8d4af Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 02:14:05 +00:00
gsherman
3ce339ff2a Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-05 15:15:57 +00:00
gsherman
a909ea2c2f Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6050 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-05 04:24:29 +00:00
gsherman
36a3a20224 Added fledgling list of contributors -- feel free to add those that are missing. This file contains folks who, while not having commit privileges, have contributed to the project tthrough patches, code, comments, etc.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 23:20:39 +00:00
gsherman
fa853cfd71 Updated SPONSORS with latest donor information
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6048 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 23:06:11 +00:00
gsherman
defbea45fb Tom Russo's patches for FreeBSD:
"I run QGIS on FreeBSD these days, and have found that I need the
attached patch to get the grass shell and gps plugin to work.  The
grass shell patch is needed even to get the thing to compile.


The grass shell patch makes sure the right include files are brought
in to get at the PTY functions.

The gpsplugin patch changes the preprocessor symbol that selects what
style of ports to probe for, and adds a block of code that scans for
USB serial adapters."



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6047 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 19:54:33 +00:00
g_j_m
43eee2bd2f Fix a spelling mistake in debug message
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-02 19:40:42 +00:00
gsherman
bd4e26f1c2 Updated SPONSORS with latest donors
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-02 04:25:16 +00:00
g_j_m
483cbe007c Apply patch in ticket #365.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-31 08:18:57 +00:00