aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1716-581/+43
* Fix compilation when building with qreal defined as floatLuca Carlon2018-07-171-1/+1
* QQuikTableView: use TableViewModel instead of QQmlDelegateModelRichard Moe Gustavsen2018-07-172-37/+123
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-174-5/+43
|\
| * Revert "[Quick] Make sure an transition instance is stopped when destroyed"Simon Hausmann2018-07-171-1/+0
| * Fix unaligned memory access on ARMSimon Hausmann2018-07-171-1/+1
| * Doc: update link to point to Controls 2 rather than Controls 1Mitch Curtis2018-07-161-1/+1
| * Doc: Extend documentation for ItemSelectionModelPaul Wicking2018-07-161-0/+41
* | Get rid of TemporaryAssignmentSimon Hausmann2018-07-173-22/+4
* | QQmlTableInstanceModel: add new TableView helper classRichard Moe Gustavsen2018-07-164-5/+480
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1625-37/+187
|\|
| * Fix conversion of numeric literals in the AST to stringsSimon Hausmann2018-07-132-1/+23
| * [Quick] Make sure an transition instance is stopped when destroyedErik Verbruggen2018-07-131-0/+1
| * Doc: Fix broken link to examplePaul Wicking2018-07-131-1/+1
| * QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
| * Doc: Update QTime to JavaScript Date conversion descriptionPaul Wicking2018-07-101-9/+9
| * Item, QQuickItem: document which properties are used in map functionsMitch Curtis2018-07-102-0/+34
| * QML Debugger: Check in time if values can be saved to QDataStreamUlf Hermann2018-07-101-9/+34
| * Doc: add section about type safetyMitch Curtis2018-07-101-0/+30
| * Fix items in layouts not being rendered when layers are usedMitch Curtis2018-07-091-0/+3
| * Doc: clarify and trim down the list in "Using Qt Quick Layouts"Mitch Curtis2018-07-091-6/+5
| * Doc: replace "KiSS" section with Coding ConventionsMitch Curtis2018-07-061-6/+5
| * Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
| * Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-0411-1/+26
| * Doc: Mark the \snippet statements with a .pro fileVenugopal Shivashankar2018-07-022-0/+4
| * Update plugins.qmltypes for WindowMarco Benelli2018-07-021-1/+1
| * Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* | QML Preview: Add heuristic for auto-loading the root componentUlf Hermann2018-07-132-0/+16
* | QML Preview: Blacklist paths ":/qgradient" and "/etc"Ulf Hermann2018-07-131-0/+4
* | Tooling: Add a command line application for QML previewUlf Hermann2018-07-131-0/+12
* | Add LastOffset/OffsetCount constants to CallData::OffsetsErik Verbruggen2018-07-131-3/+11
* | QQmlDelegateModel: check if the delegate model adapts an AIMRichard Moe Gustavsen2018-07-131-1/+2
* | Tooling: Add QML preview debug serviceUlf Hermann2018-07-1321-1/+2385
* | JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-133-7/+10
* | Add LineStyle support to Context2dColin Ogilvie2018-07-125-0/+172
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-124-2/+37
* | Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-126-15/+15
* | QQWindowPriv::sendFilteredPointerEvent: don't clear hasFilteredShawn Rutledge2018-07-121-1/+7
* | Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-123-5/+5
* | TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-102-31/+0
* | QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-104-52/+78
* | Fix invalid object property key conversionsSimon Hausmann2018-07-102-12/+16
* | Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-104-20/+88
* | QQuickTableViewPrivate::modelIndexAtCell(): print count when assertingMitch Curtis2018-07-091-1/+2
* | QQuickTableViewPrivate::dumpTable(): print absolute path of imageMitch Curtis2018-07-091-3/+5
* | QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-094-44/+55
* | Bump internal API version after internal API changesSimon Hausmann2018-07-031-1/+1
* | Fix handling of out-of-range year in Date's toISOString()Edward Welbourne2018-07-031-1/+1
* | Apply TimeClip() in a few places it was missingEdward Welbourne2018-07-031-3/+3
* | Fix class members that are generatorsLars Knoll2018-07-035-1/+37