summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-169-153/+373
|\
| * xcb: Add support for obtaining default xcb connectionJan Kundrát2015-03-122-0/+10
| * Fix bunch of other segfaults due to null screensJan Kundrát2015-03-121-12/+35
| * Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
| * xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
| * Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-114-136/+320
| * QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-093-4/+4
* | A11y: query a11y bus address from X displayFrederik Gladhorn2015-03-092-2/+29
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-092-11/+7
|\|
| * xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-10/+5
| * XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-063-1/+25
* | XcbSystemTrayTracker: fix uninitialized valueStephan Binner2015-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0310-79/+135
|\|
| * xcb: Don't log mouse moves by defaultShawn Rutledge2015-02-271-2/+4
| * Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-254-10/+7
| * xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-255-39/+66
| * Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-251-19/+40
| * Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-256-9/+19
* | Move the systemTrayVisualHasAlphaChannel to the QXcbSystemTrayTrackerJørgen Lind2015-02-257-49/+74
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-255-15/+92
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-14/+91
| |\
| | * xcb: Update mouse buttons from MotionNotify eventsAlexander Volkov2015-02-162-4/+11
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+12
| | |\
| | | * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
| | * | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
| * | | Merge dev into 5.5Oswald Buddenhagen2015-02-2328-46/+50
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-174-12/+16
| |\ \ \ \
| * | | | | Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-171-1/+1
* | | | | | xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-234-25/+69
* | | | | | GLX integration: code tidiesGiuseppe D'Angelo2015-02-231-4/+6
| |_|/ / / |/| | | |
* | | | | Linux/XCB: added a missing arg to QXcbConnection::QXcbConnection callStéphane Chatty2015-02-201-1/+1
* | | | | Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
* | | | | xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
* | | | | xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-172-18/+24
* | | | | Fixed license headersJani Heikkinen2015-02-1723-23/+23
| |/ / / |/| | |
* | | | xcb: Fix build with -no-xcb-xlib -qt-xcbAndrew Knight2015-02-174-12/+16
|/ / /
* | | Fix xcb plugin compilation without D-BusAlex Trotsenko2015-02-131-0/+3
* | | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-135-6/+6
* | | xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-123-11/+5
* | | Update copyright headersJani Heikkinen2015-02-1163-795/+611
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-104-2/+19
|\| |
| * | Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
| * | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
| |/
| * Fix drag and drop regressionGatis Paeglis2015-01-192-6/+13
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-075-13/+41
* | Remove todo note about QXcbWindow::format()Laszlo Agocs2015-02-051-1/+0
* | Fix xcb's dbus dependencyLaszlo Agocs2015-02-051-2/+2
* | xcb: do not leak window system integrationLaszlo Agocs2015-02-052-1/+4
* | Ensure null pointers are not added to QXcbConnection::m_touchDevicesSandro Mani2015-02-041-3/+5