	TweeGo
Copyright (C) 2010 Zagaia

Contact: http://zagaia.org

FEATURES
~~~~~~~~

===============================================================================

1. Direct Message

WHAT: Create the possibility to send and view received and sent messages.

HOW: The send message can be easily done using the update status line edit, but
the problem is how to choose to whom the user wants to send the message. To
display the sent and received message, the timeline list can be used.

TIP: Lots of work to be done. A good way to start is see how others twitter
clients do the job (qtwiiter?). As for display the received and sent messages,
some tabs, buttons or checkboxes are needed so the user can choose which one
will be shown.
===============================================================================


PERFORMANCE
~~~~~~~~~~~

2. New loader inside the status list

WHAT: Create new loader that doesn't block all the app activity, and move it to
inside the timeline or inside a tweet.

HOW: Modify the loader so it can be add inside the timeline or tweet. Maybe
it'll act like the youtube list loader.

TIP: Lots of work to be done. Need to create the new loader to be inserted in
the tweet or timeline and remove all the code from the login screen and
timeline screen and don't change the splash screen loader.
===============================================================================


BUG FIXES
~~~~~~~~~

===============================================================================

1. Create timer for the loader.

WHAT: Create a QTimer to count if the loader the application got stuck without
internet to download informations.

HOW: Create a QTimer inside the loader and a signal to be emitted when the
counter reach a threshold.

TIP: The login screen and the timeline screen will need a slot to handle the
signal timeout() from the loader.

SOURCE: http://talk.maemo.org/showpost.php?p=624106&postcount=131
===============================================================================
