summaryrefslogtreecommitdiffstats
path: root/src/gui/buddylistview.cpp
Commit message (Collapse)AuthorAgeLines
* Qt 5 now supportedLubos Dolezel2015-06-04-1/+10
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-40/+30
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-9/+9
| | | | from outside the main thread)
* do not call GUI slots directly from non-GUI threadsMichal Kubecek2015-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 tooltipMichal Kubecek2015-04-15-30/+0
| | | | This will need rewriting to event handler. Disable for now.
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-25/+27
|
* initial checkinMichal Kubecek2015-04-13-0/+276
Check in contents of upstream 1.4.2 tarball, exclude generated files.