summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: improve docs and commentsOlivier Goffart2015-02-142-3/+6
* Document Q_GADGETOlivier Goffart2015-02-131-5/+18
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1310-20/+20
* QUrl effective TLDs: update tablePeter Hartmann2015-02-132-9565/+11345
* Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-6/+56
* QTextCodec: micro-optimize loops.Friedemann Kleint2015-02-122-16/+23
* QDateTime: prepare for constexpr'ificationMarc Mutz2015-02-121-2/+9
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-122-7/+3
* QCoreApplication (Windows): migrate to QString::(v)asprintfMarc Mutz2015-02-121-25/+24
* QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* QtMiscUtils: make toHex*() constexprMarc Mutz2015-02-121-6/+4
* Avoid hardcoding build date in qtcore and toolsSune Vuorela2015-02-122-3/+7
* Haiku: Enable usage of realpath implementationTobias Koenig2015-02-121-1/+1
* Haiku: Use setenv and unsetenv POSIX functionsTobias Koenig2015-02-121-3/+3
* Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-122-0/+21
* qtimezone.h: include correct headerMarc Mutz2015-02-121-1/+1
* QNX: fix compiler detection.Rafael Roquetto2015-02-121-6/+8
* QProcess: remove a use of QString::sprintf()Marc Mutz2015-02-121-6/+11
* QTzTimeZonePrivate: replace an inefficient QList with QVector (IV)Marc Mutz2015-02-121-17/+17
* QTzTimeZonePrivate: replace an inefficient QList with QVector (III)Marc Mutz2015-02-121-15/+16
* QTzTimeZonePrivate: replace an inefficient QList with QVector (II)Marc Mutz2015-02-121-13/+12
* QTzTimeZonePrivate: replace some inefficient QLists with QVectors (I)Marc Mutz2015-02-121-13/+21
* Add Q_DECL_CONST_FUNCTION and Q_DECL_NOTHROW to qPopulationCountMarc Mutz2015-02-121-5/+5
* QString: optimize number() and setNum()Marc Mutz2015-02-121-63/+46
* QLogging: prevent qt_message from being inlined into each of 14 callersMarc Mutz2015-02-121-0/+1
* QLogging: avoid a needless checkMarc Mutz2015-02-121-9/+3
* QLogging: migrate to QString::(v)asprintfMarc Mutz2015-02-121-5/+5
* Long live QString::asprintf()!Marc Mutz2015-02-123-17/+40
* QtMiscUtils: add to/fromOctMarc Mutz2015-02-121-0/+10
* QtMiscUtils: mark hex functions noexcept and fromHex constexprMarc Mutz2015-02-121-10/+7
* Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* CMake: Introduce qt5_add_binary_resourcesA. Klitzing2015-02-112-26/+80
* Update copyright headersJani Heikkinen2015-02-11825-5820/+5588
* Windows: Reintroduce copy of argv.Friedemann Kleint2015-02-102-7/+17
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-1016-46/+61
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1016-46/+61
| |\
| | * Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
| | * QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
| | * QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
| | * CMake: Fix QObject::connect failing on ARMAlbert Astals Cid2015-02-031-2/+0
| | * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-297-33/+49
| | |\
| | | * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-242-25/+28
| | | * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
| | | * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-1/+5
| | | * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| | | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-167-12/+32
| | | |\
| | | * | Bump copyright year to 2015Kai Koehne2015-01-152-5/+5
| | * | | Fix typo in the docsKonstantin Ritt2015-01-231-1/+1