summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* iOS: convert directory in qiosfiledialog to local file before checking filenameRichard Moe Gustavsen2015-03-151-1/+2
* iOS: return file urls rather than asset urls from file dialogRichard Moe Gustavsen2015-03-152-8/+19
* eglfs: Report the QScreen refresh rate from eglfsLaszlo Agocs2015-03-146-0/+21
* Introduce src/3rdparty/freetype.pri for better maintenanceKonstantin Ritt2015-03-141-60/+2
* Windows: Introduce delayed population to the FreeType font database.Friedemann Kleint2015-03-122-64/+148
* xcb: Add support for obtaining default xcb connectionJan Kundrát2015-03-122-0/+10
* eglfs: don't build the cursor atlas when QT_NO_CURSOR is definedAndrew Knight2015-03-122-1/+3
* Clear backingstore for windows with alpha channel.Morten Johan Sørvig2015-03-122-0/+13
* Fix bunch of other segfaults due to null screensJan Kundrát2015-03-121-12/+35
* Get CoreText style name when resolving Qt fontGabriel de Dietrich2015-03-121-11/+4
* iOS: ensure keyboard is visible, even when IM hints hasn't changedRichard Moe Gustavsen2015-03-121-17/+16
* iOS: Prepare QIOSIntegration for handling plugin optionsTor Arne Vestbø2015-03-122-13/+23
* Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-125-20/+82
* Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
* eglfs_kms: Use a QByteArray for connectorNameAndrew Knight2015-03-121-10/+11
* windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-116-35/+73
* QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-112-0/+6
* Enhance EGL_CONTEXT_LOST checksLaszlo Agocs2015-03-115-13/+30
* xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
* Windows: Only set the touch flags if the window is not already registeredAndy Shaw2015-03-113-2/+11
* Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-114-136/+320
* iOS: Only use root level native runloop if at first level of processEventsTor Arne Vestbø2015-03-102-13/+9
* iOS: Handle an QIOSViewController outliving its related QIOSScreenTor Arne Vestbø2015-03-101-1/+1
* Fix design metrics for text on WindowsEskil Abrahamsen Blomfeldt2015-03-091-3/+3
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-095-6/+6
* eglfs_kms: remove deprecated QString usesAndrew Knight2015-03-091-9/+9
* Windows: Fix build of qwindowsfontdatabase.cpp with MinGW 4.9.2/-Werror.Friedemann Kleint2015-03-061-0/+7
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-10/+5
* Avoid crashing when there is no QWindowsIntegration anymoreLaszlo Agocs2015-03-061-1/+4
* iOS: Use qFatal when detecting QApplication before UIApplicationMainTor Arne Vestbø2015-03-061-6/+4
* Fix up signal handling in QFbVtHandlerLaszlo Agocs2015-03-062-3/+34
* eglfs: Pluginize RPi, iMX6 and Mali backendsLaszlo Agocs2015-03-0518-6/+699
* Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-053-65/+5
* Windows plugin: Simplify cursor code in platform screen.Friedemann Kleint2015-03-052-8/+8
* Clean headers in the Windows plugin.Friedemann Kleint2015-03-0512-24/+18
* Clean headers in the Direct2D plugin.Friedemann Kleint2015-03-058-13/+21
* Android: Make sure applicationState is set correctlyBogDan Vatra2015-03-053-1/+11
* XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-5/+19
|\
| * Register font's english name as alias when populating font databaseLiang Jian2015-02-271-5/+19
* | xcb: Don't log mouse moves by defaultShawn Rutledge2015-02-271-2/+4
* | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-267-0/+13
* | Remove unused CGImage in qcocoabackingstoreAllan Sandfeld Jensen2015-02-262-16/+0
* | Fix android menubar's menu not opening at the first press.Michal Klocek2015-02-261-0/+4
* | qiosmenu: Move "Done" button to the rightKai Uwe Broulik2015-02-251-4/+4
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-2/+2
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-2511-25/+32
* | xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-255-39/+66
* | Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-253-21/+43
* | Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-258-15/+26