summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AndroidStyle: use std::make_shared()Marc Mutz2015-11-291-1/+1
* configure: Fix (Open)SSL detection on WinCEAndrew Knight2015-11-291-2/+2
* QXmlStreamStringRef: overload ctor from QString with an rvalue versionMarc Mutz2015-11-291-1/+4
* Make a couple of iterators trivially-copyable in Qt 6Sérgio Martins2015-11-292-0/+8
* QFile: document a default constructor as publicAlex Trotsenko2015-11-291-1/+1
* Update bug ID after insignificant flagTony Sarajärvi2015-11-291-1/+1
* Remove insignificant flag for a platform not supportedTony Sarajärvi2015-11-291-2/+0
* QDebug: reduce template bloatMarc Mutz2015-11-282-14/+35
* QDebug: refactor streaming of sequential containers and add suppoprt for STL ...Marc Mutz2015-11-282-15/+98
* QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-273-19/+19
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-2760-365/+1085
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-2760-365/+1085
| |\
| | * Avoid pulling in X11 headers in brcm backendLaszlo Agocs2015-11-261-0/+3
| | * use bindir instead of libdir when launching tools on windowsOswald Buddenhagen2015-11-261-8/+10
| | * build QML plugins with relative RPATH as wellOswald Buddenhagen2015-11-261-0/+2
| | * fix copy&paste-o in DeviceVar error messageOswald Buddenhagen2015-11-261-1/+1
| | * Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
| | * Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
| | * tst_QProcess: Use a QTemporaryDir for files to be created.Friedemann Kleint2015-11-261-12/+18
| | * Remove O(n^2) behavior in fallbacksForFamily().Volker Krause2015-11-261-3/+7
| | * tst_QWaitCondition::wakeOne(): Increase wait interval.Friedemann Kleint2015-11-261-4/+7
| | * tst_QWaitCondition: Prevent test functions from interfering with each other.Friedemann Kleint2015-11-261-35/+106
| | * Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
| | * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-265-8/+10
| | * iOS: Map `make install` to `xcodebuild build` for the iOS simulatorTor Arne Vestbø2015-11-261-0/+4
| | * Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
| | * iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-262-6/+33
| | * Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
| | * Add a manual test for cursors in multi-screen/High DPI setups.Friedemann Kleint2015-11-253-1/+328
| | * tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
| | * tst_QItemModel: Register QAbstractItemModel::LayoutChangeHint.Friedemann Kleint2015-11-251-0/+8
| | * QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
| | * Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
| | * Ignore stuff created during testingEdward Welbourne2015-11-251-0/+5
| | * Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
| | * Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
| | * Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
| | * tst_QNetworkReply: Fix repetitive invocation of cleanup().Friedemann Kleint2015-11-241-8/+6
| | * tst_QImageReader: Fix file handling.Friedemann Kleint2015-11-241-8/+23
| | * Doc: add links to new topics in Qt Creator Manual 3.6Leena Miettinen2015-11-241-0/+8
| | * Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
| | * tst_QImageWriter: Use QTemporaryDir.Friedemann Kleint2015-11-241-5/+3
| | * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
| | * Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
| | * winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
| | * Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
| | * Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
| | * Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
| | * QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
| | * QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9