summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | Small typo fix.Fabien Freling2011-01-251-1/+1
| | | * | | | | | | | | | | | | Merge branch 'unified-toolbar'Fabien Freling2011-01-251-1/+12
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Free memory when disabling the unified toolbar.Fabien Freling2011-01-141-1/+12
| | | * | | | | | | | | | | | | | Add utility functions for using Core Graphics contexts.Fabien Freling2011-01-251-0/+28
| | | * | | | | | | | | | | | | | Set the graphics system name in the graphics system factory.Fabien Freling2011-01-212-1/+2
| | | * | | | | | | | | | | | | | Add a utility function to call setNeedsDisplay:Fabien Freling2011-01-182-0/+10
| | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-03-1721-47/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Only enable RightToLeft forcing in OS X 10.6 and skip the testJiang Jiang2011-03-161-0/+2
| | * | | | | | | | | | | | | | Make getters for staticContentsSupport and partialUpdateSupport virtualArmin Berres2011-03-1618-45/+63
| | * | | | | | | | | | | | | | Fix some warnings in font codeEskil Abrahamsen Blomfeldt2011-03-152-2/+2
| * | | | | | | | | | | | | | | Fixes: some text fields in PNG image files were not readaavit2011-03-171-26/+39
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix grayscale antialiasing with DirectWrite engineEskil Abrahamsen Blomfeldt2011-03-151-6/+1
| * | | | | | | | | | | | | | Merge remote branch 'qt-mainline/master'aavit2011-03-15247-839/+3135
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix checking hintingPreference in Windows font databaseEskil Abrahamsen Blomfeldt2011-03-141-2/+2
| * | | | | | | | | | | | | | Add RightToLeft direction forcing to Core Text shaperJiang Jiang2011-03-141-2/+13
| * | | | | | | | | | | | | | Fix hebrew shaping of characters with multiple diacritics.Lars Knoll2011-03-141-2/+2
| * | | | | | | | | | | | | | Fix combining marks shaping without GPOS feature in HarfBuzzJiang Jiang2011-03-141-1/+1
| * | | | | | | | | | | | | | Introduce QFontEngineDirectWriteEskil Abrahamsen Blomfeldt2011-03-1414-56/+1167
* | | | | | | | | | | | | | | Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-282-9/+11
* | | | | | | | | | | | | | | Fix the leak of QAdoptedThread and all dependent objectsOlivier Goffart2011-03-284-6/+27
* | | | | | | | | | | | | | | QtConcurrent: throw exception from destructorOlivier Goffart2011-03-281-6/+1
* | | | | | | | | | | | | | | Use QByteArray::isEmpty instead of isNull in QLocaleDenis Dzyubenko2011-03-242-4/+4
* | | | | | | | | | | | | | | Fixed documentation for QLocaleDenis Dzyubenko2011-03-243-17/+17
* | | | | | | | | | | | | | | Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-03-241-0/+28
* | | | | | | | | | | | | | | Merge remote branch 'earth-team/master-i18n' into 4.8-earthDenis Dzyubenko2011-03-2415-8508/+10978
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | Added short time format support on Windows.Denis Dzyubenko2011-03-171-3/+6
| * | | | | | | | | | | | | | | | Merge remote branch 'earth-team/master' into master-i18nDenis Dzyubenko2011-03-17394-3751/+11806
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Improved QLocale::quoteString.Denis Dzyubenko2011-03-071-4/+3
| * | | | | | | | | | | | | | | | | Extended documentation for QLocale.Denis Dzyubenko2011-03-041-9/+28
| * | | | | | | | | | | | | | | | | Added convenience script enum values to QLocale.Denis Dzyubenko2011-03-042-2/+28
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixed spelling in the comment.Denis Dzyubenko2011-03-041-1/+1
| * | | | | | | | | | | | | | | | Fixed parsing on the locale name in QLocale.Denis Dzyubenko2011-03-031-2/+8
| * | | | | | | | | | | | | | | | Compile fix for Windows.Denis Dzyubenko2011-03-021-1/+1
| * | | | | | | | | | | | | | | | Updated CLDR data for QLocale.Denis Dzyubenko2011-03-021-4023/+4194
| * | | | | | | | | | | | | | | | Added writing script support to QLocale.Denis Dzyubenko2011-03-028-144/+385
| * | | | | | | | | | | | | | | | Use the localized represantion of AM/PM string when converting time.Denis Dzyubenko2011-03-011-2/+2
| * | | | | | | | | | | | | | | | QLocale: Compile fix for Windows.Denis Dzyubenko2011-02-281-2/+1