summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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.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.6' into 5.7Liang Qi2016-09-051-1/+4
|\|
| * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+4
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-8/+10
|\|
| * embedded: Make signal handlers optionalLaszlo Agocs2016-07-271-8/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-27/+4
|\|
| * Mac: Read in the string with QString::fromUtf8() as it is UTF8 encodedAndy Shaw2016-07-131-3/+1
| * Remove QCoreTextFontEngine::supportsColorGlyphsGabriel de Dietrich2016-07-063-24/+3
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-084-12/+12
* | 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