summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Little more doc on QabstractItemModel and QML.Martin Jones2010-03-151-2/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1525-158/+195
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-153-9/+20
| |\
| | * QDeclarative::isWritable optimization.Michael Brasser2010-03-151-5/+3
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15110-1152/+2368
| | |\
| | | * Make easing docs more consistent with other grouped property docs.Michael Brasser2010-03-141-4/+8
| | * | Fix compilation of OpenVG paint engine with OpenVG 1.0Rhys Weatherley2010-03-141-0/+9
| * | | fix installation of imports librariesYann Bodson2010-03-151-4/+3
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-141-1/+1
| |\ \
| | * | Fix typo.Michael Brasser2010-03-141-1/+1
| * | | Make the loader a focusscope.Yann Bodson2010-03-141-1/+3
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-12110-1148/+2358
| |\ \ | | |/ | |/|
| | * Fix installation of imports librariesTobias Hunger2010-03-123-8/+7
| * | Removed a Valgrind warning.Trond Kjernåsen2010-03-121-1/+2
| * | Made QGLExtensions::glExtensions() thread-safe.Trond Kjernåsen2010-03-122-21/+18
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-1213-90/+99
| |\ \
| | * | QTreeView: Optimise QTreeViewPrivate::viewIndexOlivier Goffart2010-03-111-35/+27
| | * | Optimize QSortFilterProxyModelOlivier Goffart2010-03-111-7/+9
| | * | QTreeView: speedup more QTreeViewPrivate::layout(-1)Olivier Goffart2010-03-112-16/+27
| | * | Remove debug output from qt_eglproperties_set_glformatTom Cooksey2010-03-111-3/+1
| | * | Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-118-3/+12
| | * | Made QGLTextureCache::instance() threadsafe.Trond Kjernåsen2010-03-112-21/+7
| | * | Add support for QFont::NoAntialias on QWSPaul Olav Tvete2010-03-111-3/+4
| | * | Fix 1-bit to 8-bit conversion for bitmap fonts on QWSPaul Olav Tvete2010-03-111-2/+12
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-123-24/+43
| |\ \ \ | | |/ / | |/| |
| | * | QPainterVideoSurface: assume yuv 420p and YV12 lines are 4 byte aligned.Dmytro Poplavskiy2010-03-121-4/+10
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-126-14/+727
| | |\ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-1047-404/+775
| | |\ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-09171-3379/+2971
| | |\ \ \ \
| | * | | | | Delayed initialization of gstreamer video widget.Dmytro Poplavskiy2010-03-082-20/+33
* | | | | | | Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRangeMartin Jones2010-03-151-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1269-384/+632
|\ \ \ \ \ \
| * | | | | | Optimization: Use linked list for context childrenAaron Kennedy2010-03-123-33/+56
| * | | | | | Remove dead codeAaron Kennedy2010-03-121-31/+0
| * | | | | | Make QML the object allocator more flexibleAaron Kennedy2010-03-124-25/+20
| * | | | | | Fix crash on 32-bit platformsAaron Kennedy2010-03-121-1/+1
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-121-2/+3
| |\ \ \ \ \ \
| | * | | | | | Update QmlChanges.txtYann Bodson2010-03-121-2/+3
| * | | | | | | Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-125-30/+81
| * | | | | | | CrashAaron Kennedy2010-03-121-1/+1
| |/ / / / / /
| * | | | | | Revert "Use one thread for all instances."Michael Brasser2010-03-121-19/+15
| * | | | | | Update QmlChanges.txtMichael Brasser2010-03-121-0/+2
| * | | | | | Remove Qt.closestAngle().Michael Brasser2010-03-122-21/+0
| * | | | | | Fix importing qml modules from rcc resourcesmae2010-03-114-54/+56
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1199-883/+2075
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1199-883/+2075
| | |\ \ \ \ \
| | | * | | | | CrashAaron Kennedy2010-03-111-1/+1
| | | * | | | | Cosmetic tweaksAaron Kennedy2010-03-111-8/+5
| | | * | | | | no need to include this private headerYann Bodson2010-03-111-1/+1
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-1122-80/+266
| | | |\ \ \ \ \