summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
* | Improve dbus cross compilationBernd Weimer2014-07-286-7/+24
* | Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
* | tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
* | tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* | tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* | tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* | tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* | QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-253-0/+115
* | qmake: Document the "aux" template type.Christian Kandeler2014-07-251-0/+12
* | Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
* | Doc: corrected autolink errors in qnamespace.qdocNico Vertriest2014-07-231-5/+5
* | Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
* | QPixmap::fromImage() should detach when changing QImage formatAllan Sandfeld Jensen2014-07-221-0/+1
* | Windows: Add Qt Creator PATH update tip for missing SQL client dllsSamuel Gaist2014-07-221-1/+4
* | tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
* | Windows: Fix window geometry when transiting from fullscreen to maximized.Friedemann Kleint2014-07-211-1/+4
* | Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4
* | Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65
* | generate QGL header file from qgl.hLiang Qi2014-07-181-0/+1
* | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-183-1/+38
* | Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
* | Added stream version into network cache file formatNikita Krupenko2014-07-172-1/+80
* | make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
* | CMake: Don't check the existence of GL files in the Qt5Gui package.Stephen Kelly2014-07-161-11/+11
* | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-152-3/+32