summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Added support for Indonesian language on Symbian.Denis Dzyubenko2010-05-271-1/+2
* Fix for Norwegian and Korean languages on symbian.Denis Dzyubenko2010-05-252-60/+62
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-242-21/+29
|\
| * nano optimization of canonicalOrderHelper()Ritt Konstantin2010-05-201-7/+13
| * fix canonicalOrderHelper() for some corner caseRitt Konstantin2010-05-201-4/+4
| * use new QChar::requiresSurrogates() instead of hardcoded valueRitt Konstantin2010-05-201-5/+5
| * prevent fake normalizationRitt Konstantin2010-05-201-2/+4
| * prefer QChar::*surrogate() over hardcoded valuesRitt Konstantin2010-05-201-3/+3
* | Remove Q_PACKED from QChar and QLocale::Data.Thiago Macieira2010-05-232-10/+2
|/
* Added default countries for Mongolian and Nepali.Denis Dzyubenko2010-05-191-31/+31
* doc: Fixed many broken links.Martin Smith2010-05-191-4/+4
* doc: Fixed many broken links.Martin Smith2010-05-199-26/+26
* doc: Fixed many broken links.Martin Smith2010-05-193-8/+8
* Added support for es_419 locale.Denis Dzyubenko2010-05-184-356/+367
* Added Korean and Nynorsk locales support on Symbian.Denis Dzyubenko2010-05-181-0/+2
* Upgraded QLocale to Unicode CLDR 1.8.1Denis Dzyubenko2010-05-182-1666/+1666
* Added QDateTime::msecsTo()Jason Hollingsworth2010-05-112-8/+37
* add static QChar::is(High|Low)Surrogate methodsRitt Konstantin2010-05-032-2/+38
* Support updating system locale data on SymbianDenis Dzyubenko2010-05-033-4/+79
* QMap: make sure we never access forward and backward through typed Node structsThiago Macieira2010-05-031-0/+20
* Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-05-021-2/+2
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-2/+2
| |\
| | * Fixed a leak in QTextDocument::print().Trond Kjernåsen2010-04-291-2/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-024-10/+73
|\ \ \ | |/ / |/| |
| * | add QString::setRawData() and revive QByteArray::setRawData()Oswald Buddenhagen2010-04-294-10/+73
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-1/+1
|\ \ \ | |/ / |/| / | |/
| * QNAM: Use a reference in appendDownstreamDataMarkus Goetz2010-04-261-1/+1
| * qDebug() << myPointF would remove spaces in following arguments.David Faure2010-04-031-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-04-271-2/+2
|\ \
| * | Don't use QList's begin() and end() where possible.Robin Burchell2010-04-261-2/+2
* | | Slight QList documentation fix.Robin Burchell2010-04-261-6/+2
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-201-4/+5
|\ \
| * | Use a compile time constant for the C epoch as a julian day.Shane Kearns2010-04-201-3/+4
| * | Fix test failures for qdatetime on symbian and winceShane Kearns2010-04-201-1/+1
* | | Document the time format pattern for timezone info.Denis Dzyubenko2010-04-161-0/+1
* | | Convert date/time format to something that Qt understandsDenis Dzyubenko2010-04-161-420/+422
* | | Fix building of corelib, network and gui with qconfig minimal.Aaron McCarthy2010-04-161-0/+4
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-131-0/+3
|\ \
| * | Fix build with mingw (64 bit)Thierry Bastian2010-04-081-0/+3
* | | compile fix for WinCE Armv4iMaurice Kalinowski2010-04-071-0/+4
|/ /
* | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-014-27/+117
|\ \
| * | Fix compilation on Windows: forgot to change one toTime_tHelperThiago Macieira2010-03-311-1/+1
| * | Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-313-22/+22
| * | Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-312-15/+105
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-4/+4
| |\ \
| | * | Fix compilation on HP-UXi: _SC_MONOTONIC_CLOCK isn't definedThiago Macieira2010-03-291-1/+1
| | * | Ensure that we return QPair<long,long> in all cases.Thiago Macieira2010-03-291-3/+3
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-2/+6
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-3046-4310/+9030
|\ \ \ | |_|/ |/| |
| * | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-1/+4