summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-1242-151/+668
|\
| * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-112-4/+20
| * 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-1111-82/+215
| * 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
| * network tests: add manual test for auth / proxy authPeter Hartmann2014-08-071-0/+82
| * Uncomment some tests which accidently got commentedAndy Shaw2014-08-071-6/+6
| * 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-062-5/+4
| * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| * tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
| * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-053-2/+7
| * tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
| * fix paths in installed qtmain.prlOswald Buddenhagen2014-08-041-5/+2
* | Make the expose region local on all platformsLaszlo Agocs2014-08-1210-20/+43
* | Modernize the OpenGL examplesLaszlo Agocs2014-08-12106-1181/+1597
* | qdoc: Distinguish between QML property and attached propertyTopi Reinio2014-08-126-5/+41
* | winrt: Fix core dispatcher lookupAndrew Knight2014-08-111-19/+33
* | SSL backend: Fix pem header/footer utility methodsAndrew Knight2014-08-111-10/+8
* | SSL backend: Add a decodeDer() method to the private APIAndrew Knight2014-08-113-3/+12
* | winrt: Fix theme paletteAndrew Knight2014-08-111-29/+73
* | winrt: Fix backing store blitAndrew Knight2014-08-111-4/+4
* | Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-113-6/+34
* | Add QAccessible::ActivationObserverFrederik Gladhorn2014-08-114-2/+68
* | Remove unused property from mocJędrzej Nowacki2014-08-091-2/+1
* | Enable rpath support on OS X and iOS platformAdam Strzelecki2014-08-092-2/+2
* | qmake: Don't make rpaths starting with @ or $ absoluteAdam Strzelecki2014-08-091-4/+6
* | Micro-optimize QUrl::topLevelDomainJędrzej Nowacki2014-08-091-2/+4
* | winrt: Use native file dialogAndrew Knight2014-08-097-2/+1241
* | Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* | Update the handling of the -xkbcommon configure optionThiago Macieira2014-08-091-7/+10
* | Trim the QString benchmark testThiago Macieira2014-08-099-76004/+2
* | Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37
* | Add QtPrivate::is_const and is_volatileThiago Macieira2014-08-091-0/+9
* | QOpenGLVersionStatus: add constexprMarc Mutz2014-08-091-10/+8
* | QPair: add constexpr liberallyMarc Mutz2014-08-092-12/+27