summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1036-171/+383
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0925-287/+242
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0935-166/+383
| | |\
| | | * Probably fix compile on windowsAlan Alpert2010-03-091-1/+1
| | | * Probably fix compileAlan Alpert2010-03-091-1/+1
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0935-164/+381
| | | |\
| * | | | 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-0931-141/+306
| |\ \ \
| | * | | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-35/+55
| | * | | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-0915-71/+57
| | * | | 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-09209-2326/+12581
| | | |\ \ \ \
| | | * | | | | Doc fix.Michael Brasser2010-03-051-1/+5
| | * | | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-0913-23/+178
| * | | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-092-14/+19
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-096-14/+727
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't write byte-order-mark after seek()Paul Olav Tvete2010-03-091-1/+2
| * | | | | | | | TextCodec on Symbian: use the native symbian backend for text codecs.Olivier Goffart2010-03-095-13/+725
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-094-34/+61
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-094-34/+61
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-094-34/+61
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Updates to qsoundeffect backends.Kurt Korbatits2010-03-094-34/+61
* | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-09463-7555/+17849
|\ \ \ \ \ \ \ \
| * | | | | | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-0910-40/+45
| * | | | | | | | QTreeView: let the dataChanged signal refresh the hasChildren attribute.Olivier Goffart2010-03-091-1/+5
| |/ / / / / / /
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0911-242/+184
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0811-242/+184
| | |\ \ \ \ \ \
| | | * | | | | | Fixed bounds calculation in QtSvg.Kim Motoyoshi Kalland2010-03-0810-226/+173
| | | * | | | | | Fixed vector-effect property output from QSvgGenerator.Kim Motoyoshi Kalland2010-03-081-16/+11
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-096-48/+431
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Minor cleanup.Michael Brasser2010-03-092-26/+15
| | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-20/+384
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0921-499/+241
| | |\ \ \ \ \
| | * | | | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
| * | | | | | | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0826-535/+254
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Always copy the qmldir files into the build directoryTobias Hunger2010-03-084-7/+7
| | | |/ / / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-084-7/+10
| | |\ \ \ \ | | | |_|/ / | | |/| | |