summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-105-16/+26
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-0/+4
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-103-2/+7
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-102-3/+7
* Fix wheel events in WindowsMiikka Heikkinen2012-10-102-11/+46
* QNX: Add and remove screens dynamically.James Turner2012-10-094-18/+94
* QtPrinterSupport: Fix compilation with QT_NO_PRINTERSergio Ahumada2012-10-093-0/+11
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-083-3/+18
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-083-21/+101
* Expose enabled state in mac accessibility.Frederik Gladhorn2012-10-051-0/+3
* Fix Windows mouse enter/leave event generationMiikka Heikkinen2012-10-042-24/+59
* Run per-QWindow native event filter for all events.Friedemann Kleint2012-10-041-8/+11
* Cocoa: fix regressions in cocoa filedialog helperTeemu Katajisto2012-10-041-6/+6
* Remove unused placeholder from qErrnoWarning().Friedemann Kleint2012-10-041-3/+3
* Windows: Append file suffix in save-dialog.Friedemann Kleint2012-10-041-1/+21
* Update the window style when the modality changes on CocoaAndy Shaw2012-10-042-1/+8
* Return if header is 0.Frederik Gladhorn2012-10-041-0/+2
* Check for valid model and view in isValid for TableCells.Frederik Gladhorn2012-10-031-2/+3
* Make accessibility debug output optional.Frederik Gladhorn2012-10-031-1/+1
* Mac: QComboBox wouldn't receive mouse events when shown within a modal dialogGabriel de Dietrich2012-10-031-0/+4
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-036-61/+277
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-3/+8
* Change Q_ASSERT to warnings and returns for the menu classesAndy Shaw2012-10-033-10/+42
* Cocoa: add missing auto release poolsRichard Moe Gustavsen2012-10-021-0/+4
* Cocoa: bugfix staysOnTopFlag in combination with transient parentRichard Moe Gustavsen2012-10-021-15/+8
* Fix a crash with xcb on 64bit systems when hitting any key.Jocelyn Turcotte2012-10-024-38/+138
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-022-1/+7
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-024-4/+8
* Ensure that QDrag is set correctly at all times.Gatis Paeglis2012-10-021-5/+7
* Fixed xdnd protocol-version detection codeGatis Paeglis2012-10-021-3/+3
* Don't let mimeData return 0.Gatis Paeglis2012-10-021-12/+25
* Fix filter regular expression for native Windows file dialog.Friedemann Kleint2012-10-021-1/+1
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-022-0/+12
* QNX: Also support input method hints from QtQuick elementsThomas McGuire2012-10-011-1/+1
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-3/+0
* QNX: Only set parent window if it is not NULLRafael Roquetto2012-10-011-1/+1
* QQnxWindow: use a proper castMarc Mutz2012-09-291-4/+1
* QNX: fix bug on window hierarchy listRafael Roquetto2012-09-281-8/+6
* QNX: fix assert condition on the destructorRafael Roquetto2012-09-281-1/+1
* Some improvements to the system Mac paletteGabriel de Dietrich2012-09-281-8/+5
* Blackberry: Support input method hintsThomas McGuire2012-09-284-8/+25
* QNX: use assert on QQnxWindow destructorRafael Roquetto2012-09-281-5/+4
* Sand box support, fix for the file dialogs.Pasi Matilainen2012-09-271-42/+45
* Fix OpenGL context creation in Windows platform pluginMiikka Heikkinen2012-09-271-1/+1
* Blackberry: Fix hardware button detection on the BB Dev AlphaThomas McGuire2012-09-271-1/+1
* WindowsPlugin: Fix MinGW warningsKai Koehne2012-09-272-2/+4
* Return correct accessible name when a label has rich textJosé Millán Soto2012-09-271-1/+9