summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* linuxfb: Make first window fullscreen like eglfsLaszlo Agocs2016-11-093-3/+28
* Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-052-5/+4
|\
| * Windows: Fix high-dpi text renderingEskil Abrahamsen Blomfeldt2016-11-041-0/+4
| * remove bogus freetype dependency stuffOswald Buddenhagen2016-11-011-5/+0
* | Don't disable CoreText on watchOS Simulator (take 2)Jake Petroules2016-11-031-4/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0270-249/+6049
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-012-3/+7
| |\
| | * xcb: Avoid crash when requesting non-supported stereo formatsLaszlo Agocs2016-10-281-0/+5
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-3/+2
| | |\
| | | * qmacmime: convert UTF-16 using QTextCodecRichard Moe Gustavsen2016-10-261-3/+2
| * | | Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-283-4/+29
| * | | remove monolithic platformsupport moduleOswald Buddenhagen2016-10-283-85/+0
| * | | Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-2813-1/+5615
| * | | Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-2/+1
| * | | make use of QT_REQUIRE_CONFIG() in platformsupport modulesOswald Buddenhagen2016-10-1512-29/+28
| * | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-154-4/+3
| * | | create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-1543-201/+446
| * | | get rid of Q_FONTCONFIGDATABASE defineOswald Buddenhagen2016-10-151-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1331-33/+49
|\| | |
| * | | Fix build with various features disabledLars Knoll2016-10-111-0/+10
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-8/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-083-8/+16
| | |\|
| | | * dbustray: Support replacing menu on QDBusTrayIconDmitry Shachnev2016-10-073-8/+16
| * | | Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-1/+1
| * | | move dbusmenu and dbustray under themes/genericunixOswald Buddenhagen2016-10-0724-8/+6
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-062-7/+7
| * | | rely on module include paths for qpa includesOswald Buddenhagen2016-10-044-6/+6
| * | | convert apparently forgotten QT_CONFIG/fontconfig reference to qtConfig()Oswald Buddenhagen2016-10-041-1/+1
| * | | clean up freetype conditionalsOswald Buddenhagen2016-10-041-1/+1
| * | | fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-041-1/+1
* | | | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-066-0/+24
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-293-1/+16
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+7
| | |\|
| | | * Fix Myanmar text with some fontsEskil Abrahamsen Blomfeldt2016-09-231-1/+7
| * | | Pick up changes to device-pixel-ratio in QRasterBackingStoreTor Arne Vestbø2016-09-271-0/+5
| * | | xcb: Support EGLStreams for Wayland on X11Paul Olav Tvete2016-09-271-0/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-267-38/+68
|\| | |
| * | | eglfs: Add missing virtual layout setting for DRM/KMSLaszlo Agocs2016-09-223-19/+27
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-222-18/+33
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-18/+33
| | |\|
| | | * QEvdevKeyboardHandler: use RAII in create()/ctorMarc Mutz2016-09-182-18/+33
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-212-1/+8
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-162-0/+6
| | |\|
| | | * dbusmenu: Don’t leave dangling pointers when menus are destroyedDmitry Shachnev2016-09-151-0/+4
| | | * dbustray: Delete m_notifier in QDBusTrayIcon::cleanup()Dmitry Shachnev2016-09-151-0/+2
| | * | Save temp icon in higher resolution on HiDPI screensVictor Kropp2016-09-151-1/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-214-8/+18
|\| | |
| * | | macOS: Implement QCocoaBackingStore in terms of QRasterBackingStoreTor Arne Vestbø2016-09-183-7/+17
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1