summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-122-6/+8
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-122-30/+30
* QNX: Add comment in post() explaining how buffering worksThomas McGuire2012-07-121-0/+22
* Disable dedicated screen event thread by default.Rafael Roquetto2012-07-051-3/+3
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-036-6/+6
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-035-29/+68
* QQnxWindow: properly scope a local variableMarc Mutz2012-06-291-4/+1
* QNX: Don't detach when iterating over child windowsThomas McGuire2012-06-281-19/+10
* QNX: Make geometry changes sync to fix QWidget::showFullScreen()Thomas McGuire2012-06-281-1/+1
* QNX: Add support for window statesThomas McGuire2012-06-272-1/+42
* QNX: Flush after changing rotationThomas McGuire2012-06-271-0/+4
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* [QNX] Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-6/+29
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-082-8/+0
* QNX: Take nativeOrientation into account for QNX device orientationsSean Harmer2012-06-061-10/+25
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+2
* QNX: Implement QQnxScreen::nativeOrientation()Kevin Ottens2012-06-052-0/+11
* QNX: Adding native file dialog support for BlackberrySean Harmer2012-05-269-6/+487
* QNX: Rationalise the usage of qDebug() to remove lots of #ifdef'sSean Harmer2012-05-2522-716/+374
* QNX: Recreate EGL surface when the window geometry changesKevin Ottens2012-05-241-0/+16