mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-05 15:12:13 +00:00
documentation updates for qt-tray
This commit is contained in:
parent
0a14747ccf
commit
7ee4cfd150
@ -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.
|
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
|
Gettext internationalization and Spanish translation is contributed by
|
||||||
GDrooid, French translation by Hellekin, Russian translation by fsLeg,
|
GDrooid, French translation by Hellekin, Russian translation by fsLeg,
|
||||||
@ -22,6 +24,6 @@ Cryptsetup was developed by Christophe Saout and Clemens Fruhwirth.
|
|||||||
Tomb includes an implementation of the "Password-Based Key Derivation
|
Tomb includes an implementation of the "Password-Based Key Derivation
|
||||||
Function v2" based on GCrypt and written by Anthony Thyssen.
|
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
|
https://www.github.com/dyne/Tomb or over IRC https://irc.dyne.org
|
||||||
channel **#dyne** (or directly over port 9999 with SSL)
|
channel **#dyne** (or directly over port 9999 with SSL)
|
||||||
|
@ -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.
|
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
|
### extras/kdf-keys
|
||||||
|
|
||||||
The KDF wrapper programs allows one to use KDF rounds on passwords in
|
The KDF wrapper programs allows one to use KDF rounds on passwords in
|
||||||
|
5
extras/qt-tray/README.txt
Normal file
5
extras/qt-tray/README.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
Build with 'qmake' and then 'make'
|
||||||
|
|
||||||
|
Requires QT version 5.4 or above
|
||||||
|
|
Loading…
Reference in New Issue
Block a user