aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows CE.Friedemann Kleint2016-03-1011-90/+19
* Add Qt.callLater() function.Michael Brasser2016-03-0817-13/+798
* add qt.quick.mouse.target logging categoryShawn Rutledge2016-03-082-6/+13
* Allow fixed animation step in QSGGuiThreadRenderLoopAram So2016-03-072-3/+7
* QQuickWindow: prerequisites for handling multi-point touchShawn Rutledge2016-03-073-8/+21
* Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-0511-1/+171
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-0427-96/+315
* Add overwriteMode to QML TextEdit and QML TextInputDan Cape2016-03-039-2/+238
* QQuickTextNodeEngine: Update boundingRects when merging nodesAndy Nichols2016-03-031-0/+4
* Fix QTextEdit/QQuickTextEdit undo issue - Part #3Dan Cape2016-03-021-4/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-0141-191/+409
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-0141-191/+409
| |\
| | * 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-2940-9/+6233
|\| |
| * | Private export QQuickStateAction for Qt Quick Controls 2J-P Nurmi2016-02-261-1/+1
| * | Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-2639-8/+6232
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-2429-142/+616
|\| |
| * | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-244-4/+116
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1927-138/+500
| |\|
| | * 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
| | * | | GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-133-13/+106
| | * | | QQuickGridView: Refactor FxViewItem releasing codeGabriel de Dietrich2016-02-131-14/+15
| | * | | Factor out testing code for QTBUG_48870_fastModelUpdatesGabriel de Dietrich2016-02-133-91/+103
| | * | | QQuickPixmapCache: Use readImage's (more useful) error message.Robin Burchell2016-02-121-2/+0
* | | | | Bump versionOswald Buddenhagen2016-02-241-1/+1
* | | | | Expose Qt.application.fontMitch Curtis2016-02-234-0/+29
|/ / / /
* | | | Merge dev into 5.7Oswald Buddenhagen2016-02-175-4/+27
|\ \ \ \
| * | | | Add Window.window attached propertyJ-P Nurmi2016-02-125-4/+27
* | | | | Doc: Fix incorrect 'See also' referencesTopi Reinio2016-02-172-2/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1223-37/+355
|\| | |
| * | | Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-114-7/+102
| * | | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
| * | | QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7