summaryrefslogtreecommitdiff
path: root/core/qws/TODO
authorkergoth <kergoth>2003-05-08 16:48:20 (UTC)
committer kergoth <kergoth>2003-05-08 16:48:20 (UTC)
commit7d24cfad2a564436950b5f42e74c0bd51481f5a9 (patch) (side-by-side diff)
treebc55466250fd15014a35a9c13f0538893b2245fc /core/qws/TODO
parent0cb4111d34d9fe96731f48983e1ff2e67262db02 (diff)
downloadopie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.zip
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.gz
opie-7d24cfad2a564436950b5f42e74c0bd51481f5a9.tar.bz2
Start work on a new launcher. This commit is simply a minimal Opie QWS server.
Diffstat (limited to 'core/qws/TODO') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/TODO31
1 files changed, 31 insertions, 0 deletions
diff --git a/core/qws/TODO b/core/qws/TODO
new file mode 100644
index 0000000..b35d87e
--- a/dev/null
+++ b/core/qws/TODO
@@ -0,0 +1,31 @@
+New Launcher TODO:
+
+[x] Split QWS Server out of launcher/taskbar application
+[ ] Handling of default Opie env vars that may or may not be
+ affected by ODevice. This should really affect all Opie apps..
+ perhaps in qpeapplication, or a seperate app that sets the env vars
+ for Opie ala the way ssh-agent outputs an eval'able set of vars.
+
+[.] QWS Server
+ [x] actual qws server (qpeapplication as GuiServer)
+ [x] qcop bridge
+ [x] transfer server (sync compatibility)
+ [ ] calibration QCop calls (to split calibration into a seperate app)
+ [ ] window list / management QCop calls (matchbox style task switching)
+ [ ] qws event filter hooks
+ [ ] Touch and Key clicks
+ [ ] xstroke style input
+
+[ ] Launcher/Taskbar
+ [ ] Proper VT handling, and VT switching - qt/e + qpeapplication.. every app needs to handle this properly
+ [ ] Proper timezone handling (create localtime link) - belongs in that which handles the time. clock applet, systemtime.
+ [ ] LauncherView as plugins, possibly allow the plugin to add any
+ arbitary number of tabs, in which case the launcher is simply
+ a tab bar with plugins, the default being the AppLnk and Docs
+ scanning plugins, to give us the current functionality.
+
+[ ] Uncertain
+ [ ] Alerts - mem and battery
+ [ ] OpieScreenSaver
+ [.] package slave - essentially take bridged qcop message, pass it
+ along to the app which is associated with the .ipk mime type.