summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-1925-231/+424
|\
| * Fix typo in doc snippets of qOverload and relatedFriedemann Kleint2016-07-191-6/+6
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-194-32/+62
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-32/+62
| | |\
| | | * FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
| | | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
| | | * QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
| | | * QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
| | | * QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
| | | * QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
| * | | Doc: Fix snippet to use initializer listKai Koehne2016-07-181-4/+1
| |/ /
| * | Optimize string usageAnton Kudryavtsev2016-07-151-1/+1
| * | QReadWriteLock fast path for tryLock without timeoutOlivier Goffart2016-07-151-0/+6
| * | Remove (private) QString::expand(), port to (new) QString::resize(int, QChar)Marc Mutz2016-07-142-12/+9
| * | Fix the Q_ATOMIC_xxx_IS_www_NATIVE macros with C++11Thiago Macieira2016-07-131-31/+156
| * | Optimize QString::insert()Marc Mutz2016-07-131-3/+12
| * | Correct indentation in qsettings.cppThiago Macieira2016-07-111-4/+4
| * | QSettings: optimize string usageAnton Kudryavtsev2016-07-091-66/+43
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-085-10/+10
| * | QStorageInfo: update the algorithm for ignored filesystems on UnixThiago Macieira2016-07-061-14/+30
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Timur Pocheptsov2016-07-057-18/+34
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-047-18/+34
| | |\|
| | | * QEventLoop: better describe the exception safety of QtGiuseppe D'Angelo2016-07-021-2/+4
| | | * Fix build: ftok(3) requires sys/ipc.hThiago Macieira2016-07-021-0/+4
| | | * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-4/+6
| | | * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
| | | * Doc: Improve QJsonDocument::fromJson documentationKai Koehne2016-07-011-7/+5
| | | * QDir: Remove redundant QString wrappingAlexander Volkov2016-06-301-1/+1
| | | * QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
| | | * winrt: fix conditionalMaurice Kalinowski2016-06-301-1/+1
| * | | Revert "CMake: Add imported target for qdoc."Kevin Funk2016-07-051-15/+0
| |/ /
| * | QDateTime: use the more efficient currentMSecsSinceEpoch()Thiago Macieira2016-07-022-2/+2
| * | QDataStream: unify deserialization of containersAlex Trotsenko2016-07-011-20/+55
* | | Don't mention private classes in our docs.Lars Knoll2016-07-151-1/+1
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-6/+0
* | | Clean up qwindowdefs_win.hLars Knoll2016-07-142-4/+5
* | | qdoc: Documentation for qFuzzyIsNull() is addedMartin Smith2016-07-142-6/+18
* | | Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-142-0/+41
* | | Add missing logical bitwise operators to the little-endian storage classesSimon Hausmann2016-07-131-0/+16
* | | Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-131-1/+3
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+3
* | | Make QDateTime's default constructor not allocate memory on 32-bitThiago Macieira2016-07-092-27/+46
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-092-18/+147
* | | QStringRef: add chop()Anton Kudryavtsev2016-07-072-1/+19
* | | winrt: Fix launch as background taskMaurice Kalinowski2016-07-061-27/+86
* | | Windows/QProcess::startDetached(): Don't always create consoleKevin Funk2016-07-061-1/+3
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-062-4/+4
* | | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-6/+0
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-6/+0
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-028-9/+13