summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
...
* | Repaint all text when Ctrl+A is pressed in TextEditMartin Jones2010-05-311-3/+8
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-282-0/+6
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-276-28/+38
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-275-28/+36
| | |\
| | * \ Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-2713-67/+397
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-261-0/+2
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-251-0/+2
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-0/+2
| | | | |\ \ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-0/+2
| | | | | |\ \ \
| | | | | | * | | Compile with QT_NO_ACTION.Tasuku Suzuki2010-05-231-0/+2
| * | | | | | | | Improve gradient docsAlan Alpert2010-05-261-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-286-42/+58
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | If a pathview delegate changes size, reposition center on pathMartin Jones2010-05-273-4/+36
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-2613-67/+397
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Open input panel on press if TextInput or TextEdit are already focused but pa...Joona Petrell2010-05-262-0/+10
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-269-44/+292
| |\ \ \ \ \ \
| | * | | | | | Fix horizontal/verticalCenter anchors bug.Yann Bodson2010-05-262-18/+18
| | * | | | | | Add a way to control when software input panels are shown in TextInput and Te...Joona Petrell2010-05-266-21/+273
| | * | | | | | Fix Gradient doc snippet.Yann Bodson2010-05-261-5/+1
| | |/ / / / /
| * | | | | | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-266-23/+95
| |/ / / / /
* | | | | | Remove deprecated Flickable::overshoot property.Martin Jones2010-05-262-24/+0
|/ / / / /
* | | | | Mention TextInput/Edit::selectByMouse property in QmlChanges.Martin Jones2010-05-252-2/+2
* | | | | Add inherits Item to TextEdit and TextInput docs.Martin Jones2010-05-252-2/+4
|/ / / /
* | | | Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-252-6/+19
* | | | Fix TextEdit implicit height.Warwick Allison2010-05-241-1/+1
|/ / /
* | | Don't polish QDeclarativeItems.Warwick Allison2010-05-241-1/+7
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-242-22/+4
|\ \
| * | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-242-22/+4
| |/
* | Fix TextEdit alignment.Warwick Allison2010-05-242-19/+30
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-205-21/+39
|\
| * Work around rendering bug in Rectangle.Michael Brasser2010-05-201-1/+3
| * Stop warnings.Warwick Allison2010-05-201-1/+1
| * Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-202-8/+24
| * Fixes for docs, example codeBea Lam2010-05-202-11/+11
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-1910-143/+247
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-197-12/+98
| |\
| | * Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-196-10/+92
| | * When changing Loader source, remove old item from scene immediately.Martin Jones2010-05-191-2/+6
| * | Doc improvementsBea Lam2010-05-193-131/+149
| |/
* | Update old keyword in docsAlan Alpert2010-05-191-1/+1
|/
* Regression fix for Loader anchors not workingJoona Petrell2010-05-181-0/+1
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-3/+3
* Move Q_ENUMS to start of class declarationAaron Kennedy2010-05-172-3/+3
* Focus should be applied to focus scopes all the way up the chain, notBea Lam2010-05-172-6/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-179-71/+263
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-175-5/+6
| |\
| | * Add \brief to TextInputBea Lam2010-05-171-1/+1
| * | Don't crash due to recursive positioning.Martin Jones2010-05-172-25/+40
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-162-2/+2
| |\ \
| * | | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-147-45/+222