aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add a facility to version type information for debugginghjk2016-09-221-0/+18
| | * Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
* | | Remove dead codeJake Petroules2016-09-301-4/+0
|/ /
* | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-231-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-169-12/+47
|\|
| * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-162-2/+6
| |\
| | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| * | Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+9
| * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
| * | Fix grammar in "Keyboard Focus in Qt Quick" documentationMitch Curtis2016-09-061-1/+1
| * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| |/
| * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
| * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
* | Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-151-0/+4
* | Fix smooth scaling for Qt Quick Text itemsJake Petroules2016-09-141-0/+8
* | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
* | Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-122-4/+82
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-252-4/+25
|\|
| * Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
| * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-197-14/+22
|\|
| * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-193-8/+16
| * 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