Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Notify that pressed has changed before calling the onClicked handler. | Michael Brasser | 2011-01-25 | 1 | -1/+2 | |
| | * | | | | | | | Improve information reported for MouseArea hover events. | Michael Brasser | 2011-01-25 | 1 | -2/+6 | |
| | * | | | | | | | Fix copy-paste error in QDeclarativeMouseArea::hoverMoveEvent. | Michael Brasser | 2011-01-25 | 1 | -1/+1 | |
| | * | | | | | | | Expose implicitWidth and implicitHeight properties of Item. | Martin Jones | 2011-01-24 | 26 | -57/+514 | |
| | * | | | | | | | Change Qt.application.layoutDirection from bool to correct type of Qt::Layout... | Joona Petrell | 2011-01-19 | 2 | -4/+13 | |
| | * | | | | | | | Add a layout direction example to positioners | Joona Petrell | 2011-01-19 | 1 | -11/+12 | |
| | * | | | | | | | Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also) | Bea Lam | 2011-01-19 | 7 | -26/+26 | |
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 297 | -352/+407 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Compile on windows | Alan Alpert | 2011-01-18 | 1 | -6/+8 | |
| | * | | | | | | | | Avoid index out of bounds array accesses | Alan Alpert | 2011-01-18 | 1 | -2/+5 | |
| | * | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-18 | 6 | -24/+9 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Fix declarative autotest compilation on Symbian | Joona Petrell | 2011-01-18 | 1 | -1/+1 | |
| | | * | | | | | | | | Fix QtDeclarative compilation warnings | Joona Petrell | 2011-01-18 | 5 | -23/+8 | |
| | * | | | | | | | | | Implement layoutDirection property on Row, Grid, Flow | Alan Alpert | 2011-01-18 | 3 | -21/+216 | |
| | * | | | | | | | | | Document TextInput::readOnly | Alan Alpert | 2011-01-18 | 1 | -0/+10 | |
| | * | | | | | | | | | Proper versioning for canPaste | Alan Alpert | 2011-01-18 | 2 | -2/+2 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Fix memory leak | Aaron Kennedy | 2011-01-17 | 1 | -3/+9 | |
| | * | | | | | | | | Add canPaste property to TextInput and TextEdit | Alan Alpert | 2011-01-17 | 6 | -3/+66 | |
| | * | | | | | | | | Remove unnecessary debug traces from declarative classes | Joona Petrell | 2011-01-17 | 1 | -1/+0 | |
| | * | | | | | | | | Add lineCount property to QDeclarativeTextEdit | Christopher Ham | 2011-01-14 | 4 | -1/+40 | |
| | * | | | | | | | | QDeclarativeText has new multiline properties | Christopher Ham | 2011-01-14 | 3 | -15/+185 | |
| | * | | | | | | | | Add NOTIFY signals to Flipable 'front' and 'back' properties | Bea Lam | 2011-01-13 | 2 | -2/+6 | |
| | * | | | | | | | | Revert "Don't use implicitSize when calculating implicit size" | Alan Alpert | 2011-01-12 | 1 | -6/+4 | |
| | * | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-12 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | QDeclarativeDebug: Hardcode version when serializing Qt types | Kai Koehne | 2011-01-11 | 1 | -0/+1 | |
| | * | | | | | | | | | Don't use implicitSize when calculating implicit size | Alan Alpert | 2011-01-12 | 1 | -4/+6 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Add methods to position view at beginning or end. | Martin Jones | 2011-01-11 | 5 | -108/+220 | |
| | * | | | | | | | | Fix Qt.formatTime() to accept QTime values | Bea Lam | 2011-01-11 | 1 | -22/+64 | |
| | * | | | | | | | | set() and setProperty() should not always trigger change signals | Bea Lam | 2011-01-11 | 5 | -42/+83 | |
| | * | | | | | | | | Add versioning for new Flickable methods. | Martin Jones | 2011-01-11 | 2 | -3/+3 | |
| | * | | | | | | | | Disable dragging text in TextEdit. | Andrew den Exter | 2011-01-11 | 1 | -0/+1 | |
| | * | | | | | | | | Add property versioning checks for QtQuick 1.1 deselect() function | Joona Petrell | 2011-01-10 | 3 | -3/+6 | |
| | * | | | | | | | | Add selection modes to TextEdit and TextInput. | Andrew den Exter | 2011-01-10 | 4 | -17/+187 | |
| | * | | | | | | | | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source file | Joona Petrell | 2011-01-07 | 1 | -0/+4 | |
| | * | | | | | | | | Add layoutDirection property to Qt.application element | Joona Petrell | 2011-01-07 | 2 | -2/+33 | |
| | * | | | | | | | | Introduce Qt.application.active property | Joona Petrell | 2011-01-07 | 5 | -0/+210 | |
| | * | | | | | | | | Group all QtQuick 1.1 registrations together | Martin Jones | 2011-01-07 | 1 | -8/+7 | |
| | * | | | | | | | | PinchArea API changes following review. | Martin Jones | 2011-01-07 | 2 | -31/+31 | |
| | * | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 3 | -3/+15 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Alan Alpert | 2011-01-07 | 1 | -0/+4 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Add linkActivated signal to TextEdit | Alan Alpert | 2011-01-07 | 3 | -3/+15 | |
| | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 17 | -67/+116 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix to register Repeater for QtQuick 1.1 | Bea Lam | 2011-01-07 | 1 | -0/+4 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Add Repeater itemAdded(), itemRemoved() signals and itemAt() method | Bea Lam | 2011-01-06 | 2 | -42/+87 | |
| | * | | | | | | | | | Fix version in previous commit. Had already been bumped. | Martin Jones | 2011-01-06 | 2 | -3/+3 | |
| | * | | | | | | | | | Ensure QDeclarativePrivate::RegisterType version is updated and checked. | Martin Jones | 2011-01-06 | 3 | -3/+5 | |
| | * | | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-05 | 2 | -2/+7 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Add clarifications to QML SQL docs. | Michael Brasser | 2011-01-05 | 1 | -1/+1 | |
| | | * | | | | | | | | | Fix translation in Connections element. | Michael Brasser | 2011-01-04 | 1 | -1/+6 | |
| | * | | | | | | | | | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 17 | -42/+214 | |
| | |/ / / / / / / / / |