summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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-2617-137/+467
|\
| * Doc fixes, improvementsBea Lam2010-05-261-58/+44
| * Allow js files with '.pragma library' to be used from WorkerScriptBea Lam2010-05-261-0/+1
| * Add more examples of XPath expressions to XmlRole.Bea Lam2010-05-261-10/+23
| * 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-2610-46/+294
| |\
| | * 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
| | * Replace QTime with QElapsedTimerAaron Kennedy2010-05-261-2/+2
| | * 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-253-2/+3
* Add inherits Item to TextEdit and TextInput docs.Martin Jones2010-05-252-2/+4
* Revert "Reading/writing a non-existent property throws an exception"Aaron Kennedy2010-05-254-14/+26
* Revert "Always pass context to QObject script class"Aaron Kennedy2010-05-254-9/+6
* Always pass context to QObject script classAaron Kennedy2010-05-254-6/+9
* Reading/writing a non-existent property throws an exceptionAaron Kennedy2010-05-254-26/+14
* DocAaron Kennedy2010-05-251-2/+2
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-252-6/+19
* Fix TextEdit implicit height.Warwick Allison2010-05-241-1/+1
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-5/+9
* Compiler warningAaron Kennedy2010-05-241-1/+1
* Remove incorrect ASSERTAaron Kennedy2010-05-241-3/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-242-1/+18
|\
| * Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-242-1/+18
* | Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-1/+3
|/
* 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-2411-92/+42
|\
| * Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-2410-94/+34
| * Allow resource files to be loaded in WorkerScriptBea Lam2010-05-241-3/+11
| * Component::createObject() don't attempt to set parent of null objectMartin Jones2010-05-241-4/+6
* | Fix TextEdit alignment.Warwick Allison2010-05-242-19/+30
|/
* Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-212-3/+305
* docWarwick Allison2010-05-211-2/+2
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-212-1/+20
* Print warnings for xml query syntax errorsBea Lam2010-05-211-7/+10
* Clean upBea Lam2010-05-211-47/+37
* Add XmlListModel::get()Bea Lam2010-05-212-1/+40
* Update docs with correct property nameAlan Alpert2010-05-201-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-2018-65/+110
|\
| * Work around rendering bug in Rectangle.Michael Brasser2010-05-201-1/+3
| * Remove warnings.Warwick Allison2010-05-202-3/+0
| * Add XmlListModel::errorString()Bea Lam2010-05-202-2/+28
| * Be consistent in conversion from string (eg. color, int rounding).Warwick Allison2010-05-201-11/+14
| * Simplify code to make next change clearer.Warwick Allison2010-05-201-14/+9
| * Stop warnings.Warwick Allison2010-05-202-11/+11
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-202-8/+24
| |\