summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More format conversion.Martin Jones2009-05-014-28/+44
|
* Fix insertion of items when there are no existing items.Martin Jones2009-05-011-1/+1
|
* Format conversion.Martin Jones2009-05-011-13/+12
|
* PathView format conversion.Martin Jones2009-05-017-80/+115
|
* Added simple autotests for QmlDom classesKai Koehne2009-04-302-0/+93
|
* Report the syntax errors.Roberto Raggi2009-04-301-1/+38
|
* Removed a fiew compilation warnings on MSVCThierry Bastian2009-04-303-2/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-3028-1267/+1231
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Using QVariant for 'to' and 'from' values in QmlVariantAnimationPrivateLeonardo Sobral Cunha2009-04-302-20/+18
| | | | | | | | | | | | The 'to' and 'from' attiributes in QmlVariantAnimationPrivate were QmlNullableValue before, but we can query QVariant::isValid for the same purpose.
| * Using qvariant color interpolator for QmlColorAnimationLeonardo Sobral Cunha2009-04-302-19/+16
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-3020-478/+317
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Join some lines in example code.Martin Jones2009-04-302-132/+36
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-3077-1619/+2238
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxpathview.cpp
| | | * Support stdinWarwick Allison2009-04-301-12/+14
| | | |
| | | * docWarwick Allison2009-04-301-16/+11
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-3013-232/+111
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * Documentation work.Michael Brasser2009-04-3013-232/+111
| | | | |
| | | * | port syntaxWarwick Allison2009-04-301-21/+40
| | | | |
| | | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-302-3/+19
| | | |\ \ | | | | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | whitespaceWarwick Allison2009-04-301-0/+1
| | | | |
| | * | | Doc.Martin Jones2009-04-301-1/+1
| | | | |
| | * | | Item insertion and removal for PathView.Martin Jones2009-04-302-65/+103
| | | | | | | | | | | | | | | | | | | | Not animated at the moment.
| * | | | Accept "return" and reserved words as property namesAaron Kennedy2009-04-306-750/+880
| | |_|/ | |/| |
* | | | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-309-15/+69
|/ / /
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-301-40/+61
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-3036-914/+1289
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/webbrowser.qml
| * | | Port syntaxWarwick Allison2009-04-302-173/+479
| | | |
* | | | Fix crash in QmlDomDocument::load()Aaron Kennedy2009-04-302-3/+19
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-3014-135/+180
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Rename duiviewer to qmlviewer.Michael Brasser2009-04-3010-46/+43
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-30176-3613/+5882
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | More work on transform elements.Michael Brasser2009-04-304-89/+137
| | | | | | | | | | | | | | | | | | | | AxisRotation/AxisTranslation have been renamed Rotation3D/Translation3D. Squish has gained a raster implementation and basic docs.
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-3033-325/+443
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/follow/pong.qml examples/declarative/listview/dummydata/MyPetsModel.qml
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-3031-1393/+1739
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-30372-11113/+11401
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Documentation for ListViewMartin Jones2009-04-3010-117/+275
| | | | | | | | | | | | | | | | | | | | Convert to new format, use \snippet.
| * | | | Namespaces not needed in new syntax.Warwick Allison2009-04-3013-87/+0
| | | | |
| * | | | Port syntaxWarwick Allison2009-04-301-12/+29
| | | | |
| * | | | Port syntaxWarwick Allison2009-04-301-52/+128
| | | | |
| * | | | Change syntaxWarwick Allison2009-04-305-95/+112
| | | | |
| * | | | fixWarwick Allison2009-04-301-1/+1
| | | | |
| * | | | Don't delay initial resizeWarwick Allison2009-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | (otherwise "default" widget size happens first)
| * | | | Fix smooth scalingWarwick Allison2009-04-301-1/+3
| | | | |
* | | | | Convert all examples and demos from XML formatAaron Kennedy2009-04-3015-843/+1522
| | | | |
* | | | | Make custom parsers internal.Aaron Kennedy2009-04-3010-154/+155
| |_|/ / |/| | | | | | | | | | | Custom parsers still have a way to go before they fully fit the QML 2.0 language.
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-30132-2584/+4385
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/javascriptgrammar.cpp src/declarative/qml/parser/javascriptgrammar_p.h
| * | | Fix crashWarwick Allison2009-04-301-4/+4
| | | | | | | | | | | | | | | | Continues d62bc81491b4b3ef76d626fd56f736427ee1e20c
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-3024-258/+451
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Convert phonebrowser.Yann Bodson2009-04-307-254/+447
| | | | |
| | * | | Rename the mediabrowser demo to match the content.Yann Bodson2009-04-3017-0/+0
| | | | |