Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set correct initial value for TextEdit and TextInput canPaste property | Yann Bodson | 2011-03-07 | 2 | -0/+2 |
* | Fix word selection locking on string boundaries. | Andrew den Exter | 2011-03-04 | 1 | -11/+14 |
* | QDeclarativePropertyMap::keys() cannot be called from qml | Charles Yin | 2011-03-03 | 2 | -8/+21 |
* | Compensate for horizontal scroll in TextInput micro focus. | Andrew den Exter | 2011-03-03 | 1 | -1/+1 |
* | Make the TextInput cursorRectangle relative to the item. | Andrew den Exter | 2011-03-02 | 1 | -0/+1 |
* | Don't assert if font engine creates new glyphs | Aaron Kennedy | 2011-03-02 | 1 | -5/+6 |
* | Don't return positions within preedit text from positionAt(). | Andrew den Exter | 2011-03-01 | 3 | -6/+31 |
* | Add an is input method composing property to TextEdit and TextInput. | Andrew den Exter | 2011-03-01 | 4 | -8/+63 |
* | Drag over bounds errors when ListView has variable height content | Martin Jones | 2011-02-28 | 4 | -43/+84 |
* | fix/improve docs for new QtQuick 1.1 attributes | Bea Lam | 2011-02-28 | 9 | -15/+52 |
* | Document BorderImage::asynchronous | Alan Alpert | 2011-02-27 | 1 | -0/+14 |
* | Ensure layout is updated when section property changes. | Martin Jones | 2011-02-25 | 1 | -1/+4 |
* | QDeclarativeDebug: Export needed symbols on Symbian | Kai Koehne | 2011-02-24 | 1 | -1/+1 |
* | Add a 'CursorPosition' parameter to TextInput.positionAt(). | Andrew den Exter | 2011-02-24 | 2 | -3/+23 |
* | DelayRemove of list delegate on section boundary duplicated section | Martin Jones | 2011-02-23 | 1 | -8/+29 |
* | ListView and GridView indexAt should use qreal coordinates. | Martin Jones | 2011-02-23 | 4 | -6/+6 |
* | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7 | Joona Petrell | 2011-02-22 | 28 | -241/+281 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-02-20 | 4 | -4/+4 |
| |\ | |||||
| | * | Fix warning about id maybe used when uninitialised | Thiago Macieira | 2011-02-20 | 1 | -1/+1 |
| | * | Fix warnings in QtDeclarative | Thiago Macieira | 2011-02-17 | 3 | -3/+3 |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-18 | 7 | -101/+136 |
| |\ \ | |||||
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-15 | 1 | -0/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-14 | 5 | -19/+89 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-10 | 5 | -16/+48 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-10 | 3 | -5/+62 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-09 | 5 | -57/+44 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-08 | 1 | -12/+64 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-08 | 1 | -1/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-07 | 10 | -15/+146 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ... | Qt Continuous Integration System | 2011-02-04 | 24 | -237/+277 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | David Boddie | 2011-01-26 | 16 | -69/+108 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Doc: Fixed qdoc warnings about broken links. | David Boddie | 2011-01-26 | 2 | -2/+2 |
| | * | | | | | | | | | | | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-26 | 2 | -11/+16 |
| | * | | | | | | | | | | | Doc: Fixed broken QML code snippets. | David Boddie | 2011-01-25 | 1 | -0/+2 |
| | * | | | | | | | | | | | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-24 | 7 | -58/+101 |
| | * | | | | | | | | | | | Merge branch '4.7' into qdoc-simplified | David Boddie | 2011-01-21 | 297 | -504/+498 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | Doc: Fixed QML syntax. | David Boddie | 2011-01-19 | 2 | -15/+23 |
| | | * | | | | | | | | | | | Doc: Fixed invalid/incomplete QML code snippets. | David Boddie | 2011-01-17 | 9 | -89/+71 |
| | | * | | | | | | | | | | | Merge branch '4.7' of ../qt into 4.7 | David Boddie | 2011-01-13 | 297 | -378/+396 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | Doc: Fixed QML syntax in quoted code snippets. | David Boddie | 2010-12-21 | 2 | -23/+5 |
| | | * | | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-20 | 4 | -8/+24 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-16 | 1 | -1/+4 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-21 | 3 | -11/+13 |
| | * | | | | | | | | | | | | | | | Doc: Fixed invalid QML snippets and marked up JavaScript correctly. | David Boddie | 2011-01-20 | 1 | -33/+64 |
| | |/ / / / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | | Merge branch '4.7' into qdoc-simplified | David Boddie | 2010-12-15 | 17 | -94/+171 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Doc: Fixed an old-style float. | David Boddie | 2010-12-15 | 1 | -1/+3 |
| | * | | | | | | | | | | | | | | | Doc: Used div elements for floats, updated the style sheet. | David Boddie | 2010-12-14 | 5 | -10/+30 |
| | * | | | | | | | | | | | | | | | Doc: Changed floating images to use the new float qdoc macros. | David Boddie | 2010-12-13 | 5 | -33/+11 |
* | | | | | | | | | | | | | | | | | Fix animations with alwaysRunToEnd that are frequently stopped/started. | Michael Brasser | 2011-02-22 | 1 | -1/+4 |
* | | | | | | | | | | | | | | | | | Prevent an animation from being registered to run twice. | Michael Brasser | 2011-02-22 | 2 | -4/+4 |