Diffstat (limited to 'development/feature_plan/opie-big-screen.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/feature_plan/opie-big-screen.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/development/feature_plan/opie-big-screen.html b/development/feature_plan/opie-big-screen.html new file mode 100644 index 0000000..fce258c --- a/dev/null +++ b/development/feature_plan/opie-big-screen.html | |||
@@ -0,0 +1,47 @@ | |||
1 | |||
2 | <p> | ||
3 | People started to use Opie on bigger screens. Some design decisions made don't apply | ||
4 | to bigger screen resolutions. The Opie big screen extension classes are aimed to fill | ||
5 | this gap. With little modification of the application Opie will get a consitent look | ||
6 | and feel on small devices to desktop computers. | ||
7 | Again. Add tasks/features. pick tasks and features mail me. | ||
8 | </p> | ||
9 | |||
10 | |||
11 | <?php | ||
12 | |||
13 | $version = "BigScreen"; | ||
14 | |||
15 | require_once "kde-features.inc"; | ||
16 | |||
17 | parse("opie-featurelist.xml"); | ||
18 | ?> | ||
19 | |||
20 | |||
21 | <table width="100%" border="0"> | ||
22 | <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee"> | ||
23 | |||
24 | <?php echo printHtml($version,'todo') ?> | ||
25 | |||
26 | </td></tr> | ||
27 | |||
28 | <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee"> | ||
29 | |||
30 | <?php echo printHtml($version,'inprogress') ?> | ||
31 | |||
32 | </td></tr> | ||
33 | |||
34 | <tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee"> | ||
35 | |||
36 | <?php echo printHtml($version,'done') ?> | ||
37 | |||
38 | </td></tr> | ||
39 | </table> | ||
40 | |||
41 | |||
42 | <hr> | ||
43 | <address><a href="mailto:zecke@handhelds.org">zecke/hOlgAr</a></address> | ||
44 | <!-- Created: Fri Aug 22 20:00:19 CEST 2003 --> | ||
45 | <!-- hhmts start --> | ||
46 | Last modified: Fri Aug 22 20:27:16 CEST 2003 | ||
47 | <!-- hhmts end --> | ||