summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-201-64/+72
* Add support for QWindow::setOrientation on HarmattanSimon Hausmann2012-01-171-0/+3
* xcb: abort (rather than segfault) when X is not availableRohan McGovern2012-01-161-13/+16
* Lock X display while calling XESetWireToEvent and its callback.Samuel Rødal2012-01-101-3/+7
* xcb: Fix a memleak when atomName() failsUli Schlachter2012-01-081-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-131-3/+3
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-071-1/+6
* Prevented Xlib sequence errors in xcb plugin.Samuel Rødal2011-11-291-0/+1
* Fix a memory leak in QXcbConnection.Jędrzej Nowacki2011-11-181-1/+1
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-171-0/+31
* Fix OpenGL on Harmattan showing only the first frame.Jocelyn Turcotte2011-10-141-0/+14
* Make sure window state is synced back to Qt from the XCB plugin.Samuel Rødal2011-10-071-3/+1
* Fixed potential issue in XCB plugin.Samuel Rødal2011-10-071-7/+7
* Don't use un-guarded printfs for debug logging in XCB platform pluginTor Arne Vestbø2011-10-031-11/+11
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+4
* Prevent potential crash in QXcbConnection::checkEvent().Samuel Rødal2011-09-281-1/+1
* Unlock the eventreader before calling handleEvent()Lars Knoll2011-09-281-0/+2
* Fixed race condition in xcb plugin logging (when debugging is enabled).Samuel Rødal2011-09-121-0/+3
* Make xcb plugin compile again.Laszlo Agocs2011-09-011-1/+1
* Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-311-1/+1
* Move XCB event reading to a separate thread.Samuel Rødal2011-08-261-12/+93
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-281-9/+7
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+4
* Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-221-8/+9
* OpenGL API refactor.Samuel Rødal2011-06-211-4/+4
* use selection changed events from XFixesLars Knoll2011-06-201-4/+20
* Enhance Xcb clipboard codeLars Knoll2011-06-201-3/+5
* Create custom cursors via XRender.Laszlo Agocs2011-06-091-0/+22
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-15/+19
* add WM support classLars Knoll2011-06-071-3/+13
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-2/+35
* X11 DnD implementationLars Knoll2011-06-071-1/+3
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-061-0/+2
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-061-0/+20
* Make XCB plugin work better in combination with auto-tests.Samuel Rødal2011-06-061-0/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-0/+15
* Prevent XSetInputFocus BadMatch errors.Samuel Rødal2011-06-011-0/+2
* Made QXcbConnection::atomName() more fail safe.Laszlo Agocs2011-05-301-3/+6
* Cleanup code for copy/paste of textLars Knoll2011-05-301-1/+0
* partially working pasteLars Knoll2011-05-301-3/+10
* add an xcb based clipboard implementationLars Knoll2011-05-301-50/+86
* Don't leak xcb eventsLars Knoll2011-05-301-0/+2
* Correctly define standard XA_FOO atomsLars Knoll2011-05-301-3/+0
* Add xcb based mime type handlingLars Knoll2011-05-301-2/+29
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | XCB plugin compile fix.Samuel Rødal2011-05-041-1/+1