summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
Commit message (Expand)AuthorAgeFilesLines
* Fix QNX QPA plugin clipboard implRafael Roquetto2013-01-081-2/+7
* QNX: Don't crash because the window hasn't been initialized yet.Sergio Martins2013-01-032-10/+19
* Blackberry: Reset virtual keyboard when shown.Sergio Martins2012-12-171-0/+5
* Consistently prefix all platform plugin libraries with "q".Samuel Rødal2012-12-111-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Blackberry: Fix crash when opening file dialog without parent.Sergio Martins2012-12-106-23/+25
* QNX: Fix plugin compilationRafael Roquetto2012-12-041-1/+1
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-032-3/+3
* QNX: Move buffer count check to appropriate locationRafael Roquetto2012-12-011-13/+14
* QNX: Fix window focus problems when using QNX 6.5.0.Sergio Martins2012-11-283-0/+13
* QNX: Fix crash due to re-entering QToolTip::show().Sergio Martins2012-11-211-2/+6
* QNX: Don't crash on application exit.Sergio Martins2012-11-091-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+1
* QNX: Query dynamic buffer count at runtimeRafael Roquetto2012-10-262-2/+17
* remove last traces of qpluginbase.priOswald Buddenhagen2012-10-261-1/+2
* Add DnD support for QNX.Sergio Martins2012-10-252-3/+25
* QNX: Change base font sizes from pixels to pointsKevin Krammer2012-10-181-5/+7
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-5/+4
* QNX: code cleanup, use '0' instead of 'NULL'Rafael Roquetto2012-10-136-12/+12
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* QNX: Add and remove screens dynamically.James Turner2012-10-094-18/+94
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-3/+8
* QNX: Also support input method hints from QtQuick elementsThomas McGuire2012-10-011-1/+1
* 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
* Blackberry: Support input method hintsThomas McGuire2012-09-284-8/+25
* QNX: use assert on QQnxWindow destructorRafael Roquetto2012-09-281-5/+4
* Blackberry: Fix hardware button detection on the BB Dev AlphaThomas McGuire2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2259-1362/+1362
* Rotate non maximized windowsRafael Roquetto2012-09-192-1/+114
* QNX: Compile. Adapting to change in QString API.Thomas McGuire2012-09-101-2/+2
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-075-2/+328
* Avoid a warning from the QNX QPA plugin.James Turner2012-08-301-0/+11
* 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
* (QNX) Make it possible to set physical screen sizeAndreas Holzammer2012-08-141-8/+51
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-036-6/+6
* 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
* QNX: Reduce dependency on QtWidgetsKevin Krammer2012-07-292-6/+2
* QNX: Remove mouse events synthetized from touch eventsKevin Ottens2012-07-241-17/+0
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-202-21/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-196-6/+6
* QNX: normalize signals/slotsMarc Mutz2012-07-131-4/+4
* Make sure the emulated mouse event comes lastKevin Ottens2012-07-131-17/+17