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
gsherman
cf8978a8bf
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@6047 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-04 19:54:33 +00:00
g_j_m
ad4afaff52
Fix a spelling mistake in debug message
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-02 19:40:42 +00:00
gsherman
9363301d4e
Updated SPONSORS with latest donors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-11-02 04:25:16 +00:00
g_j_m
912abdc45e
Apply patch in ticket #365 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-31 08:18:57 +00:00
gsherman
56a398ebe8
Update SPONSORS with latest donors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6041 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-31 02:02:52 +00:00
timlinux
dd746a8110
Updated url for msys
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-30 02:05:03 +00:00
gsherman
955c174146
Updated sponsor display to two-column table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6035 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-30 01:34:48 +00:00
g_j_m
6ec5fc016f
Reduce the time taken to populate the sample list. Technique to do this
...
suggested in ticket #364 .
Improve the error message in the dialog if the sample query fails
git-svn-id: http://svn.osgeo.org/qgis/trunk@6032 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-29 20:38:41 +00:00
gsherman
21062e0973
Updated SPONSORS with latest donors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6031 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-29 15:16:10 +00:00
gsherman
b0610dfe80
Updated SPONSORS file with latest sponsors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6030 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-29 02:16:44 +00:00
g_j_m
0a710fe63c
Warn if loading a project file from an older version of qgis (prompted
...
by ticket #314 )
git-svn-id: http://svn.osgeo.org/qgis/trunk@6028 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-28 21:54:23 +00:00
gsherman
b3d8dd6935
update sponsor list
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-28 04:26:33 +00:00
gsherman
3965ebadd0
set default tab back to where it should be
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-28 04:08:36 +00:00
gsherman
8b08df1062
Show sponsors in a tab in the about box
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-28 04:06:32 +00:00