mcoletti
ecb0ae7f7f
- now dynamically builds the file filter list for the raster dialog
...
based on the currently available GDAL drivers [0]
- now register GDAL drivers when app is instantiated not when a raster
layer is opened [1]
Notes:
[0] However, there exist drivers that have no corresponding file name
extension in their driver metadata, and so do not get appropriate
filters populated in the raster dialog. Presumably the user can use
the default "All (*.*)" filter to load datasets of those types; this
probably should be tested. Grep for appropriate "XXX" comments for
place to catch these types of raster drivers in
buildSupportedrasterFileFilter_().
[1] After all, it doesn't make sense to reload the drivers every time
a raster layer is opened. Presumably these drivers are loaded once
and then remain static.
The vector layer dialog file filters aren't similarly dynamically
built. (Yet.)
git-svn-id: http://svn.osgeo.org/qgis/trunk@784 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-11 04:19:13 +00:00
timlinux
3eeb3c968b
Upper cased button label first letters
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@783 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 13:28:24 +00:00
timlinux
1962cc1d75
Changed field label from 'Classification Variable' to 'Classification Field'
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@782 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 13:26:49 +00:00
mhugent
ed311d1611
attribute names and graduated symbol modes upper case
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@781 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 13:21:04 +00:00
timlinux
6072b316b7
Constrain height of widgets to 20.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@780 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 12:21:34 +00:00
mhugent
76bf538c40
fixed bug in QgsProjectIo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@774 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 07:52:10 +00:00
mhugent
af881bf7f4
nobrush button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@773 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 07:44:14 +00:00
gsherman
603323a69f
reformatted code
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@770 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 04:35:50 +00:00
gsherman
54cc97729d
added a NoPen button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@769 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 04:19:50 +00:00
gsherman
444c2f4362
updated back and reload buttons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@768 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 04:18:30 +00:00
gsherman
f3247c6ccb
added a nopen button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@767 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 04:12:29 +00:00
gsherman
261ac997f0
didge updates to gnu build configuration
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@766 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-10 03:56:45 +00:00
timlinux
02b57c9ed4
More gui cleanups.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@764 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-09 08:41:43 +00:00
timlinux
587748e489
Gui clean ups - set min height on all controls to 20 rather than 30.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-09 06:40:41 +00:00
gsherman
1c70f7bc6f
changed function for setting check box to maintain qt 3.1.2 compatibility
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 22:13:25 +00:00
gsherman
40c9bd62fc
updated exit, plugin manager, and help contents icons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 22:11:42 +00:00
gsherman
b5f5a25782
removed second arg from endsWith function to retain compatibility with qt 3.1
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 15:57:50 +00:00
timlinux
52e0458534
Gui clean up for graduated symbol multiline widtget so that horizontal scrolling is not required.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@750 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 12:30:32 +00:00
timlinux
f00b96bbd6
Ifdef'd std:cerr messages.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 11:35:12 +00:00
timlinux
c4271bf575
Wrapped qWarnings in #ifdef DEBUG statements to prevent extraneous stdout messages when built with debug=false.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 11:29:55 +00:00
timlinux
2ac164404c
Bug fix for losing state of rasterlayer drawing style on dialog box reaopen.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 04:34:23 +00:00
timlinux
fbb225fde8
Fix for [ 891857 ] Changing gryscale raster to pseudoclr does not update legend
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-08 04:08:22 +00:00
gsherman
40a072f401
fixed version number to 3.1
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 23:45:48 +00:00
gsherman
621494aed5
added structure for plugin documentation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 23:36:54 +00:00
gsherman
5d0d76d0b7
connected help button on the buffer dialog to display help stored in <prefix>/share/doc/plugins/geoprocessing/buffer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 23:33:50 +00:00
gsherman
2f8507509b
added hooks for opening url relative to the documentation base directory or an absolute url
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 23:32:47 +00:00
gsherman
1f3e57c7a4
added user help documents
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 22:06:30 +00:00
gsherman
0f63ce52d3
added options dialog. help now uses web browser instead of custom idget
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 21:58:51 +00:00
gsherman
80f901f76c
added intersect option to select to properly select features during select and identify operations. OGR does not support intersects so this is only implemented in the postgres provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 19:07:50 +00:00
gsherman
d5d2c6ab03
added info about debug messages
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 19:06:35 +00:00
mhugent
f64c6270b6
added resizing of g.s. extension widget
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@737 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 16:35:22 +00:00
mhugent
eb6c570363
cleaned up a few things in the shapefile provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 14:09:00 +00:00
gsherman
816466acb6
added icon to buffer menu item
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 05:16:14 +00:00
gsherman
94baf4b90c
set ui version to 3.1
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@730 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 05:09:18 +00:00
gsherman
d0a915078e
placeholder for docs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:33:26 +00:00
gsherman
a16a6a02fc
initial import of metadata class for plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:13:18 +00:00
gsherman
51f753a555
plugin manager now actually manages plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:08:10 +00:00
gsherman
28247471b2
added install for docs
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 04:05:50 +00:00
gsherman
92313d7781
fixed caption for attribute table display
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-07 00:53:15 +00:00
timlinux
385eb89cc4
Set the triband legend pixmap to more muted colors.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 23:26:07 +00:00
timlinux
2c3abab958
889452 Fixed. Bug was caused by incorrect checking of feature type before trying to access fill color. Added a bunch of debug statements when debug mode is on.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 22:08:37 +00:00
timlinux
7891a6dad6
Doxygen stats for raster props dialog.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 18:24:13 +00:00
gsherman
ca3f938665
added new mapserver export icon
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:39:51 +00:00
stevehalasz
03112fdf0f
don't signal for zOrder change if layer is not actually moved (fixes bug: 889466)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 16:20:25 +00:00
timlinux
dd42d9b0d7
Added mapserver icon taken from the mapserver logo.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 12:23:01 +00:00
timlinux
7d32c1b9e2
Reversed order so rasters are added first then vectors. TODO: change so that layers are added in same order specified in argv.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:56:20 +00:00
timlinux
98346d1a33
Simplified the command line parser - all file type checking for passed in file names is now down automagically in qgisapp.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@713 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:48:52 +00:00
timlinux
db471620ec
Added a couple of helper functions:
...
/** This helper checks to see whether the filename appears to be a valid raster file name */
bool isValidRasterFileName (QString theFileNameQString);
/** Overloaded version of the above function provided for convenience that takes a qstring pointer */
bool isValidRasterFileName (QString * theFileNameQString);
/** This helper checks to see whether the filename appears to be a valid vector file name */
bool isValidVectorFileName (QString theFileNameQString);
/** Overloaded version of the above function provided for convenience that takes a qstring pointer */
bool isValidVectorFileName (QString * theFileNameQString);
The idea being that we have a central place to check if filenames are valid. Added appropriate calls in addLayer and addVectorLayer to the above functions. Created separate addLayer(QStringList) and addRasterLayer(QStringList) functions so that addLayer() and addRaster() prompt with a qfiledialog and then delegate to these.
git-svn-id: http://svn.osgeo.org/qgis/trunk@712 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 09:47:19 +00:00
gsherman
f46cdf38c1
added interface for positioning menu items from plugins
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 07:04:05 +00:00
timlinux
2124bf5a0f
Status update.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-02-06 06:55:14 +00:00