summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+6
|\
| * UIKit: Don't populate font families with no matching fontsTor Arne Vestbø2016-06-141-0/+6
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-2/+2
|\ \
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-066-21/+42
|\ \ \ | |/ / |/| / | |/
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-033-7/+24
| * Platformsupport: Don't include dbus on darwin.Morten Johan Sørvig2016-06-011-1/+5
| * Compile Fix: unused variable in q_refreshRateFromFb() on non-linuxRalf Nolden2016-05-251-0/+4
| * Remove linux only-dependency from devicediscoveryRalf Nolden2016-05-191-13/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-199-23/+79
|\|
| * Cocoa: Allow pasting text from Qt apps to MailMorten Johan Sørvig2016-05-181-4/+4
| * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-171-1/+1
| * dbustray: Use separate D-Bus connections for each tray iconDmitry Shachnev2016-05-123-4/+5
| * linuxfb: Support transparencyLaszlo Agocs2016-05-092-2/+14
| * Add constants for the CoreText font weights.Jake Petroules2016-05-081-9/+52
| * Fix crash when using QRawFont with FreeType on OS X.Jake Petroules2016-05-061-1/+1
| * Reorder negative font weight checks in qtWeightFromCFWeight.Jake Petroules2016-05-051-4/+4
| * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-046-73/+6
| * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-036-6/+73
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-23/+17
|\|
| * Micro optimization to QFontconfigDatabaseKonstantin Ritt2016-04-271-12/+12
| * Get rid of requiresOpenType() helperKonstantin Ritt2016-04-271-14/+7
| * Query FC_CAPABILITY once per patternKonstantin Ritt2016-04-271-2/+3
| * Check for required capability only when FC_CAPABILITY is availableKonstantin Ritt2016-04-271-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-2/+16
|\|
| * dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-2/+16
* | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-092-161/+201
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-075-12/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-042-0/+6
|\|
| * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-292-0/+6
* | EGL/GLX: Resolve depth buffer more intelligentlyLouai Al-Khanji2016-04-012-11/+16
* | Disable fallback to dlsym() for INTEGRITY.Rolland Dudemaine2016-03-291-1/+1
* | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-214-24/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+2
|\|
| * Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-101-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-133-11/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-11/+12
| |\|
| | * Xft antialias settings must not override requested NoAntialiasAllan Sandfeld Jensen2016-03-101-1/+1
| | * QCoreTextFontDatabase: Get rid of local fallbacksForFamily cacheKonstantin Ritt2016-03-071-7/+1
| | * evdevtouch: ensure touchpoints released with typeB mtdev driversRomain Pokrzywka2016-03-021-3/+10
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-122-11/+11
|/ /
* | Simplify and speed up code resolving gl functionsLars Knoll2016-03-022-14/+1
* | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-012-1/+11
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-014-7/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * Fix QDBusPlatformMenu::menuItemAt()J-P Nurmi2016-02-251-1/+1
* | Add native support for D-Bus global menuDmitry Shachnev2016-02-237-1/+537
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-182-10/+32
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-10/+32
| |\
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-022-31/+31
| | |\