summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Compile fixes.ck2010-05-171-0/+1
|/
* Restructure QDeclarativeAbstractBinding destructorAaron Kennedy2010-05-171-2/+4
|
* Don't call pure virtual method in ~QDeclarativeAbstractBinding()Aaron Kennedy2010-05-171-1/+1
|
* Check for acquireReg() failureAaron Kennedy2010-05-171-0/+27
| | | | QTBUG-10696
* Restructure the examples. They are now organized into variousBea Lam2010-05-162-3/+3
| | | | | | 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).
* Fix compilation of QtDeclarative module (gcc)Kai Koehne2010-05-141-1/+1
| | | | Broke with commit 645b9ee9dd6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1410-6/+498
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Qt.include() support in worker scripts Only add "include" property in non-workerscript threads Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 Reduce the chance of AnchorAnimation animating geometry changes it Add Qt.include() method for scoped inclusion of JavaScript files Fix crash in ParentAnimation. Revert "Fix crash in ParentAnimation." Symbian build fix to declarative auto and benchmark tests Revert "Use raster graphicssystem for qml.app on OS X." Fix crash in ParentAnimation. Minor declarative webview tweaks Removed dependency of QDeclarativeWebView to private Qt (Declarative) API Note that you need to unset a flag to create a visual item Follow-up on Flickable changes. ListModel::get() should return undefined if bad index specified Add an example spinner. Fix crash on remote content. Dates and variants are not considered nested objects
| * Qt.include() support in worker scriptsAaron Kennedy2010-05-144-1/+69
| |
| * Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
| |
| * Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-148-9/+63
| | | | | | | | Grrr
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-141-1/+3
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-131-5/+6
| | |\
| | * | Fix crash on remote content.Warwick Allison2010-05-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Breakage was actually quite bad, just hard to reproduce. Task-number: QTBUG-10565
| * | | Add Qt.include() method for scoped inclusion of JavaScript filesAaron Kennedy2010-05-142-0/+367
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-1312-30/+37
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (159 commits) Doc: Adding loading image to search textbox qdoc: Yet another revision of the top doc page. Doc: Update on web template Added QDateTime::msecsTo() Doc: Fixed tables and images for the new docs qdoc: Yet another revision of the top doc page. Revert "Improve QUrl handling of local file paths" Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively" Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not to" Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs." qdoc: Another revision of the top doc page. Doc correction to css Doc: Updates to the html template and javascript tst_SuiteTest: Fix a meaningless switch statement My 4.7.0 changelog entries. qdoc: Fixed annotated list generation to use <td>, not <th>. Doc: Tuning search script qdoc: Reorganized examples panel. Doc: Chages to search feature, css and table order QtDeclarative: avoid waiting for a network load on URIs with empty schemes. ...
| * | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1236-1153/+1828
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| * | | QtDeclarative: avoid waiting for a network load on URIs with empty schemes.Thiago Macieira2010-05-071-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The proper fix would be to have QNetworkAccessManager notify immediately that this load cannot work (and it knows it can't work). Then QtDeclarative can simply check what QNAM found. Reviewed-By: Alan Alpert
| * | | QtDeclarative: RFC 3986 requires schemes to be considered case-insensitivelyThiago Macieira2010-05-072-2/+2
| | | | | | | | | | | | | | | | Reviewed-By: Alan Alpert
| * | | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-0410-13/+13
| | | |
* | | | Fix broken benchmarks.Michael Brasser2010-05-131-5/+6
| |_|/ |/| |
* | | Correctly assign bool to variant propertiesAaron Kennedy2010-05-124-0/+18
| | | | | | | | | | | | QTBUG-10623
* | | Document Component::createObject() parent argument.Martin Jones2010-05-111-1/+1
| |/ |/| | | | | Task-number: QTBUG-10617
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-075-31/+61
|\ \ | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js
| * | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-063-7/+15
| | | | | | | | | | | | Task-number: QTBUG-10359
| * | Add QML_XHR_DUMP optionAaron Kennedy2010-05-061-0/+21
| | |
| * | Fix some compiler warnings.Martin Jones2010-05-052-24/+25
| | |
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-054-8/+16
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-054-7/+12
| |\ \
| | * | Fix qdoc errorsBea Lam2010-05-052-1/+4
| | | |
| | * | docWarwick Allison2010-05-051-4/+4
| | | | | | | | | | | | | | | | Task-number: QTBUG-10386
| | * | Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
| | | |
| | * | Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-10412 Reviewed-by: Aaron Kennedy
| * | | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
| |/ / | | | | | | | | | Task-number: QTBUG-10328
* | | Make component.createObject require a parent argumentAlan Alpert2010-05-052-2/+20
|/ / | | | | | | | | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* | Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-301-5/+15
| | | | | | | | QTBUG-10236
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-302-4/+17
|\ \
| * | Add Qt.fontFamilies() methodAaron Kennedy2010-04-302-0/+13
| | | | | | | | | | | | QTBUG-10239
| * | Fix assignment of value types to javascript var.Michael Brasser2010-04-301-4/+4
| | | | | | | | | | | | | | | | | | | | | Make sure the scriptclass is used. Task-number: QTBUG-10329 Reviewed-by: Aaron Kennedy
* | | Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-304-15/+31
|/ / | | | | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.
* | Doc fixesBea Lam2010-04-301-1/+5
| |
* | Fix error stringBea Lam2010-04-301-1/+1
| |
* | Add QML value types for math3d typesRhys Weatherley2010-04-302-0/+367
| | | | | | | | | | | | | | QVector3D was already supported. Add QVector2D, QVector4D, QQuaternion, and QMatrix4x4. Reviewed-by: Warwick Allison
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-305-15/+26
|\ \
| * | Warn on assigning a function to a QML property.Michael Brasser2010-04-292-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is not supported, and should not silently be converting the function to a string. See QTBUG-10302 for why we check !isRegExp as well as isFunction. Task-number: QTBUG-10237 Reviewed-by: Aaron Kennedy
| * | Cleanup guards used in synthesized QML meta objectsAaron Kennedy2010-04-291-2/+1
| | | | | | | | | | | | QTCREATORBUG-1289
| * | Simplify QDeclarativeGuard logicAaron Kennedy2010-04-292-12/+10
| | |
* | | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+10
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-294-60/+7
|\ \
| * | Don't call qRegisterMetaType() in global scopeBea Lam2010-04-292-1/+1
| | |
| * | Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-292-58/+5
| | | | | | | | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.