summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Compile when configured with -no-widgetsMorten Johan Sorvig2012-06-123-9/+31
* eglfs refactor: move window creation into qeglfswindowGirish Ramakrishnan2012-06-129-106/+212
* Fix Mac menu-merging case-sensitivity.James Turner2012-06-111-9/+11
* Remove QtWidgets include.Morten Johan Sorvig2012-06-111-3/+0
* Cocoa: Remove QtWidgets dependencies.Morten Johan Sorvig2012-06-112-6/+2
* Windows: Fix window positioning for ActiveQt serversMiikka Heikkinen2012-06-092-4/+19
* implement Qt::TranslucentBackground for WindowsJoerg Bornemann2012-06-093-10/+35
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-092-10/+89
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-082-13/+1
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-084-30/+13
* Reduce QtWidgets dependencies in the Cocoa plugin.Morten Johan Sorvig2012-06-086-1415/+22
* Remove dependency from QFactoryInterface for the print pluginLars Knoll2012-06-082-12/+0
* Remove QFactoryInterface from the input pluginsLars Knoll2012-06-082-12/+0
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-087-42/+0
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-0811-79/+0
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-085-33/+0
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-081-83/+0
* Don't inherit from QFactoryInterface for image pluginsLars Knoll2012-06-086-18/+0
* Remove QFactoryInterface from sql driversLars Knoll2012-06-079-69/+0
* Windows: Store only full-size DC's obtained by BeginPaint.Friedemann Kleint2012-06-072-8/+13
* QNX: Take nativeOrientation into account for QNX device orientationsSean Harmer2012-06-061-10/+25
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-2/+9
* Cocoa: Fix QCocoaBackingStore::flush on 10.8Morten Sorvig2012-06-061-1/+11
* Fix compilation when configured with -no-widgetsKent Hansen2012-06-061-1/+1
* Do not set an action on native submenu items on MacPasi Matilainen2012-06-061-1/+2
* eglfs refactor: Query screen and format info from hooksGirish Ramakrishnan2012-06-054-42/+42
* eglfs refactor: Move egl initialization to the integrationGirish Ramakrishnan2012-06-054-42/+44
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-056-1/+12
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* QNX: Implement QQnxScreen::nativeOrientation()Kevin Ottens2012-06-052-0/+11
* directfb: Compile with C++11 support enabledBradley T. Hughes2012-06-051-2/+2
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-051-3/+1
* evdevtablet pluginLaszlo Agocs2012-06-045-1/+140
* Fix touchpads with evdevmouseLaszlo Agocs2012-06-041-1/+4
* eglfs: Create mouse, keyboard and touch handlers by defaultGirish Ramakrishnan2012-06-022-2/+15
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-012-14/+19
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-017-41/+80
* Migrate tslib to new plugin formatLaszlo Agocs2012-06-014-6/+17
* Move evdev to platformsupportGirish Ramakrishnan2012-06-0117-2902/+6
* Prevent evdevkeyboard file opening from failingLaszlo Agocs2012-05-311-1/+1
* Add QObject parent parameter to constructorsGirish Ramakrishnan2012-05-316-8/+9
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-318-0/+649
* eglfs: allow cursor to be created without a contextGirish Ramakrishnan2012-05-313-22/+39
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* Windows: Add ANGLE support.Friedemann Kleint2012-05-317-9/+360
* directfb: Allocate a special surface for OpenGLHolger Hans Peter Freyther2012-05-302-1/+34
* KMS platform plugin: Introduce default cursor for better usability.Samuel Rødal2012-05-301-0/+8
* eglfs: keep context active only during flushGirish Ramakrishnan2012-05-301-2/+4