Tomb/extras/HACKING.txt
Jaromil 3eb93acc18 Directory reorganization
This commit re-organizes all the source distribution contents to
present users with the simple script, while moving the rest in extras.
Also autoconf/automake scripts were removed, back to minimalism.

The rationale of this change is that Tomb really only consists of a
script and users with no extra needs should just be presented with
it with no need for anything else. Any other thing on top of the Tomb
script is an extra and can be even distributed separately or integrated
in distributions.
2013-05-18 17:29:37 +02:00

13 lines
565 B
Plaintext

### Code organization:
* tomblib: a library that wraps on tomb. Meant to be used by various scripts, and every UI
* qt / wx / whatever: directory for different gui implementations
### QT project:
status: only create wizard
the graphical part is done through create.ui, which can be edited by designer
The UI should be (if possible) completely autocontained in this .ui file, and no code (or very few) should be added to make it work.
* ATM, some code has been added for the "password don't match" part.
* Some code need to be added to make the filedialog work