summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-237-22/+37
|\
| * 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
* | Add a pair of constructor/assignment function pairs to QPairThiago Macieira2013-05-082-0/+33
* | Merge branch 'stable' into devSergio Ahumada2013-05-076-52/+81
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-293-36/+36
|\|
| * Remove QLocalePrivate::m_localeIDhjk2013-04-232-36/+32
| * Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-231-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-0/+3
|\|
| * Make sure to also check for null CFPropertyLists.Thiago Macieira2013-04-191-0/+3
* | Compile with Clang.Morten Johan Sørvig2013-04-181-4/+17
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-121-1/+1
|\|
| * QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* | Add some easy move constructorsMarc Mutz2013-04-052-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-036-4095/+4306
|\|
| * 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
* | With GCC, use __builtin_popcount{,l,ll} for qPopulationCount()Marc Mutz2013-04-031-0/+16
* | Add qPopulationCount() function, extracted from QBitArrayMarc Mutz2013-04-033-8/+72
* | Replace HB_JustificationClass with QGlyphAttributes::JustificationClassKonstantin Ritt2013-04-011-14/+0
|/
* 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
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1616-68/+68
| * | Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-143-27/+60
| * | Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-145-127/+416
| * | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+3
| * | Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-133-5/+227