Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | | Small typo fix. | Fabien Freling | 2011-01-25 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | Merge branch 'unified-toolbar' | Fabien Freling | 2011-01-25 | 1 | -1/+12 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | Free memory when disabling the unified toolbar. | Fabien Freling | 2011-01-14 | 1 | -1/+12 | |
| | | * | | | | | | | | | | | | | | Add utility functions for using Core Graphics contexts. | Fabien Freling | 2011-01-25 | 1 | -0/+28 | |
| | | * | | | | | | | | | | | | | | Set the graphics system name in the graphics system factory. | Fabien Freling | 2011-01-21 | 2 | -1/+2 | |
| | | * | | | | | | | | | | | | | | Add a utility function to call setNeedsDisplay: | Fabien Freling | 2011-01-18 | 2 | -0/+10 | |
| | | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-team | aavit | 2011-03-17 | 21 | -47/+67 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Only enable RightToLeft forcing in OS X 10.6 and skip the test | Jiang Jiang | 2011-03-16 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | Make getters for staticContentsSupport and partialUpdateSupport virtual | Armin Berres | 2011-03-16 | 18 | -45/+63 | |
| | * | | | | | | | | | | | | | | Fix some warnings in font code | Eskil Abrahamsen Blomfeldt | 2011-03-15 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | Fixes: some text fields in PNG image files were not read | aavit | 2011-03-17 | 1 | -26/+39 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Fix grayscale antialiasing with DirectWrite engine | Eskil Abrahamsen Blomfeldt | 2011-03-15 | 1 | -6/+1 | |
| * | | | | | | | | | | | | | | Merge remote branch 'qt-mainline/master' | aavit | 2011-03-15 | 247 | -839/+3135 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix checking hintingPreference in Windows font database | Eskil Abrahamsen Blomfeldt | 2011-03-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Add RightToLeft direction forcing to Core Text shaper | Jiang Jiang | 2011-03-14 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | Fix hebrew shaping of characters with multiple diacritics. | Lars Knoll | 2011-03-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Fix combining marks shaping without GPOS feature in HarfBuzz | Jiang Jiang | 2011-03-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Introduce QFontEngineDirectWrite | Eskil Abrahamsen Blomfeldt | 2011-03-14 | 14 | -56/+1167 | |
* | | | | | | | | | | | | | | | 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 | |