author | cniehaus <cniehaus> | 2002-04-14 13:39:44 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-04-14 13:39:44 (UTC) |
commit | ff974073d1eb42ed985422fc71e444d5d7f121ab (patch) (side-by-side diff) | |
tree | b90d95cf9044f3fe39ca80d44368aeff2a04c271 | |
parent | 1b2d7876d1e5e103ed12fb1576b9a2d8038baabf (diff) | |
download | opie-ff974073d1eb42ed985422fc71e444d5d7f121ab.zip opie-ff974073d1eb42ed985422fc71e444d5d7f121ab.tar.gz opie-ff974073d1eb42ed985422fc71e444d5d7f121ab.tar.bz2 |
this fixes the indendation + adds some things i18n-wise
-rw-r--r-- | development/opie-1.0-features.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/development/opie-1.0-features.html b/development/opie-1.0-features.html index 99bac58..2977da3 100644 --- a/development/opie-1.0-features.html +++ b/development/opie-1.0-features.html @@ -44,143 +44,150 @@ of features developers are willing to implement. <tr><td bgcolor=red><div align=center>TODO</div></td><td bgcolor="#ffeeee"> <h2>library </h2> <ul> <li>fix any outstanding bugs in libqpe</li> <li>implement the help system found on the Zaurus </li> </ul> <h2>obex Holger </h2> <ul> <li>implement irObex</li> </ul> <h2>libopie Opies library</h2> <ul> <li>Clickable labels Harlekin? and Ardo?</li> <li>improved fileselector with the possibility to add new views during runtime Holger Freyther <zecke@handhelds.org></li> <li>OGlobal::findDocuments via a cache? Still waiting for input from Trolltech</li> <li>Reimplement Drag and Drop for Launcher? Mike Crawford</li> </ul> <h2>Today - Core - Max Reiss ( Harlekin)</h2> <ul> <li>mail it support?</li> <li>plugins?</li> </ul> <h2>TodoList - Core - Holger Freyther ( zecke ) </h2> <ul> <li>Implement alarms</li> <li>fix the journal</li> <li><strike>repeat todos</strike> it's too much datebook</li> </ul> <h2>textedit - Core - ljp </h2> <ul> <li>port to OFileDialog?</li> <li>read only mode?</li> <li>multiple views?</li> </ul> <h2>datebook - Core - Hakan Ardo</h2> <ul> <li>Event note editor</li> <ul> <li>Copy indentation from previous line</li> <li>Chose a set of tags for each line</li> </ul> <li>Hirarchical ListView eg Month/Day/Event/Note</li> <li>Editable without popups</li> <li>Event filter, eg show only one catagory</li> <li>Set default catagory</li> <li>Catagory color, eg show events in different colors</li> <li>Event note editor (cont.)</li> <ul> <li> Include freehand drawings</li> <li>Connect line to todo items</li> <li>Include sound recording???</li> </ul> <li>change between new Appointment back to the view?</li> </ul> <h2>Addressbook - Core - Mike Crawford</h2> <ul> <li>Add buttons to show only the entries starting with A, B, C and so forth</li> <li>Varous bugfixes and tweaks</li> <li>Font Selection for the Record View</li> </ul> <h2>appearance - Settings </h2> <ul> <li>port to OFileDialog</li> </ul> <h2>OpieMail - (Non)Core - Holger ( Opie 1.1?) </h2> <ul> <li>Change storage format</li> <li>SPlit up mainwindow</li> <li>Use Layouts</li> <li>Implement QMessageBoxes for errors</li> <li>implement imap</li> <li>message filters</li> <li>store password encrypted and prompt for it</li> <li>improve authentication for pop3</li> <li>make it able to set a mailsize limit<li> </ul> <h2>OFileManager - Core - Holger (Opie 1.1?) </h2> <ul> <li>build around the new FileSelector</li> <li>allow multiple views</li> <li>copy &n paste between views</li> <li>improved widgets (more views)</li> <li>bookmarks</li> </ul> -<h2>ImageViewe - (Non)Core - Holger ( Opie1.1) </h2> + <h2>ImageViewer - (Non)Core - Holger (Opie 1.1) </h2> <ul> <li>Move to OFileSelector</li> <li>add a ThumbnailView to the FileSelector</li> <li>slideshows</li> <li>No size limit</li> <li>better navigation</li> </ul> <h2>SpreadSheet </h2> <ul> <li>multiple views of the same documents</li> <li>multiple views</li> </ul> + <h2>General</h2> + <ul> + <li>Fix all inconsistences like color <--> colour</li> + <li>All strings which appear in the GUI have to be + in tr("") so that the i18n-teams can translate them.</li> + </ul> + <h2>KitchenSync syncing - Harlekin + zecke </h2> <ul> <li>Guess what it will do?</li> <li>Should be Opie 1.0 be released without proper syncing?</li> </ul> </td></tr> <tr><td bgcolor=yellow><div align=center>In Progress<br>(works mostly)</div></td><td bgcolor="#ffffee"> </td></tr> <tr><td bgcolor=green><div align=center>Finished</div></td><td bgcolor="#eeffee"> <h2>libopie</h2> <ul> <li>filedialog based on the fileselector</li> <li>Tododb - add the support for multiple categories zecke </li> </ul> <h2>TodoList - Core - Holger Freyther ( zecke ) </h2> <ul> <li>better sorting</li> <li>show overdue events</li> </ul> </td></tr></tbody></table> <hr size=2 align="center" noshade> <center><font size=-1>Last update: $Date$</font></center> </td> </tr> </table> </body> </html> |