summaryrefslogtreecommitdiff
path: root/development/feature_plan/opie-big-screen.html
authorzecke <zecke>2003-08-22 18:47:14 (UTC)
committer zecke <zecke>2003-08-22 18:47:14 (UTC)
commita8859fac97c0b3255a261221d2b31ebedb56075c (patch) (unidiff)
treeb878e6387d06399839cd5f9b7e1113349364878f /development/feature_plan/opie-big-screen.html
parentf4ad258aff432a4b6aff84190d053bbd6e87c490 (diff)
downloadopie-a8859fac97c0b3255a261221d2b31ebedb56075c.zip
opie-a8859fac97c0b3255a261221d2b31ebedb56075c.tar.gz
opie-a8859fac97c0b3255a261221d2b31ebedb56075c.tar.bz2
Add Feature Plan + little desktop add to change the .xml
if you're too lazy to edit it yourself
Diffstat (limited to 'development/feature_plan/opie-big-screen.html') (more/less context) (show whitespace changes)
-rw-r--r--development/feature_plan/opie-big-screen.html47
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>
3People started to use Opie on bigger screens. Some design decisions made don't apply
4to bigger screen resolutions. The Opie big screen extension classes are aimed to fill
5this gap. With little modification of the application Opie will get a consitent look
6and feel on small devices to desktop computers.
7Again. Add tasks/features. pick tasks and features mail me.
8</p>
9
10
11<?php
12
13$version = "BigScreen";
14
15require_once "kde-features.inc";
16
17parse("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 -->
46Last modified: Fri Aug 22 20:27:16 CEST 2003
47<!-- hhmts end -->