summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
* Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-204-2/+124
* QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
* Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
* QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
* Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
* Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
* QJsonValue: use Q_NULLPTR instead of 0 in ctorDyami Caliri2016-08-171-1/+1
* Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
* QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1221-111/+111
* QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-1/+7
* QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
* QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
* Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
* QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
* 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
* 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
* 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
* 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