Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -1/+10 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -40/+30 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -9/+9 |
| | | | | from outside the main thread) | |||
* | do not call GUI slots directly from non-GUI threads | Michal Kubecek | 2015-04-15 | -2/+12 |
| | | | | | | | | | | 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. | |||
* | Qt4 port step 8: disable buddy list tooltip | Michal Kubecek | 2015-04-15 | -30/+0 |
| | | | | This will need rewriting to event handler. Disable for now. | |||
* | Qt4 port step 2: apply qt3toqt4 | Michal Kubecek | 2015-04-15 | -25/+27 |
| | ||||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+276 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |