summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1
* Advertise window (de)activation to Qt event systemKevin Ottens2012-05-033-0/+34
* Emit signals to notify window (de)activationKevin Ottens2012-05-034-0/+46
* Add implementation of virtual keyboard based on BPS eventsKevin Krammer2012-05-028-53/+353
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Handle navigator events in BPS event filterKevin Krammer2012-05-013-4/+80
* Register for and handle screen events delivered through BPSKevin Krammer2012-05-017-50/+88
* Use BPS based event dispatcherKevin Krammer2012-04-307-2/+354
* Create interface for navigator calls and implement for BPS and PPSKevin Krammer2012-04-2611-100/+665
* Use non-blocking reads on virtual keyboard pps device.Sean Harmer2012-04-261-1/+6
* Fix compilation when debug output enabled on virtual keyboardSean Harmer2012-04-261-1/+1
* Build the QNX plugin with -no-opengl enabled.Stephen Kelly2012-04-235-9/+59
* Make the QNX QPA plugin work with non blackberry.Stephen Kelly2012-04-233-30/+61
* Send Expose event when top level window becomes visibleKevin Krammer2012-04-232-0/+10
* Do not force OpenGL sample buffers on in the qnx qpa pluginSean Harmer2012-04-191-1/+0
* Use the new plugin metadata method in the QNX QPA plugin.Sean Harmer2012-04-164-11/+63
* Refactor navigator event handlingKevin Krammer2012-04-127-210/+357
* Re-enable PPS based rotation handling for blackberry devicesKevin Krammer2012-04-041-2/+0
* Fixing the QNX QPA build for non blackberry targetsKevin Krammer2012-04-031-4/+1
* Delete the screen event handler after its last user.Thomas McGuire2012-04-031-1/+2
* Move handling of rotation changes from event handler to screenKevin Krammer2012-04-035-20/+29
* Rename offset() to setOffset()Thomas McGuire2012-04-032-4/+4
* Fix adding and removing of windows to their screenThomas McGuire2012-04-032-9/+5
* Get rid of false positive warning when stopping video playbackThomas McGuire2012-04-031-2/+4
* Fix indentationThomas McGuire2012-04-031-5/+5
* Add a native interface with the possibility to query the window groupThomas McGuire2012-04-025-3/+139
* Adapt QNX platform input contexts to QGuiApplication::focusObject()Pekka Vuorela2012-04-024-50/+24
* Add support for screen overlays / foreign windowsThomas McGuire2012-03-308-14/+103
* Remove static methods in QQnxScreenThomas McGuire2012-03-306-110/+130
* Don't assume windows and GL contexts are created on the primary screenThomas McGuire2012-03-302-3/+3
* Forward native key codes to QWindowSystemInterfaceRafael Roquetto2012-03-301-1/+2
* Separate virtual keyboard interface and implementationKevin Krammer2012-03-3010-111/+241
* Remove the virtual keyword from reimpl. methodsRafael Roquetto2012-03-2810-66/+66