aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-064-11/+21
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-1/+2
* QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-031-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-1/+1
|\
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* | Add isTabFence private flagGabriel de Dietrich2015-08-212-19/+78
* | Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-205-0/+85
* | QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1821-56/+117
|\|
| * Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-044-1/+46
| * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-7/+0
| * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-5/+5
| * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-4/+2
| * qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
| * Consistently use the override keywordThiago Macieira2015-07-197-16/+16
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-153-3/+3
| * doc: fix copy/paste error in warningGunnar Sletta2015-07-091-1/+1
| * Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2015-07-092-16/+34
| * Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-1/+0
* | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-4/+2
* | Font matching by font stylenameAllan Sandfeld Jensen2015-08-103-0/+31
* | Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-043-7/+7
* | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* | Add EnterKey attached propertyKai Uwe Broulik2015-08-033-0/+101
* | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-3/+3
* | Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+3
* | Emit movement signals for flick().Michael Brasser2015-07-221-3/+13
* | Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-4/+4
* | Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* | Adding more DesignerSupport functionsThomas Hartmann2015-07-171-1/+1
* | Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-14/+33
* | Fix QQuickListViewPrivate::releaseItem()J-P Nurmi2015-07-101-1/+2
* | Prevent errors when removing items from Repeater that reference parent.Michael Brasser2015-06-301-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3010-28/+44
|\|
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-263-2/+4
| |\
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| * | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
| * | Doc: resize tables with overflowNico Vertriest2015-06-252-8/+14
| * | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
| |/
* | ListView: more robust output in debug messageLiang Qi2015-06-291-5/+5
* | Fixed a QQuickListView crashLiang Qi2015-06-293-34/+47
* | QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell2015-06-291-0/+1
* | qquicktextedit_p_p.h: cleanup unneeded includeJ-P Nurmi2015-06-241-1/+0
* | QQuickAnchors: Use a simple sorted list rather than a QSet to remove duplicates.Robin Burchell2015-06-241-7/+21
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-237-3/+21
* | QQuickImageBase: Use the static form of QFile::exists().Robin Burchell2015-06-231-1/+1