summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| * QStringListModel: begin/endResetModel() are no signalsMarc Mutz2016-08-031-2/+2
| * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
| * QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
| * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-2/+4
| * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
| * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-2/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-013-3/+9
|\|
| * Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1
| * Fix gcc -Wsuggest-override warning on Q_OBJECTDavid Faure2016-07-281-0/+2
| * QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
| * Fix grammar error in QFlags documentationMitch Curtis2016-07-261-1/+1
* | QSocketNotifier: improve warning to show thread names and pointers.David Faure2016-07-281-1/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-269-189/+205
|\|
| * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
| * Windows: Fix truncation in QFSFileEnginePrivate::nativeWrite()Friedemann Kleint2016-07-211-4/+2
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-22/+30
| * Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
| * Work around Apple defining "check"Thiago Macieira2016-07-201-0/+5
| * QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
| * QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
| * QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+4
* | move c++11 test into qcompilerdetection.h and make it stricterOswald Buddenhagen2016-07-221-0/+6
* | Windows: Disable unsupported C++11 features with Clang-cl and ICCThiago Macieira2016-07-221-0/+27
* | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-1/+6
* | Update QLibrary's debug output when loading failedThiago Macieira2016-07-201-2/+7
* | 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