aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Return early if animationjob was deleted in all callback methods.Charles Yin2012-03-121-6/+9
* Remove undefined method.Stephen Kelly2012-03-121-1/+0
* refilled items should be moved immediatelyBea Lam2012-03-106-16/+21
* Clean up transition objects for positionersBea Lam2012-03-103-4/+29
* Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-107-2/+185
* Avoid using QQuickViewItem as base classBea Lam2012-03-108-92/+225
* Don't grow container when desired size is knownJoão Abecasis2012-03-091-11/+14
* Fix typo.Michael Brasser2012-03-091-1/+1
* Reset transitioner pointer when transition job finishesBea Lam2012-03-091-1/+13
* Fix crash in listmodel when data is assigned incorrectly.Glenn Watson2012-03-091-7/+11
* Handle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-091-0/+8
* Keep high-level intermediate representation for IR::BINOPs.Roberto Raggi2012-03-092-24/+17
* Remove non explicitly typed IR::CONST() nodes.Roberto Raggi2012-03-093-33/+28
* QmlDebugging: Remove QQmlDebugClientAurindam Jana2012-03-095-2025/+0
* 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
* Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-074-19/+92
* QML Debugger: Change prefix of warningsKai Koehne2012-03-074-21/+21
* 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-076-13/+13
* 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-071-1/+1
* 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-072-14/+17
* Fix setting of target lists when target Transition is not setBea Lam2012-03-074-106/+94
* Change the default renderTarget and renderStrategyCharles Yin2012-03-071-4/+4
* Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
* prepareTransition() must cancel current transitionBea Lam2012-03-071-7/+6
* 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-066-49/+49
* Use NPOT support if available.Justin McPherson2012-03-062-52/+43
* Remove QQuickCanvasItemNode.Justin McPherson2012-03-064-206/+4
* Fixed QQuickCanvas header with QT_NO_KEYWORDSRohan McGovern2012-03-061-1/+1
* Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-051-6/+6
* 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
* Merge master <-> api_changesMatthew Vogt2012-03-05214-3274/+5901
|\
| * Profiler: Use RAII helper structs for rangesKai Koehne2012-03-027-91/+179
| * Fix when animating items that are already movingBea Lam2012-03-022-5/+16