First release 1.0.0 (first release which shall go to extras testing):
* DONE - rename library for querymee (get rid of tinyvoctrainer)
* DONE - rename src for querymee (get rid of tinyvoctrainer)
* DONE - Portrait mode for multiple choice (let's have both portrait and landscape, it can be choosen at start, so we can check what makes more sense)
* DONE - if download fails, no note to user
* DONE - notify the user that download started in background
* DONE - download dialog for kvtml files

* help/info page (how to get kvtml files, how to create...)
* bugzilla (or similar) is needed to pass maemo QA
* possibility to chose "all" for lessons
* have stackable windows

For next major release 2.0.0:
* flash card mode (portrait and landscape)
* enable support for images in library and use it in flash card mode (show image with question or just image)
  is deactivated at the moment
  http://gitorious.org/querymee/querymee/blobs/master/lib/qtvtvockvtml2reader.cpp#line368
* enable support for sound (any idea how to use the sound?!)
  is deactivated at the moment
  http://gitorious.org/querymee/querymee/blobs/master/lib/qtvtvockvtml2reader.cpp#line376

  kvtml allows URLs and local path images and sound tags, KDE library returns KUrl, not the same as QUrl!
  handler for download is needed and handler to check if file already locally available!
* support for kvtml multiple choice feature, fallback to random if not specified
* support for csv files in library
  http://gitorious.org/querymee/querymee/blobs/master/lib/qtvtvoccsvreader.cpp
  http://gitorious.org/querymee/querymee/blobs/master/lib/qtvtvocdocument.cpp#line342


itmes for the fare future:
* enhanded Litner Box algorithm, not just random asking
  http://en.wikipedia.org/wiki/Leitner_system
  http://en.wikipedia.org/wiki/Flashcard
  maybe also some ideas from Parley can be used:
  http://websvn.kde.org/trunk/KDE/kdeedu/parley/
* multiple choice with conjucated verbs
* multiple choice with comparison forms adjectives/adverbs.
* enable other file formats than kvtml in library (vocwql, vocxdxf, pauker, vokabeln) 
  http://gitorious.org/querymee/querymee/blobs/master/lib/qmvocdocument.cpp#line290
  http://gitorious.org/querymee/querymee/trees/master/lib/qmvocvokabelnreader.cpp
  http://gitorious.org/querymee/querymee/trees/master/lib/qmvocwqlreader.cpp
  http://gitorious.org/querymee/querymee/trees/master/lib/qmvocxdxfreader.cpp
  http://gitorious.org/querymee/querymee/trees/master/lib/qmvocpaukerreader.cpp



