summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNX: Make sure calls to (create/destroy)Surface are symmetricKevin Ottens2012-05-242-3/+3
* QNX: Advertise geometry changes to Qt event systemKevin Ottens2012-05-241-0/+2
* QNX: Force windows resizing when the screen orientation changesKevin Ottens2012-05-241-0/+1
* QNX: Post orientation change eventsKevin Ottens2012-05-231-1/+3
* QNX: Implementing QPlatformScreen::refreshRate() for QNX QPASean Harmer2012-05-232-0/+20
* QNX: Register for navigator events before any window creationSean Harmer2012-05-231-6/+14
* QNX: Take orientation into account when reporting physical sizeSean Harmer2012-05-211-3/+8
* QNX: Implement the QPlatformScreen::orientation() functionSean Harmer2012-05-212-2/+19
* Adding QPlatformTheme support for Blackberry devices.Sean Harmer2012-05-197-2/+306
* QNX: Special case z-ordering of the QDesktopWidget windowSean Harmer2012-05-191-1/+11
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0713-15/+15
* Query the screen physical size rather than assuming fixed dpi of 96Sean Harmer2012-05-071-10/+1