summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed some qdoc errors.Martin Smith2010-02-221-2/+2
* Merge remote branch 'origin/master'Thiago Macieira2010-02-2015-747/+867
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-191-3/+6
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-191-8/+0
| | |\
| | * | Delete the QmlImageRequestHandler in the correct thread.Martin Jones2010-02-191-3/+6
| * | | More strict type checking of ListElement properties.Warwick Allison2010-02-191-10/+32
| | |/ | |/|
| * | Remove unused function that breaks build on AIX.Michael Brasser2010-02-191-8/+0
| |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1863-63/+63
| |\
| * | Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transitionLeonardo Sobral Cunha2010-02-181-1/+0
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-186-475/+578
| |\ \
| | * | Animation doc fix.Michael Brasser2010-02-181-24/+11
| | * | Add a RotationAnimation element.Michael Brasser2010-02-183-0/+223
| | * | Remove unneeded comparison.Michael Brasser2010-02-181-1/+1
| | * | Fix bugs and add tests related to manual start/stop control of animations.Michael Brasser2010-02-182-10/+12
| | * | Transitions and Behaviors should exclusively control their animations.Michael Brasser2010-02-185-8/+25
| | * | Animation's setTarget should only be called via QmlValueSource*.Michael Brasser2010-02-181-1/+3
| | * | Minor transition cleanup.Michael Brasser2010-02-181-7/+1
| | * | Minor animation class cleanup.Michael Brasser2010-02-183-29/+25
| | * | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-185-433/+315
| * | | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-182-226/+212
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-175-20/+39
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-171-2/+4
| | |\ \
| | | * | Declare QmlXmlListModelRole meta type before any code uses it.Bea Lam2010-02-171-2/+4
| | * | | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-174-38/+37
| | |/ /
| | * | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-164-37/+38
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-165-6/+15
| | |\ \
| | | * | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-165-6/+15
| | * | | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-161-15/+23
| | |/ /
* | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1911-0/+22
| |_|/ |/| |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1663-64/+68
|\ \ \ | |/ / |/| |
| * | Fix copyright year.Jason McDonald2010-02-1663-63/+63
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-162-1/+5
| |/
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-155-15/+15
|/
* Fix warningsAaron Kennedy2010-02-121-1/+0
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-4/+3
* Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-112-2/+11
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-104-38/+37
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-094-37/+38
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-082-1/+23
|\
| * Add getter functions to QAbstractDynamicMetaObject and QmlOpenMetaObjectTypeMarco Bubke2010-02-082-1/+23
* | For local fonts, we can just addApplicationFont() rather than loading data.Martin Jones2010-02-081-4/+10
|/
* Fix private header include.Bea Lam2010-02-081-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-0511-91/+90
|\
| * Fix Behaviors for object-type properties.Michael Brasser2010-02-051-2/+1
| * Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-0510-89/+89
* | Fix test.Martin Jones2010-02-051-7/+17
|/
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-052-12/+19
* Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-041-1/+2
* doc: There is no easeNone, it is called easeLinearThorbjørn Lindeijer2010-02-031-1/+1
* Really run image reader in its own thread.Martin Jones2010-02-032-122/+136