summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QQueue: unhide QList::swap(int, int)Marc Mutz2015-04-071-0/+5
* Removed unused code on QT_STRING_UCS4 macroThiago Macieira2015-04-051-6/+0
* QVLA: Add operator= for initializer listsKai Koehne2015-04-042-0/+18
* Fix BlackBerry build.Sérgio Martins2015-04-041-0/+3
* QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-2/+4
* QUuid: add missing relational operatorsMarc Mutz2015-04-042-0/+33
* QUuid: add some noexceptMarc Mutz2015-04-042-22/+22
* QUuid: properly scope macrosMarc Mutz2015-04-031-1/+2
* QUuid: implement op> in terms of op<Marc Mutz2015-04-031-11/+1
* Windows: Use FORMAT_MESSAGE_IGNORE_INSERTS for qt_error_string().Friedemann Kleint2015-04-011-1/+1
* Silence clang warnings in C++03 modeOlivier Goffart2015-04-011-0/+6
* Update a few doc regarding Q_FLAGOlivier Goffart2015-04-012-2/+2
* winrt: Fix non-PCH buildAndrew Knight2015-04-011-1/+3
* Force length of prefix path to be calculated at runtimeKai Koehne2015-04-011-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-0112-49/+71
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-3112-49/+71
| |\
| | * Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
| | * Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
| | * Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
| | * Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
| | * Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
| | * Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
| | * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
| | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
| | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
* | | Update documentation snippets related to QDebug.Friedemann Kleint2015-04-012-6/+8
* | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-016-18/+174
* | | Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
|/ /
* | Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-302-4/+4
* | Fix invalid characters count in QBig5hkscsCodec::convertFromUnicode()Maks Naumov2015-03-301-0/+1
* | Android: Only take ownership of threads we explicitly attach to.Christian Strømme2015-03-301-7/+8
* | QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-272-1/+7
* | Add QT_Q_FLAG for Qt::MouseEventFlag.Friedemann Kleint2015-03-271-0/+1
* | Re-generate the time zones database from CLDR v.27Konstantin Ritt2015-03-271-954/+974
* | Fix time offset for several time zonesKonstantin Ritt2015-03-271-6/+6
* | Update CLDR to v27Konstantin Ritt2015-03-274-4519/+4952
* | [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-1795/+1822
* | Re-generate Unicode data tablesKonstantin Ritt2015-03-272-6294/+7321
* | Update Unicode data up to v7.0Konstantin Ritt2015-03-273-4/+53
* | Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-272-0/+10
* | QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
* | QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
* | Remove extra semi-colons: clang doesn't like itThiago Macieira2015-03-261-8/+8
* | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-262-215/+55
* | Make QAbstractProxyModel API invokable.Stephen Kelly2015-03-251-4/+4
* | QAbstractItemModel: Make the match() method Q_INVOKABLEStephen Kelly2015-03-251-4/+4
* | QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-252-35/+35
* | QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
* | QTime: optimize toString()Marc Mutz2015-03-251-3/+1
* | Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28