summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Prevent stale QWidget pointers in QCocoaViewMorten Johan Sørvig2010-02-234-3/+69
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-265-48/+71
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2626-383/+469
| |\ \ \ \ \ \
| | * | | | | | Revert "Some animation cleanup/refactoring."Leonardo Sobral Cunha2010-02-262-20/+12
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2622-290/+399
| |\ \ \ \ \ \ \
| * | | | | | | | Make Flickable overshoot behavior nicer.Martin Jones2010-02-263-27/+58
| * | | | | | | | Tiny doc tweak.Martin Jones2010-02-261-1/+1
* | | | | | | | | missed renameWarwick Allison2010-02-261-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2610-213/+400
|\ \ \ \ \ \ \ \
| * | | | | | | | DocAaron Kennedy2010-02-262-13/+150
| * | | | | | | | update painted geometry on pixmapChanged rather than sourceChangedYann Bodson2010-02-262-10/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Polish QDeclarativeProperty APIAaron Kennedy2010-02-267-190/+247
* | | | | | | | Rename files to follow class name.Warwick Allison2010-02-2611-5/+5
* | | | | | | | Change Connection syntax as per QT-2822.Warwick Allison2010-02-2615-193/+157
|/ / / / / / /
* | | | | | | Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-265-19/+34
* | | | | | | Fix ParentAnimation crash.Michael Brasser2010-02-262-3/+9
* | | | | | | Work around requires() bug in qmakeAaron Kennedy2010-02-263-6/+3
* | | | | | | Make sure that QEasingCurve::type when streamed is a quint8, as documentedLeonardo Sobral Cunha2010-02-261-2/+2
* | | | | | | Add QEasingCurve to datastream format docsLeonardo Sobral Cunha2010-02-261-4/+15
* | | | | | | Move QEasingCurve datastream autotest to qdatastream for more comprehensive t...Leonardo Sobral Cunha2010-02-262-54/+69
* | | | | | | Some animation cleanup/refactoring.Michael Brasser2010-02-262-12/+20
|/ / / / / /
* | | | | | Fix Flickable.overShoot doc - it is a bool not a realMartin Jones2010-02-261-2/+2
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2610-66/+277
|\ \ \ \ \ \
| * | | | | | Rebuild since -declarative auto detection changed.Martin Jones2010-02-261-0/+0
| * | | | | | Remove unnecessary QDeclarativeProperty::Type enum valuesAaron Kennedy2010-02-263-22/+43
| * | | | | | Fix qdatastream::compatibility_Qt3 autotest failureLeonardo Sobral Cunha2010-02-261-2/+2
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-266-7/+486
| |\ \ \ \ \ \
| * | | | | | | Make compile following recent QDeclarativeProperty changesBea Lam2010-02-261-28/+28
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-25150-2175/+2768
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2523-12/+471
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-256-47/+45
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-25245-982/+24477
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Automatically connect to signals "onFooChanged" if property is "foo".Bea Lam2010-02-256-42/+232
* | | | | | | | | | | | Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-2625-166/+147
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Add ParentAnimation.Michael Brasser2010-02-266-7/+486
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Update test numbers after change to default transformOrigin.Michael Brasser2010-02-251-6/+4
* | | | | | | | | | Protect against double initialization.Roberto Raggi2010-02-252-6/+20
* | | | | | | | | | Compile on Linux: close(2) is defined in #include <unistd.h>Thiago Macieira2010-02-251-0/+1
* | | | | | | | | | Fix compilation due to enabling of QStringBuilder throughoutThiago Macieira2010-02-251-1/+1
* | | | | | | | | | Fix compilation: intptr_t -> quintptrThiago Macieira2010-02-251-2/+2
* | | | | | | | | | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-252203-140276/+143703
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Don't look for contextual keywords when defining properties.Roberto Raggi2010-02-253-632/+658
| * | | | | | | | | Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-2514-35/+45
| * | | | | | | | | Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-2553-520/+519
| * | | | | | | | | Introduced alternative syntax for defining QML bindings.Roberto Raggi2010-02-257-1000/+1072
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlJustin McPherson2010-02-254-12/+81
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Document and test resetting properties in a state change.Michael Brasser2010-02-253-1/+69
| | * | | | | | | | | Handle smooth reparenting where the item being reparented has a complexMichael Brasser2010-02-251-11/+12
| * | | | | | | | | | Fix up some rename confusion.Justin McPherson2010-02-254-135/+3
| |/ / / / / / / / /
| * | | | | | | | | Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-2516-89/+95