aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1835-91/+183
|\
| * Fix casing in Models and Views documentation.Mitch Curtis2015-08-171-1/+1
| * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-172-18/+26
| * 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
| * Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-232-3/+10
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-202-3/+10
| | |\
| | | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| | | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
| * | | qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
| * | | Consistently use the override keywordThiago Macieira2015-07-198-20/+20
| |/ /
| * | 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
| * | Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
| * | Fix ICC warning about change of signThiago Macieira2015-07-071-2/+2
| * | Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-044-4/+11
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+3
| * | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+6
* | | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-4/+2
* | | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | | Font matching by font stylenameAllan Sandfeld Jensen2015-08-106-0/+50
* | | Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* | | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-048-23/+21
* | | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-043-5/+5
* | | Periodically flush profiling data to client.Ulf Hermann2015-08-041-8/+8
* | | Add EnterKey attached propertyKai Uwe Broulik2015-08-033-0/+101
* | | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-303-7/+7
* | | Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* | | Fix warningsThomas Hartmann2015-07-301-1/+1
* | | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-4/+7
* | | Property names can be utf8Thomas Hartmann2015-07-222-3/+3
* | | Fix QString-related warnings in quick designer support.Friedemann Kleint2015-07-226-18/+19
* | | Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann2015-07-221-0/+49
* | | 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-1720-63/+2139
* | | Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* | | 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
* | | Fix segfault if QQuickImageResponse actually returns an error stringAlbert Astals Cid2015-06-301-1/+1
* | | Improve QQuickImageResponse::textureFactory documentation a bitAlbert Astals Cid2015-06-301-2/+3
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3026-93/+223
|\| |
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-4/+7
| |\ \