author | harlekin <harlekin> | 2002-10-21 22:56:43 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-21 22:56:43 (UTC) |
commit | b466b56f8a17010d651f07149ae5b860296ac710 (patch) (unidiff) | |
tree | 1d856b36a36a50971ab445fce3ab89fa6cb52d0f | |
parent | 65758988afc1ba20bdedd843e70d7120ed46ca31 (diff) | |
download | opie-b466b56f8a17010d651f07149ae5b860296ac710.zip opie-b466b56f8a17010d651f07149ae5b860296ac710.tar.gz opie-b466b56f8a17010d651f07149ae5b860296ac710.tar.bz2 |
some more bugs/todo
-rw-r--r-- | noncore/apps/opie-console/BUGS | 17 | ||||
-rw-r--r-- | noncore/apps/opie-console/PLANS | 16 |
2 files changed, 26 insertions, 7 deletions
diff --git a/noncore/apps/opie-console/BUGS b/noncore/apps/opie-console/BUGS index 2956b31..23a1026 100644 --- a/noncore/apps/opie-console/BUGS +++ b/noncore/apps/opie-console/BUGS | |||
@@ -2,6 +2,23 @@ Ok we all know we write perfect code | |||
2 | but sometimes the compiler produces bad code | 2 | but sometimes the compiler produces bad code |
3 | and we need to work around some compiler bugs!! -zecke | 3 | and we need to work around some compiler bugs!! -zecke |
4 | 4 | ||
5 | 5 | ||
6 | Send/receive: lrzsz behaves strange when trying to use | 6 | Send/receive: lrzsz behaves strange when trying to use |
7 | --overwrite or --rename. | 7 | --overwrite or --rename. |
8 | |||
9 | - console should autoconnect by default | ||
10 | |||
11 | - keys and buttonbar merge | ||
12 | |||
13 | - keys really working | ||
14 | |||
15 | - scripting with "direct subpopup" | ||
16 | |||
17 | - kill more compiler warnings. | ||
18 | |||
19 | - more colorshemes ( "orange is ugly" ) | ||
20 | |||
21 | - irda and bluetooth out ( can be done with normal serial as long as the | ||
22 | connection is allready up, and extended stuff is a lot of work; maybe later | ||
23 | in again ). | ||
24 | |||
diff --git a/noncore/apps/opie-console/PLANS b/noncore/apps/opie-console/PLANS index 11fb2fc..ea1b5fd 100644 --- a/noncore/apps/opie-console/PLANS +++ b/noncore/apps/opie-console/PLANS | |||
@@ -20,21 +20,17 @@ the future | |||
20 | Saving and Restoring Profiles | 20 | Saving and Restoring Profiles |
21 | ConfigDialog Framework | 21 | ConfigDialog Framework |
22 | IOLayer | 22 | IOLayer |
23 | Profile->Session and MainWidget | 23 | Profile->Session and MainWidget |
24 | FilesendingLayer ( Z/Y Modem tested X does not work at all ) | 24 | FilesendingLayer ( Z/Y Modem tested X does not work at all ) |
25 | Fullscreen | 25 | Fullscreen |
26 | Modem - Josef | ||
27 | Keys - hash | ||
26 | 28 | ||
27 | TASKS in progress: | 29 | TASKS in progress: |
28 | Irda ConfigWidget - Harlekin | ||
29 | BT ConfigWidget - Harlekin | ||
30 | IRDA-Layer - Harlekin | ||
31 | Bluetooth-Layer - Harlekin | ||
32 | Modem - Josef | ||
33 | Keys - hash | 30 | Keys - hash |
34 | TE - ibotty | ||
35 | Scripting - wazlaf | 31 | Scripting - wazlaf |
36 | 32 | ||
37 | Session->Profile - hash => why is this needed? you can not change any settings | 33 | Session->Profile - hash => why is this needed? you can not change any settings |
38 | after you start the session, so all you would do is | 34 | after you start the session, so all you would do is |
39 | create a duplicate of the profile used to open the | 35 | create a duplicate of the profile used to open the |
40 | current session. maybe needed later when you can change | 36 | current session. maybe needed later when you can change |
@@ -45,7 +41,13 @@ TASKS in progress: | |||
45 | now you want to save the session | 41 | now you want to save the session |
46 | 42 | ||
47 | hash => got it. | 43 | hash => got it. |
48 | 44 | ||
49 | OPEN tasks: | 45 | OPEN tasks: |
50 | Receiving ( copy &n paste from filetransfer.cpp ) | 46 | Receiving ( copy &n paste from filetransfer.cpp ) |
51 | 47 | ||
48 | POSTPONED UNTIL LATER: | ||
49 | Irda ConfigWidget | ||
50 | BT ConfigWidget | ||
51 | IRDA-Layer | ||
52 | Bluetooth-Layer | ||
53 | |||