Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | 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 | |
* | | | | | | | | | Revert part of commit 7c1ab9b6a8 | Olivier Goffart | 2011-02-09 | 1 | -23/+0 | |
* | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 125 | -1242/+6184 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Don't accept input methods when a TextEdit or TextInput is read only. | Andrew den Exter | 2011-02-03 | 2 | -0/+2 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | 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 | |