summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-062-2/+5
| | | | In the Method Documentation and Signal Documentation sections.
* Compile...Gunnar Sletta2009-11-061-2/+2
| | | | Reviewed-by: TrustMe
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-061-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Export symbols for class QmlContextPrivateKai Koehne2009-11-061-1/+1
| | | | | | | | | | | | | | | | Bauhaus needs a way to e.g. change the context hierarchy, and force the reevaluation of bindings. This cannot be done (right now) through the public QmlContext API. Reviewed-by: akennedy
* | parserstress autotestAaron Kennedy2009-11-063-0/+149
| | | | | | | | | | This stress tests our JS parser to ensure that it can parse embedded script blocks correctly.
* | Add visual test -listtests optionAaron Kennedy2009-11-061-5/+14
| |
* | Remove dead codeAaron Kennedy2009-11-063-107/+0
|/
* More ListView tests.Martin Jones2009-11-064-19/+148
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0622-15/+3444
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-0620-0/+3424
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-069-29/+190
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | * | move examples/follow.qml to visuals/qmlspringfollow.qmlYann Bodson2009-11-0618-0/+3382
| | | |
| * | | Fix crash when using anchors inside a positioner.Michael Brasser2009-11-064-15/+62
| | | | | | | | | | | | | | | | Task-number: QTBUG-5428
* | | | Better section testing... and bug fixing.Martin Jones2009-11-063-2/+35
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-066-29/+93
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-0676-727/+1044
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Doc.Michael Brasser2009-11-064-10/+18
| | | |
| * | | Update animation docs.Michael Brasser2009-11-062-19/+75
| | | |
* | | | Robustify testMartin Jones2009-11-061-0/+3
| | | |
* | | | Add missing file.Martin Jones2009-11-061-0/+39
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0668-725/+944
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | update tests and visuals for qmlgraphicstextYann Bodson2009-11-0620-714/+714
| | |
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-06131-267/+1350
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * | A missing fixup after renameAaron Kennedy2009-11-061-1/+1
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0688-256/+1251
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | More language testsAaron Kennedy2009-11-0646-10/+202
| | | | |
| * | | | test paletteChanged()Yann Bodson2009-11-061-0/+27
| | | | |
* | | | | More test coverage for TextMartin Jones2009-11-061-0/+55
| |_|/ / |/| | |
* | | | move ListView state to correct directoryMartin Jones2009-11-066-2/+2
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0670-252/+753
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-0675-265/+7023
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Add autotest for target/property matchTargets/matchProperties semantics.Michael Brasser2009-11-0612-0/+383
| | | | |
| * | | | Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-0656-166/+273
| | | | |
| * | | | Update semantics of targets/properties and target/property.Michael Brasser2009-11-066-68/+86
| | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
| * | | | Fix bad merge.Michael Brasser2009-11-051-2/+2
| | | | |
| * | | | Another fix for the registration of the animationsThierry Bastian2009-11-051-3/+4
| | | | |
| * | | | Fix to the unregistration of the animation to the global timerThierry Bastian2009-11-051-19/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unregistration has to happen befaire calling virtual methods to support changing the state in those functions. Reviewed-by: ogoffart
* | | | | Test more anchors.Martin Jones2009-11-062-0/+43
| |/ / / |/| | |
* | | | More Timer testingMartin Jones2009-11-061-0/+10
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-06130-499/+7868
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0661-263/+6428
| |\ \ \ | | | |/ | | |/| | | | | into kinetic-declarativeui
| | * | Missing qfxwebview renameAaron Kennedy2009-11-061-1/+1
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0644-145/+6091
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Don't lose the URL just because it is an error.Warwick Allison2009-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | (properties should be orthogonal)
| | | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-069-37/+177
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | Test errors, actions.Warwick Allison2009-11-061-8/+102
| | | | | |
| | | * | | renamingWarwick Allison2009-11-0617-0/+1342
| | | | | | | | | | | | | | | | | | | | | | | | add zooming test
| | | * | | renameWarwick Allison2009-11-061-9/+9
| | | | | |
| | | * | | moveWarwick Allison2009-11-066-1/+1
| | | | | |
| | | * | | set html propertyWarwick Allison2009-11-062-2/+17
| | | | | |