summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-165-2/+1323
* QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-162-0/+16
* Fix left-shift wider than an int's widthThiago Macieira2015-10-161-1/+1
* QTextStream: optimize putString()Marc Mutz2015-10-151-10/+15
* Dispatch all key and all generic motion events java objects to QtCoreBogDan Vatra2015-10-152-1/+82
* QStateMachine: cleanup QAbstractTransition::setTargetStatesErik Verbruggen2015-10-151-11/+40
* QStateMachine: fix leak of delayed events.Erik Verbruggen2015-10-151-0/+5
* Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-141-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-134-10/+71
|\
| * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-0/+3
| |\
| | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| * | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| * | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
* | | 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