summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* [directfb] Implement QPixmap::fromFile using DirectFB routinesHolger Hans Peter Freyther2011-10-212-0/+114
* [directfb] Prepare to select the alpha/opaque pixel formatsHolger Hans Peter Freyther2011-10-212-2/+21
* [directfb] Manage the font database with a QScopedPointerHolger Hans Peter Freyther2011-10-212-2/+2
* [directfb] Remove some duplication in the QDirectFbBlitter c'tor.Holger Hans Peter Freyther2011-10-211-8/+11
* directfb: Initialize m_dfb after DirectFBInit has been calledHolger Hans Peter Freyther2011-10-211-2/+4
* [directfb] Introduce the QDirectFBPointer from QWS/gfxdriversHolger Hans Peter Freyther2011-10-2114-93/+126
* [directfb] Make QDirectFBInput a QThread to allow proper exitsHolger Hans Peter Freyther2011-10-213-29/+18
* [directfb] Use QScopedPointer to manage heap allocated objectsHolger Hans Peter Freyther2011-10-217-33/+16
* [directfb] Fix memory leak when passing arguments to directFBHolger Hans Peter Freyther2011-10-211-0/+3
* [directfb] Do not call a pure virtual functionHolger Hans Peter Freyther2011-10-211-2/+0
* [directfb] Rename class from WindowSurface to BackingStoreHolger Hans Peter Freyther2011-10-215-17/+17
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-212-13/+30
* Remove mtdev dependency from the touchscreen QPA plugin.Laszlo Agocs2011-10-216-142/+145
* Mark the most important MSAA functions as "moz: [important]"Jan-Arve Saether2011-10-201-0/+20
* Move a11y inspector from tools to util.Morten Sorvig2011-10-201-1/+1
* Windows: Fix Geometry, OpenGL formatsFriedemann Kleint2011-10-192-10/+41
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-199-488/+206
* Cocoa: Add initial accessibility implementation.Morten Sorvig2011-10-198-4/+599
* Windows platform: Improve Open GL.Friedemann Kleint2011-10-189-71/+155
* Remove stale documentation.Casper van Donderen2011-10-181-41/+0
* Remove Q_WS_ in text codecs.Friedemann Kleint2011-10-1812-34/+34
* Fix TouchEnd events not being received on Harmattan.Jocelyn Turcotte2011-10-171-2/+3
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-175-0/+384
* Add a warning and a return value to xcb's createGLPlatformContextLaszlo Agocs2011-10-171-0/+2
* Do not fail user time window creation when xcb is using xlibLaszlo Agocs2011-10-172-2/+8
* Make the window active in eglfs and minimal plaform plugins.Laszlo Agocs2011-10-142-2/+6
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-144-0/+24
* Fix OpenGL on Harmattan showing only the first frame.Jocelyn Turcotte2011-10-141-0/+14
* Calculate an area in the touchscreen qpa plugin.Laszlo Agocs2011-10-132-3/+6
* Cocoa: Update QPlatformWindow geometry on moveMorten Sorvig2011-10-131-0/+1
* Migrate the touchscreen generic qpa plugin to QWindow.Laszlo Agocs2011-10-131-4/+5
* Windows: Adapt to new Lighthouse APIFriedemann Kleint2011-10-116-55/+103
* Move input panel visibility ownership from QInputPanel to QPlatformInputContextJoona Petrell2011-10-112-0/+7
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-113-52/+0
* Use freetype font engine on WindowsOlli Werwolff2011-10-107-4/+660
* Minor build fix for newer XCB versionsJani Uusi-Rantala2011-10-101-0/+1
* Make sure window state is synced back to Qt from the XCB plugin.Samuel Rødal2011-10-073-3/+49
* Fixed potential issue in XCB plugin.Samuel Rødal2011-10-072-9/+10
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-072-8/+11
* Compile on 10.6Morten Sorvig2011-10-061-2/+8
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-0618-37/+36
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-062-16/+9
* Cocoa: Fix a variable shadowing issue that caused a crash on macZeno Albisser2011-10-041-3/+4
* Cocoa: Add env variable for disabling foreground.Morten Sorvig2011-10-041-12/+14
* Fix compilation on HarmattanSimon Hausmann2011-10-042-0/+8
* Fix XCB back-end on HarmattanSimon Hausmann2011-10-041-3/+15
* [fontdatabase] Use the CONFIG += qpa/genericunixfontdatabaseHolger Hans Peter Freyther2011-10-036-6/+6
* Fix compilation on HarmattanSimon Hausmann2011-10-031-1/+1
* Simplify QAccessibleAbstractScrollArea and Calendar.Frederik Gladhorn2011-10-034-135/+54
* Cocoa: Send proper mouse coordinates.Morten Sorvig2011-10-031-8/+29