summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-306-23/+273
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-261-5/+5
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-265-1/+18
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-5/+5
| | |
* | | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-266-15/+91
| |/ |/| | | | | Also removed all uses of SetProperty
* | Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-255-1/+18
|/
* Check that the QScriptValue is actually a QObject during conversionAaron Kennedy2009-06-241-5/+17
|
* Fix performance regression.Michael Brasser2009-06-241-2/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-231-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Treat custom properties as literal valuesAaron Kennedy2009-06-231-0/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-2144-472/+771
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Initialize declarative data members correctlyAaron Kennedy2009-06-181-1/+1
| | | | | | | | This was (obviously) causing a crash
| * Merge branch 'kinetic-declarativeui' of ↵Rhys Weatherley2009-06-182-3/+14
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Allow synthesized and extension meta objects to work togetherAaron Kennedy2009-06-182-3/+14
| | |
| * | Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
| |/ | | | | | | Reviewed-by: Aaron Kennedy
| * Don't defer properties if an id has been setAaron Kennedy2009-06-172-11/+17
| |
| * VC2008 CompileAaron Kennedy2009-06-171-0/+14
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-172-1/+13
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| | | | | | | | | | | | Reviewed-by: Kai Koehne
| | * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
| | | | | | | | | | | | UiScriptBinding.
| * | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
| |/
| * Forward signals from extended objectsAaron Kennedy2009-06-163-3/+31
| | | | | | | | This is necessary so that notify signals on properties defined in an extension object operate correctly.
| * Deferred properties mostly work.Aaron Kennedy2009-06-163-12/+39
| | | | | | | | However, they still don't honour the presence of an id property.
| * Invalidate the cache if the script resetsAaron Kennedy2009-06-161-2/+2
| |
| * Fix autotest crashAaron Kennedy2009-06-161-2/+2
| |
| * Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-161-8/+38
| | | | | | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714.
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1631-412/+414
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-06-1446-1169/+1161
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-114-5/+5
| | | |
| | | * Renamed the QML front-end.Roberto Raggi2009-06-1129-406/+407
| | | |
| | * | minor doc fixesAlan Alpert2009-06-141-1/+2
| | | |
| * | | Skeleton for property deferringAaron Kennedy2009-06-117-30/+182
| | |/ | |/|
* | | Remove unneeded semicolons.Martin Jones2009-06-121-2/+2
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-1111-12/+90
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-1011-12/+90
| | | | | | | | | | | | of QML arrays. Also exposed these positions through the QML DOM.
* | | Use the most derived extension object, not the least derivedAaron Kennedy2009-06-111-1/+1
| | |
* | | Remove dead codeAaron Kennedy2009-06-102-7/+0
| | |
* | | Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-102-207/+151
| | |
* | | Minor cleanupsAaron Kennedy2009-06-102-177/+13
| | |
* | | Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-108-2/+41
|\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp
| * | Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-108-1/+45
| |/ | | | | | | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* | Remove perf metricsAaron Kennedy2009-06-101-209/+0
| | | | | | | | These numbers were always too small to be measured meaningfully in this way.
* | Improve list assignment performanceAaron Kennedy2009-06-104-64/+120
| |
* | Remove dead codeAaron Kennedy2009-06-103-10/+2
| |
* | Improve bindings startup performanceAaron Kennedy2009-06-1010-93/+356
|/
* Can now dynamically delete objects as well.Alan Alpert2009-06-095-18/+62
| | | | | | The QtScript object wrapper now has a destroy function. This should work for all QML objects. This commit also has some clean up in the dynamic creation code, which still has a bug regarding path resolution.
* Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
| | | | | | Can now create, inside script, objects from qml snippets and files. These objects can then be manipulated from script. Deleting these items is still being looked into.
* Fix handling of qreal properties.Michael Brasser2009-06-095-26/+59
| | | | | This is to bring us in line with the fix made to moc's handling of qreal properties.
* Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
| | | | | | | | This reverts commit 2575eac4c26ad92dde95959a82f576edc3e76e1d. Conflicts: src/declarative/qml/qmlvme.cpp