summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2922-27/+189
|\
| * 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
* | Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-2918-142/+142
* | Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* | Add debug output for input method related events.Friedemann Kleint2014-07-281-0/+67
* | QTabletEvent documentation improvementsShawn Rutledge2014-07-281-35/+58
* | Windows: Streamline rawfont-lookup code.Friedemann Kleint2014-07-281-10/+9
* | add buttons to QTabletEventShawn Rutledge2014-07-2813-52/+208
* | Windows: correct tablet stylus rotation to range -180..180 degreesShawn Rutledge2014-07-281-1/+3
* | tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-284-7/+169
* | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | Fix typo with impact on test outputJoão Abecasis2014-07-281-1/+1
* | Add missing to gui/kernel benchmarks.Jędrzej Nowacki2014-07-281-1/+3
* | Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-282-143/+7
* | A basic justification algorithm for HarfBuzz-NGKonstantin Ritt2014-07-271-0/+80
* | Clean up tst_QPaletteMarc Mutz2014-07-261-37/+2
* | Windows: Use common code paths for default font families.Friedemann Kleint2014-07-263-53/+27
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-264-3/+13
* | Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* | Integrate tst_bench_qringbuffer into the build tree.Alex Trotsenko2014-07-251-0/+1
* | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-253-302/+82
* | Restore Neon "detection" in QtThiago Macieira2014-07-255-8/+17
* | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-252-14/+1
* | Fix compilation on ARM without ARMv6T2Thiago Macieira2014-07-251-3/+3
* | Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* | tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* | tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-252-2/+59
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-252-6/+14
* | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-255-11/+207
* | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-252-1/+19
* | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21