aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-1/+1
* V4: Align stack on 16 byte boundaries in the YarrJITErik Verbruggen2016-08-091-2/+20
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-053-4/+10
|\
| * V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2016-08-042-3/+3
| * Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
| * Fix grammar in JavaScript Host Environment docMitch Curtis2016-08-041-2/+2
| * QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0112-74/+288
|\|
| * Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
| * Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
| * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
| * Mention Q_FLAG in C++ <=> QML type conversion documentationMitch Curtis2016-07-261-0/+2
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-1/+1
| * Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-212-0/+50
| * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-21/+95
| * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* | Doc: syntax error qml exampleNico Vertriest2016-07-201-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-158-31/+56
|\|
| * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
| * Fix missing closing parenthesis in TextEdit docsMitch Curtis2016-07-141-2/+2
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
| * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-122-16/+18
| * macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
| * Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-051-1/+1
| * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
* | Doc: Added definition of enum value ItemAntialiasingHasChangedNico Vertriest2016-07-111-0/+3
* | localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-299-14/+51
|\|
| * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4
| * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
| * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
| * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9
| * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
| * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-2/+6
| * QQuickWidget: Propagate screen changes.Morten Johan Sørvig2016-06-201-0/+11
* | Doc: solved link issue snippetNico Vertriest2016-06-281-1/+1
* | Doc: corrected link issueNico Vertriest2016-06-281-1/+1
* | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-272-7/+9
* | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-242-12/+17
* | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-222-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2020-107/+115
|\|
| * Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
| * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| * Fix positioning of inline images in StyledText.Michael Brasser2016-06-163-7/+16