Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-08-01 | 19 | -169/+274 |
|\ | |||||
| * | Include trailing space width in RTL text line width | Jiang Jiang | 2011-07-26 | 1 | -1/+5 |
| * | Fixed holes in border image drawing by introducing new API. | Samuel Rødal | 2011-07-26 | 8 | -133/+171 |
| * | Get subpixel antialiasing again w/combo of raster and affine transform | Eskil Abrahamsen Blomfeldt | 2011-07-25 | 1 | -9/+3 |
| * | Add initial support for bitmap version 4/5 headers. | Ilya Konkov | 2011-07-22 | 1 | -9/+55 |
| * | optimize QRawFont::supportsCharacter() | Ritt Konstantin | 2011-07-22 | 2 | -4/+15 |
| * | Merge remote branch 'mainline/4.8' | Jiang Jiang | 2011-07-22 | 40 | -117/+898 |
| |\ | |||||
| * | | Switch to use floating point pixelSize in QRawFont completely | Jiang Jiang | 2011-07-21 | 7 | -13/+13 |
| * | | Add a way to check if we have a matching family in the database. | Pierre Rossi | 2011-07-21 | 2 | -0/+12 |
* | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-07-29 | 6 | -31/+88 |
|\ \ \ | |||||
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-07-28 | 1 | -12/+6 |
| |\ \ \ | |||||
| | * | | | Revert binary search in QTextEngine::findItem | Jiang Jiang | 2011-07-28 | 1 | -12/+6 |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-07-27 | 1 | -1/+0 |
| |\ \ \ \ | |||||
| | * | | | | Remove a duplicate include line | Liang Qi | 2011-07-27 | 1 | -1/+0 |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-07-27 | 3 | -9/+20 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Save previous font engine for right bearing adjustment | Jiang Jiang | 2011-07-27 | 1 | -5/+15 |
| | * | | | | Fix compilation under OSX 10.7 or using llvm-gcc. | Mike McQuaid | 2011-07-26 | 1 | -4/+4 |
| | * | | | | Fix typo in QFontDialog docs | Jiang Jiang | 2011-07-25 | 1 | -1/+1 |
| | * | | | | Reset previousGlyph once we reached a new text item | Jiang Jiang | 2011-07-25 | 1 | -0/+1 |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-07-27 | 2 | -9/+62 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Symbian^3 workaround: Avoid usage of linked fonts. | Alessandro Portale | 2011-07-27 | 2 | -9/+62 |
* | | | | | | Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7 | Liang Qi | 2011-07-25 | 18 | -55/+392 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma... | Qt Continuous Integration System | 2011-07-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Build Qt for Symbian on Mac/gcce again | Liang Qi | 2011-07-22 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast... | Qt Continuous Integration System | 2011-07-22 | 17 | -54/+391 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-19 | 1 | -0/+6 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-15 | 1 | -1/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-14 | 2 | -2/+9 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Add constants to QAccessible::Event enum. | Frederik Gladhorn | 2011-07-14 | 1 | -34/+34 |
| | * | | | | | | | | | Call QAccessible::updateAccessibility when setText is called on QLabel | José Millán Soto | 2011-07-14 | 1 | -0/+9 |
| | * | | | | | | | | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-13 | 8 | -50/+58 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Add IAccessible2 table2 implementation. | Frederik Gladhorn | 2011-07-13 | 13 | -19/+311 |
| | * | | | | | | | | | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-07-12 | 6 | -91/+568 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fix a crash with QGraphicsScene. | Pierre Rossi | 2011-07-12 | 1 | -1/+2 |
| | * | | | | | | | | | | | Use name for combobox on Unix. | Frederik Gladhorn | 2011-07-12 | 1 | -0/+18 |
| | * | | | | | | | | | | | QProgressBar: transparent background on Windows Vista (partId: PP_BAR -> PP_T... | miniak | 2011-07-11 | 1 | -0/+17 |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-07-22 | 1 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | / / / / | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-07-21 | 1 | -11/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Fixed crash when loading 16 bits-per-pixel grayscale TIFs. | Kim Motoyoshi Kalland | 2011-07-20 | 1 | -11/+20 |
* | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-07-21 | 6 | -13/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote branch 'review/master' into staging | Jiang Jiang | 2011-07-20 | 6 | -13/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Move separator skipping to proper place | Jiang Jiang | 2011-07-19 | 2 | -6/+7 |
| | * | | | | | | | | | | | Skip shaping for hidden line/paragraph separators | Jiang Jiang | 2011-07-19 | 1 | -0/+6 |
| | * | | | | | | | | | | | Add support for opening LinuxInput devices exclusively ('grabbing'). | Mirko Vogt | 2011-07-18 | 2 | -2/+15 |
| | * | | | | | | | | | | | Fixed regression in compilerwarnings. | Samuel Rødal | 2011-07-15 | 1 | -3/+1 |
| | * | | | | | | | | | | | Apply 57993ba7 properly to 4.8 | Jiang Jiang | 2011-07-14 | 1 | -1/+1 |
| | * | | | | | | | | | | | Deprecate some QPixmap functions (marked as obsolete already). | Samuel Rødal | 2011-07-12 | 1 | -3/+7 |
| | * | | | | | | | | | | | Deprecate some functions in QImage (that have been obsolete since 4.1). | Samuel Rødal | 2011-07-12 | 1 | -7/+10 |
| | * | | | | | | | | | | | Fix warning for uninitialized variable | Jiang Jiang | 2011-07-12 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-07-20 | 2 | -3/+77 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | / / / | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |