Bluetooth Trolltech Qtopia

Qtopia BlueZ Bluetooth GUI

Source Viewer - roadmap.php

< Source Browser

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML lang="EN">

<HEAD>
  <TITLE>Qtopia BlueZ Bluetooth GUI - Roadmap</TITLE>
  <?php require("htmlhead.php"); ?>
  <STYLE type="text/css">

table.Roadmap {
    border: thin solid black;
  }


td.Header {
    background-color : #8b8b8b;
    border-top: thin solid black;
    font-weight: bold;
    text-align: left;
  }


td.Release {
    background-color : #b5b5b5;
    border-top: thin solid black;
    text-align: left;
  }


td.Date {
    background-color : #b5b5b5;
    border-top: thin solid black;
    text-align: left;
  }


td.Features {
    background-color : #e9e9e9;
    text-align: left;
  }

</STYLE>
</HEAD>
<BODY>
<DIV id="Page">
<?php require("header.php"); ?>
<?php require("menu.php"); ?>
  <DIV id="Contents">
    <TABLE class="Roadmap" cellspacing="0" summary="Application roadmap details" align="center">
      <TBODY>
        <TR>
          <TD colspan="2">
            <H2>Roadmap</H2>
            <P style="font-size : x-small;">Disclaimer: Everything is subject to 
              change :)</P>
          </TD>
        </TR>
        <TR>
          <TD class="Header">Release</TD>
          <TD class="Header">Date<BR></TD>
        </TR>
        <TR>
          <TD class="Release">0.1.0</TD>
          <TD class="Date">Early Oct 2005<BR></TD>
        </TR>
        <TR>
          <TD class="Features" colspan="2">
            Features in this release:
            <UL>
              <LI>Editing of general Bluetooth features (e.g. whether your 
                device can be seen by others and whether other devices can 
                connect to yours.)</LI>
              <LI>Updating and adding Compact Flash Bluetooth card profiles that 
                use existing BlueZ drivers.</LI>
              <LI>Discovering other Bluetooth devices and pairing. In
                particular, registering DUN/SP connections for use with the 
                dialup networking.</LI>
            </UL>
            Some of this has already been done by me
            (<A href="http://sourceforge.net/users/tumnus_cp/">tumnus_cp</A>) 
            and I should complete the rest on schedule.<BR>
          </TD>
        </TR>
        <TR>
          <TD class="Release">0.2.0</TD>
          <TD class="Date">Dec 2005(ish)<BR></TD>
        </TR>
        <TR>
          <TD class="Features" colspan="2">
            Features in this release:
            <UL>
              <LI>OBEX Push support - The most common way of sending a file such 
                as an image or contact details over Bluetooth on mobile 
                devices.</LI>
              <LI>OBEX FTP support - A fairly basic file transfer protocol over 
                Bluetooth, but more advanced than OBEX Push.</LI>
            </UL>
            I will probably need help with the OBEX stuff.<BR>
          </TD>
        </TR>
        <TR>
          <TD class="Release">0.3.0</TD>
          <TD class="Date">Jan 2006(ish)<BR></TD>
        </TR>
        <TR>
          <TD class="Features" colspan="2">
            Features in this release:
            <UL>
              <LI>Ability to enable/disable incoming Bluetooth services to you 
                device, based on the Bluetooth profiles.</LI>
              <LI>Ability to specify a helper application for certain services, 
                for example, for incoming DUN/PAN connections.</LI>
            </UL><BR>
          </TD>
        </TR>
        <TR>
          <TD class="Release">0.4.0-0.9.9</TD>
          <TD class="Date">Feb-Apr 2006(ish)<BR></TD>
        </TR>
        <TR>
          <TD class="Features" colspan="2">
            Features in these releases:
            <UL>
              <LI>Lots of bugfixes/improvements based on user feedback.</LI>
              <LI>Include support for other devices than the Zaurus and other 
                ROMs/GUI environments (e.g. OPIE)</LI>
            </UL>
            Besides the user feedback, the support for different devices and 
            ROMs will require a range of people to develop and test.<BR>
          </TD>
        </TR>
        <TR>
          <TD class="Release">1.0.0</TD>
          <TD class="Date">Jun 2006(ish)<BR></TD>
        </TR>
        <TR>
          <TD class="Features" colspan="2">
            Hopefully this release will just be a case of finishing off some 
            rough edges.<BR>
          </TD>
        </TR>
      </TBODY>
    </TABLE>
  </DIV>
<?php require("status.php");?>
</DIV>
<?php require("footer.php");?>
</BODY>
</HTML>
\
Page Last Updated: Thu, 01 Jan 1970 00:00:00 +0000
Website Developed & Maintained By: tumnus_cp