summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in blackberry platform plugin shutdownBernd Weimer2012-09-121-3/+3
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-33/+48
* qpa: add non-opaque fill supportJulien Brianceau2012-09-122-12/+54
* Backport fix screen event-registration failure.James Turner2012-08-311-0/+13
* uikit: update screen geometry correctly for interface orientationEike Ziller2012-08-231-7/+6
* uikit: Fix missing point to pixel conversionsEike Ziller2012-08-231-6/+6
* uikit: Adapt readme and examples to recent changesEike Ziller2012-08-233-24/+17
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-1446-186/+94
* Update contact information in license headers.Sergio Ahumada2012-08-01222-444/+444
* Remove QtDeclarative dependency from UIKit plugin.Ian Dean2012-07-251-4/+5
* Moved CoreText (iOS) font database to shared font database plugin folder.Ian Dean2012-07-254-11/+13
* Removed existing iOS mkspecs. Added Qt5 iOS mkspecs to unsupported.Ian Dean2012-07-252-2/+20
* [Blackberry] Initialize dangling pointerRafael Roquetto2012-07-171-0/+1
* Support fallbacks fonts in UIKit pluginEskil Abrahamsen Blomfeldt2012-07-163-17/+115
* Blackberry: Apply state from QWidget when creating new QBBWindowThomas McGuire2012-07-161-0/+7
* Support high resolution screens in QUIKit pluginEskil Abrahamsen Blomfeldt2012-07-132-2/+13
* Disable dedicated screen event thread by default.Rafael Roquetto2012-07-071-3/+3
* QNX: Flush after changing rotationThomas McGuire2012-06-281-0/+4
* Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-12/+38
* Fix virtual keyboard setHeight() for BlackberryPeter Hansen2012-06-192-2/+2
* [Blackberry] Fix deletion of dangling pointersRafael Roquetto2012-06-191-1/+2
* QNX: Special case z-ordering of the QDesktopWidget windowSean Harmer2012-05-211-1/+11
* Advertise window (de)activation to Qt event systemKevin Ottens2012-05-103-0/+34
* Emit signals to notify window (de)activationKevin Ottens2012-05-104-0/+46
* Add implementation of virtual keyboard based on BPS eventsKevin Krammer2012-05-038-43/+339
* Handle navigator events in BPS event filterKevin Krammer2012-05-033-4/+81
* Register for and handle screen events delivered through BPSKevin Krammer2012-05-038-52/+100
* Use BPS based event handlingKevin Krammer2012-05-035-2/+192
* Use non-blocking reads on virtual keyboard pps device.Kevin Krammer2012-04-261-1/+6
* Do not force OpenGL sample buffers on in the qnx qpa pluginSean Harmer2012-04-231-1/+0
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-04-191-8/+2
* Refactor navigator event handlingKevin Krammer2012-04-167-207/+348
* Fix compilation when QT_NO_CURSOR is definedRomain Pokrzywka2012-04-102-0/+7
* Move handling of rotation changes from event handler to screenKevin Krammer2012-04-045-20/+25
* Add a native interface with the ability to query the window groupThomas McGuire2012-04-035-3/+168
* Add support for screen overlays / foreign windowsThomas McGuire2012-04-038-19/+112
* Make everything in QBBScreen non-staticThomas McGuire2012-04-036-110/+127
* Fix platforms.pro scope to match all QNX platformsRafael Roquetto2012-04-021-1/+1
* Separate virtual keyboard interface and implementationKevin Krammer2012-04-0110-109/+252
* Move screen event processing into its own classKevin Krammer2012-03-306-514/+653
* Refactoring virtual keyboard class into non-singletonKevin Krammer2012-03-3010-64/+93
* Support QDesktopServices on BlackBerry platformsRafael Roquetto2012-03-291-0/+12
* Make QNX virtual keyboard handling main event loop drivenKevin Krammer2012-03-222-86/+90
* Use main thread event loop for navigator event processingKevin Krammer2012-03-225-71/+53
* BlackBerry Plugin: support 8 mouse buttons, instead of just 3.Kevin Krammer2012-03-091-3/+10
* Use QSocketNotifier instead of sleeping in an endless loopKevin Krammer2012-03-092-35/+51
* Fix platforms.pro to match new qnx mkspec nameRafael Roquetto2012-03-091-1/+1
* Improving clipboard integrationKevin Krammer2012-03-062-44/+157
* Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-061-0/+11
* React to changes of focus widgetKevin Krammer2012-03-052-0/+15