summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
* Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
* QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
* Remove a left over cast that is now semantically incorrect.Jake Petroules2013-07-301-1/+1
* Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
* Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
* Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-5/+4
* Remove use of 'register' from Qt.Stephen Kelly2013-06-177-36/+36
* QSystemLocale: Fix the time format on BlackBerry 10El Mehdi Fekari2013-06-141-2/+2
* Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
* QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-3/+3
* Fix typo in QAlgorithms documentation.Mitch Curtis2013-06-051-1/+1
* Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-053-3/+8
* Use the GCC inline assembly when building for MinGWThiago Macieira2013-06-041-5/+5
* Mention QRect's int min/max constraints in detailed description.Mitch Curtis2013-06-041-0/+6
* Fix QLocalePrivate object leakingjian liang2013-05-201-1/+1
* Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".Jake Petroules2013-05-091-1/+1
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-2/+5
* QLocalePrivate: remove unused dataPointerForIndex functionThiago Macieira2013-05-082-14/+0
* Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-081-0/+8
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-072-4/+22
* QLocale: cache the QLocalePrivate for the default QLocaleThiago Macieira2013-05-011-6/+9
* QLocale: cache the C locale's privateThiago Macieira2013-05-012-1/+15
* Fix QLocale::standaloneMonthName when d->m_data == systemData()Albert Astals Cid2013-05-016-3/+17
* Make QLocalePrivate PODThiago Macieira2013-04-302-12/+21
* QLocalePrivate: remove QLocalePrivate::m_indexThiago Macieira2013-04-302-27/+10
* Move the code that creates QLocalePrivate to separate functionsThiago Macieira2013-04-301-27/+33
* Remove QLocalePrivate::m_localeIDhjk2013-04-232-36/+32
* Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-231-0/+4
* Make sure to also check for null CFPropertyLists.Thiago Macieira2013-04-191-0/+3
* QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* Update QLocale data to CLDRv23Konstantin Ritt2013-04-013-4073/+4277
* Fix typos in QBBSystemLocaleDataEl Mehdi Fekari2013-03-302-9/+9
* QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-13/+20
* Make the inline CPU detection functions also staticThiago Macieira2013-03-261-2/+2
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-03-262-18/+20
* QLocaleBlackberry - fix include statementsRafael Roquetto2013-03-261-3/+3
* match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-233-0/+3
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-213-17/+23
|\
| * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
| * Fix static builds with ICUKai Koehne2013-03-121-2/+13
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2096-6668/+10488
|\ \
| * | QLocalePrivate: Add convenience language/script/country to code helpersKonstantin Ritt2013-03-192-14/+18
| * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-0/+4