author | kergoth <kergoth> | 2003-05-08 17:07:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-08 17:07:46 (UTC) |
commit | 197cdbb5ca34517c077b69bb8517787ab1e52aeb (patch) (side-by-side diff) | |
tree | 0b13efd4e547e6bb8c4ec7c2046592ddc8b6382b | |
parent | 8ee7334780202ed777895a56c7516a11d37ec6a4 (diff) | |
download | opie-197cdbb5ca34517c077b69bb8517787ab1e52aeb.zip opie-197cdbb5ca34517c077b69bb8517787ab1e52aeb.tar.gz opie-197cdbb5ca34517c077b69bb8517787ab1e52aeb.tar.bz2 |
Update todo.
-rw-r--r-- | core/qws/TODO | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/core/qws/TODO b/core/qws/TODO index b35d87e..1093031 100644 --- a/core/qws/TODO +++ b/core/qws/TODO @@ -1,31 +1,37 @@ 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) + [ ] QPE/QWS QCop channel + [ ] 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 + [ ] slave handling (making use of bridged qcop messages) -[ ] Launcher/Taskbar +[ ] Launcher + [ ] Revamp to be, essentially, a tab bar with plugins. + [ ] AppLnk / categorytabs plugin + [ ] Documents scanning / documentstab plugin + +[ ] Taskbar + [ ] Generic pluginable bar, seperate app + [ ] Runningappsbar applet + [ ] Start menu applet + +[ ] Other [ ] 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 + [ ] package slave - essentially take bridged qcop message, pass it along to the app which is associated with the .ipk mime type. |