summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fixes warningsOlivier Goffart2011-04-282-4/+2
* Update documentation of QDateTime::toStringJens Georg2011-04-271-1/+5
* Fix QDateTime::toString for Qt::ISODateJens Georg2011-04-271-0/+15
* Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-204-1/+277
|\
| * QLocale: Fixed double to currency string conversion on Mac.Denis Dzyubenko2011-04-141-1/+1
| * Added support for libICU for collation and toLower/toUpper.Denis Dzyubenko2011-04-124-1/+277
* | QLocale: Fixed double to currency string conversion on Mac.Denis Dzyubenko2011-04-141-1/+1
* | Compile on Mac.Olivier Goffart2011-04-132-10/+11
|/
* Merge earth-team into origin/master'Olivier Goffart2011-04-121-11/+11
|\
| * Merge remote branch 'qa-review/master' into qa-staging-masterRohan McGovern2011-04-071-11/+11
| |\
| | * Fix typos in QSharedPointer documentation.Jason McDonald2011-04-061-11/+11
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-079-113/+103
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-319-113/+103
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-301-20/+10
| | |\ \
| | | * | Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-301-20/+10
| | * | | Doc: Small change to QByteArray::resize()Geir Vattekar2011-03-071-1/+1
| | * | | Doc: Small correction to QMap iterator docsGeir Vattekar2011-03-071-1/+1
| | * | | Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-232-3/+2
| | |\ \ \ | | | |/ /
| | * | | Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-086-91/+91
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-041-0/+10
| | |\ \ \
* | | | | | QStringBuilder: add operator += for QString and QByteArrayOlivier Goffart2011-04-062-0/+32
* | | | | | Documentation for the initilize_list constructorOlivier Goffart2011-04-043-0/+26
* | | | | | QStringList: constructor for std::initializer_listOlivier Goffart2011-04-041-0/+3
* | | | | | Fix compilation warningsOlivier Goffart2011-04-011-5/+4
* | | | | | linking doc of QLocale with QApplication::keyboardInputLocale()Zeno Albisser2011-04-011-1/+5
* | | | | | QStringBuilder now support building QByteArrayOlivier Goffart2011-04-013-34/+175
* | | | | | Changed the #ifdef block in QLocale to check for Q_OS_WIN instead of WS.Denis Dzyubenko2011-03-291-1/+1
* | | | | | Fixed checking for default arguments in QLocale::toCurrencyString()Denis Dzyubenko2011-03-291-3/+3
* | | | | | Use region name as a locale name on Mac.Denis Dzyubenko2011-03-291-31/+0
* | | | | | Updated CLDR data for QLocale.Denis Dzyubenko2011-03-291-370/+561
* | | | | | Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-294-1/+75
* | | | | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-282-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | corelib/tools: Add two ### Qt 5 commentshjk2011-03-162-0/+6
| | |_|_|/ | |/| | |
* | | | | Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-282-9/+11
* | | | | Use QByteArray::isEmpty instead of isNull in QLocaleDenis Dzyubenko2011-03-242-4/+4
* | | | | Fixed documentation for QLocaleDenis Dzyubenko2011-03-243-17/+17
* | | | | Merge remote branch 'earth-team/master-i18n' into 4.8-earthDenis Dzyubenko2011-03-2412-8508/+10817
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | QLocale fixes.Denis Dzyubenko2011-03-245-28/+28
| * | | | Revert "Added short time format support on Windows."Denis Dzyubenko2011-03-231-3/+1
| * | | | QLocale: Compile fix for windowsDenis Dzyubenko2011-03-221-44/+43
| * | | | Bugfixing QLocale::weekdays and updating manual testZeno Albisser2011-03-221-7/+3
| * | | | replaced weekendStart and weekendEnd with weekdays functionZeno Albisser2011-03-214-27/+20
| * | | | Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma...Denis Dzyubenko2011-03-175-371/+441
| |\ \ \ \
| | * | | | Updated CLDR data for QLocale.Liang Qi2011-03-081-371/+394
| | * | | | Using list patterns to get a string from list in QLocale.Liang Qi2011-03-084-1/+48
| * | | | | Cache some values to improve digit substitution on Windows.Denis Dzyubenko2011-03-171-27/+42
| * | | | | Narrow day name on WindowsDenis Dzyubenko2011-03-171-3/+20
| * | | | | Refactored QLocale on Windows.Denis Dzyubenko2011-03-173-274/+358
| * | | | | Use digit substitution on Windows for currency formatting.Denis Dzyubenko2011-03-171-1/+4
| * | | | | Added digit substitution for date/time on Windows.Denis Dzyubenko2011-03-171-7/+52