Qtombo Code
Status: Pre-Alpha
Brought to you by:
petur
File | Date | Author | Commit |
---|---|---|---|
res | 2014-09-24 | petur | [r13] add missing resource file: rename icon |
src | 2014-09-24 | petur | [r12] fix build issue with current Qt Creator |
Qtombo.pro | 2014-09-24 | petur | [r12] fix build issue with current Qt Creator |
README | 2014-09-24 | petur | [r12] fix build issue with current Qt Creator |
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.3 - Minor update to build properly with current Qt Creator (3.2.0) 0.2 - added right-click on tree - folder rename - other fixes, protections and enhancements 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