summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Make sure QDBusMenuBar is restored when the window is hidden and shownDmitry Shachnev2017-03-271-1/+1
* Enable QStyleHints::useHoverEffects for KDE and other unix systemsNikita Krupenko2017-03-071-0/+4
* Fix registry function link error on WindowsJason Erb2017-02-281-1/+1
* Properly use the "process" featureUlf Hermann2017-02-271-2/+4
* streamline libdl detection and linkingOswald Buddenhagen2017-02-271-1/+1
* remove unused Xlib's XRender dependencyGatis Paeglis2017-02-242-5/+0
* Add the new NVIDIA specific calls to qeglstreamconvenienceDominik Holland2017-02-132-0/+18
* make freetype & fontconfig dependencies private againOswald Buddenhagen2017-02-083-3/+3
* move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-0810-11/+2561
* QDBusTrayIcon: try use runtime or cache for iconsMarco Trevisan (Treviño)2017-02-061-1/+24
* Windows: Restrict synthesizing of bold to < 750 weightAndy Shaw2017-02-031-1/+1
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-252-2/+2
|\
| * Fix registration of system default fontAllan Sandfeld Jensen2017-01-182-2/+2
* | QDBusTrayIcon: always save the temp icon in UnityMarco Trevisan (Treviño)2017-01-191-0/+6
* | dbusmenu: Map showPopup method to ItemActivationRequested signalDmitry Shachnev2017-01-193-7/+18
* | Merge "Merge remote-tracking branch 'origin/5.8.0' into 5.8" into refs/stagin...Liang Qi2017-01-152-4/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-142-4/+22
| |\|
| | * Fix regression in handling Chinese system default fontAllan Sandfeld Jensen2017-01-062-4/+22
* | | Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+3
|/ /
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+2
|\|
| * REG: Fix missing glyphs with DirectWrite and stretch == QFont::AnyStretchEskil Abrahamsen Blomfeldt2016-12-091-2/+2
* | UIKit: Improve handling of private system fonts / fallback fontsTor Arne Vestbø2016-12-082-20/+19
* | Add EGL_STREAM_FIFO_LENGTH to the helper headerLaszlo Agocs2016-12-031-0/+4
* | dbustray: Handle StatusNotifierWatcher appearing and disappearingDmitry Shachnev2016-12-024-3/+20
* | winrt: Add missing overrideAlexander Volkov2016-11-302-12/+12
* | winrt: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-11-301-7/+7
|/
* Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-1/+2
* Register fonts with preferred names on WindowsAllan Sandfeld Jensen2016-11-234-174/+189
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-27/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-26/+26
| |\
| | * QFontconfigDatabase: remove 200 unneeded relocationsMarc Mutz2016-11-081-26/+26
| * | Fix EGL break on Debian X32Laszlo Agocs2016-11-081-1/+1
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+3
* | | Move WinRT font database to QtFontDatabaseSupportGabriel de Dietrich2016-11-094-0/+596
* | | Windows: Don't claim bitmap fonts support all standard sizesEskil Abrahamsen Blomfeldt2016-11-071-1/+1
* | | Windows: Fix high-dpi text renderingEskil Abrahamsen Blomfeldt2016-11-041-0/+4
* | | remove bogus freetype dependency stuffOswald Buddenhagen2016-11-011-5/+0
* | | 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
* | | Fix build with various features disabledLars Knoll2016-10-111-0/+10