gsherman
6803162a10
enable context help for gps plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 06:13:59 +00:00
gsherman
282287b138
updated help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6096 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:41:31 +00:00
gsherman
2cfb16fdb8
adjust help context id to positive integer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:40:21 +00:00
gsherman
e5608af287
changed suggestion message for missing help files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:36:04 +00:00
gsherman
a20b7b5054
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:35:04 +00:00
gsherman
99c3393327
added context help button to attribute display dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6092 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 05:34:45 +00:00
gsherman
31a71272d0
changes to helpviewer to use context help files installed in ./share/qgis/resources/context_help
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6091 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 03:39:30 +00:00
gsherman
8961a03fed
adjustments to context help ids to make them positive integers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:27:32 +00:00
gsherman
1bbb46107d
updated configure.in to support the resources/context_help directory
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:26:02 +00:00
gsherman
b5fc9eff54
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@6088 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-16 02:24:24 +00:00
mhugent
31717b697d
Fix for ticket #394
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6087 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 17:35:28 +00:00
g_j_m
edafcc3803
Apply patch submitted in ticket #388 . Thanks.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-15 08:02:04 +00:00
gsherman
4746d656a2
Updated SPONSORS
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6085 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-14 02:04:24 +00:00
g_j_m
253e57543a
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@6084 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-13 19:53:12 +00:00
g_j_m
8bbd806203
Fix for ticket #280 . All exceptions thrown while trying to transform
...
points are caught.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6083 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 08:37:34 +00:00
timlinux
e64c9a906c
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@6082 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:57:03 +00:00
timlinux
cfcd560093
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@6081 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:23:55 +00:00
timlinux
82d8b14ef8
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@6080 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:23:02 +00:00
timlinux
e507f49721
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@6079 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 01:20:09 +00:00
timlinux
7fefc1444f
Postgres provider now builds under native win qmake build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6078 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-12 00:10:18 +00:00
gsherman
01f9755d1e
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@6077 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 17:42:03 +00:00
g_j_m
68871e4b68
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@6076 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 04:47:45 +00:00
gsherman
b095c61ce0
Updated the "Whats New" section in the Help|About dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6075 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 04:44:24 +00:00
gsherman
9584185946
Update contributors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 00:09:44 +00:00
gsherman
46e6cfe4af
Detect Qt for NetBSD (same as FreeBSD detection at present) -- patch from Brook Milligan.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6073 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-11 00:06:17 +00:00
wonder
60b96fc9f7
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@6072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 23:23:07 +00:00
wonder
60f7822a6e
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@6071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 21:36:37 +00:00
timlinux
da8d308b1a
Include grass dir in installer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6070 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 18:22:26 +00:00
gsherman
c803d12e2d
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6069 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 14:52:41 +00:00
mhugent
eea03f2379
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@6068 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 08:22:23 +00:00
g_j_m
c9fed33af6
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@6067 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-10 07:15:57 +00:00
rblazek
0e7cc4a82d
fixed ticket #367 , crash if a layer was removed whose topo had been deleted
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6066 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-09 16:39:51 +00:00
timlinux
b46705054b
Use better target names for these libs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6065 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 19:02:20 +00:00
timlinux
1752eae2ea
Enable flex/bison stuff again
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6064 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:41:24 +00:00
timlinux
d9b35bffc7
Added providers lib dir to the lib search path so grass plugin would build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6063 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:40:08 +00:00
timlinux
189076f735
Dont build wfs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6062 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:29:29 +00:00
timlinux
f5b61d58c5
Got rid of deprecated grass lib add since thats been replaced by Freddy's stuff
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 18:22:34 +00:00
rblazek
2b2222669e
each band must get unique name
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6060 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 11:02:17 +00:00
timlinux
57e11d2383
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@6059 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 02:18:19 +00:00
timlinux
14141381cb
Merged in patches for building grass support under windows kindly submitted by Godofredo Contreras
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6058 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-08 01:55:22 +00:00
gsherman
54bd4e04d3
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-07 03:08:57 +00:00
mhugent
23edbb60a1
commited some test code in qgisapp.cpp in last commit
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 16:08:30 +00:00
mhugent
19c17144c4
wfs client: support for <coord>-type bounding boxes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 16:04:40 +00:00
mhugent
a734c7dd7b
isValid() function for the wfs provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 14:14:52 +00:00
timlinux
c3e67f21b4
Minor changes to readme
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6053 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 03:47:00 +00:00
gsherman
c2b4163847
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-06 02:14:05 +00:00
gsherman
2bb45b1825
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-05 15:15:57 +00:00
gsherman
1c74775c1e
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6050 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-05 04:24:29 +00:00
gsherman
e8941d994c
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@6049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 23:20:39 +00:00
gsherman
951ba0f724
Updated SPONSORS with latest donor information
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6048 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 23:06:11 +00:00