summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * QWindowsBackingStore::flush(): Add warning for UpdateLayeredWindowIndirect() ...Friedemann Kleint2015-12-121-1/+6
| * xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-116-171/+210
| * xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
| * Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
| * xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
| * XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
| * iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
| * iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
| * Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5
| * QWinRTFontDatabase: Add "Arial" as alias for "Helvetica".Friedemann Kleint2015-12-092-0/+16
* | QAndroidEventDispatcher: Remove dependency on select(2)Louai Al-Khanji2015-12-182-16/+5
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-1715-28/+42
* | eglfs kms: allow overriding physical display size via env variablesShawn Rutledge2015-12-171-2/+8
* | iOS: Switch backingstore to use raster paint engine, not GLTor Arne Vestbø2015-12-172-85/+47
* | Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2015-12-151-1/+2
* | Make native cursor handles accessible.Friedemann Kleint2015-12-147-1/+59
* | React to changes in the system color palette.Jake Petroules2015-12-112-2/+45
* | Use modern APIs for accessing system palette.Jake Petroules2015-12-111-13/+16
* | Add some functions to convert an NSColor to a QBrush.Jake Petroules2015-12-112-0/+122
* | Android: Remove support for API < 16BogDan Vatra2015-12-102-15/+1
* | Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-104-14/+43
* | Xcb: Fix debugging codeUlf Hermann2015-12-103-11/+30
* | QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-0812-15/+81
|\|
| * WinRT: Prepend '.' to default file suffix.Friedemann Kleint2015-12-071-2/+4
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-073-3/+33
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-043-1/+5
| * WinRT/QMessageBox: Default to QtWidgets-based dialog for rich text.Friedemann Kleint2015-12-041-0/+5
| * windows: enable drop for embedded windowsTim Blechmann2015-12-041-1/+11
| * eglfs: Fix the logical dpi calculation for some devicesLaszlo Agocs2015-12-023-8/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0245-259/+417
|\|
| * Differ between vertical and no hinting on WindowsEskil Abrahamsen Blomfeldt2015-12-023-5/+15
| * DirectWrite: Inherit synthesized properties for fallback fontsEskil Abrahamsen Blomfeldt2015-12-021-1/+12
| * Windows: Load DirectWrite dynamically.Friedemann Kleint2015-12-022-16/+37
| * Windows QPA: Fix window state transition from minimized to normal.Friedemann Kleint2015-12-011-1/+1
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-012-0/+3
| * Rename ANGLE libs in order to not conflict with other ANGLE libsJan Arve Saether2015-12-012-8/+12
| * Don't use QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2015-11-301-1/+2
| * QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-2/+2
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-2831-253/+253
| * Windows: Open GL blacklist - Disable rotation for Intel HD Graphics 4000 / 5500.Friedemann Kleint2015-11-271-0/+12
| * Windows Open GL blacklist: Introduce keyword "disable_rotation".Friedemann Kleint2015-11-273-5/+21
| * Windows QPA: Add API for setting the application orientation preference.Friedemann Kleint2015-11-274-1/+81
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * iOS: always flush spontaneous key press eventsRichard Moe Gustavsen2015-11-231-1/+1
* | | QWindowsFontDataBase: use QSharedPointer::create()Marc Mutz2015-12-011-2/+2
* | | Remove Carbon API usage.Jake Petroules2015-12-011-31/+28
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-2941-139/+134
* | | AndroidStyle: use std::make_shared()Marc Mutz2015-11-291-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-2717-171/+234
|\ \ \