Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -2/+2 |
| | | | | from outside the main thread) | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -2/+2 |
| | | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. | |||
* | do not call GUI slots directly from non-GUI threads | Michal Kubecek | 2015-04-15 | -0/+7 |
| | | | | | | | | | | 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. | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+43 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |