summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation on HarmattanSimon Hausmann2011-10-041-0/+4
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-081-14/+1
* Fixup a few minor errors in the previous commitLars Knoll2011-09-081-3/+3
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-081-6/+10
* Fixed tst_QGL::partialGLWidgetUpdates.Samuel Rødal2011-09-071-2/+31
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-3/+3
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+6
* Fix multithreaded GL renderingLars Knoll2011-08-251-0/+4
* Move the printer support backend into it's own pluginLars Knoll2011-08-191-9/+1
* Don't set platform input context if it's not properly created.Samuel Rødal2011-08-161-3/+7
* Don't try to use IBUS when dbus is not configured.Samuel Rødal2011-08-101-1/+4
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-281-12/+9
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-177/+40
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-2/+2
* ibus IM support for the xcb backendLars Knoll2011-06-271-0/+17
* Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-221-1/+3
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-0/+6
* OpenGL API refactor.Samuel Rødal2011-06-211-2/+19
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-4/+3
* Compile fixes.Samuel Rødal2011-06-211-1/+1
* QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-2/+2
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-0/+17
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-97/+3
* X11 DnD implementationLars Knoll2011-06-071-4/+2
* Implemented QXcbScreen::topLevelAt(const QPoint &p).Samuel Rødal2011-06-061-1/+2
* Prevent crash in QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-2/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-6/+210
* add a platform interface for DnDLars Knoll2011-06-011-0/+8
* add an xcb based clipboard implementationLars Knoll2011-05-301-0/+6
* Add QPlatformPrinterSupport.Friedemann Kleint2011-05-301-1/+8
* XCB: Fix moveToScreen to use QWindow instead of QWidget.Friedemann Kleint2011-05-261-1/+1
* 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
* | Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-291-1/+1
* | Added QWindowContext and got wiggly up and running with xcb.Samuel Rødal2011-04-281-5/+4
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+151