mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
3eb93acc18
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.
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
Some conventions:
|
|
.ui files are designers files
|
|
Sometimes it's necessary to create custom widget to extend the functionality
|
|
given by designer in a clean way. These files should be called ui_whatever.py
|
|
|
|
.ui files must be "compiled" using pyuic4. This should be done with make, but
|
|
won't be right now. So, for the moment, I'll keep compiled files directly in
|
|
the sources, for easiness.
|
|
|