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 | |||
@@ -5,3 +5,20 @@ and we need to work around some compiler bugs!! -zecke | |||
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 | |||
@@ -23,15 +23,11 @@ the future | |||
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 |
@@ -48,4 +44,10 @@ TASKS in progress: | |||
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 | |||