summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix test, fix warning consistency.Warwick Allison2010-03-111-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1112-163/+228
|\
| * Comment out unused method.Martin Jones2010-03-102-2/+3
| * Document - and use - the qmlRegisterXXX template functionsmae2010-03-105-109/+116
| * when loading debug import plugins on Mac, try with _debug.dylib suffixmae2010-03-101-0/+3
| * Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-108-54/+109
| |\
| | * Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-099-57/+109
| | |\
| | | * doc: Fixed several qdoc errors.Martin Smith2010-03-098-28/+28
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-095-35/+87
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-085-35/+87
| | | | |\
| | | | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-053-4/+17
| | | | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-31/+70
* | | | | | Remove more accidentally submitted codeAaron Kennedy2010-03-112-5/+0
* | | | | | DocAaron Kennedy2010-03-101-3/+3
|/ / / / /
* | | | | Remove accidentally submitted codeAaron Kennedy2010-03-101-8/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1010-229/+458
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1016-78/+282
| |\ \ \ \ \
| * | | | | | Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-1010-229/+458
* | | | | | | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ...Martin Jones2010-03-102-0/+4
| |/ / / / / |/| | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1012-19/+169
|\ \ \ \ \ \
| * | | | | | Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-101-1/+4
| * | | | | | URL redirection for font loaderWarwick Allison2010-03-101-1/+17
| * | | | | | URL redirection for AnimatedImageWarwick Allison2010-03-102-1/+18
| * | | | | | Technically, Location can be relative (never is though...)Warwick Allison2010-03-101-1/+1
| * | | | | | URL redirection for normal images.Warwick Allison2010-03-101-6/+35
| * | | | | | URL redirection for components resources.Warwick Allison2010-03-101-0/+18
| * | | | | | URL redirects for border image.Warwick Allison2010-03-102-2/+18
| * | | | | | Implement URL redirection for types and XmlListModel.Warwick Allison2010-03-103-3/+53
| |/ / / / /
| * | | | | DocAaron Kennedy2010-03-101-4/+5
* | | | | | Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-105-63/+118
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-092-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0927-162/+350
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Probably fix compile on windowsAlan Alpert2010-03-091-1/+1
| | * | | | Probably fix compileAlan Alpert2010-03-091-1/+1
| * | | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-1/+1
| | |/ / / | |/| | |
* | | | | Remove unused structMartin Jones2010-03-091-5/+0
| |/ / / |/| | |
* | | | Initialize member variable in QDeclarativeGridViewAttachedMartin Jones2010-03-091-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0923-137/+273
|\ \ \ \
| * | | | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-35/+55
| * | | | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-0913-67/+52
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0913-74/+435
| |\ \ \ \
| | * | | | Remove unused data member.Michael Brasser2010-03-092-2/+0
| | * | | | Fix warning.Michael Brasser2010-03-091-0/+2
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-096-22/+26
| | |\ \ \ \
| | * | | | | Fix warnings and change geometry-related functions to use reals.Michael Brasser2010-03-092-10/+10
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0937-682/+1134
| | |\ \ \ \ \
| | * | | | | | Doc fix.Michael Brasser2010-03-051-1/+5
| * | | | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-097-23/+150
* | | | | | | | Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-092-8/+55
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-096-34/+22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |