summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* dbustray: Support replacing menu on QDBusTrayIconDmitry Shachnev2016-10-073-8/+16
* Fix Myanmar text with some fontsEskil Abrahamsen Blomfeldt2016-09-231-1/+7
* QEvdevKeyboardHandler: use RAII in create()/ctorMarc Mutz2016-09-182-18/+33
* 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
* Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+4
* AtSpiAdaptor: fix 'defined' field in GetAttributeValueMarc Mutz2016-08-111-2/+1
* evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-2/+6
* embedded: Make signal handlers optionalLaszlo Agocs2016-07-271-8/+10
* 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
* UIKit: Don't populate font families with no matching fontsTor Arne Vestbø2016-06-141-0/+6
* 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
* 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
* 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
* dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-2/+16
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-292-0/+6
* Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-101-2/+2
* 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
* Fix QDBusPlatformMenu::menuItemAt()J-P Nurmi2016-02-251-1/+1
* 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
| |\
| * | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+3
| * | eglfs: Fix up incorrect comments in the backingstoreLaszlo Agocs2016-02-011-5/+2
| * | eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-292-1/+9
| * | eglfs: fix cleanup when more than one tlw was usedLaszlo Agocs2016-01-281-1/+18
* | | dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-093-8/+14
* | | dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()Dmitry Shachnev2016-02-091-5/+1
* | | Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]Sérgio Martins2016-02-081-1/+1
* | | dbusmenu: Refactor the code to allow dynamic updating of menusDmitry Shachnev2016-02-086-54/+102
* | | dbusmenu: Fix return type for QDBusMenuAdaptor::EventGroup methodDmitry Shachnev2016-02-032-2/+3
* | | dbusmenu: Add missing methods for getting QDBusPlatformMenu propertiesDmitry Shachnev2016-02-031-0/+3
* | | dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-4/+36
| |/ |/|
* | dbusmenu: Make D-Bus menus and menu items enabled by defaultDmitry Shachnev2016-01-311-2/+2