Web2SMS TODO list

### User Interface
* Create a QLineEdit/QPlainTextEdit subclass which looks like the "To" field
  on Symbian or the original Maemo SMS application. The text blocks should
  handle ContactInfo entries.
* The welcome screen should atleast contain a label which says
  "Choose a provider" or something like that.
* Get an non-o2 icon
  
### Providers API
* Test Webtexter!! No time for that, I don't have an account on any of these
  providers.
  (** Make Webtexter use Qt, then it would compile on other platforms)
* o2 Germany does not check the send state.
* Implement additional providers: sms77.de, innosend.de, smstrade.de, sloono.de,
  bitesms.com
* Get rid of QtGui in libproviders (in the far future).
* Make the provider API more understandable, it looks very unfinished for now.
  
### Somewhere between Ui and Providers API
* Decide what to do with paid providers. Show info when sending? Show pay info
  while typing?
* Really put sent sms into "Conversations" of maemo.
* Use the Qt Mobility API when possible (not yet released :( )
* Symbian port
* Windows mobile port
(* Android port - needs Java gui, QtCore and QtNetwork compile on Android)
 