summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-134-12/+192
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-137-18/+18
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-136-15/+15
* Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-7/+2
* QtCore: use QStringBuilder in more placesMarc Mutz2015-10-122-20/+7
* QtCore: use QStringRef in more placesMarc Mutz2015-10-127-15/+16
* QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-112-3/+5
* QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-112-2/+2
* QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-111-1/+1
* QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-2/+2
* Fix \sinceLars Knoll2015-10-081-2/+2
* Add \since 5.6 to method docs and document the changed signalLars Knoll2015-10-081-0/+13
* Make container move semantics consistentMarc Mutz2015-10-078-20/+22
* QMulti(Map|Hash): add move ctor from Q(Map|Hash)Marc Mutz2015-10-072-0/+6
* doc: fix a typo in QVersionNumber docsMarc Mutz2015-10-071-1/+1
* Add static assert checking QT_POINTER_SIZE.Friedemann Kleint2015-10-071-1/+3
* QUtf8Codec: Remove dead codeThiago Macieira2015-10-061-2/+0
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-051-0/+11
* Remove extra semicolon in declaration of QMacAutoReleasePoolTor Arne Vestbø2015-10-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0237-175/+279
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0237-175/+279
| |\
| | * clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
| | * QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
| | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
| | * Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
| | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
| | * Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
| | * Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
| | * fix error messageJoerg Bornemann2015-09-221-1/+1
| | * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
| | * Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
| | * Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
| | * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
| | * QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-044-45/+68
| | * QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
| | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-3/+4
| | * Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
| | * Doc: Added link to Declarative State Machine FrameworkNico Vertriest2015-09-042-2/+3
| | * Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
| | * QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
* | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-024-4/+4
* | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-022-2/+2
* | | Doc: Use correct image in Qt::BusyCursor documentationTopi Reinio2015-10-021-1/+1
|/ /
* | Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0Simon Hausmann2015-10-021-0/+4
* | Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
* | QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Moved a comment to where it belongs.Edward Welbourne2015-09-301-9/+8
* | Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-3/+4