mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Sorted out items 8 (move all to top of raster filters list in load dialog) and 9 (remove .adf from all filter in raster load) in todo list. Updated todo list accordingly.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@553 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9959b8d213
commit
4e8f719a22
6
TODO
6
TODO
@ -1,4 +1,4 @@
|
||||
TODO,v 1.6 2004/01/21 13:19:51 timlinux Exp
|
||||
TODO,v 1.7 2004/01/21 21:30:34 timlinux Exp
|
||||
TODO List for getting to version 0.1 (in no order of importance)
|
||||
1. Fix QgsProjectIo so that qgis projects can be saved and loaded. Major areas
|
||||
needing attention are customized raster settings and symbology for vector
|
||||
@ -17,8 +17,8 @@ TODO List for getting to version 0.1 (in no order of importance)
|
||||
removed and the current open bugs (sf.net) need to be resolved.
|
||||
7. Adjust the open dialog for "shapefiles" to allow other formats supported
|
||||
by OGR.
|
||||
8. Move the "All rasters" filter to the top of the rasters open dialog.
|
||||
9. Remove *.adf from all rasters filter
|
||||
8. Move the "All rasters" filter to the top of the rasters open dialog. DONE (TS)
|
||||
9. Remove *.adf from all rasters filter DONE (TS)
|
||||
10. Add options dialog to store user preferences.
|
||||
11. Add Help (HTML opened in user specified browser)
|
||||
12. Modify cursors so the black cursor / transparency bounndaries are bordered with a
|
||||
|
@ -336,10 +336,11 @@ void QgisApp::addRasterLayer()
|
||||
QString myUsgsAsciiDemFilterString="Usgs Ascii DEM (*.dem)";
|
||||
QString myGrassFilterString="Grass raster (*.*)";
|
||||
QString mySdtsFilterString="Sdts (*CATD*.DDF)";
|
||||
QString myAllRasterFormats = "All Rasters (*.adf;*.asc;*.grd;*.tif;*.png;*.jpg;*.dem;*.DDF)";
|
||||
QString myAllRasterFormats = "All Rasters (*.asc;*.grd;*.tif;*.png;*.jpg;*.dem;*.DDF)";
|
||||
//QString myBilFilterString="Band Interleaved by Line (*.bil)";
|
||||
//QString myJpgFilterString="Geo jpg (*.jpg)";
|
||||
QStringList myFileNameQStringList = QFileDialog::getOpenFileNames(
|
||||
myAllRasterFormats + ";;" +
|
||||
myArcInfoBinaryGridFilterString + ";;" +
|
||||
myArcInfoAsciiGridFilterString + ";;" +
|
||||
//myBilFilterString + ";;" +
|
||||
@ -347,8 +348,7 @@ void QgisApp::addRasterLayer()
|
||||
myGeoTiffFilterString + ";;" +
|
||||
myGrassFilterString + ";;" +
|
||||
myUsgsAsciiDemFilterString + ";;" +
|
||||
mySdtsFilterString + ";;" +
|
||||
myAllRasterFormats, //filters to select
|
||||
mySdtsFilterString, //filters to select
|
||||
"" , //initial dir
|
||||
this , //parent dialog
|
||||
"OpenFileDialog" , //QFileDialog qt object name
|
||||
|
Loading…
x
Reference in New Issue
Block a user