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-05-126-74/+15
|\
| * More QML testsAaron Kennedy2009-05-126-74/+15
* | More robust error handling (in ListView) and reporting (in VisualModel).Martin Jones2009-05-121-0/+1
|/
* Clean up qmlparser testAaron Kennedy2009-05-124-3/+26
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1111-743/+820
|\
| * Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-116-740/+728
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-1115-943/+1073
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-115-873/+853
| | |\
| | * | Added positioning information to the dom as position+length.Erik Verbruggen2009-05-114-0/+91
| * | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-3/+1
* | | | Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-115-16/+33
* | | | Remove outdated commentAaron Kennedy2009-05-111-2/+0
* | | | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
* | | | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-117-82/+183
| |_|/ |/| |
* | | Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
| |/ |/|
* | Reevaluate expressions when context properties changeAaron Kennedy2009-05-116-70/+129
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-113-88/+100
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-116-6/+75
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-111-0/+1
| | |\
| | | * CompileYann Bodson2009-05-111-0/+1
| | * | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-111-0/+1
| | |/
| * | Detect binding loops.Michael Brasser2009-05-112-88/+98
* | | Fix crashAaron Kennedy2009-05-111-0/+3
| |/ |/|
* | Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-114-3/+49
* | When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-115-4/+25
|/
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-1111-31/+164
* CompileAaron Kennedy2009-05-111-2/+2
* Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
* Expose import statements in QmlDomDocumentKai Koehne2009-05-085-8/+48
* Only print error on an actual errorAaron Kennedy2009-05-081-1/+3
* Tweak debugger watchesAaron Kennedy2009-05-082-0/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-082-4/+3
|\
| * Fix loading of components containing sub components through QmlDomKai Koehne2009-05-072-4/+3
* | Warn when dereferencing a non-existant nameAaron Kennedy2009-05-082-0/+2
|/
* Add "watchers" to debuggerAaron Kennedy2009-05-074-8/+52
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-077-880/+891
|\
| * Use source locations in the diagnostic messages.Roberto Raggi2009-05-064-54/+34
| * Add some support for QWidget (again)Thomas Hartmann2009-05-061-1/+6
| * Reject multiple top-level object members.Roberto Raggi2009-05-065-825/+851
* | Shift QmlBindableValue data into d-ptrAaron Kennedy2009-05-064-25/+106
* | Add an (unused) locations field to compiled dataAaron Kennedy2009-05-063-9/+22
* | Improve parser line/column trackingAaron Kennedy2009-05-068-166/+210
* | Track expression evaluation when debugging is enabledAaron Kennedy2009-05-063-32/+134
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-062-22/+11
|\
| * docWarwick Allison2009-05-062-22/+11
* | Beginings of an experimental QML debugger viewAaron Kennedy2009-05-069-3/+28
|/
* DocAaron Kennedy2009-05-063-15/+24
* Improve error handlingAaron Kennedy2009-05-063-22/+24
* Fix crashAaron Kennedy2009-05-063-6/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-0611-51/+131
|\