summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support public property definitionsmae2009-04-247-775/+840
* code cleanup (helper functions rule)mae2009-04-241-74/+73
* Introduced `import' statements.Roberto Raggi2009-04-2410-769/+909
* implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON T_IDENTIFIER...mae2009-04-241-3/+65
* support both *.qml and *.whatever with autodetection. Some debug output, some...mae2009-04-245-6/+59
* Enable the "old" XML parser when the qgetenv("QML_XML") is not empty.Roberto Raggi2009-04-241-13/+3
* Added missing files.Roberto Raggi2009-04-242-0/+382
* Compile with gcc 4.xRoberto Raggi2009-04-242-4/+4
* Initial work on the qfx front-end.Roberto Raggi2009-04-2425-1/+11272
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2416-144/+236
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-24101-671/+2587
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2499-706/+2834
| | |\
| | * | Propagate scene geometry changes to view.Warwick Allison2009-04-242-1/+10
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-24116-1289/+1966
| | |\ \
| | * | | Compile.Warwick Allison2009-04-231-1/+1
| | * | | Nicer icons (KDE CrystalSVG)Warwick Allison2009-04-2315-7/+1
| * | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-248-136/+225
* | | | | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2493-696/+2714
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-246-43/+258
| |\ \ \ \ | | |/ / /
| | * | | Ensure -ve z stacks behind parent when using GraphicsViewAaron Kennedy2009-04-241-0/+9
| | * | | Don't manually stack children on GraphicsViewAaron Kennedy2009-04-241-5/+1
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2412-246/+124
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| | * | | Add a Follow::followValue propertyAaron Kennedy2009-04-232-0/+22
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2346-561/+1213
| | |\ \ \
| | * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2312-176/+177
| | |\ \ \ \
| | * | | | | Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-232-33/+225
| * | | | | | Documentation fixes.Michael Brasser2009-04-2420-68/+30
| * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-04-2366-577/+2403
| |\ \ \ \ \ \
| | * | | | | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-232-109/+108
| | * | | | | | Remove trailing whitespaceJan-Arve Sæther2009-04-231-8/+8
| | * | | | | | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| | * | | | | | Moved the animation examples piemenu and photobrowser to examples/researchLeonardo Sobral Cunha2009-04-2316-0/+0
| | * | | | | | Update copyright headers of animation examplesLeonardo Sobral Cunha2009-04-2354-110/+1937
| * | | | | | | Expose basic BlendedImage docs.Michael Brasser2009-04-232-8/+23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-247-10/+120
|/ / / / / /
* | | | | | Using QVariant interpolators in qml variant animationLeonardo Sobral Cunha2009-04-231-88/+3
* | | | | | Make the documentation build.Alexis Menard2009-04-232-2/+0
* | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-7/+7
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-232-4/+4
|\ \ \ \ \ \
| * | | | | | Fix signal usage from QmlcomponentAlexis Menard2009-04-232-4/+4
* | | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-234-16/+16
|/ / / / / /
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-231-1/+1
|\ \ \ \ \ \
| * | | | | | The signal should emit the namespace as well otherwise a connect willAlexis Menard2009-04-231-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-233-128/+93
|/ / / / /
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Ian Walters2009-04-2373-501/+691
|\ \ \ \ \
| * | | | | Layouts: don't mess with the coordinate in the direction we are notMartin Jones2009-04-231-2/+0
| * | | | | Small doc fix - use a real element in the example.Martin Jones2009-04-231-2/+2
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2320-212/+204
| |\ \ \ \ \ | | | |_|/ / | | |/| | |