summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-032-3/+9
|\
| * Small change to make move and replace methods overridable.Erik Verbruggen2009-07-022-3/+9
* | Support parameterized synthesized methodsAaron Kennedy2009-07-027-166/+221
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-0210-13/+39
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-0218-925/+1065
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-0216-924/+1027
| | |\
| | * | Beautification of dynamic object example.Alan Alpert2009-07-023-2/+29
| * | | Fix warnings.Michael Brasser2009-07-021-1/+1
| * | | Make performance logging classes private.Michael Brasser2009-07-029-10/+9
* | | | Initial property aliasing supportAaron Kennedy2009-07-028-29/+220
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-025-28/+11
|\ \ \ | | |/ | |/|
| * | Augment docs for JS dynamic creation functionsAlan Alpert2009-07-021-1/+11
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-07-0117-39/+42
| |\
| * | Removed superfluous methods.Erik Verbruggen2009-07-014-27/+0
* | | Add parameterized synthesized signalsAaron Kennedy2009-07-0216-924/+1027
| |/ |/|
* | Fix warnings.Michael Brasser2009-07-012-6/+6
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-306-23/+275
|\ \ | |/
| * Fixes for the dynamic properties in the QML DOM.Erik Verbruggen2009-06-302-16/+18
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-06-3055-70/+475
| |\
| * | First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-306-23/+273
* | | Support compile-in-namespace for the declarative module.Michael Brasser2009-06-3016-33/+36
| |/ |/|
* | CleanupMichael Brasser2009-06-3054-70/+444
* | Support animating dot properties.Michael Brasser2009-06-302-0/+31
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-261-5/+5
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-265-1/+18
| |\
| * | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-5/+5
* | | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-266-15/+91
| |/ |/|
* | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-231-0/+1
|\
| * Treat custom properties as literal valuesAaron Kennedy2009-06-231-0/+1
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-2144-472/+771
|\ \ | |/
| * Initialize declarative data members correctlyAaron Kennedy2009-06-181-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Rhys Weatherley2009-06-182-3/+14
| |\
| | * 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
| |/
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-172-1/+13
| |\
| | * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| | * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
| * | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
| |/
| * Forward signals from extended objectsAaron Kennedy2009-06-163-3/+31
| * Deferred properties mostly work.Aaron Kennedy2009-06-163-12/+39
| * 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
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-1631-412/+414
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-06-1446-1169/+1161
| | |\