aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove non explicitly typed IR::CONST() nodes.Roberto Raggi2012-03-093-33/+28
| * QmlDebugging: Remove QQmlDebugClientAurindam Jana2012-03-0930-148/+629
| * QmlProfiler: Avoid overhead if profiling is not enabledKai Koehne2012-03-091-1/+2
| * Remove unused QTextCursor code from rewriter.Matthew Vogt2012-03-093-32/+7
| * Pin qtbase at known-good change ID.Matthew Vogt2012-03-091-1/+1
| * Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-07962-42071/+1363
|\|
| * Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-078-22/+239
| * QML Debugger: Change prefix of warningsKai Koehne2012-03-078-32/+32
| * QQuickView with the default constructor doesn't show any window decorations.Alexis Menard2012-03-071-2/+2
| * Install compat into the correct dirJørgen Lind2012-03-071-1/+1
| * QmlDebugging: Remove deprecated classesAurindam Jana2012-03-073-156/+0
| * QmlDebugging: Revert the names of servicesAurindam Jana2012-03-077-14/+14
| * Compile after API changes in QCoreApplicationGunnar Sletta2012-03-071-3/+1
| * Use StringRef::load() to initialize DefaultProperty stringKent Hansen2012-03-071-1/+1
| * Don't needlessly create alias property names in the meta-objectKent Hansen2012-03-072-3/+6
| * Make sure QML type "real" always maps to C++ type "double"Kent Hansen2012-03-078-7/+66
| * Correctly place '.' when building name for call expressions.Michael Brasser2012-03-071-1/+1
| * Don't link against QtWidgets and QtOpenGLLars Knoll2012-03-071-1/+1
| * ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-075-14/+105
| * Fix setting of target lists when target Transition is not setBea Lam2012-03-078-106/+195
| * Changed particles tests to work from install directoryKurt Korbatits2012-03-0747-173/+243
| * Changed quick tests to work from install directoryKurt Korbatits2012-03-0744-125/+55
| * Changed qml tests to work from install directoryKurt Korbatits2012-03-0735-101/+50
| * Change the default renderTarget and renderStrategyCharles Yin2012-03-0717-21/+23
| * Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
| * prepareTransition() must cancel current transitionBea Lam2012-03-075-35/+12
| * Fix texture leaks in QQuickCanvasItemCharles Yin2012-03-071-2/+9
| * Check for parent item before calling functions on it.Frederik Gladhorn2012-03-061-1/+1
| * Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-063-14/+24
| * Cleanup QQuickCanvas and QQuickView docs.Martin Jones2012-03-062-1/+19
| * Continue refactor of Canvas rendering.Justin McPherson2012-03-067-50/+50
| * Use NPOT support if available.Justin McPherson2012-03-062-52/+43
| * Remove QQuickCanvasItemNode.Justin McPherson2012-03-064-206/+4
| * Remove incorrect line from performance docsChris Adams2012-03-061-1/+0
| * Fixed QQuickCanvas header with QT_NO_KEYWORDSRohan McGovern2012-03-061-1/+1
| * Fix renaming merge with examplesAlan Alpert2012-03-06737-40892/+0
| * Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-052-6/+111
| * Do not store an explicit QImage in the declarative pixmap cache.Gunnar Sletta2012-03-054-73/+65
| * Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-056-29/+45
| * Fix crash with AnimatedImage caused by race condition.Gunnar Sletta2012-03-051-4/+23
| * Use premultiplied format because it's fasterAlan Alpert2012-03-051-1/+1
| * Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-051-1/+1
| * Merge remote branch 'gerrit/api_changes' into merge-masterMatthew Vogt2012-03-056502-232061/+276790
| |\
* | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-0717-158/+135
* | | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-055-4/+18
* | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-052-6/+29
* | | Improve support for var propertiesChris Adams2012-03-0530-57/+639
| |/ |/|
* | Merge master <-> api_changesMatthew Vogt2012-03-051107-4207/+51141
|\|
| * More documentation about importing LocalStorage module from JavascriptCharles Yin2012-03-051-1/+16