summaryrefslogtreecommitdiffstats
path: root/src/gui/buddylistview.h
Commit message (Collapse)AuthorAgeLines
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-9/+6
|
* do not call GUI slots directly from non-GUI threadsMichal Kubecek2015-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 tooltipMichal Kubecek2015-04-15-10/+0
| | | | This will need rewriting to event handler. Disable for now.
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-8/+8
|
* initial checkinMichal Kubecek2015-04-13-0/+92
Check in contents of upstream 1.4.2 tarball, exclude generated files.