summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-3038-1265/+1849
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-3020-726/+757
| |\
| | * Fix crashWarwick Allison2009-04-301-4/+4
| | * Compress sizeChanged signal to give width and height.Warwick Allison2009-04-302-2/+15
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-296-620/+703
| | |\
| | | * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-296-620/+703
| | * | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-295-19/+52
| | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-29111-2219/+2459
| | |\
| | | * Merge branch 'source' into kinetic-declarativeuiYann Bodson2009-04-297-13/+13
| | | |\
| | | | * Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-297-13/+13
| | * | | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-291-1/+0
| * | | | Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-3012-301/+559
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-295-12/+242
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | API improvements for Flipable.Michael Brasser2009-04-293-8/+160
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-29142-2579/+16723
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Fix plugin delayed loading. Allows settings from QML.Warwick Allison2009-04-292-4/+82
| * | | | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-299-703/+768
| | |/ / | |/| |
* | | | Documentation for ListViewMartin Jones2009-04-302-98/+46
|/ / /
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-29108-2182/+2183
|\ \ \
| * | | Fix qmlvariantanimation to behave as qmlnumericanimation when 'from' is not setLeonardo Sobral Cunha2009-04-281-1/+4
| * | | Remove trailing whitespaces from qmlanimation*Leonardo Sobral Cunha2009-04-282-15/+14
| * | | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-28103-2154/+2154
| | |/ | |/|
| * | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-286-10/+9
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-2839-20/+13652
| |\ \
| * | | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-282-5/+5
* | | | Some foreach remove/improve.Martin Jones2009-04-288-29/+37
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-282-4/+10
|\ \ \
| * | | Don't create two atttached property objects per item.Martin Jones2009-04-282-4/+10
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-281-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-287-298/+710
| |\ \ \ | | |/ /
| * | | Remove debug.Martin Jones2009-04-281-1/+0
* | | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-285-297/+699
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-2851-339/+857
| |\ \ \
| * | | | API and documentation work on the transform elements.Michael Brasser2009-04-285-297/+699
* | | | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-2826-146/+383
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Delay Repeater item construction until component completionAaron Kennedy2009-04-282-1/+11
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2816-62/+198
| |\ \ \ | | | |/ | | |/|
| | * | Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-2816-60/+196
| * | | More mouse and key event handling and related documentationMartin Jones2009-04-288-85/+176
* | | | Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-2710-108/+572
* | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2713-127/+387
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2712-125/+385
| |\ \ \ | | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2759-2090/+792
| | |\ \
| | | * | Fix use of qmlContext() - move outside contructor.Warwick Allison2009-04-271-50/+47
| | * | | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-278-54/+260
| | * | | Fix warning.Martin Jones2009-04-271-1/+1
| | * | | Add some constructors without QmlContext parameter.Martin Jones2009-04-272-2/+37
| | * | | Doc fixes.Martin Jones2009-04-272-28/+49
| * | | | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| | |/ / | |/| |
* | | | Handle Connection objects.Roberto Raggi2009-04-271-149/+10