Updated TODO list

git-svn-id: http://svn.osgeo.org/qgis/trunk@619 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-01-28 04:53:14 +00:00
parent 8aa9ada994
commit 891f4ab02c

13
TODO
View File

@ -1,4 +1,4 @@
TODO,v 1.11 2004/01/28 01:53:27 gsherman Exp
TODO,v 1.12 2004/01/28 04:53:14 gsherman 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
@ -25,9 +25,9 @@ TODO List for getting to version 0.1 (in no order of importance)
are bordered with a 1 pixel wide white border (to prevent losing the cursor
over all black image regions.
13. Update file open boxes to remember the last filter used in that session.
14. Add vector of view extents and replace the Previous Extent function with
Forward and Back view buttons to allow user to move back and forth between
views.
14. [DELAYED TILL 0.2] Add vector of view extents and replace the Previous Extent
function with Forward and Back view buttons to allow user to move back and
forth between views.
15. Prompt user to save / are you sure before opening a new project and losing
everything in the current one.
16. The geoprocessing menu, having the remove plugin option there does not make
@ -44,7 +44,7 @@ TODO List for getting to version 0.1 (in no order of importance)
table name and show schema and geom stuff in properties box only?
21. [DONE (GS)] Can you upper case the first letter of a name in the legend
(implemented separately in qgsvectorlayer and qgsrasterlayer)
22. On the properrties dialog for pg layer, can you make an apply button or
22. On the properties dialog for pg layer, can you make an apply button or
wait cursor or progress bar. The gui is currently quite unresponsive when
changing the layer type.
23. Go through all dialogs and neaten up field labels to mixed case -
@ -52,3 +52,6 @@ TODO List for getting to version 0.1 (in no order of importance)
For version 0.2
1. PostgreSQL/PostGIS layer management plugin (create/delete layers)
2. Add vector of view extents and replace the Previous Extent function with
Forward and Back view buttons to allow user to move back and forth between
views.