Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Fixed querying QLocale::uiLanguage on Linux. | Denis Dzyubenko | 2011-02-28 | 1 | -2/+5 | |
| | * | | | | | | Compile fix for Qt in namespace. | Denis Dzyubenko | 2011-02-28 | 1 | -2/+2 | |
| | * | | | | | | Compile fix. | Denis Dzyubenko | 2011-02-25 | 1 | -0/+2 | |
| | * | | | | | | Fixed documentation for QLocale | Denis Dzyubenko | 2011-02-25 | 6 | -60/+112 | |
| | * | | | | | | Improved currency value to string conversion in QLocale. | Denis Dzyubenko | 2011-02-25 | 4 | -60/+134 | |
| | * | | | | | | fixed QLocale::quoteString() to allow for QSystemLocale implementation | Zeno Albisser | 2011-02-25 | 6 | -29/+34 | |
| | * | | | | | | Improved QLocale api | Denis Dzyubenko | 2011-02-25 | 6 | -8/+8 | |
| | * | | | | | | Implemented retrieving AM/PM text on Mac. | Denis Dzyubenko | 2011-02-25 | 1 | -2/+7 | |
| | * | | | | | | QLocale: Compile fix for mac. | Denis Dzyubenko | 2011-02-25 | 1 | -0/+2 | |
| | * | | | | | | Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma... | Denis Dzyubenko | 2011-02-24 | 5 | -326/+368 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Updated CLDR data for QLocale. | Zeno Albisser | 2011-02-24 | 1 | -326/+326 | |
| | | * | | | | | | Implemented QLocale::weekendStart and QLocale::weekendEnd | Zeno Albisser | 2011-02-24 | 3 | -1/+43 | |
| | * | | | | | | | QLocale improvements on unix/linux. | Denis Dzyubenko | 2011-02-24 | 2 | -85/+47 | |
| | * | | | | | | | Split monolithic qlocale.cpp into platform-specific files | Denis Dzyubenko | 2011-02-24 | 11 | -5095/+5396 | |
| | * | | | | | | | QTranslator improvements for QLocale UI languages | Denis Dzyubenko | 2011-02-23 | 2 | -0/+155 | |
| | |/ / / / / / | ||||||
| | * | | | | | | QLocale: Compile fix on Windows | Denis Dzyubenko | 2011-02-23 | 1 | -0/+4 | |
| | * | | | | | | Compile fix. | Denis Dzyubenko | 2011-02-23 | 1 | -2/+2 | |
| | * | | | | | | QLocale: Supporting multiple locale categories on Unix. | Denis Dzyubenko | 2011-02-23 | 2 | -14/+133 | |
| | * | | | | | | Added UI languages property to QLocale | Denis Dzyubenko | 2011-02-23 | 2 | -4/+132 | |
| | * | | | | | | Updated CLDR data for QLocale. | Zeno Albisser | 2011-02-22 | 1 | -327/+327 | |
| | * | | | | | | Added documentation for enum value FirstDayOfWeek | Zeno Albisser | 2011-02-22 | 1 | -0/+1 | |
| | * | | | | | | Implemented QLocale::quoteString(...) | Zeno Albisser | 2011-02-22 | 3 | -1/+95 | |
| | * | | | | | | Merge remote branch 'earth-team/4.7-i18n' into master-i18n | Denis Dzyubenko | 2011-02-21 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Fixes QLocale locale name parsing. | Denis Dzyubenko | 2011-02-03 | 1 | -2/+4 | |
| | * | | | | | | | Improved locale data generator | Denis Dzyubenko | 2011-02-18 | 2 | -4/+11 | |
| | * | | | | | | | Updated CLDR data for QLocale. | Denis Dzyubenko | 2011-02-17 | 1 | -325/+730 | |
| | * | | | | | | | Added currency support for QLocale | Denis Dzyubenko | 2011-02-17 | 3 | -53/+429 | |
| | * | | | | | | | Fixed QString creation for certain cases in QLocale | Denis Dzyubenko | 2011-02-17 | 1 | -1/+3 | |
| | * | | | | | | | Implemented QLocale::firstDayOfWeek() | Zeno Albisser | 2011-02-15 | 3 | -1/+46 | |
| * | | | | | | | | fix spelling error in HTTP multipart documentation | Peter Hartmann | 2011-03-23 | 1 | -1/+1 | |
| * | | | | | | | | network API: add support for HTTP multipart messages | Peter Hartmann | 2011-03-22 | 10 | -5/+964 | |
| * | | | | | | | | QNAM HTTP: Fix bug with explicitly zero-length compressed responses. | Andreas Kling | 2011-03-22 | 1 | -1/+7 | |
| * | | | | | | | | SSL: send SNI extension only if not connecting to an IP | Peter Hartmann | 2011-03-22 | 1 | -1/+2 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' | Olivier Goffart | 2011-03-21 | 536 | -2695/+18042 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto test | Martin Petersson | 2011-03-17 | 2 | -5/+16 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | QTcpSocket: Fix for disconnect in Unbuffered mode. | Markus Goetz | 2011-03-16 | 2 | -5/+10 | |
| * | | | | | | | | QNAM HTTP: error() in case connection is closed unexpectedly | Markus Goetz | 2011-03-15 | 1 | -1/+14 | |
* | | | | | | | | | Fix missing equality and inequality operator docs for QPointer. | Jason McDonald | 2011-04-18 | 1 | -0/+10 | |
* | | | | | | | | | Lighthouse: Fix license headers | Jørgen Lind | 2011-04-15 | 1 | -0/+43 | |
* | | | | | | | | | Remove hasOpenGL. This changes breaks binary compatibillity | Jørgen Lind | 2011-04-14 | 17 | -37/+35 | |
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-04-14 | 603 | -72208/+35787 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-04-13 | 2 | -17/+12 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Remove a race condition in SIGCHLD handler. | Thiago Macieira | 2011-04-13 | 1 | -15/+10 | |
| | * | | | | | | | | | Fix warnings about && inside || | Thiago Macieira | 2011-04-13 | 1 | -2/+2 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-04-13 | 6 | -6/+39 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-04-12 | 6 | -6/+39 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-12 | 2 | -4/+27 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | Allow enum values to be used as signal parameters | Bea Lam | 2011-04-12 | 1 | -1/+27 | |
| | | | * | | | | | | | | | ListModel::clear() should not clear roles | Bea Lam | 2011-04-12 | 1 | -3/+0 | |
| | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int... | Qt Continuous Integration System | 2011-04-11 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ |