Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-12 | 2 | -17/+21 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge remote branch 'oslo-staging-2/4.7' into qtbug-11996 | Aaron McCarthy | 2010-07-12 | 110 | -575/+1983 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | Quiet qmake warnings during configure. | Aaron McCarthy | 2010-07-08 | 2 | -17/+21 | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-07-12 | 7 | -281/+513 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Minor modifications and optimizations to the Symbian HW glyph cache. | Jason Barron | 2010-07-12 | 1 | -49/+60 | |
| * | | | | | | | Convert to new EGL API. | Jason Barron | 2010-07-12 | 2 | -47/+42 | |
| * | | | | | | | Don't invert glyphs for the default VG font cache on Symbian. | Jason Barron | 2010-07-12 | 1 | -0/+2 | |
| * | | | | | | | Move QVGFontGlyphCache from source file into a separate header | Jason Barron | 2010-07-12 | 1 | -1/+0 | |
| * | | | | | | | Ensure glyphs are upright instead of upside-down. | Jason Barron | 2010-07-12 | 3 | -1/+15 | |
| * | | | | | | | Enable cross-process glyph cache for OpenVG graphics system on Symbian. | Jason Barron | 2010-07-12 | 4 | -22/+61 | |
| * | | | | | | | Factor out RSgImage -> VGImage conversion to separate function. | Jason Barron | 2010-07-12 | 1 | -73/+75 | |
| * | | | | | | | Add new file for Symbian specific VG stuff and add Symbian glyph cache. | Jason Barron | 2010-07-12 | 5 | -260/+363 | |
| * | | | | | | | Move QVGFontGlyphCache from source file into a separate header | Jason Barron | 2010-07-12 | 4 | -20/+87 | |
| * | | | | | | | Make cacheGlyphs() function (and the destructor) virtual. | Jason Barron | 2010-07-12 | 1 | -2/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Add copy(), cut() and paste() support to TextInput | Joona Petrell | 2010-07-12 | 3 | -0/+46 | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-10 | 68 | -4859/+5258 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-10 | 68 | -4859/+5258 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | Fix QTextDocument::markContentsDirty() | mae | 2010-07-09 | 1 | -4/+4 | |
| | * | | | | | Resetting bindings through debugger interface | Lasse Holmstedt | 2010-07-09 | 4 | -0/+44 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-07-09 | 44 | -1078/+206 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Make test pass and fix docs following removal of SpringFollow | Bea Lam | 2010-07-09 | 2 | -3/+3 | |
| | | * | | | | | doc improvements | Bea Lam | 2010-07-09 | 2 | -5/+27 | |
| | | * | | | | | Fix crash | mae | 2010-07-08 | 2 | -1/+5 | |
| | | * | | | | | Follow -> Behavior | mae | 2010-07-08 | 8 | -1006/+2 | |
| | | * | | | | | Added some documentation to spring animation | mae | 2010-07-08 | 1 | -0/+9 | |
| | | * | | | | | Fix spring animation | mae | 2010-07-08 | 1 | -1/+3 | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-08 | 63 | -4255/+5575 | |
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | | * | | | | Update QtDeclarative def files | Joona Petrell | 2010-07-08 | 2 | -2/+17 | |
| | | | * | | | | Fix exponential behavior of QTextCursor::removeSelectedText | mae | 2010-07-08 | 2 | -3/+16 | |
| | | | * | | | | Optimization: change signal/slot to function call | mae | 2010-07-08 | 4 | -10/+7 | |
| | | | * | | | | Don't show warning for attempts to load pixmaps asynchronously | Bea Lam | 2010-07-08 | 1 | -2/+1 | |
| | | | * | | | | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-08 | 3 | -14/+5 | |
| | | | * | | | | Update QmlChanges.txt | Bea Lam | 2010-07-08 | 1 | -0/+4 | |
| | * | | | | | | Fix crash with invalid role indexes | Aaron Kennedy | 2010-07-09 | 1 | -0/+2 | |
| | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Don't double delete cancelled pixmap cache requests | Aaron Kennedy | 2010-07-08 | 1 | -3/+9 | |
| | * | | | | | Extend QDeclarativeImageProvider to support QPixmap loading and | Bea Lam | 2010-07-08 | 5 | -46/+263 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-07-08 | 1 | -12/+15 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Micro optimization in QML date/time formatting functions. | Michael Brasser | 2010-07-08 | 1 | -12/+15 | |
| | * | | | | | | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-08 | 6 | -35/+108 | |
| | |/ / / / / | ||||||
| | * | | | | | QML: Let the debugger now the name of embedded functions within a QML function | Olivier Goffart | 2010-07-07 | 1 | -1/+1 | |
| | * | | | | | Added QDeclarativeSpringAnimation | mae | 2010-07-07 | 8 | -2/+604 | |
| | * | | | | | docs | Bea Lam | 2010-07-07 | 5 | -17/+23 | |
| | * | | | | | Don't crash if drag.target has no parentItem | Martin Jones | 2010-07-07 | 1 | -2/+2 | |
| | * | | | | | QDeclarativeText optimization. | Michael Brasser | 2010-07-07 | 2 | -2/+5 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-07 | 43 | -4139/+4530 | |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-07-07 | 21 | -3407/+3722 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Remove deprecated Flickable.flickDirection | Martin Jones | 2010-07-07 | 3 | -16/+1 | |
| | | | * | | | | Revert "Fix exponential behavior of QTextCursor::removeSelectedText" | Michael Brasser | 2010-07-07 | 2 | -8/+0 | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-06 | 39 | -4115/+4521 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Fix performance of QTextDocumentPrivate::adjustDocumentChangesAndCursors | Christian Kamm | 2010-07-06 | 4 | -21/+22 | |