summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DirectFB: Improvement for QDirectFBPaintEngine::fill()Marcel Schuette2012-05-301-12/+9
* 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
* Windows 7 - fix nativewifi bearer pluginShane Kearns2012-05-092-7/+21
* 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
* Compile on Mac OS X with unsupported/macx-clangBradley T. Hughes2012-04-271-1/+1
* 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-241-1/+0
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-04-191-8/+2
* Bump Qt version to 4.8.2aksalova2012-04-181-1/+1
* Refactor navigator event handlingKevin Krammer2012-04-167-207/+348
* Fix crashes in QAccessibleTree::navigateFrederik Gladhorn2012-04-131-1/+7
* Accessible interface for QPlainTextEditJosé Millán Soto2012-04-133-8/+83
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-131-1/+1
* Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-131-2/+2
* Use QPointer to store accessible object.Frederik Gladhorn2012-04-112-86/+98
* 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
* TGA imageformat: fix broken canRead plugin functionAlexander Anokhin2012-03-201-3/+5
* 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-072-44/+157
* Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-071-0/+11
* React to changes of focus widgetKevin Krammer2012-03-052-0/+15
* Bump Qt version to 4.8.1Girish Ramakrishnan2012-03-051-1/+1
* Fixed missing parenthesesRobert Loehning2012-03-051-1/+1
* Fixing z-ordering of windowsKevin Krammer2012-03-021-1/+1
* Fixed handling of keyboard info messages.Kevin Krammer2012-03-021-3/+3
* Include blackberry QPA plugin when building for blackberry make specKevin Krammer2012-03-021-0/+3
* Fix xcb-icccm 3.8 supportGirish Ramakrishnan2012-03-011-0/+25
* Fix static build of Qt for WinCE and WEC7.Janne Anttila2012-02-271-2/+0
* Port QBBRootWindow from the Qt 5 QPA plugin.Robin Burchell2012-02-255-222/+375