summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | 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
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-2/+1
* | | Modularize configure.json/.priLars Knoll2016-09-152-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+4
| |\|
| | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+4
* | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
* | | QtPlatformSupport: Restrict usage of DBus for menu/tray icons to UnixFriedemann Kleint2016-08-291-2/+2
* | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-2610-22/+24
* | | dbusmenu: eradicate Q_FOREACH loopsMarc Mutz2016-08-263-7/+8
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-268-4/+19
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2236-128/+458
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-193-15/+14
| * | | Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-192-3/+1
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-1916-32/+27
| * | | Rework privateFeatureLars Knoll2016-08-193-10/+11
| * | | Improve library version handlingLars Knoll2016-08-192-3/+1
| * | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-192-2/+2
| * | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-197-12/+8
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-168-12/+131
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+1
| | |\|
| | | * AtSpiAdaptor: fix 'defined' field in GetAttributeValueMarc Mutz2016-08-111-2/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-2/+6
| | |\|
| | | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-2/+6
| | * | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-106-8/+124
| * | | AtSpiAdaptor: eradicate Q_FOREACHMarc Mutz2016-08-131-14/+8
| * | | QCoreTextFontEngine: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-121-17/+10
| * | | evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-118-9/+218
| * | | libinput: Fix high dpi scaling supportLaszlo Agocs2016-08-101-1/+3
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-3/+29
| |\| |
| | * | Fix registered style name of sub-familiesAllan Sandfeld Jensen2016-08-031-1/+0
| | * | Register sub-families as separate fontsAllan Sandfeld Jensen2016-08-021-3/+30
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-172-6/+6
* | | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-152-0/+14
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-1/+1
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-053-0/+232
* | | Add XDG file icon support for UNIX themesFriedemann Kleint2016-08-042-0/+42