tdocumentation updates for qt-tray - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ee4cfd150597287028e85562530cd871eea38ea
 (DIR) parent 0a14747ccf8b14b2d291c5c2371064c0c1b1bc3d
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Tue,  8 Sep 2015 11:12:45 +0200
       
       documentation updates for qt-tray
       
       Diffstat:
         M AUTHORS.md                          |       8 +++++---
         M INSTALL.md                          |       6 ++++++
         A extras/qt-tray/README.txt           |       5 +++++
       
       3 files changed, 16 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/AUTHORS.md b/AUTHORS.md
       t@@ -3,9 +3,11 @@ Tomb is designed and written by Denis Roio aka Jaromil.
        
        Tomb includes code by Anathema, Boyska, Hellekin O. Wolf and GDrooid.
        
       -Tomber, the Python Tomb wrapper, is written by Reiven.
       +The Qt5 desktop tray GUI is written by Michele Montecchi.
        
       -Tomb's artwork is contributed by Jordi aka Mon Mort and Logan VanCuren.
       +Python Tomb wrappers are written by Reiven and Boyska.
       +
       +Artwork is contributed by Jordi aka Mon Mort and Logan VanCuren.
        
        Gettext internationalization and Spanish translation is contributed by
        GDrooid, French translation by Hellekin, Russian translation by fsLeg,
       t@@ -22,6 +24,6 @@ Cryptsetup was developed by Christophe Saout and Clemens Fruhwirth.
        Tomb includes an implementation of the "Password-Based Key Derivation
        Function v2" based on GCrypt and written by Anthony Thyssen.
        
       -Tomb's developers can be contacted via GitHub issues on
       +Tomb developers can be contacted via GitHub issues on
        https://www.github.com/dyne/Tomb or over IRC https://irc.dyne.org
        channel **#dyne** (or directly over port 9999 with SSL)
 (DIR) diff --git a/INSTALL.md b/INSTALL.md
       t@@ -132,6 +132,12 @@ To have it change directory `extras/gtk-tray` then
        
        Of cource one can include the launch of tomb-gtk-tray scripts.
        
       +### extras/qt-tray
       +
       +The QT tray adds a tomb tray in a QT desktop toolbar. It requires at
       +least QT libraries of version 5.4 or above.
       +Build with 'qmake' and then 'make'.
       +
        ### extras/kdf-keys
        
        The KDF wrapper programs allows one to use KDF rounds on passwords in
 (DIR) diff --git a/extras/qt-tray/README.txt b/extras/qt-tray/README.txt
       t@@ -0,0 +1,5 @@
       +
       +Build with 'qmake' and then 'make'
       +
       +Requires QT version 5.4 or above
       +