| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
|
|
|
|
| |
from outside the main thread)
|
|
|
|
| |
The next step is to adapt .ui.h files to use Qt4 UIC-generated headers.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
Check in contents of upstream 1.4.2 tarball, exclude generated files.
|