author | hash <hash> | 2002-10-24 08:38:23 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-24 08:38:23 (UTC) |
commit | bb381ba95d321259295ff7fc02534281d21ded87 (patch) (unidiff) | |
tree | 55b7ff20d90db06cb92d7dbd1a1a770a9e87dc24 | |
parent | 915d9778a69f5ea549ab81d9f153cfa7dd458d89 (diff) | |
download | opie-bb381ba95d321259295ff7fc02534281d21ded87.zip opie-bb381ba95d321259295ff7fc02534281d21ded87.tar.gz opie-bb381ba95d321259295ff7fc02534281d21ded87.tar.bz2 |
lets make a general config dialog
-rw-r--r-- | noncore/apps/opie-console/PLANS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/PLANS b/noncore/apps/opie-console/PLANS index ea1b5fd..8e0bee4 100644 --- a/noncore/apps/opie-console/PLANS +++ b/noncore/apps/opie-console/PLANS | |||
@@ -2,22 +2,24 @@ | |||
2 | From a UNIX point of view we want to do something like minicom | 2 | From a UNIX point of view we want to do something like minicom |
3 | with a better GUI. | 3 | with a better GUI. |
4 | It should feature some terminal emulation vt100/102, ansi, | 4 | It should feature some terminal emulation vt100/102, ansi, |
5 | filetransfer via {x,y,z}modem, and some sort of session management. | 5 | filetransfer via {x,y,z}modem, and some sort of session management. |
6 | Besides this requirement we would like to be able to execute 'scripts' | 6 | Besides this requirement we would like to be able to execute 'scripts' |
7 | in a session. | 7 | in a session. |
8 | A script would just write to the TEmulation and then be sent via | 8 | A script would just write to the TEmulation and then be sent via |
9 | an IOlayer. | 9 | an IOlayer. |
10 | Then we would like to send keys? Do we want that? | ||
11 | > what kind of keys would we send? | ||
12 | 10 | ||
13 | We want a modular architecture which might support plugins in | 11 | We want a modular architecture which might support plugins in |
14 | the future | 12 | the future |
15 | 13 | ||
14 | should we have a general opie-console setting dialog where you configure | ||
15 | general things like where the tabs are, the profiles, and the default | ||
16 | keyboard? | ||
17 | |||
16 | 18 | ||
17 | (Almost) DONE: | 19 | (Almost) DONE: |
18 | Framework | 20 | Framework |
19 | Serial IOLayer | 21 | Serial IOLayer |
20 | Saving and Restoring Profiles | 22 | Saving and Restoring Profiles |
21 | ConfigDialog Framework | 23 | ConfigDialog Framework |
22 | IOLayer | 24 | IOLayer |
23 | Profile->Session and MainWidget | 25 | Profile->Session and MainWidget |