summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-1934-145/+469
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-1234-145/+469
| |\
| | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-4/+8
| | * Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
| | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | * Fix build due to missing include when using a minimal config.Sérgio Martins2014-08-111-0/+1
| | * Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9
| | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-1110-82/+212
| | * Apply upstream patch r1498 to our PCRE copyGiuseppe D'Angelo2014-08-102-12/+54
| | * Apply upstream patch r1495 to our PCRE copyGiuseppe D'Angelo2014-08-102-1/+28
| | * Initialize member.Gunnar Sletta2014-08-081-0/+1
| | * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
| | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
| | * Check if Start/EndPage returns non-positive value when error checkingAndy Shaw2014-08-071-4/+4
| | * Windows: Fix stored family name of fallback fontsEskil Abrahamsen Blomfeldt2014-08-061-0/+2
| | * Android: Remove native views when their window is destroyd.Christian Strømme2014-08-061-3/+2
| | * Android: Fix QAndroidPlatformServices::openUrl().Christian Strømme2014-08-062-6/+10
| | * Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
| | * GTK file dialog: pre-fill the filename if given to a Save dialogShawn Rutledge2014-08-061-1/+7
| | * QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
| | * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
| | * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-5/+1
| | * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| | * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-053-2/+7
| | * fix paths in installed qtmain.prlOswald Buddenhagen2014-08-041-5/+2
* | | Accessibility Linux: use Frame for WindowsFrederik Gladhorn2014-08-181-2/+2
* | | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-183-56/+60
* | | Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-185-45/+123
* | | eglfs/stub: Die fatally if the framebuffer can't be opened.Robin Burchell2014-08-171-1/+3
* | | kms: Also initialize in resize(), if required.Robin Burchell2014-08-171-0/+5
* | | GTK2 theme should use GTK configured font variantAllan Sandfeld Jensen2014-08-174-7/+33
* | | Android: Also support android style for debug deploymentEskil Abrahamsen Blomfeldt2014-08-161-8/+6
* | | Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-163-0/+25
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-168-21/+37
* | | Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
* | | Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
* | | QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
* | | GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
* | | Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-155-1/+189
* | | DirectFB fix build error in QDirectFBWindowAndy Nichols2014-08-151-1/+1
* | | DirectFB define platform integration capabilitiesAndy Nichols2014-08-152-0/+15
* | | Make sure to have a pbuffer-capable config for the temp pbufferLaszlo Agocs2014-08-141-1/+5
* | | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-142-3/+6
* | | Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-144-44/+44
* | | Update qopenglext.h and qopengles2ext.hLaszlo Agocs2014-08-144-12271/+10795
* | | qdoc: Stop outputting duplicate \brief for QML type and module pagesTopi Reinio2014-08-141-2/+3
* | | Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
* | | Fix compile for harfbuzz-ng for winceAndreas Holzammer2014-08-143-0/+16
* | | winrt: Add partial SSL key supportAndrew Knight2014-08-131-9/+121