summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-0423-92/+140
|\
| * pass --sysroot to compile tests also on windowsOswald Buddenhagen2014-08-012-0/+12
| * add /ENTRY:main only for target buildsOswald Buddenhagen2014-08-011-2/+4
| * avoid that CROSS_COMPILE affects host buildsOswald Buddenhagen2014-08-011-1/+3
| * ensure that arch_host.pro is used also on windowsOswald Buddenhagen2014-08-011-5/+7
| * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-3112-55/+69
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-3012-55/+69
| | |\
| | | * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| | | * XCB: Enable loading of the Qt::DragLinkCursorAlessandro Portale2014-07-101-1/+1
| | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-033-24/+23
| | | * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
| | | * Fix QFileInfoGatherer threading issueBernd Weimer2014-06-301-10/+9
| | | * Support MIPS atomic on pre-MIPS32 architecturesAurelien Jarno2014-06-271-2/+8
| | | * Enable sparc detection.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+9
| | | * Remove -Wcast-align from QMAKE_CXXFLAGS.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+1
| | | * Create the 64 bits version strings for MIPS, SPARC and S390Lisandro Damián Nicanor Pérez Meyer2014-06-271-0/+6
| | | * QNX: Fix QMdiWindow autotestsFabian Bumberger2014-06-251-4/+10
| * | | Add missing power button keycode to keymapRainer Keller2014-07-311-0/+1
| * | | Android: export ANDROID_SDK_BUILD_TOOLS_REVISION.BogDan Vatra2014-07-313-22/+20
| * | | cocoa: Fix compiler warnings about unused functions.Sérgio Martins2014-07-311-6/+0
| * | | Propagate swapInterval to QGLFormatLaszlo Agocs2014-07-311-0/+2
| * | | Fix double clicks in eglfsLaszlo Agocs2014-07-311-1/+1
| |/ /
| * | Work around ICC bug in local static symbols for Q_GLOBAL_STATICThiago Macieira2014-07-301-1/+10
| * | QCoreTextFontDatabase: Fix font weight value when populating a familyGabriel de Dietrich2014-07-291-3/+13
| * | Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | | QNativeSocketEngine: Add debug in createNewSocket.Robin Burchell2014-08-041-1/+13
* | | QNativeSocketEngine: use stream-style qDebug to fix a warning about FD types.Robin Burchell2014-08-041-2/+2
* | | Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-035-2/+15
* | | QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* | | Add sqlite to Windows Phone default buildMaurice Kalinowski2014-08-022-2/+1
* | | update bundled sqlite to 3.8.5.0Maurice Kalinowski2014-08-023-2038/+3666
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-028-4/+136
* | | Android: Fix exceptions in ExtractStyle.java on Android LBogDan Vatra2014-08-013-5/+128
* | | Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-015-7/+58
* | | Update QOpenGLFunctions docsLaszlo Agocs2014-08-011-0/+12
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-0145-374/+2388
* | | Fix high DPI icons in menu itemsAllan Sandfeld Jensen2014-08-011-2/+2
* | | Android: Output QML import and root paths for qmlimportscannerEskil Abrahamsen Blomfeldt2014-08-011-0/+7
* | | Remove pointless debug outputAleix Pol2014-08-011-4/+1
* | | Fix linking of the Direct2D platform plugin with dynamic Open GL.Friedemann Kleint2014-07-311-1/+1
* | | QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* | | tst_QTimeZone: test QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-0/+61
* | | Add a test for move assignment to tst_QPaletteMarc Mutz2014-07-311-0/+22
* | | Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-312-3/+85
* | | Android: Cleanup androidjnimain.cpp/.h filesBogDan Vatra2014-07-312-54/+44
* | | Android: Fix expose region.BogDan Vatra2014-07-312-3/+3
* | | Android: Release all windows when the application is suspended.BogDan Vatra2014-07-318-22/+83
* | | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-319-8/+282
* | | Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-313-10/+37
* | | Xcode: Reference files by absolute path, and name them by basename onlyTor Arne Vestbø2014-07-312-24/+21