Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This reverts commit bab093ebbe392927a92ef201fe60344d5c1191dd.
|
|
The Qt function for enable X11 threads is obsolete given it fully uses
Xcb. We're using some Xlib calls in qxt-mini in places. Call it manually
rather than risking arbitrary crashes.
|
|
|
|
|
|
|
|
|
|
|
|
This became obsolete when Qt 5.0 switched to libxcb.
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #843
|
|
Also there's this evil `static' but it probably resulted in having it
set to identity anyway.
|
|
|
|
Tracking for caps was broken.
Issue: #854, #822
Reported by: @Attigliuzzo, listekcr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let's trust the compiler a bit shall we?
|