Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add function QGlyphRun::setRawData() | Eskil Abrahamsen Blomfeldt | 2011-06-06 | 4 | -46/+101 | |
| * | | | | | Merge remote branch 'qt/4.8' into fire-master | Paul Olav Tvete | 2011-06-06 | 117 | -2001/+2002 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Fix build in C++0x mode | Bernhard Rosenkraenzer | 2011-05-31 | 1 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Correct antialias disabling logic for Core Text | Jiang Jiang | 2011-06-04 | 1 | -3/+2 | |
| * | | | | Keep line consistency with text baseline | Jiang Jiang | 2011-05-30 | 1 | -4/+4 | |
| * | | | | Fix compile for systems with old fontconfig | Jiang Jiang | 2011-05-27 | 1 | -0/+5 | |
| * | | | | Fix boundry conditions for cursor hit test | Jiang Jiang | 2011-05-25 | 1 | -1/+1 | |
| * | | | | Fix QFontEngineX11FT compilation | Jiang Jiang | 2011-05-25 | 1 | -0/+2 | |
| * | | | | Fix cursor position test on CursorOnCharacter case | Jiang Jiang | 2011-05-25 | 3 | -4/+9 | |
| * | | | | Support placing cursor in ligature with mouse or touch | Jiang Jiang | 2011-05-23 | 3 | -7/+77 | |
| * | | | | Fix ligature offset in multi-line text | Jiang Jiang | 2011-05-20 | 1 | -2/+2 | |
| * | | | | Workaround a bug in Core Text to select Light fonts | Jiang Jiang | 2011-05-16 | 1 | -1/+6 | |
* | | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-05-24 | 119 | -2351/+2376 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 22 | -171/+230 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-05-17 | 4 | -9/+10 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-13 | 1 | -1/+1 | |
| | | |\ \ \ | | | | |/ / | ||||||
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-13 | 1 | -1/+1 | |
| | | | |\ \ | ||||||
| | | | | * | | Make TextEdit word selection more natural. | Andrew den Exter | 2011-05-13 | 1 | -1/+1 | |
| | | * | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-12 | 1 | -1/+3 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-05-12 | 1 | -1/+3 | |
| | | | |\ \ \ | | | | | |/ / | ||||||
| | | | | * | | Ensure the TextEdit cursor delegate is repositioned on mouse events. | Andrew den Exter | 2011-05-12 | 1 | -1/+3 | |
| | | | | * | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7 | Martin Jones | 2011-04-27 | 9 | -52/+76 | |
| | | | | |\ \ | ||||||
| | | * | | \ \ | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-06 | 3 | -7/+6 | |
| | | |\ \ \ \ \ | | | | |/ / / / | ||||||
| | | | * | | | | memory leak fix | Tero Toivola | 2011-05-03 | 1 | -0/+4 | |
| | | | * | | | | Revert symbol addition in b033bb9 | Jiang Jiang | 2011-04-29 | 2 | -7/+2 | |
| | | | | |_|/ | | | | |/| | | ||||||
| | * | | | | | Move QTextCursor::MoveStyle to Qt namespace | Jiang Jiang | 2011-05-11 | 9 | -31/+27 | |
| | * | | | | | Add some QRawFont related low level functions to avoid extra copying | Jiang Jiang | 2011-05-10 | 2 | -5/+55 | |
| | * | | | | | Compile on Mac | Eskil Abrahamsen Blomfeldt | 2011-05-10 | 1 | -2/+2 | |
| | * | | | | | Rename QGlyphs -> QGlyphRun | Eskil Abrahamsen Blomfeldt | 2011-05-10 | 9 | -120/+121 | |
| | * | | | | | Fix QRawFont::setPixelSize() on Mac | Eskil Abrahamsen Blomfeldt | 2011-05-06 | 1 | -1/+1 | |
| | * | | | | | Merge remote branch 'qt-mainline/4.8' | aavit | 2011-05-06 | 3 | -13/+20 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| | * | | | | | Only enable design metrics for scalable fonts | Jiang Jiang | 2011-05-05 | 1 | -1/+1 | |
| | * | | | | | Add a way to retrieve CTFontRef from QFont | Jiang Jiang | 2011-05-05 | 2 | -3/+6 | |
| | * | | | | | Include pixel size of font in exported HTML from QTextDocument | Eskil Abrahamsen Blomfeldt | 2011-05-04 | 1 | -0/+8 | |
| * | | | | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 117 | -1990/+1990 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-05-05 | 6 | -107/+65 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Remove QFontEngineFT::loadGlyphMetrics | Jiang Jiang | 2011-05-03 | 2 | -101/+0 | |
| | * | | | | Add required font metrics functions to QRawFont | Jiang Jiang | 2011-05-02 | 2 | -0/+56 | |
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-team | aavit | 2011-05-02 | 4 | -6/+9 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Make pixel size a qreal in QRawFont | Eskil Abrahamsen Blomfeldt | 2011-05-02 | 2 | -5/+5 | |
| | | * | | | | Make sure removed QTextBlock is invalid | Jiang Jiang | 2011-04-29 | 3 | -1/+11 | |
| | | * | | | | Make sure QFont's resolve mask is copied on compilers with C++0x support | Eskil Abrahamsen Blomfeldt | 2011-04-29 | 1 | -1/+1 | |
| | | * | | | | Fix glyph position issue with fallback fonts | Jiang Jiang | 2011-04-29 | 1 | -0/+3 | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma... | Qt Continuous Integration System | 2011-05-05 | 1 | -11/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'qt/4.8' | Sami Lempinen | 2011-04-28 | 36 | -357/+2654 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Make text rendering working outside the gui thread on Symbian. | Laszlo Agocs | 2011-04-26 | 1 | -11/+19 | |
* | | | | | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2011-05-12 | 1 | -4/+40 | |
* | | | | | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2011-05-11 | 7 | -60/+104 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge earth-team into origin/4.8 | Olivier Goffart | 2011-05-03 | 37 | -424/+905 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-29 | 2 | -3/+13 | |
| |\ \ \ \ \ \ \ |