mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
32 lines
1.7 KiB
Plaintext
32 lines
1.7 KiB
Plaintext
TODO,v 1.8 2004/01/22 07:12:13 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
|
|
layers.
|
|
2. Plugin manager needs to track which plugins are already loaded and allow
|
|
user to unload a plugin from the plugin manager dialog.
|
|
3. Raster legend items need to be fixed to properly display raster name and
|
|
a suitable pixmap.
|
|
4. Implement context menus for raster and vector layers. This is partially
|
|
done for vector layers but needs more work to adjust the menu based on
|
|
the vector layer types.
|
|
5. Toolbar buttons related to layer functions need to be disabled when not
|
|
appropriate (eg. table and select buttons when a raster is selected in
|
|
the legend)
|
|
6. SPIT integration needs to be completed. The libpq++ dependency must be
|
|
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. DONE (TS): Move the "All rasters" filter to the top of the rasters
|
|
open dialog.
|
|
9. DONE (TS): Remove *.adf from all rasters filter
|
|
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 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.
|