summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Initial bearer plugin for WinCE and WEC7.Janne Anttila2012-09-101-5/+39
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-102-0/+3
* Windows: Implement automatic mouse capture in QPA.Friedemann Kleint2012-09-103-23/+41
* QNX: Compile. Adapting to change in QString API.Thomas McGuire2012-09-101-2/+2
* Removing duplicate includesSergio Ahumada2012-09-093-3/+0
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-075-2/+328
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* linuxfb: use linux/kd.h instead of the glibc dummyArvid Picciani2012-09-071-1/+1
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-075-18/+18
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-057-22/+22
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-052-2/+2
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Fix QScreen::grabWindow() on Windowsaavit2012-08-301-3/+1
* Fix MinGW-w64 TDM64-GCC 4.6.1 compilationJonathan Liu2012-08-301-5/+28
* Avoid a warning from the QNX QPA plugin.James Turner2012-08-301-0/+11
* QNativeWifiEnginePlugin: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* 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