summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Backport fix screen event-registration failure.James Turner2012-08-311-0/+13
* Implementation of the BlackBerry Bearer engineBenoit Dumas2012-08-305-0/+644
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-232-1/+6
* 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
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-161-3/+16
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-1446-186/+94
* Accessibility: Add missing break;Jan-Arve Saether2012-08-141-0/+1
* Changed qt version to 4.8.3jutaipal2012-08-081-1/+1
* Update contact information in license headers.Sergio Ahumada2012-08-01473-946/+946
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-301-6/+12
* Fix duplicate mouse event being sent for LinuxInput touch eventsRomain Pokrzywka2012-07-301-1/+1
* 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
* 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