summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-132-6/+9
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-123-0/+9
* Windows-DnD: Fix cursors.Friedemann Kleint2011-12-122-8/+187
* Windows: Fix clipboard test.Friedemann Kleint2011-12-121-1/+4
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-125-11/+15
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-097-14/+12
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-092-2/+2
* Extend touch events.Laszlo Agocs2011-12-096-9/+45
* Do not assert on invalid model index.Frederik Gladhorn2011-12-091-6/+2
* Add support for three new X11 keysAlbert Astals Cid2011-12-092-0/+12
* Cocoa: remove autoreleasepool in QCocoaIntegrationMorten Johan Sorvig2011-12-082-4/+0
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-0813-319/+314
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-073-5/+31
* directfbegl: Add unimplemented QDirectFbWindow::eglSurface, build fixHolger Hans Peter Freyther2011-12-062-1/+16
* Ask for a context that is likely to be supported.Gunnar Sletta2011-12-061-1/+2
* Cocoa: Handle accessible interface children.Morten Johan Sorvig2011-12-021-2/+27
* Don't inherit QAccessible from QWindowsAccessibleJan-Arve Saether2011-12-021-27/+27
* Clean formatting.Frederik Gladhorn2011-12-022-14/+15
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-023-126/+126
* directfb: Introduce EGL integration for DirectFBHolger Hans Peter Freyther2011-12-028-4/+327
* directfb: Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE around the codeHolger Hans Peter Freyther2011-12-029-0/+32
* directfb: Move the macro to the qdirectfbconvenience header fileHolger Hans Peter Freyther2011-12-022-5/+6
* Make cell a proper QAccessible2Interface.Frederik Gladhorn2011-12-012-12/+20
* Fix image format use in cocoa pluginGunnar Sletta2011-12-012-2/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-302-5/+3
* Include qglobal.h first in qnsview.mm compilation unit.Zeno Albisser2011-11-302-0/+4
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-3012-16/+76
* Prevented Xlib sequence errors in xcb plugin.Samuel Rødal2011-11-291-0/+1
* Remove QPlatformPrinterSupport usageJohannes Zellner2011-11-292-9/+0
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-295-2/+18
* Fix a small memory leak in QXcbIntegration.Jędrzej Nowacki2011-11-292-15/+12
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-285-394/+8
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-251-1/+1
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-251-2/+17
* Make cocoa opengl backend threadsafe.Gunnar Sletta2011-11-252-9/+1
* Fix navigate returning invalid pointer.Frederik Gladhorn2011-11-241-1/+1
* directfb: Use the QPlatformWindow in the DirectFB BackingstoreHolger Hans Peter Freyther2011-11-243-8/+10
* directfb: Get the IDirectFBDisplayLayer through the QPlatformScreenHolger Hans Peter Freyther2011-11-244-5/+15
* directfb: Fix the typo in the parameterHolger Hans Peter Freyther2011-11-241-1/+1
* directfb: Remove dfbDisplayLayer from QDirectFbInputHolger Hans Peter Freyther2011-11-243-8/+7
* directfb: Pass the IDirectFBWindow to the QDirectFbInput methodsHolger Hans Peter Freyther2011-11-243-16/+26
* directfb: Use DirectFBErrorFatal for errors we don't handle wellHolger Hans Peter Freyther2011-11-241-5/+4
* directfb: Access the screen layer through QWindow::screen()Holger Hans Peter Freyther2011-11-245-4/+30
* directfb: Move QDirectFbScreen into a separate fileHolger Hans Peter Freyther2011-11-246-63/+151
* Remove virtual child integers.Frederik Gladhorn2011-11-2314-772/+370
* Accessible widgets: Fix warning.Friedemann Kleint2011-11-231-1/+1
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-214-16/+0
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-215-46/+34
* Fix debug output in meego platform input contextSimon Hausmann2011-11-211-1/+1