Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Ensure section delegates are updated when the section property changes. | Martin Jones | 2011-02-07 | 1 | -0/+3 | |
* | | | | | | | | | | Call onAdd() for first items added to ListView and GridView | Bea Lam | 2011-02-09 | 2 | -50/+35 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2011-02-04 | 7 | -5/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | modelChanged() should not be emitted until view is repopulated | Bea Lam | 2011-02-04 | 1 | -1/+1 | |
| * | | | | | | | | | AnimatedImage does not notify on status change. | Yann Bodson | 2011-02-04 | 2 | -3/+20 | |
| * | | | | | | | | | Clarify case preservation in QDeclarativeImageProviders | Alan Alpert | 2011-02-04 | 2 | -1/+11 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Don't accept input methods when a TextEdit or TextInput is read only. | Andrew den Exter | 2011-02-03 | 2 | -0/+2 | |
* | | | | | | | | | Allow unknown types to be passed opaquely through signals | Aaron Kennedy | 2011-02-03 | 3 | -6/+103 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Correct error message | Aaron Kennedy | 2011-02-03 | 1 | -2/+10 | |
* | | | | | | | | Correct assert | Aaron Kennedy | 2011-02-03 | 1 | -2/+1 | |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2011-02-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make Flickable's wheel handling more like QAbstractScrollArea. | Michael Brasser | 2011-02-02 | 1 | -2/+2 | |
* | | | | | | | | | Export QDeclarativeRefCount so that symbian compiles. | Martin Jones | 2011-02-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Changing header or footer failed to delete the previous. | Martin Jones | 2011-02-02 | 2 | -0/+16 | |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2011-02-02 | 6 | -67/+109 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move Qt.application docs into Qt global object page | Bea Lam | 2011-02-02 | 2 | -54/+59 | |
| * | | | | | | | | update What's New for QtQuick 1.1 and AnimatedImage docs | Bea Lam | 2011-02-02 | 1 | -0/+9 | |
| * | | | | | | | | Improve docs on Item::visible and Item::opacity | Bea Lam | 2011-02-02 | 1 | -10/+33 | |
| * | | | | | | | | Make sure we update Loader size if item size changes after creation. | Martin Jones | 2011-02-02 | 1 | -1/+6 | |
| * | | | | | | | | Froze two more symbols and fixed compilation error (QtQuick11). | juhvu | 2011-02-02 | 1 | -2/+2 | |
* | | | | | | | | | Avoid index-out-of bounds related crash in Grid | Alan Alpert | 2011-02-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | PinchArea sometimes failed. | Martin Jones | 2011-02-01 | 3 | -3/+6 | |
* | | | | | | | | Clarify that IntValidator performs locale specific validation. | Andrew den Exter | 2011-02-01 | 1 | -0/+5 | |
* | | | | | | | | Add a mouseSelectionMode property to TextEdit and TextInput. | Andrew den Exter | 2011-02-01 | 6 | -71/+118 | |
* | | | | | | | | Use qobject_cast rather than dynamic_cast. | Martin Jones | 2011-01-30 | 1 | -3/+3 | |
* | | | | | | | | Merge branch 'qtquick11' into 4.7 | Martin Jones | 2011-01-28 | 125 | -1220/+6040 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Allow functions to be passed in as values for grouped properties | Bea Lam | 2011-01-28 | 1 | -3/+14 | |
| * | | | | | | | Adding support for group properties in Component::CreateObject() | Christopher Ham | 2011-01-28 | 1 | -1/+5 | |
| * | | | | | | | Fix test breakage for qdeclarativeworkerscript | Bea Lam | 2011-01-28 | 1 | -1/+3 | |
| * | | | | | | | Doc fix for lineHeight. | Yann Bodson | 2011-01-28 | 1 | -1/+3 | |
| * | | | | | | | Add support for line spacing in Text element. | Yann Bodson | 2011-01-28 | 3 | -3/+96 | |
| * | | | | | | | Fixing right-to-left text in Text and TextInput | Christopher Ham | 2011-01-28 | 4 | -12/+35 | |
| * | | | | | | | Fix MaximumLineCount in Text and add tests | Christopher Ham | 2011-01-28 | 1 | -24/+20 | |
| * | | | | | | | Ensure simple objects also get the appropriate property cache | Aaron Kennedy | 2011-01-28 | 3 | -11/+9 | |
| * | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-27 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix object check in createObject | Christopher Ham | 2011-01-27 | 1 | -2/+2 | |
| | * | | | | | | | Apply property bindings during component creation. Add versioning | Christopher Ham | 2011-01-27 | 1 | -1/+1 | |
| * | | | | | | | | Add missing revisions for QtQuick 1.1 additions | Martin Jones | 2011-01-27 | 6 | -14/+22 | |
| * | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-27 | 18 | -46/+221 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Fix righ-to-left support in text components. | Christopher Ham | 2011-01-27 | 3 | -13/+57 | |
| | * | | | | | | | Don't load components until the Loader component itself is completed | Bea Lam | 2011-01-27 | 2 | -26/+32 | |
| | * | | | | | | | Allow property bindings to be easily created from JavaScript | Bea Lam | 2011-01-27 | 9 | -17/+149 | |
| | * | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Bea Lam | 2011-01-27 | 15 | -121/+435 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Bea Lam | 2011-01-27 | 6 | -45/+38 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | ||||||
| * | | | | | | | | | Setting the size of a loader overwrote its implict size. | Martin Jones | 2011-01-27 | 2 | -4/+21 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 15 | -121/+435 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix warnings. | Michael Brasser | 2011-01-25 | 1 | -2/+2 | |
| * | | | | | | | Fix critical spelling mistake. | Martin Jones | 2011-01-25 | 1 | -1/+1 | |
| * | | | | | | | Add location information for tracing. | Michael Brasser | 2011-01-25 | 5 | -12/+63 | |
| * | | | | | | | Add "Complete" message for tracing. | Michael Brasser | 2011-01-25 | 2 | -0/+7 | |