summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Added new private API for Android and onPause/onResumePeter Rustler2015-03-171-0/+5
|/ /
* | OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-133-6/+10
* | A11y: query a11y bus address from X displayFrederik Gladhorn2015-03-092-2/+29
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0950-138/+818
|\|
| * 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
* | QCocoaWindow - fix a flag testTimur Pocheptsov2015-03-071-1/+1
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-063-1/+25
* | Cocoa integration - do not report invalid coordinatesTimur Pocheptsov2015-03-063-0/+12
* | XcbSystemTrayTracker: fix uninitialized valueStephan Binner2015-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0330-129/+208
|\|
| * 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
* | | Support grabWindow() in linuxfbLaszlo Agocs2015-02-252-1/+30
* | | Move the systemTrayVisualHasAlphaChannel to the QXcbSystemTrayTrackerJørgen Lind2015-02-257-49/+74
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-2519-270/+384
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2415-162/+243
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Thiago Macieira2015-02-242-0/+11
| | |\
| | | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-182-0/+11
| | | |\
| | | | * Provide a native interface object from linuxfbLaszlo Agocs2015-02-112-0/+11
| | * | | direct2d: Optimize dashed [poly]line drawingAndrew Knight2015-02-202-132/+119
| | * | | Android: Fix local ref handling.Christian Strømme2015-02-171-2/+1