summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/BUGS17
-rw-r--r--noncore/apps/opie-console/PLANS14
2 files changed, 25 insertions, 6 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
2but sometimes the compiler produces bad code 2but sometimes the compiler produces bad code
3and we need to work around some compiler bugs!! -zecke 3and we need to work around some compiler bugs!! -zecke
4 4
5 5
6Send/receive: lrzsz behaves strange when trying to use 6Send/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
22connection is allready up, and extended stuff is a lot of work; maybe later
23in 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
27TASKS in progress: 29TASKS 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
@@ -46,6 +42,12 @@ TASKS in progress:
46 42
47 hash => got it. 43 hash => got it.
48 44
49OPEN tasks: 45OPEN tasks:
50 Receiving ( copy &n paste from filetransfer.cpp ) 46 Receiving ( copy &n paste from filetransfer.cpp )
51 47
48POSTPONED UNTIL LATER:
49 Irda ConfigWidget
50 BT ConfigWidget
51 IRDA-Layer
52 Bluetooth-Layer
53