52a3801208
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
166 lines
3.9 KiB
HTML
166 lines
3.9 KiB
HTML
<html>
|
|
<head>
|
|
<title>Application Kit Milestones</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Application Kit Milestones<hr></h1>
|
|
|
|
<ol>
|
|
<li>
|
|
Interface specs completed for all classes, functions, structs
|
|
<!-- Copy this table to each item when work begins on it -->
|
|
<!-- progress graph -->
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<!-- spacer -->
|
|
<td width=10"></td>
|
|
<!-- how much is done -->
|
|
<td width="4" bgcolor="blue" align="left"></td>
|
|
<!-- how much is left -->
|
|
<td width="196" bgcolor="red" align="right"></td>
|
|
<!-- the above two translated into a percentage -->
|
|
<td width="25" align="right">2%</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<!-- end progress graph -->
|
|
|
|
</li>
|
|
<li>
|
|
Use cases completed for all classes, functions, structs
|
|
<!-- Copy this table to each item when work begins on it -->
|
|
<!-- progress graph -->
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<!-- spacer -->
|
|
<td width=10"></td>
|
|
<!-- how much is done -->
|
|
<td width="4" bgcolor="blue" align="left"></td>
|
|
<!-- how much is left -->
|
|
<td width="196" bgcolor="red" align="right"></td>
|
|
<!-- the above two translated into a percentage -->
|
|
<td width="25" align="center">2%</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<!-- end progress graph -->
|
|
|
|
</li>
|
|
<li>
|
|
Unit tests completed for all classes, functions, structs
|
|
<!-- Copy this table to each item when work begins on it -->
|
|
<!-- progress graph -->
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<!-- spacer -->
|
|
<td width=10"></td>
|
|
<!-- how much is done -->
|
|
<td width="4" bgcolor="blue" align="left"></td>
|
|
<!-- how much is left -->
|
|
<td width="196" bgcolor="red" align="right"></td>
|
|
<!-- the above two translated into a percentage -->
|
|
<td width="25" align="center">2%</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<!-- end progress graph -->
|
|
|
|
</li>
|
|
<li>
|
|
Design discussions completed for all classes, functions, structs
|
|
<!-- Copy this table to each item when work begins on it -->
|
|
<!-- progress graph -->
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<!-- spacer -->
|
|
<td width=10"></td>
|
|
<!-- how much is done -->
|
|
<td width="4" bgcolor="blue" align="left"></td>
|
|
<!-- how much is left -->
|
|
<td width="196" bgcolor="red" align="right"></td>
|
|
<!-- the above two translated into a percentage -->
|
|
<td width="25" align="center">2%</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<!-- end progress graph -->
|
|
|
|
</li>
|
|
<li>
|
|
<a href="Messaging.html">Messaging</a> complete
|
|
<!-- Copy this table to each item when work begins on it -->
|
|
<!-- progress graph -->
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<!-- spacer -->
|
|
<td width=10"></td>
|
|
<!-- how much is done -->
|
|
<td width="38" bgcolor="blue" align="left"></td>
|
|
<!-- how much is left -->
|
|
<td width="162" bgcolor="red" align="right"></td>
|
|
<!-- the above two translated into a percentage -->
|
|
<td width="35" align="right">19%</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
<!-- end progress graph -->
|
|
<li>
|
|
<a href="BHandler.html">BHandler</a> complete
|
|
|
|
<li>
|
|
<a href="BLooper.html">BLooper</a> complete
|
|
|
|
<li>
|
|
<a href="Roster.html">Roster</a> complete
|
|
|
|
<li>
|
|
<a href="Clipboard.html">Clipboard</a> complete
|
|
|
|
<li>
|
|
<a href="BCursor.html">BCursor</a> complete
|
|
|
|
<li>
|
|
<a href="ScriptingSupport.html">Scripting Support</a> complete
|
|
|
|
</li>
|
|
|
|
<li>
|
|
Alpha
|
|
</li>
|
|
<li>
|
|
Beta 1
|
|
</li>
|
|
<li>
|
|
Beta 2
|
|
</li>
|
|
<li>
|
|
Release Candidate 1
|
|
</li>
|
|
<li>
|
|
1.0!
|
|
</li>
|
|
</ol>
|
|
<!-- Not implemented yet
|
|
See the complete list of <a href="ApplicationKitTasks.html">Application Kit tasks</a>.
|
|
|
|
<br>
|
|
-->
|
|
<hr>
|
|
|
|
<!-- The obligatory SourceForge plug -->
|
|
<center>
|
|
<small>The OpenBeOS project is hosted by:</small><br><br>
|
|
<a href="http://sourceforge.net">
|
|
<img src="http://sourceforge.net/sflogo.php?group_id=33869&type=1" width="88" height="31" border="0" alt="SourceForge Logo">
|
|
</a>
|
|
<p>
|
|
|
|
<small>Copyright © 2001-2002
|
|
<a href="http://www.openbeos.org">OpenBeOS</a> Project</small>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|
|
|