aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-3/+4
* Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
* qt quick particles: Fix const correctness in old style castsThiago Macieira2015-03-101-5/+5
* Fix clang warningAndrew Knight2015-03-101-0/+4
* QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-093-0/+88
* testlib: Fix qml objects not deleted between data testsCaroline Chao2015-03-091-3/+6
* Doc: Removed the release notes for Qt Quick and Qt QmlVenugopal Shivashankar2015-03-093-586/+2
* Add missing flush for multisampled QQuickWidgetLaszlo Agocs2015-03-091-1/+2
* Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-092-36/+90
* Implement cache property for QQuickAnimatedImageDaiwei Li2015-03-062-2/+32
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-064-5/+17
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-034-5/+17
| |\
| | * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
| | * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
| | * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
* | | QV4::Primitive: Help clang disambiguate symbolsGabriel de Dietrich2015-03-061-0/+3
* | | Fix build: QString needs to be fully-defined for QString()Thiago Macieira2015-03-051-0/+1
* | | TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
* | | WinRT: Set alignment boundary to page sizeMaurice Kalinowski2015-03-051-1/+9
* | | Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
* | | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0518-58/+59
|/ /
* | Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
* | V4: fix regalloc for loops with many life&changing vars.Erik Verbruggen2015-03-031-5/+10
* | V4: fix phi node use position calculation.Erik Verbruggen2015-03-032-18/+19
* | Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2
* | testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-023-10/+73
* | QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
* | QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
* | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-2612-37/+43
* | QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-27/+31
* | Optimize distance field construction.Michael Brasser2015-02-252-4/+13
* | Include <limits> in qqmlprofilerservice_p.hUlf Hermann2015-02-251-0/+2
* | Allow glyph cache textures to be created at full size.Michael Brasser2015-02-252-3/+20
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2443-115/+159
|\|
| * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
| * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
| * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| * Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-3/+5
| * Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Frederik Gladhorn2015-02-101-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| | |\
| | | * QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
| * | | Update C++11 warning logic from QtWebKitAllan Sandfeld Jensen2015-02-101-9/+7
| |/ /
| * | Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7
| * | Doc: fix a file name of an imageLiang Qi2015-02-061-0/+0
| * | Fix regression where QQuickScreenAttached overwrites QScreen valuesAlbert Astals Cid2015-02-062-2/+10
| * | Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
| * | Doc: link issues qtdeclarativeNico Vertriest2015-02-0412-39/+31
| * | TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
| * | Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-031-1/+1
| * | qquicktest: Wait for the view to finish loadingDaiwei Li2015-02-031-0/+4