summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-20/+34
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+2
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-2/+2
| * | Fix up EGL config selection commentsLaszlo Agocs2014-04-241-18/+32
| |/
* | QKdeTheme: use system-wide kdeglobals as a fallbackJ-P Nurmi2014-05-032-66/+103
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-242-4/+38
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-1/+1
|\|
| * Fix: Initialize all needed member varsMartin Koller2014-04-041-1/+1
* | Added handling of QT_LINUX_ACCESSIBILITY_ALWAYS_ON variable.Tomasz Olszak2014-04-041-1/+7
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-015-149/+133
|\|
| * Fix application font removal when using FontConfigFabian Bumberger2014-03-271-108/+112
| * Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-252-2/+6
| * egl: Remove commented codeLaszlo Agocs2014-03-251-10/+1
| * Remove unused ifdefLaszlo Agocs2014-03-251-26/+6
| * eglfs: Print the chosen config in debug modeLaszlo Agocs2014-03-252-3/+8
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-318-105/+215
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-248-105/+215
| |\|
| | * Apply fontconfig settings to custom fontsAllan Sandfeld Jensen2014-03-223-0/+52
| | * Cleanup and refactor QFontconfigDatabase::fontEngineAllan Sandfeld Jensen2014-03-211-65/+74
| | * Teach font database to populate families lazilyTor Arne Vestbø2014-03-202-13/+37
| | * QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-0/+8
| | * Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-191-10/+21
| | * Fix no-opengl build with eglLaszlo Agocs2014-03-171-17/+20
| | * Cocoa: Set "Stereo" OpenGL format option.Morten Johan Sørvig2014-03-171-0/+3
* | | QFbScreen: replace a use of an inefficent QList with QVectorMarc Mutz2014-03-261-1/+1
* | | QFbScreen: fix foreach loops to declare QRect loop variables as const-&Marc Mutz2014-03-261-3/+3
* | | Add: absolute touch screen handling in evdevmouseAndrew Gatt2014-03-244-13/+87
|/ /
* / Expose the EGLNativeDisplay through nativeResourceForIntegration.Zeno Albisser2014-03-131-2/+7
|/
* Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
* Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
* Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-112-45/+14
* Add EGL_KHR_create_context supportLaszlo Agocs2014-03-102-36/+123
* egl: Choose GLES3 capable configs when neededLaszlo Agocs2014-03-101-2/+13
* egl: Update the OpenGL version in the context's QSurfaceFormatLaszlo Agocs2014-03-101-0/+31
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-103-11/+4
* qmacmime: bugfix unicode::canConvertRichard Moe Gustavsen2014-03-061-1/+2
* Cocoa/Platformsupport: move qmacmime from cocoa to platformsupportRichard Moe Gustavsen2014-03-064-0/+938
* Avoid polluting debug output in eglfs and linuxfbLaszlo Agocs2014-03-061-8/+12
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-052-19/+30
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-052-2/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-2/+0
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-042-5/+11
* Fix some typosSergio Ahumada2014-03-032-2/+2
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-032-2/+2
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-032-0/+20
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+6
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-7/+4
* eglfs: Improve cursors and hotspotsJonathan Liu2014-02-261-2/+2
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-251-128/+112