summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More QmlContext testsAaron Kennedy2009-11-033-18/+50
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-034-26/+76
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Get AnimatedImage + autotests working again.Michael Brasser2009-11-034-26/+76
| | | | | | | | There are still failures, but at least the tests no longer crash.
* | Match meta-object versionAaron Kennedy2009-11-031-2/+2
|/
* Add QMetaObjectBuilder testAaron Kennedy2009-11-033-0/+1067
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0316-31/+120
|\ | | | | | | into kinetic-declarativeui
| * Doc.Michael Brasser2009-11-0316-23/+109
| |
| * Fix repeater + positioners.Michael Brasser2009-11-031-8/+11
| | | | | | | | Don't leave empty space (or an empty cell) where the repeater would be.
* | * add more font examplesYann Bodson2009-11-035-26/+174
|/ | | | * add missing properties to QmlFontValueType
* Accidental commit.Warwick Allison2009-11-022-1271/+0
|
* Fix assertion (sc not declared).Warwick Allison2009-11-021-1/+1
|
* Fix crash.Warwick Allison2009-11-022-10/+2
|
* Fix crash in assistant/WebKit by disabling animated gifKai Koehne2009-11-022-1/+1
| | | | | declarative-tutorial3_animated.gif let WebKit crash on all platforms. Until this bug is fixed upstream just use a static image.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0226-171/+551
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Mark Action class as to be exportedKai Koehne2009-11-021-1/+1
| | | | | | | | Used in Bauhaus.
| * Doc: Fixed typoKai Koehne2009-11-021-1/+1
| |
| * Check bug QT-2423Warwick Allison2009-11-021-0/+17
| |
| * NOTIFY ListModel::countWarwick Allison2009-11-022-2/+7
| |
| * more renamingYann Bodson2009-11-027-7/+7
| |
| * renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-0212-159/+159
| |
| * move smooth example in visual testsYann Bodson2009-11-025-0/+355
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-029-4/+445
| |\ | | | | | | | | | into kinetic-declarativeui
| * | add night support for clocks exampleYann Bodson2009-11-023-1/+4
| | |
* | | Qt object testAaron Kennedy2009-11-0214-38/+390
| | |
* | | DocAaron Kennedy2009-11-023-8/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-028-81/+255
|\ \ | |/ | | | | 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-027-38/+86
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-02773-19932/+40036
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Fix to send correct data for property value changes.Bea Lam2009-11-021-1/+1
| | | |
| | * | Make QmlBoundSignal children look like properties (instead of children)Bea Lam2009-11-023-25/+75
| | | | | | | | | | | | | | | | | | | | | | | | in the debugger to reflect how signal properties are written in QML. This also changes the FETCH_OBJECT reply stream to send children data before property data.
| | * | Minor changesBea Lam2009-10-291-1/+1
| | | |
| | * | Minor improvementsBea Lam2009-10-294-11/+9
| | | |
| * | | Add images to QML easing curve documentationYann Bodson2009-11-021-43/+169
| | |/ | |/| | | | | | | Task-number: QT-2326
* | | QmlContext testsAaron Kennedy2009-11-029-4/+445
|/ /
* | added missing include for template instantiation (in qDeleteAll)mae2009-10-301-1/+1
| |
* | Missing fileAaron Kennedy2009-10-301-0/+91
| |
* | Rename fx -> graphicsitemsAaron Kennedy2009-10-3079-85/+85
| |
* | CleanupAaron Kennedy2009-10-3038-125/+18
| |
* | CompileAaron Kennedy2009-10-301-1/+1
| |
* | compileWarwick Allison2009-10-302-3/+3
| |
* | enable smooth scaling for dynamic exampleYann Bodson2009-10-301-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-30251-5682/+6641
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-30429-4707/+9804
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| | * | fix headersWarwick Allison2009-10-3030-97/+1057
| | | |
| | * | fix macrosWarwick Allison2009-10-301-2/+2
| | | |
| * | | Fixup mistakes following renaming filesAaron Kennedy2009-10-3014-22/+22
| | | |
| * | | Make private headers _pAaron Kennedy2009-10-30222-4608/+4609
| | | |
| * | | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-30113-379/+379
| | | |
| * | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-30130-4108/+4108
| | | |
* | | | add missing imageYann Bodson2009-10-301-0/+0
| | | |