summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-1111-12/+90
|\ \
| * | Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-1011-12/+90
* | | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-108-2/+41
|\ \
| * | Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-108-1/+45
| |/
* | Remove perf metricsAaron Kennedy2009-06-101-209/+0
* | 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
* Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
* Fix handling of qreal properties.Michael Brasser2009-06-095-26/+59
* Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
* Compile fix for WinCE.Michael Brasser2009-06-041-1/+1
* Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-045-0/+29
* fix MSVC warningsThierry Bastian2009-06-021-1/+1
* Compilation fix on MSVCThierry Bastian2009-06-021-38/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-014-0/+33
|\
| * Added range information for lists which contains the position and lengthErik Verbruggen2009-05-294-0/+33
* | Remove some pointless perf metricsAaron Kennedy2009-06-015-27/+2
|/
* Delay the compilation of bindings until the endAaron Kennedy2009-05-285-103/+107
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-281-1/+1
|\
| * Fixed a bug where the DOM reported the value of an ID to be Invalid.Erik Verbruggen2009-05-271-1/+1