Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Rename example layoutItem -> layoutitem and improve docs | Bea Lam | 2010-05-31 | 1 | -5/+6 | |
| | |/ / / | ||||||
| | * | | | Add selection methods to TextEdit | Warwick Allison | 2010-05-30 | 5 | -3/+129 | |
| | |/ / | ||||||
| | * | | Active window focus gain should not open virtual keypad | Joona Petrell | 2010-05-28 | 3 | -2/+5 | |
| * | | | Rename QDeclarativeDebugTiming -> QDeclarativeDebugTrace | Aaron Kennedy | 2010-05-27 | 5 | -31/+52 | |
* | | | | Repaint all text when Ctrl+A is pressed in TextEdit | Martin Jones | 2010-05-31 | 1 | -3/+8 | |
| |/ / |/| | | ||||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-28 | 8 | -49/+271 | |
|\ \ \ | ||||||
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-27 | 12 | -77/+303 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-27 | 11 | -77/+301 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-27 | 20 | -158/+500 | |
| | | |\ \ | ||||||
| | | * | | | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 6 | -49/+265 | |
| | * | | | | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-05-27 | 17 | -137/+467 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-26 | 1 | -0/+2 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-25 | 1 | -0/+2 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-24 | 1 | -0/+2 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-24 | 1 | -0/+2 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-24 | 1 | -0/+2 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | | * | | | | | Compile with QT_NO_ACTION. | Tasuku Suzuki | 2010-05-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | Improve gradient docs | Alan Alpert | 2010-05-26 | 1 | -0/+4 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Use QElapsedTimer rather than QTime::elapsed() | Martin Jones | 2010-05-28 | 6 | -42/+58 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
* | | | | | | | | | | If a pathview delegate changes size, reposition center on path | Martin Jones | 2010-05-27 | 3 | -4/+36 | |
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-26 | 17 | -137/+467 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Doc fixes, improvements | Bea Lam | 2010-05-26 | 1 | -58/+44 | |
| * | | | | | | | | | Allow js files with '.pragma library' to be used from WorkerScript | Bea Lam | 2010-05-26 | 1 | -0/+1 | |
| * | | | | | | | | | Add more examples of XPath expressions to XmlRole. | Bea Lam | 2010-05-26 | 1 | -10/+23 | |
| * | | | | | | | | | Open input panel on press if TextInput or TextEdit are already focused but pa... | Joona Petrell | 2010-05-26 | 2 | -0/+10 | |
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-26 | 10 | -46/+294 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix horizontal/verticalCenter anchors bug. | Yann Bodson | 2010-05-26 | 2 | -18/+18 | |
| | * | | | | | | | | | Add a way to control when software input panels are shown in TextInput and Te... | Joona Petrell | 2010-05-26 | 6 | -21/+273 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Replace QTime with QElapsedTimer | Aaron Kennedy | 2010-05-26 | 1 | -2/+2 | |
| | * | | | | | | | | Fix Gradient doc snippet. | Yann Bodson | 2010-05-26 | 1 | -5/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 6 | -23/+95 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Remove deprecated Flickable::overshoot property. | Martin Jones | 2010-05-26 | 2 | -24/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Mention TextInput/Edit::selectByMouse property in QmlChanges. | Martin Jones | 2010-05-25 | 3 | -2/+3 | |
* | | | | | | | Add inherits Item to TextEdit and TextInput docs. | Martin Jones | 2010-05-25 | 2 | -2/+4 | |
|/ / / / / / | ||||||
* | | | | | | Revert "Reading/writing a non-existent property throws an exception" | Aaron Kennedy | 2010-05-25 | 4 | -14/+26 | |
* | | | | | | Revert "Always pass context to QObject script class" | Aaron Kennedy | 2010-05-25 | 4 | -9/+6 | |
* | | | | | | Always pass context to QObject script class | Aaron Kennedy | 2010-05-25 | 4 | -6/+9 | |
* | | | | | | Reading/writing a non-existent property throws an exception | Aaron Kennedy | 2010-05-25 | 4 | -26/+14 | |
* | | | | | | Doc | Aaron Kennedy | 2010-05-25 | 1 | -2/+2 | |
* | | | | | | Example of a simple TextEditor look-and-feel. | Warwick Allison | 2010-05-25 | 2 | -6/+19 | |
* | | | | | | Fix TextEdit implicit height. | Warwick Allison | 2010-05-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 2 | -5/+9 | |
|/ / / / | ||||||
* | | | | Compiler warning | Aaron Kennedy | 2010-05-24 | 1 | -1/+1 | |
* | | | | Remove incorrect ASSERT | Aaron Kennedy | 2010-05-24 | 1 | -3/+1 | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 2 | -1/+18 | |
|\ \ \ \ | ||||||
| * | | | | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 2 | -1/+18 | |
* | | | | | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | Don't polish QDeclarativeItems. | Warwick Allison | 2010-05-24 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 11 | -92/+42 | |
|\ \ \ | ||||||
| * | | | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 10 | -94/+34 | |