| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Direct calls to QObject slots (accessing GUI functions) from non-GUI
threads cause
QPixmap: It is not safe to use pixmaps outside the GUI thread
warnings and (worse) random crashes. These must be rewritten to (queued)
signal-slot connections.
|
|
|
|
| |
This will need rewriting to event handler. Disable for now.
|
| |
|
|
Check in contents of upstream 1.4.2 tarball, exclude generated files.
|