aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove some double-meaning text from documentationFrederik Schwarzer2016-08-181-1/+1
| * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
| * QQuickGridView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
| * QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* | Revert "localstorage: disable warning about tautological comparison"Shawn Rutledge2016-08-181-5/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1813-15/+24
|\|
| * QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
| * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-162-3/+10
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-159-9/+9
* | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
* | Doc: mention when Flickable.AutoFlickIfNeeded was addedJ-P Nurmi2016-08-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1313-222/+246
|\|
| * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-18/+26
| * PathView: fix item creationAnton Kudryavtsev2016-08-121-3/+13
| * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| * QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
| * QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
| * Fix char conversions in QMLChristian Strømme2016-08-092-27/+11
| * Don't accept left clicks when text format is plain.Eike Hein2016-08-091-0/+1
| * Clarify doc on modification of the global object in JS imported by QMLMitch Curtis2016-08-081-1/+4
| * Fix crash with Component.onDestructionSimon Hausmann2016-08-051-1/+12
| * Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
| * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
| * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-2/+6
| * Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
* | 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