aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextEdit: added clear() methodLiang Qi2016-01-195-0/+37
* QQuickTextInput: added clear() methodLiang Qi2016-01-193-0/+31
* Quick: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-184-10/+16
* Remove needless use of the ternary operatorFrank Meerkoetter2016-01-141-1/+1
* QQuickCanvasItem: fix expensive iteration over QMap::keys()Anton Kudryavtsev2016-01-141-2/+2
* context2d: replace foreach with range-based forAnton Kudryavtsev2016-01-142-5/+5
* QQuickTextEdit: added preeditText propertyLiang Qi2016-01-135-1/+38
* QQuickTextInput: added preeditText propertyLiang Qi2016-01-133-0/+23
* Rewrite inspector serviceUlf Hermann2016-01-122-7/+7
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-109-25/+40
|\
| * QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
| * Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
| * QQuickRepeater: Use qmlobject_(dis)connect instead of regular (dis)connect.Robin Burchell2016-01-051-10/+12
| * Make QQuickPaintedItem support Item::layerGunnar Sletta2016-01-041-0/+7
| * QQuickFlipable: Set enabled property on whichever side is considered active.Robin Burchell2015-12-311-4/+13
| * QQuickDropArea include cleanupSamuel Gaist2015-12-242-5/+0
| * Fix ListView.OverlayHeaderJ-P Nurmi2015-12-231-2/+2
| * Improve Scene Graph and Rendering documentationMitch Curtis2015-12-211-2/+2
* | QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-052-22/+65
* | tvOS supportMike Krus2016-01-012-3/+3
* | Fixed assertion failure when using QSG_RENDERER_DEBUG=upload.Jason Erb2015-12-311-12/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1817-68/+139
|\|
| * Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
| * Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
| * Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-5/+30
| * Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-151-0/+9
| * Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
| * qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
| * Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
| * QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-4/+4
| * Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-092-7/+13
| * QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
| * ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-071-11/+48
| * Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
| * Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-071-2/+2
| * QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-1/+6
* | Do not just fall through on the error pathFrank Meerkoetter2015-12-151-0/+3
* | Add support for mapping between item's and global screen coordinatesNikita Krupenko2015-12-103-0/+68
* | GridView: add keyNavigationEnabled propertyMitch Curtis2015-12-082-1/+22
* | ListView: add keyNavigationEnabled propertyMitch Curtis2015-12-085-1/+55
* | Fix a mix-up in ShaderEffect QML type documentationJuha Turunen2015-12-081-5/+5
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-072-0/+22
* | QSGRenderLoop: Remove the exhaust delay timer.Robin Burchell2015-12-071-31/+4
* | QQuickStochasticEngine: use prefix ++ for iteratorAnton Kudryavtsev2015-12-071-6/+6
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-079-42/+86
|\|
| * MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
| * QQuickListView: Refactor FxViewItem releasing codeGabriel de Dietrich2015-12-011-14/+16
| * Initialize _startX and _startYAlbert Astals Cid2015-12-011-0/+1
| * Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-011-13/+45