summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-194-23/+144
| | | | current object's context.
* Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-193-8/+14
|
* Don't try to open non-qml files.Bea Lam2009-10-161-0/+8
|
* Give more information about the value of a property when the variantBea Lam2009-10-152-6/+22
| | | | toString() is empty.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-142-47/+34
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Minor fixes for qmlInfo.Michael Brasser2009-10-141-2/+2
| |
| * Preserve visual appearance in more cases for ParentChange.Michael Brasser2009-10-141-45/+32
| | | | | | | | Task-number: QT-747
* | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-1420-26/+394
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1430-780/+1053
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1415-751/+879
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Specify encoding.Warwick Allison2009-10-141-0/+4
| | | |
| | * | Force QML files to be always UTF-8.Warwick Allison2009-10-146-9/+28
| | | | | | | | | | | | | | | | Ensure test works in all locales.
| * | | Add list accessors for Item::children and Item::resourcesAaron Kennedy2009-10-141-10/+18
| | | |
| * | | Support read-only iteration of list propertiesAaron Kennedy2009-10-149-7/+320
| | | | | | | | | | | | | | | | Eventually this should be extended to support modifying list properties.
| * | | Add QML_REWRITE_DUMP env flagAaron Kennedy2009-10-141-0/+16
| | | |
| * | | Add toArrayIndex methodAaron Kennedy2009-10-142-0/+8
| | | |
* | | | Fix memory leak and remove redundant ContextIdRole.Bea Lam2009-10-143-12/+18
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-14173-2180/+3560
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1411-7/+165
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix animation autotests.Michael Brasser2009-10-142-2/+2
| | |/
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-141-3/+6
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add Component::onCompleted attached propertyAaron Kennedy2009-10-149-5/+163
| | | |
| * | | docWarwick Allison2009-10-141-4/+77
| | | |
| * | | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-145-14/+63
| | |/ | |/| | | | | | | QNetworkAccess does similar things.
| * | fix testWarwick Allison2009-10-131-3/+6
| |/ | | | | | | (data now shadowed, Script changed)
| * DocAaron Kennedy2009-10-131-9/+117
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-133-4/+13
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Stop crash (stop on error)Warwick Allison2009-10-131-0/+1
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-134-9/+6
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Library importing requires a version. Fix and test.Warwick Allison2009-10-133-4/+12
| | | |
| * | | DocAaron Kennedy2009-10-134-9/+46
| | | |
| * | | DocAaron Kennedy2009-10-131-1/+1
| | |/ | |/|
| * | DocAaron Kennedy2009-10-134-9/+6
| |/
| * Don't pass a pointer to invalid memoryAaron Kennedy2009-10-131-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1338-257/+350
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * i18nWarwick Allison2009-10-1310-111/+114
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1310-31/+406
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Make sure effects are still included.Michael Brasser2009-10-131-0/+2
| | | |
| | | * Add autotest for overriding a signal handler in a state change.Michael Brasser2009-10-134-0/+97
| | | |
| | * | More i18nWarwick Allison2009-10-1319-201/+171
| | | |
| | * | Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-129-23/+44
| | | | | | | | | | | | | | | | I18n tests
| * | | DocAaron Kennedy2009-10-135-75/+189
| | |/ | |/|
| * | Readd basic Behavior documentation.Michael Brasser2009-10-121-4/+32
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-121-4/+30
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix some of the ListView remove tests. The remainder are bugs.Martin Jones2009-10-121-4/+30
| | |/
| * | Add basic QML docs for the effects.Michael Brasser2009-10-124-24/+246
| |/
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-1259-1093/+816
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * DocAaron Kennedy2009-10-122-2/+1
| | |
| | * DocAaron Kennedy2009-10-121-47/+57
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1213-40/+168
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui