Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -9/+6 |
| | ||||
* | do not call GUI slots directly from non-GUI threads | Michal Kubecek | 2015-04-15 | -2/+16 |
| | | | | | | | | | | 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 | -10/+0 |
| | | | | This will need rewriting to event handler. Disable for now. | |||
* | Qt4 port step 2: apply qt3toqt4 | Michal Kubecek | 2015-04-15 | -8/+8 |
| | ||||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+92 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |