summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix transformation in eglfs backingstore"Jon Trulson2012-08-291-2/+2
* Fix missing cleanup of native Cocoa menus.James Turner2012-08-282-0/+11
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* Do not build qpa/gui dependant plugins in no-gui modeJ-P Nurmi2012-08-251-3/+1
* xcb: fix unused static warningMarc Mutz2012-08-231-0/+2
* linuxfb: remove unused functionMarc Mutz2012-08-231-10/+0
* Fixed missing window decorations on compiz.Samuel Rødal2012-08-231-3/+1
* Fix transformation in eglfs backingstoreLaszlo Agocs2012-08-221-2/+2
* Fixed non-GL applications crashing when GLX/EGL initialization fails on xcb.Samuel Rødal2012-08-221-15/+20
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+3
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-216-5/+12
* Cocoa: use filterNativeEvent instead of the deprecated filterEventThiago Macieira2012-08-201-3/+3
* Fix C++11 mode compilation with MinGW-w64 4.7.1Yuchen Deng2012-08-201-2/+2
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-201-0/+47
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-202-0/+17
* Fix drag curor visibility on Windows.Janne Anttila2012-08-201-2/+0
* Clean up QScreen::grabWindow()aavit2012-08-182-3/+9
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-2/+2
* QNX: Allow app to run when spurious 2nd screen is reportedSean Harmer2012-08-171-4/+4
* WinCE: Fix call of GetAncestor in setParent_sys()Kevin Funk2012-08-171-0/+9
* Fix setParent_sys() to use native methods when checking for toplevelMiikka Heikkinen2012-08-171-1/+8
* Fix GDI object leakMiikka Heikkinen2012-08-171-1/+1
* Made eglfs work with backing store based applications again.Samuel Rødal2012-08-153-4/+10
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-142-2/+2
* (QNX) Make it possible to set physical screen sizeAndreas Holzammer2012-08-141-8/+51
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-141-8/+15
* Implemented QAccessibleTextWidgetJan-Arve Saether2012-08-142-343/+456
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-141-1/+2
* kms: Restore VT settings when crashedLaszlo Agocs2012-08-102-2/+29
* Use native handles for parent change check in QWindowsWindow.Miikka Heikkinen2012-08-091-13/+17
* Need to have the XI2 import to detect XI_TouchBeginMaskShawn Rutledge2012-08-091-0/+1
* Properly manage window geometry in kmsLaszlo Agocs2012-08-072-4/+9
* Only use glXCreateContext if glXCreateContextAttribsARB did not succeed.Zeno Albisser2012-08-071-16/+13
* fix maximize -> fullscreen -> maximize on WindowsJoerg Bornemann2012-08-061-1/+1
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-032-0/+26
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-0336-36/+36
* Fix mimedata updating and signal emision issues in xcb clipboard.Gatis Paeglis2012-08-021-26/+38
* Fix badAtom issues introduced by behavior changes between Xlib and xcb.Gatis Paeglis2012-08-021-22/+7
* 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