adjusting plans

svn path=/trunk/kdebase/konsole/; revision=39474
This commit is contained in:
Lars Doelle
2000-01-29 05:34:28 +00:00
parent c7a807b915
commit ceb8049e93
2 changed files with 28 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
konsole - an X terminal emulation
Copyright (c) 1997-1999 by Lars Doelle <lars.doelle@on-line.de>
Copyright (c) 1997-2000 by Lars Doelle <lars.doelle@on-line.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -1,4 +1,23 @@
Here is a list of open issues:
* current issues -------------------------------------------------
* configuration related:
- command line options
font, menu, scrollbar, schema, kdelnk, codec, keytrans, ...
* improve/complete documentation
- include README.* into doc.
- explain configuration files
* currently working on
add configuration for function keys
document broken keypad (It's a QT issue really)
document VT100 keypad codes (doc/missing.keys)
* future stuff, perhaps ------------------------------------------
- when manipulating binary files, sometimes one
screws up ones terminal settings. xterm has
@@ -9,6 +28,13 @@ Here is a list of open issues:
- keep session open after client program termination.
Useful for things like 'konsole -e ls'.
- deflicker, setting all the attributes separately
both when creating and changing to a session
creates 3 setimage and 1 paint events. (This may
have improved, lately).
* write configuration utility for config (*.schema,*.kdelnk) files.
* stuff centered around resizing and text vs. matrix:
- make resizing more clever
@@ -18,23 +44,3 @@ Here is a list of open issues:
cut'n'paste.
- selecting lines that wraps insert a '\n' in the middle of the
line when pasting. A related problem occures with resizing.
* configuration related:
- command line options
- font, menu, scrollbar, schema, kdelnk ... other configs
- write configuration utility for config (*.schema,*.kdelnk) files.
- add configuration for function keys. <<< currently working on (LD)
* improve/complete documentation
- document broken keypad (It's a QT issue really)
see VT100 keypad codes (doc/missing.keys)
- include README.* into doc.
- explain configuration files
- deflicker, setting all the attributes separately
both when creating and changing to a session
creates 3 setimage and 1 paint events. (This may
have improved, lately).