558 Commits

Author SHA1 Message Date
timlinux
3b351bcb6a Fixed the rather broken algorithm for creating gradients on the advanced symbology tab.
Added text overlay on each color preview showing the range selected.
Note the gui now works ok, but I have to implement the application logic for this behaviour still.


git-svn-id: http://svn.osgeo.org/qgis/trunk@415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 22:56:07 +00:00
stevehalasz
c8c8571bcc add USGS ASCII DEM (*.dem) to add raster layer file dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@414 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 20:24:52 +00:00
timlinux
581a6a77d7 Added missing support for inverting histogram on non-pseudocolor grayscale layers.
git-svn-id: http://svn.osgeo.org/qgis/trunk@408 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 10:40:40 +00:00
timlinux
ee6f7604c5 Modified add raster layer to only list tested datatypes.
git-svn-id: http://svn.osgeo.org/qgis/trunk@407 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 02:40:05 +00:00
timlinux
e2250567a4 First working version of raster properties dialog. The dialog allows control over band<->color mappings, transparency, histogram inversion and provides some statistics.
git-svn-id: http://svn.osgeo.org/qgis/trunk@406 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 02:36:18 +00:00
timlinux
314887b8a1 Added transparency, histogram inversion for non pseudomapped grayscale and paletted layers.
Added alternate band mapping capability for paletted layers.
Added variable stats calculation for paletted layers.
Various other small changes and code cleanups.


git-svn-id: http://svn.osgeo.org/qgis/trunk@405 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-04 02:31:46 +00:00
timlinux
13a385eb7c Modified the makefile to build the new rasterproperties dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk@389 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-01 11:31:17 +00:00
timlinux
72bce087c4 Added support for 'undefined' color interps - which are treated as grayscale and have a pseudocolor color ramp assigned.
The above allows arc/info grid and ascii grid layers to be rendered.
Added pseaudo color ramp builder for grayscale images.
Added routine to build stats for bands (this is disabled for rgb layers because of performance issues).
Stats include, minval, maxval, range, sum of squares, mean, std deviation.
Added logic to constrain greyscale & undefined histogram to n standard deviations.
Added logic to invert histogram for grayscale and undefined.

Currently these behaviours are hard coded in the constructor, but will make them available from the new rasterproperties dialog soon.


git-svn-id: http://svn.osgeo.org/qgis/trunk@388 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-01 11:30:07 +00:00
timlinux
07acee7d19 Modified the raster file selection dialog so that it now allows arc/info binary grid, arc/info ascii grid, geotiff, geo jpg and bil files to be selected. Because qfiledialog does not support behaviour for selecting either a directory of a file, arc info binary files need to be added by selecting any .adf file in the layer dir. Also because of this multiple arc/info grid files cannot be added at once.
git-svn-id: http://svn.osgeo.org/qgis/trunk@387 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-01 11:21:20 +00:00
timlinux
a097225910 Initial commit of a new properties dialog for raster layers. This is just a skeleton at the moment - I will connect it up to the backend over the next couple of days.
git-svn-id: http://svn.osgeo.org/qgis/trunk@386 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-01 11:12:55 +00:00
gsherman
0fbf8b10a0 added mapserver ui files
git-svn-id: http://svn.osgeo.org/qgis/trunk@385 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-01-01 01:16:30 +00:00
gsherman
6291e855ad added error checking on insert failure; escaped single quotes to prevent sql syntax error
git-svn-id: http://svn.osgeo.org/qgis/trunk@384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-31 06:42:43 +00:00
timlinux
1ebed2ac36 Added support for grayscale tifs too.
git-svn-id: http://svn.osgeo.org/qgis/trunk@383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-31 00:27:59 +00:00
gsherman
9881b4eccf gnu build files
git-svn-id: http://svn.osgeo.org/qgis/trunk@382 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 19:45:28 +00:00
rawbytes
52d14977d7 forgot to save the previous time
git-svn-id: http://svn.osgeo.org/qgis/trunk@376 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 11:17:38 +00:00
rawbytes
748870606f added number centering
git-svn-id: http://svn.osgeo.org/qgis/trunk@375 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 11:15:38 +00:00
rawbytes
f4be73a72a added schema column
git-svn-id: http://svn.osgeo.org/qgis/trunk@374 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 07:11:56 +00:00
rawbytes
23de3301b5 fixed list adjust mistype
git-svn-id: http://svn.osgeo.org/qgis/trunk@373 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 06:54:17 +00:00
rawbytes
6edc9f9f41 added relation name change support
git-svn-id: http://svn.osgeo.org/qgis/trunk@372 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 06:36:17 +00:00
rawbytes
21bbac1b2c changed all char * to QStrings
git-svn-id: http://svn.osgeo.org/qgis/trunk@371 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 05:38:54 +00:00
rawbytes
58b7f0b53e fixed progress dialog bug
git-svn-id: http://svn.osgeo.org/qgis/trunk@369 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 05:04:33 +00:00
rawbytes
f8944915d5 added geometry name field
git-svn-id: http://svn.osgeo.org/qgis/trunk@368 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-30 04:11:24 +00:00
rawbytes
346f99d441 Changed list view to table
lots of new bugs introduced


git-svn-id: http://svn.osgeo.org/qgis/trunk@367 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-29 10:24:38 +00:00
rawbytes
6b3459b974 progress dialog fixed
git-svn-id: http://svn.osgeo.org/qgis/trunk@366 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 11:20:27 +00:00
rawbytes
9576fb6ed6 cancel button additions
git-svn-id: http://svn.osgeo.org/qgis/trunk@365 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 06:24:11 +00:00
rawbytes
b718bdef1a query quotes problem fixed
git-svn-id: http://svn.osgeo.org/qgis/trunk@364 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 05:12:31 +00:00
gsherman
da8fd33098 fix for storing column type and name in vector
git-svn-id: http://svn.osgeo.org/qgis/trunk@363 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 04:32:01 +00:00
rawbytes
ec8476a9af query issues
git-svn-id: http://svn.osgeo.org/qgis/trunk@362 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 04:07:27 +00:00
rawbytes
20524d5ff3 added quotes control on sql queries
git-svn-id: http://svn.osgeo.org/qgis/trunk@361 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 03:10:38 +00:00
rawbytes
6314b6cacb fied types update
git-svn-id: http://svn.osgeo.org/qgis/trunk@360 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 02:23:54 +00:00
rawbytes
04aa4f9788 sql command update
git-svn-id: http://svn.osgeo.org/qgis/trunk@359 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-28 01:44:53 +00:00
rawbytes
fdc6817972 updates progress dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@358 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-27 20:57:35 +00:00
rawbytes
ef6b28c9d6 added deletion of feature and geometry pointers
git-svn-id: http://svn.osgeo.org/qgis/trunk@357 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-27 09:40:15 +00:00
rawbytes
210039baad fixed file remove bug that crashed the application
git-svn-id: http://svn.osgeo.org/qgis/trunk@356 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-27 09:07:20 +00:00
rawbytes
19859020d2 geometry column patch applied
git-svn-id: http://svn.osgeo.org/qgis/trunk@355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-27 01:52:16 +00:00
stevehalasz
0c4ad38f2b icon for adding raster layer. save/restore raster layers in project files
git-svn-id: http://svn.osgeo.org/qgis/trunk@354 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 15:56:31 +00:00
rawbytes
6c5601ade8 inserting files into db code
git-svn-id: http://svn.osgeo.org/qgis/trunk@353 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 14:42:11 +00:00
rawbytes
19cb56cc08 database querries
git-svn-id: http://svn.osgeo.org/qgis/trunk@352 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 14:03:41 +00:00
rawbytes
d55d70a475 Added proper field type handling, now recognizing Date and Boolean types
git-svn-id: http://svn.osgeo.org/qgis/trunk@351 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 08:45:32 +00:00
rawbytes
fd0f1927fe fixed wkt buffer problem
git-svn-id: http://svn.osgeo.org/qgis/trunk@350 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 07:11:34 +00:00
gsherman
cb21433a12 dump field types, wkt, and wkt/wkb lengths
git-svn-id: http://svn.osgeo.org/qgis/trunk@349 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 05:27:55 +00:00
rawbytes
bdcc39de7c field type changes
git-svn-id: http://svn.osgeo.org/qgis/trunk@348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-26 03:57:37 +00:00
rawbytes
f20f7a3c5e updated README
git-svn-id: http://svn.osgeo.org/qgis/trunk@347 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 03:41:06 +00:00
gsherman
5c73131753 added PGSQL to INCLUDEPATH
git-svn-id: http://svn.osgeo.org/qgis/trunk@346 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 03:38:28 +00:00
rawbytes
71d0717c7d adde message viewer base ui
git-svn-id: http://svn.osgeo.org/qgis/trunk@345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 03:06:14 +00:00
rawbytes
63f40ba1ad added message viewer files
git-svn-id: http://svn.osgeo.org/qgis/trunk@344 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 03:03:50 +00:00
rawbytes
ea2678bf5c added progress dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@343 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 02:05:43 +00:00
stevehalasz
8a40d173c9 display message if invalid file selected in raster file dialog (fixes bug 864748)
git-svn-id: http://svn.osgeo.org/qgis/trunk@342 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-23 15:30:39 +00:00
rawbytes
6cc084be01 spit.pro commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@340 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-23 05:44:06 +00:00
gsherman
09a3e4888b Added include path for pgsql/libpq++
git-svn-id: http://svn.osgeo.org/qgis/trunk@339 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-23 05:14:29 +00:00