aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build without the draganddrop featureAndy Shaw2018-06-252-3/+2
* Doc: Improve shared javascript resources phrasingPaul Wicking2018-06-251-9/+18
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-253-0/+176
* Remove dead test - compilerwarningsLiang Qi2018-06-221-38/+0
* Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-226-12/+116
* Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-226-25/+220
* PacketProtocol: Explicitly transmit packet sizes in little endianUlf Hermann2018-06-221-5/+15
* Doc: Correct QML type for FolderListModel.folderPaul Wicking2018-06-211-4/+4
* Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
* Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
* Fix transitive includeUlf Hermann2018-06-201-0/+2
* CMake: fix bad argument quoting when calling rccRolf Eike Beer2018-06-191-1/+1
* revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-195-18/+3
* qmlcachegen: Remove superfluous semicolons from generated codeJoerg Bornemann2018-06-191-2/+2
* Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-198-10/+88
* Attempt to stabilize tst_qquickwindow::openglContextCreatedSignalSimon Hausmann2018-06-191-1/+1
* Fix support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2018-06-191-0/+12
* Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Simon Hausmann2018-06-191-0/+56
|\
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+56
| |\
| | * Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-151-0/+56
* | | Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-19121-192/+192
* | | Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | | QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
|/ /
* | CMake: avoid x${var} tricksRolf Eike Beer2018-06-081-1/+1
* | CMake: replace deprecated exec_program() with execute_process()Rolf Eike Beer2018-06-081-1/+1
|/
* Tooling: Fix integer range checksUlf Hermann2018-06-062-10/+5
* Add changes file for Qt 5.9.6Antti Kokko2018-06-051-0/+43
* Add changes file for Qt 5.9.5Antti Kokko2018-06-051-0/+69
* Add binary compatibility files for Qt 5.11Milla Pohjanheimo2018-06-054-0/+57946
* Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
* Bump versionOswald Buddenhagen2018-05-311-1/+1
* V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-302-0/+24
* Formals come after locals in the CallContextLars Knoll2018-05-292-4/+37
* Fix a crash in the modulus operationLars Knoll2018-05-282-1/+11
* Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-252-27/+99
* Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-242-2/+3
* tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
* tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-235-26/+111
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-238-9/+60
* Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-234-2/+36
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-232-0/+20
* Ensure we restore QML-defined enumsMichael Brasser2018-05-234-0/+38
* Doc: link to integration flowchart in "Interacting with QML from C++"Mitch Curtis2018-05-221-2/+2
* tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
* setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
* Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1