summaryrefslogtreecommitdiff
path: root/symbian/TODO
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-11-09 19:45:07 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-10 08:36:13 +0000
commitdb5886f1c778575b40da80b66a50b6ab376ad943 (patch)
treeac8093772a53fd526cf948dc18102266f8d790a1 /symbian/TODO
parent38aa2d1871d776152eb9b958f87dbfa1f4c07399 (diff)
downloadperl-db5886f1c778575b40da80b66a50b6ab376ad943.tar.gz
blead@26052 Symbian update
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@26068
Diffstat (limited to 'symbian/TODO')
-rw-r--r--symbian/TODO17
1 files changed, 9 insertions, 8 deletions
diff --git a/symbian/TODO b/symbian/TODO
index f2ed38d94a..3fb1534e41 100644
--- a/symbian/TODO
+++ b/symbian/TODO
@@ -100,10 +100,11 @@
does not work: calling the dialog code blocks so that the screen is not
redrawn at all. Perl should do both: "yield" so that the GUI framework
can redraw, but in the meanwhile Perl should wait for the completion
- (OK or Cancel) of the dialog. Welcome to the wonderful world of cooperative
- multitasking. The right solution surely involves Active Objects.
- The problem may require having a different Perl op dispatch
- loop than the standard ones in run.c and debug.c.
+ (OK or Cancel) of the dialog, but Perl must not exit the current PL_op.
+ Welcome to the wonderful world of cooperative multitasking. The right
+ solution surely involves Active Objects. The problem may require having
+ a different Perl op dispatch loop than the standard and debug ones in
+ run.c and dump.c.
- menu/toolbar support
- selection lists (single cf multi cf radio)
@@ -187,9 +188,9 @@
cell location, WLAN)
(name suggestion: Moped::Msg)
- PDA support (address book)
- (name suggestion: Moped::Msg)
+ (name suggestion: Moped::PDA)
- Device support (memory, camera)
- (name suggestion: Moped::Dev)
-- Remote console (Bluetooth/IR)
-- Phone APIs (how to catch an incoming call: BIO messaging)
+ (name suggestion: Moped::Dev::Memory, Moped::Dev::Drives, Moped::Dev::Camera)
+- Phone APIs (e.g. how to catch an incoming call: BIO messaging)
+- Remote console (Bluetooth/IR/USB?)