summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Symbian.Martin Jones2009-10-1612-8/+52
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1590-848/+9752
|\ | | | | | | into kinetic-declarativeui
| * docWarwick Allison2009-10-151-2/+6
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-153-3/+3
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-1553-77/+8455
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp
| | * | Fix more compiler warnings.Martin Jones2009-10-154-4/+4
| | | |
| * | | Final can be longer.Warwick Allison2009-10-151-1/+1
| | | |
| * | | Multilength strings test.Warwick Allison2009-10-151-0/+20
| | | |
| * | | Fix for when multiple tests share a data director.Warwick Allison2009-10-151-1/+1
| | | |
| * | | Test Unicode namespaceWarwick Allison2009-10-152-0/+6
| | | |
| * | | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| | | | | | | | | | | | | | | | (no bug reported)
| * | | Fix (was creating lower-case).Warwick Allison2009-10-151-2/+2
| | |/ | |/|
| * | Don't rewrite expression statements in loops.Roberto Raggi2009-10-142-2/+92
| | |
| * | Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1442-13/+8290
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-1420-77/+426
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Allow platform(font)-specific test recordings.Warwick Allison2009-10-1442-13/+8290
| | | | | | | | | | | | | | | | | | | | Update platform visuals for all failing visual tests.
| * | | | DocAaron Kennedy2009-10-142-1/+9
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-144-13/+28
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | ParentChange docsMichael Brasser2009-10-141-1/+10
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-142-47/+34
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-1420-26/+394
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Fix memory leak and remove redundant ContextIdRole.Bea Lam2009-10-143-12/+18
| | | | | |
| * | | | | DocAaron Kennedy2009-10-141-0/+0
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-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
| * | | | DocAaron Kennedy2009-10-141-0/+2
| |/ / /
| * | | 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
| | | * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-14173-2180/+3560
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Split the various debugger widgets out into their own files. TheBea Lam2009-10-1415-751/+879
| | | | | | | | | | | | | | | | | | | | debugger interface remains unchanged.
| | * | | 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
| | | |
* | | | Some improvements to loaderMartin Jones2009-10-155-31/+90
| | | |
* | | | Use Q_GLOBAL_STATIC for global static.Martin Jones2009-10-151-2/+2
| | | |
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1417-35/+426
|\ \ \ \ | | |/ / | |/| | | | | | 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 scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-13132-1711/+2602
|\ \ \ | |/ / | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp