[go: up one dir, main page]

Menu

Tree [r11] /
 History

HTTPS access


File Date Author Commit
 res 2010-05-23 petur [r5] - added note rename
 src 2010-06-02 petur [r10] folder rename now supported
 Qtombo.pro 2010-06-16 petur [r11] moved to Qt Creator 2.0.0 rc1, preparing to sup...
 README 2010-05-29 petur [r6] Introduce a right-click popup in the treeview. ...

Read Me

OVERVIEW:

Qtombo is a tree and multiple-file based note system inspired by tombo (for windows and PPC), written with Qt. Supports the encrypted notes of tombo. One note is one file, plain text if possible. Note tree is a directory tree.
Future ideas include graphical notes and more....


LICENSES and copyrights:
- Qtombo code: Peter D'Hoye, GPL
- svg iconset: tango team, GPL
- program icon (tombo.ico): Tomohisa Hirami, GPL
- crypto interface (*.chi files): Tomohisa Hirami, GPL
- Blowfish: GNUPG, GPL2+


VERSION HISTORY
- 0.1
	first public alpha, work in progress. Can set the virtual root, open and save notes, create, rename and delete. No move, cut/copy/paste yet.
	Fixed issue saving when the file became smaller - not truncating at the end.
	differentiate plain txt files from encrypted ones (*.chi)
	reads and writes tombo chi (encrypted) notes
	binary only for linux so far