Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Improve slightly the performence of activate | Olivier Goffart | 2011-03-31 | 1 | -12/+12 | |
| * | | | Optimize QMetaObject::activate (remove call to QThreadData::current) | Olivier Goffart | 2011-03-31 | 5 | -4/+9 | |
| * | | | Replace CL_MIN/CL_MAX by qMin/qMax | miniak | 2011-03-31 | 1 | -23/+20 | |
| * | | | Remove ANSI function definitions | miniak | 2011-03-31 | 1 | -4/+0 | |
| * | | | Fix window pixmap initialization strategy | Jacopo De Simoi | 2011-03-31 | 1 | -3/+9 | |
| * | | | Track compositingManagerRunning changes | Jacopo De Simoi | 2011-03-31 | 1 | -0/+9 | |
| * | | | QSslSocket: fix setReadBufferSize | Martin Petersson | 2011-03-31 | 1 | -8/+2 | |
| * | | | Merge remote branch 'origin/master' into 4.8-earth | Denis Dzyubenko | 2011-03-31 | 30 | -299/+483 | |
| |\ \ \ | ||||||
| * | | | | Improved documentation for new QTranslator::load() overload | Denis Dzyubenko | 2011-03-29 | 1 | -8/+9 | |
| * | | | | Changed the #ifdef block in QLocale to check for Q_OS_WIN instead of WS. | Denis Dzyubenko | 2011-03-29 | 1 | -1/+1 | |
| * | | | | Fixed checking for default arguments in QLocale::toCurrencyString() | Denis Dzyubenko | 2011-03-29 | 1 | -3/+3 | |
| * | | | | Use region name as a locale name on Mac. | Denis Dzyubenko | 2011-03-29 | 1 | -31/+0 | |
| * | | | | Updated CLDR data for QLocale. | Denis Dzyubenko | 2011-03-29 | 1 | -370/+561 | |
| * | | | | Added native language and country names (endonyms) to QLocale. | Denis Dzyubenko | 2011-03-29 | 4 | -1/+75 | |
| * | | | | Fix errors when compiling Qt with STLport | Cédric OCHS | 2011-03-28 | 1 | -1/+3 | |
| * | | | | QSslConfiguration: do not lazily construct the d-pointer | Peter Hartmann | 2011-03-28 | 3 | -25/+22 | |
| * | | | | Merge remote branch 'origin/master' into 4.8-earth | Denis Dzyubenko | 2011-03-28 | 120 | -1159/+3148 | |
| |\ \ \ \ | ||||||
| * | | | | | Changed the return value of QLocale::matchingLocales(). | Denis Dzyubenko | 2011-03-28 | 2 | -9/+11 | |
| * | | | | | Fix the leak of QAdoptedThread and all dependent objects | Olivier Goffart | 2011-03-28 | 4 | -6/+27 | |
| * | | | | | QtConcurrent: throw exception from destructor | Olivier Goffart | 2011-03-28 | 1 | -6/+1 | |
| * | | | | | Use QByteArray::isEmpty instead of isNull in QLocale | Denis Dzyubenko | 2011-03-24 | 2 | -4/+4 | |
| * | | | | | Fixed documentation for QLocale | Denis Dzyubenko | 2011-03-24 | 3 | -17/+17 | |
| * | | | | | Improved performance of mapFromGlobal/mapToGlobal on X11 | Denis Dzyubenko | 2011-03-24 | 1 | -0/+28 | |
| * | | | | | Merge remote branch 'earth-team/master-i18n' into 4.8-earth | Denis Dzyubenko | 2011-03-24 | 15 | -8508/+10978 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | QLocale fixes. | Denis Dzyubenko | 2011-03-24 | 5 | -28/+28 | |
| | * | | | | | Revert "Added short time format support on Windows." | Denis Dzyubenko | 2011-03-23 | 1 | -3/+1 | |
| | * | | | | | QLocale: Compile fix for windows | Denis Dzyubenko | 2011-03-22 | 1 | -44/+43 | |
| | * | | | | | Bugfixing QLocale::weekdays and updating manual test | Zeno Albisser | 2011-03-22 | 1 | -7/+3 | |
| | * | | | | | replaced weekendStart and weekendEnd with weekdays function | Zeno Albisser | 2011-03-21 | 4 | -27/+20 | |
| | * | | | | | Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma... | Denis Dzyubenko | 2011-03-17 | 5 | -371/+441 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Updated CLDR data for QLocale. | Liang Qi | 2011-03-08 | 1 | -371/+394 | |
| | | * | | | | | Using list patterns to get a string from list in QLocale. | Liang Qi | 2011-03-08 | 4 | -1/+48 | |
| | * | | | | | | Cache some values to improve digit substitution on Windows. | Denis Dzyubenko | 2011-03-17 | 1 | -27/+42 | |
| | * | | | | | | Narrow day name on Windows | Denis Dzyubenko | 2011-03-17 | 1 | -3/+20 | |
| | * | | | | | | Refactored QLocale on Windows. | Denis Dzyubenko | 2011-03-17 | 3 | -274/+358 | |
| | * | | | | | | Use digit substitution on Windows for currency formatting. | Denis Dzyubenko | 2011-03-17 | 1 | -1/+4 | |
| | * | | | | | | Added digit substitution for date/time on Windows. | Denis Dzyubenko | 2011-03-17 | 1 | -7/+52 | |
| | * | | | | | | Added short time format support on Windows. | Denis Dzyubenko | 2011-03-17 | 1 | -3/+6 | |
| | * | | | | | | Merge remote branch 'earth-team/master' into master-i18n | Denis Dzyubenko | 2011-03-17 | 394 | -3751/+11806 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Improved QLocale::quoteString. | Denis Dzyubenko | 2011-03-07 | 1 | -4/+3 | |
| | * | | | | | | | Extended documentation for QLocale. | Denis Dzyubenko | 2011-03-04 | 1 | -9/+28 | |
| | * | | | | | | | Added convenience script enum values to QLocale. | Denis Dzyubenko | 2011-03-04 | 2 | -2/+28 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Fixed spelling in the comment. | Denis Dzyubenko | 2011-03-04 | 1 | -1/+1 | |
| | * | | | | | | Fixed parsing on the locale name in QLocale. | Denis Dzyubenko | 2011-03-03 | 1 | -2/+8 | |
| | * | | | | | | Compile fix for Windows. | Denis Dzyubenko | 2011-03-02 | 1 | -1/+1 | |
| | * | | | | | | Updated CLDR data for QLocale. | Denis Dzyubenko | 2011-03-02 | 1 | -4023/+4194 | |
| | * | | | | | | Added writing script support to QLocale. | Denis Dzyubenko | 2011-03-02 | 8 | -144/+385 | |
| | * | | | | | | Use the localized represantion of AM/PM string when converting time. | Denis Dzyubenko | 2011-03-01 | 1 | -2/+2 | |
| | * | | | | | | QLocale: Compile fix for Windows. | Denis Dzyubenko | 2011-02-28 | 1 | -2/+1 | |
| | * | | | | | | Compile fix on Mac for QLocale. | Denis Dzyubenko | 2011-02-28 | 1 | -1/+1 | |