aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Delete objects created by qmlplugindumpDaiwei Li2014-06-301-0/+1
| * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-294-4/+144
* | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-306-8/+273
* | QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
* | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-283-21/+63
* | Don't try to draw shader effect sources with dims < 0.Gunnar Sletta2014-07-281-1/+1
* | QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDEAlbert Astals Cid2014-07-281-17/+17
* | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-266-8/+157
* | Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
* | Don't recreate header and footer unnecessarilyMartin Jones2014-07-256-17/+21
* | Clear the visibleImgTags list when setting up the text layoutAndy Shaw2014-07-241-1/+2
* | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-243-1/+71
* | V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
* | QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
* | Clean up the textures when deleting the contentAndy Shaw2014-07-241-0/+2
* | Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-244-0/+96
* | Add autotest for incorrect steal of flick.Michael Brasser2014-07-242-0/+143
* | Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
* | Fix Node object leak in QQuickTextEditPrivateLiang Jian2014-07-232-1/+10
* | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-222-2/+39
* | Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
* | Doc: add documentation for the RSS News exampleLeena Miettinen2014-07-181-3/+334
* | Fix typo in documentationKai Koehne2014-07-181-1/+1
* | Binding Text width to implicitWidth can result in incorrect layoutMartin Jones2014-07-111-2/+3
* | Docs: fix "classname" indentation in the qmldir specsJ-P Nurmi2014-07-091-1/+1
* | Fix role for generic Accessible itemsFrederik Gladhorn2014-07-092-2/+2
* | Calqlatr demo: Remove unused filesNiels Weber2014-07-0712-71/+1
* | Remove usage of external dependencies from the RSS News demoTopi Reinio2014-07-072-58/+23
* | Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-032-2/+3
* | Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
* | Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-0/+5
* | Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-0253-59/+459
* | Fix crash in Flickable with pressDelay.Martin Jones2014-07-021-8/+8
* | Skip rssnews demo if xmlpatterns is not presentLaszlo Agocs2014-07-011-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.3.1' into 5.3" into refs/stagin...Frederik Gladhorn2014-06-301-0/+31
|\ \
| * \ Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-251-0/+31
| |\ \
| | * | Add changelog for 5.3.1v5.3.1Simon Hausmann2014-06-181-0/+31
* | | | Avoid double deletion of QQuickWindowShawn Rutledge2014-06-303-0/+46
* | | | Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
* | | | Doc: Add documentation for the Maroon in Trouble exampleLeena Miettinen2014-06-275-4/+851
* | | | Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-253-5/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Update QtQuick import value to 2.3Samuel Gaist2014-06-232-5/+5
| * | Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
* | | Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
* | | Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
* | | QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
* | | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* | | Improve RSS News Qt Quick DemoTopi Reinio2014-06-2024-281/+515