summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent in conversion from string (eg. color, int rounding).Warwick Allison2010-05-201-11/+14
| | | | | Task-number: QTBUG-10820 Reviewed-by: Michael Brasser
* 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
|\
| * Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-202-8/+24
| | | | | | | | Task-number: QTBUG-10803
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-205-18/+21
|\ \ | |/
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-203-7/+10
| | | | | | | | QDeclarativeComponent)
| * Fixes for docs, example codeBea Lam2010-05-202-11/+11
| |
* | Ensure valuetype enums can be assigned from JSAaron Kennedy2010-05-201-0/+2
|/ | | | QTBUG-10830
* Add return value for resolveTypeInNamespaceAaron Kennedy2010-05-202-3/+3
|
* Missing breakAaron Kennedy2010-05-201-0/+1
|
* Search for QML import libraries also in application directoryKai Koehne2010-05-192-8/+16
| | | | | | | | Add QCoreApplication::applicationLibraryPath again to the list of directories to search for possible QML plugins. Task-number: QTBUG-10771 Reviewed-by: mae
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-1910-171/+334
|\ | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-192-157/+234
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-191-156/+233
| | |\
| | | * Introduce a threaded interpreter for QML binding bytecodeAaron Kennedy2010-05-191-156/+233
| | | | | | | | | | | | | | | | Reviewed-by: Roberto Raggi
| | * | Don't crash if the target parent is destroyed.Martin Jones2010-05-191-1/+1
| | |/ | | | | | | | | | Task-number: QTBUG-10755
| * | Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-196-10/+92
| |/ | | | | | | | | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser
| * When changing Loader source, remove old item from scene immediately.Martin Jones2010-05-191-2/+6
| | | | | | | | | | | | This ensures focus is restored to the correct item. Task-number: QTBUG-10787
| * Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-2/+2
| | | | | | | | | | | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
* | Doc improvementsBea Lam2010-05-194-131/+152
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1822-127/+270
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (22 commits) Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. Make sure strings are escaped when returned via asScript. Documentation git ignore stuff Test Qt.labs.folderlistmodel plugin Fix naming. Sometimes you own QNetworkReply, sometimes you don't. Rename files; fix test. Add parent parameter to QDeclarativeExpression constructor. Round correctly in binding optimizer Don't disable SmoothPixmapTransform in qDrawBorderPixmap() Photoviewer example fixes. Port from QListModelInterface to QAbstractListModel. Use QDeclarativeScriptString for ParentChange. Set raster + gl viewport as the default for OS X. Move stuff from QML viewer to plugins. ...
| * Regression fix for Loader anchors not workingJoona Petrell2010-05-181-0/+1
| | | | | | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson
| * Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-181-0/+3
| |
| * doc fixBea Lam2010-05-181-2/+2
| |
| * Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-181-0/+3
| | | | | | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy
| * Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-25/+70
| | | | | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct.
| * Sometimes you own QNetworkReply, sometimes you don't.Aaron Kennedy2010-05-181-1/+1
| | | | | | | | God bless QNetworkAccessManager
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1813-25/+32
| |\
| | * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-1813-25/+32
| | | | | | | | | | | | Also rearrange the parameter order to be more clear.
| * | Round correctly in binding optimizerAaron Kennedy2010-05-181-1/+1
| |/ | | | | | | QTBUG-9538
| * Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-183-73/+157
| | | | | | | | | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675
* | Compile fixes.ck2010-05-171-0/+1
|/
* Move Q_ENUMS to start of class declarationAaron Kennedy2010-05-172-3/+3
|
* Restructure QDeclarativeAbstractBinding destructorAaron Kennedy2010-05-171-2/+4
|
* Don't call pure virtual method in ~QDeclarativeAbstractBinding()Aaron Kennedy2010-05-171-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1711-78/+287
|\
| * Focus should be applied to focus scopes all the way up the chain, notBea Lam2010-05-172-6/+2
| | | | | | | | just to the closest focus scope parent.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1710-75/+264
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1710-17/+15
| | |\
| | * | Don't crash due to recursive positioning.Martin Jones2010-05-172-25/+40
| | | | | | | | | | | | | | | | | | | | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1630-47/+553
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-146-16/+18
| | |\ \ \
| | * | | | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-147-45/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467
| * | | | | Fix doc for status, add Image::onLoaded.Warwick Allison2010-05-172-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statusChanged is NOT emitted for local files, nor should it be (they are loaded synchronously, so status is *initially* Ready). Add onLoaded signal that *is* emitted. Reviewed-by: Michael Brasser
* | | | | | Check for acquireReg() failureAaron Kennedy2010-05-171-0/+27
| |_|_|_|/ |/| | | | | | | | | | | | | | QTBUG-10696
* | | | | ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-171-4/+1
| | | | | | | | | | | | | | | | | | | | returns undefined items for these cases anywyay.
* | | | | Add \brief to TextInputBea Lam2010-05-171-1/+1
|/ / / /
* | | | Restructure the examples. They are now organized into variousBea Lam2010-05-168-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* | | | Doc fixBea Lam2010-05-161-0/+1
| |_|/ |/| |