summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QNX: Do not send geometry change events to Qt too earlySean Harmer2012-08-012-22/+31
* QNX: Ensure that the QQnxWindow has a valid size for EGL surfacesSean Harmer2012-08-011-0/+4
* QNX: Remove dependency on QtWidgets from QNX QPA pluginSean Harmer2012-08-015-304/+4
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-31/+18
* Fix showFullScreen for QWindowAndreas Holzammer2012-07-311-1/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-3/+3
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-311-6/+12
* QNX: Reduce dependency on QtWidgetsKevin Krammer2012-07-292-6/+2
* Add QCocoaAutoReleasePool to QCocoaMenu::setTextMorten Johan Sorvig2012-07-271-0/+1
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-252-2/+4
* Disable tty keyboard in kmsLaszlo Agocs2012-07-255-2/+150
* Fix keyboard input in kmsLaszlo Agocs2012-07-251-1/+3
* Update only dirty areas in kms backingstoreLaszlo Agocs2012-07-252-3/+36
* QXcbWindow::setMask(): Check for SHAPE extensionUli Schlachter2012-07-251-0/+2
* Reimplement QXcbWindow::setMask() with xcbUli Schlachter2012-07-253-39/+19
* QNX: Remove mouse events synthetized from touch eventsKevin Ottens2012-07-241-17/+0
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-242-3/+4
* Add basic backingstore implementation to kmsLaszlo Agocs2012-07-232-4/+130
* If the GL driver is singlebuffered, reflect that in QSurfaceFormatJan-Arve Saether2012-07-231-2/+1
* If swapBehavior is TripleBuffer, set WGL_DOUBLE_BUFFER_ARB to TRUEJan-Arve Saether2012-07-231-1/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-234-41/+11
* XCB: Record the OpenGL profile in the formatSean Harmer2012-07-231-0/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-234-1/+153
* release and clear next_bo when pageFlip failsElvis Lee2012-07-211-0/+4
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2010-121/+26
* Remove unneeded Windows CE dummy functionsAndreas Holzammer2012-07-201-5/+0
* Implement nativeResourceFunctionForContext for kmsElvis Lee2012-07-202-0/+25
* Reset drm cursor position if cursor image is set before movedLaszlo Agocs2012-07-202-1/+7
* Hide drm cursor when exitingLaszlo Agocs2012-07-202-0/+7
* Disable threaded rendering with kms pluginLaszlo Agocs2012-07-201-2/+1
* Don't update geometry while the style is setAndreas Holzammer2012-07-202-1/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-1936-36/+36
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-192-2/+14
* Fix window state handlingAndreas Holzammer2012-07-192-28/+9
* Follow gbm api changes in kms pluginLaszlo Agocs2012-07-182-5/+3
* Tear down properly in kms plugin when exitingLaszlo Agocs2012-07-181-0/+8
* Add config test for kmsLaszlo Agocs2012-07-181-0/+4
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-162-15/+221
* QNX: normalize signals/slotsMarc Mutz2012-07-131-4/+4
* plugins/bearer: normalize signals/slotsMarc Mutz2012-07-135-66/+66
* Make sure the emulated mouse event comes lastKevin Ottens2012-07-131-17/+17
* QNX: Fix flushing the backing store to non-owner windowsThomas McGuire2012-07-134-15/+63
* QNX: Extract and move adjustBufferSize() functionThomas McGuire2012-07-133-5/+9
* QNX: Apply state from QWindow when creating new QQnxWindowThomas McGuire2012-07-131-2/+5
* meego: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-122-6/+8
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-122-30/+30