summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-191-0/+33
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-131-0/+53
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-1/+3
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-241-87/+137
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-181-8/+83
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-1/+2
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-5/+2
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-281-12/+77
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-021-0/+1
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-1/+21
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+39
* XCB: Implement native events for for windows.Friedemann Kleint2012-03-101-4/+12
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-021-13/+12
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-021-0/+22
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-1/+3
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* XCB: Introduce enumeration for event filter types.Friedemann Kleint2012-01-231-1/+1
* xcb: Correctly check the X11 connectionUli Schlachter2012-01-231-1/+1
* 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