summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* autotest for Connection elementYann Bodson2009-11-064-0/+104
|
* add to declarative.proYann Bodson2009-11-061-0/+1
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-054-3/+36
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-05137-537/+6021
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix possible crash when overriding a signal handler.Michael Brasser2009-11-054-3/+36
| | |
* | | autotests for Binding elementYann Bodson2009-11-054-0/+141
| |/ |/|
* | fix javascript errors in samegame tutorialsYann Bodson2009-11-054-57/+102
| |
* | qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-057-88/+152
| | | | | | | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument.
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-056-17/+31
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-052-0/+10
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0515-27/+1253
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Test the currentSection propertyMartin Jones2009-11-052-0/+10
| | | | |
| * | | | Get tests passing on MacAlan Alpert2009-11-054-17/+21
| | |/ / | |/| | | | | | | | | | | | | | | | | | There was inconsistent rounding of text widths. Task-number: QT-4200 QT-4201
* | | | QmlError testAaron Kennedy2009-11-054-0/+252
| | | |
* | | | TestsAaron Kennedy2009-11-054-45/+231
| | | |
* | | | More error-case testsAaron Kennedy2009-11-0523-0/+82
| | | |
* | | | Missing files for 8b40fac7e97a629ddaf1c0f6de2ebb504f004060Aaron Kennedy2009-11-0510-0/+75
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-056-0/+831
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | QmlGraphicsparticles visual testAlan Alpert2009-11-056-0/+831
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-059-27/+422
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | fix calculatorYann Bodson2009-11-051-19/+15
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0552-340/+1922
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-05194-382/+13915
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051048-40895/+32011
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Add tests for the the positioner transitions.Alan Alpert2009-11-045-0/+363
| | | | | |
| * | | | | Position items in the correct orderAlan Alpert2009-11-043-8/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nearly fixes QT-2241, but still waiting for a signal to appear in QGraphicsItem which allows up to reposition items after a change.
| * | | | | Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
| | | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0532-68/+1454
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tests/auto/declarative/valuetypes/testtypes.cpp
| * | | | | Compile.Martin Jones2009-11-051-1/+1
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0527-44/+782
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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-051-0/+21
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | | | | Document the vector3d type in QMLRhys Weatherley2009-11-051-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-5334 Reviewed-by: Aaron Kennedy
| | * | | | | | Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-0515-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SystemPalette.
| | * | | | | | qmlsystempalette autotestsYann Bodson2009-11-055-28/+171
| | |/ / / / /
| | * | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-058-93/+272
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | | | | fillmode visual testYann Bodson2009-11-056-0/+574
| | | | | | | |
| * | | | | | | Add test for GridView, and fix bug.Martin Jones2009-11-056-24/+672
| | |/ / / / / | |/| | | | |
* | | | | | | value types autotestAaron Kennedy2009-11-054-27/+244
|/ / / / / /
* | | | | | Add listview test file.Martin Jones2009-11-051-0/+59
| | | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-0512-178/+195
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | update text visualsYann Bodson2009-11-056-174/+192
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0511-113/+282
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | into kinetic-declarativeui
| * | | | | use FreeMono.ttfYann Bodson2009-11-056-4/+3
| | | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-05194-382/+13915
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/graphicsitems/qmlgraphicsloader.cpp
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0511-1/+1573
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | 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-051-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | into kinetic-declarativeui
| | | * | | Fix signal overriding.Michael Brasser2009-11-051-1/+1
| | | | | |
| | * | | | qmlgraphicstext visual testsYann Bodson2009-11-0510-0/+1572
| | |/ / /
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-05268-1754/+14883
| |\ \ \ \ | | |/ / / | | | | | | | | | | 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-0589-232/+223
| | |\ \ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui