aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2420-0/+0
* Purge sRGB chunks from PNG.Edward Welbourne2016-03-241-0/+0
* Purge sRGB chunks from PNGs in examples.Edward Welbourne2016-03-2456-0/+0
* Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
* Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
* Removed the QQmlGuard benchmarkSimon Hausmann2016-03-243-79/+0
* Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
* Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/stagin...Frederik Gladhorn2016-03-171-0/+158
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+158
| |\
| | * Added change log for 5.6.0v5.6.0Simon Hausmann2016-02-261-0/+158
* | | Handle duration of zero in QML animatorsDavid Edmundson2016-03-173-6/+48
* | | Add benchmarks to the "make benchmark" targets that are known to workSimon Hausmann2016-03-1725-29/+31
|/ /
* | qmltime: Remove deprecation define.Robin Burchell2016-03-151-2/+0
* | Move qmltime out of benchmarks directory.Robin Burchell2016-03-1526-2/+6
* | qmltime: Remove widgets dependency.Robin Burchell2016-03-113-18/+21
* | Prevent worker thread of FolderListModel from starting immediatelyJoni Poikelin2016-03-112-1/+1
* | Remove unused variableThiago Macieira2016-03-101-1/+0
* | Fix error message when Python could not be foundSimon Hausmann2016-03-091-1/+1
* | Doc: Modified qtquick.qdocconf to exclude private header fileNico Vertriest2016-03-091-0/+1
* | Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* | Prevent cutting in non-Normal echoMode of TextInputJoni Poikelin2016-03-071-5/+10
* | Export some more classes.Marc Mutz2016-03-063-2/+9
* | QQmlListModelWorkerAgent: fix -Wmisleading-indentation warning (GCC 6, genuine)Marc Mutz2016-03-051-1/+2
* | Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
* | Make more ctors explicitMarc Mutz2016-03-039-9/+9
* | AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-033-53/+71
* | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0323-75/+106
* | Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* | V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* | Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-014-0/+11
* | QQuickRenderControl: cleanup material cache on invalidateTim Blechmann2016-03-011-0/+4
* | Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
* | Doc: Move documentation for painteditem exampleVenugopal Shivashankar2016-02-262-2/+0
* | Avoid div-by-zero when nothing is rendered.Gunnar Sletta2016-02-261-1/+3
* | standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
* | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-2513-45/+39
* | QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
* | Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-2412-27/+167
* | StocQt demo: Bugfixes and improvementsTopi Reinio2016-02-246-111/+140
* | Validate Binding only when it is enabledNikita Krupenko2016-02-244-1/+57
* | Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* | Make it easier to link to QAbstractItemModel sectionMitch Curtis2016-02-171-1/+1
* | Fix off-by-one when checking overlaps in selection rangesEskil Abrahamsen Blomfeldt2016-02-171-3/+4
* | Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-1516-10/+268
|\|
| * Don't build designer for wincev5.6.0-rc1Andreas Holzammer2016-02-051-1/+1
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-056-3/+68
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-022-0/+28
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0234-178/+361
| |\
| * | QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-308-6/+171