summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring virtual keyboard class into non-singletonKevin Krammer2012-03-2810-84/+98
* Move screen event processing into its own classKevin Krammer2012-03-286-466/+592
* Initial implementation of QQnxServicesRafael Roquetto2012-03-235-0/+176
* Make QNX virtual keyboard handling main event loop drivenKevin Krammer2012-03-222-90/+92
* Need to check new rotation against initial rotation instead of currentKevin Krammer2012-03-221-1/+1
* Use main thread event loop for navigator event processingKevin Krammer2012-03-215-72/+55
* Remove unused forward declaration.Sergio Martins2012-03-141-1/+0
* Rename blackberry QPA plugin to QNXSean Harmer2012-03-1231-0/+7674