-rw-r--r-- | core/qws/TODO | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/core/qws/TODO b/core/qws/TODO index 1093031..e4b0f9d 100644 --- a/core/qws/TODO +++ b/core/qws/TODO | |||
@@ -1,37 +1 @@ | |||
1 | New Launcher TODO: | New Launcher TODO at http://www.openembedded.org/phpwiki/index.php/OpLauncherTODO | |
2 | |||
3 | [x] Split QWS Server out of launcher/taskbar application | ||
4 | [ ] Handling of default Opie env vars that may or may not be | ||
5 | affected by ODevice. This should really affect all Opie apps.. | ||
6 | perhaps in qpeapplication, or a seperate app that sets the env vars | ||
7 | for Opie ala the way ssh-agent outputs an eval'able set of vars. | ||
8 | |||
9 | [.] QWS Server | ||
10 | [x] actual qws server (qpeapplication as GuiServer) | ||
11 | [x] qcop bridge | ||
12 | [x] transfer server (sync compatibility) | ||
13 | [ ] QPE/QWS QCop channel | ||
14 | [ ] calibration QCop calls (to split calibration into a seperate app) | ||
15 | [ ] window list / management QCop calls (matchbox style task switching) | ||
16 | [ ] qws event filter hooks | ||
17 | [ ] Touch and Key clicks | ||
18 | [ ] xstroke style input | ||
19 | [ ] slave handling (making use of bridged qcop messages) | ||
20 | |||
21 | [ ] Launcher | ||
22 | [ ] Revamp to be, essentially, a tab bar with plugins. | ||
23 | [ ] AppLnk / categorytabs plugin | ||
24 | [ ] Documents scanning / documentstab plugin | ||
25 | |||
26 | [ ] Taskbar | ||
27 | [ ] Generic pluginable bar, seperate app | ||
28 | [ ] Runningappsbar applet | ||
29 | [ ] Start menu applet | ||
30 | |||
31 | [ ] Other | ||
32 | [ ] Proper VT handling, and VT switching - qt/e + qpeapplication.. every app needs to handle this properly | ||
33 | [ ] Proper timezone handling (create localtime link) - belongs in that which handles the time. clock applet, systemtime. | ||
34 | [ ] Alerts - mem and battery | ||
35 | [ ] OpieScreenSaver | ||
36 | [ ] package slave - essentially take bridged qcop message, pass it | ||
37 | along to the app which is associated with the .ipk mime type. | ||