Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Document the TextInput accepted() signal. | Andrew den Exter | 2011-02-15 | 1 | -0/+9 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | GridView and ListView bug fixes | Christopher Ham | 2011-02-17 | 2 | -36/+37 | |
* | | | | | | | | | | | | Righ-to-left support for GridView and ListView | Christopher Ham | 2011-02-15 | 4 | -211/+732 | |
* | | | | | | | | | | | | Merge branch '4.7' into qtquick11 | Joona Petrell | 2011-02-15 | 23 | -172/+342 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Flickable uses the flick velocity to determine whether to retain grab | Martin Jones | 2011-02-11 | 1 | -1/+6 | |
| * | | | | | | | | | | | MouseArea docs - link to onCanceled() from onReleased() | Bea Lam | 2011-02-11 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | PathView items were not correctly updated when rootIndex changed. | Martin Jones | 2011-02-10 | 1 | -16/+28 | |
| * | | | | | | | | | | Allow text to selected in a TextEdit or TextInput inside a Flickable. | Andrew den Exter | 2011-02-10 | 4 | -0/+20 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2011-02-09 | 6 | -12/+31 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | PathView regression: dragging the path didn't update currentIndex | Martin Jones | 2011-02-09 | 1 | -1/+1 | |
| | * | | | | | | | | | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m... | Yann Bodson | 2011-02-09 | 2 | -6/+8 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| | * | | | | | | | | Scroll TextInput to ensure preedit text is visible. | Andrew den Exter | 2011-02-08 | 1 | -1/+11 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | Changing header/footer size during creation caused recusion | Martin Jones | 2011-02-07 | 2 | -4/+8 | |
| | * | | | | | | | 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 | |
| |/ / / / / / / | ||||||
| * | | | | | | | 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 | |
| |/ / / / / / | ||||||
| * | | | | | | Don't accept input methods when a TextEdit or TextInput is read only. | Andrew den Exter | 2011-02-03 | 2 | -0/+2 | |
| * | | | | | | Make Flickable's wheel handling more like QAbstractScrollArea. | Michael Brasser | 2011-02-02 | 1 | -2/+2 | |
| * | | | | | | 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 | 3 | -11/+48 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | |
| * | | | | | | | 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 | |
| * | | | | | | Merge branch 'qtquick11' into 4.7 | Martin Jones | 2011-01-28 | 45 | -393/+3092 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in error message. | Martin Jones | 2011-01-28 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Add support for anchor mirroring | Joona Petrell | 2011-02-15 | 3 | -25/+96 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | 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 | |
* | | | | | | 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 | 6 | -16/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't load components until the Loader component itself is completed | Bea Lam | 2011-01-27 | 2 | -26/+32 | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Bea Lam | 2011-01-27 | 6 | -45/+38 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | BorderImage fails for .sci source containing a URL | Martin Jones | 2011-01-21 | 1 | -5/+5 | |
| | * | | | | | positionViewAtIndex can fail when positioned near end of list. | Martin Jones | 2011-01-21 | 3 | -5/+5 | |
| | * | | | | | Revert "Fix loaded() signal to be emitted only once" | Bea Lam | 2011-01-21 | 2 | -35/+27 | |
* | | | | | | | Setting the size of a loader overwrote its implict size. | Martin Jones | 2011-01-27 | 2 | -4/+21 | |
|/ / / / / / | ||||||
* | | | | | | Fix critical spelling mistake. | Martin Jones | 2011-01-25 | 1 | -1/+1 | |
* | | | | | | 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 | |
* | | | | | | 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 | 5 | -21/+21 | |