aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* 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
* Update .gitignoreSimon Hausmann2016-08-151-0/+5
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-159-9/+9
* PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-123-18/+129
* Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
* PathView: fix item creationAnton Kudryavtsev2016-08-123-3/+114
* Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
* Shader examples: initialize all membersEdward Welbourne2016-08-112-2/+2
* 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-094-66/+43
* 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-053-1/+117
* Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
* Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
* tst_librarymetrics_performance: Use QBENCHMARK macro instead of rolling our ownRobin Burchell2016-08-051-133/+14
* benchmarks: Remove odd qqmlimage benchmarkRobin Burchell2016-08-054-113/+0
* tst_creation: Remove tst_creation::elementsRobin Burchell2016-08-051-25/+0
* tst_creation: Remove qobject_alloc benchmarkRobin Burchell2016-08-051-30/+0
* tst_creation: Remove redundant widgets dependencyRobin Burchell2016-08-053-5/+3
* Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-055-2/+32
* Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
* V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2016-08-042-3/+3
* Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
* Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
* photoviewer depends on xmlpatternsLaszlo Agocs2016-08-041-2/+1
* Fix grammar in JavaScript Host Environment docMitch Curtis2016-08-041-2/+2
* Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
* autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* 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
* MSVC: Make Lancelot's scenegrabber compileEskil Abrahamsen Blomfeldt2016-07-281-1/+1
* 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-252-1/+36
* Fix build on macOS with ICC: -sectcreate is a linker optionThiago Macieira2016-07-241-1/+1
* Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-212-0/+29
* Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-215-0/+78
* 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-202-21/+102
* Add benchmark for pathological O(N^2) behavior in QQmlChangeSet.Milian Wolff2016-07-183-0/+71
* Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
* PieChart examples: initialize membersEdward Welbourne2016-07-152-2/+2