aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: replace "KiSS" section with Coding ConventionsMitch Curtis2018-07-061-6/+5
* Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
* Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-0411-1/+26
* Doc: Mark the \snippet statements with a .pro fileVenugopal Shivashankar2018-07-022-0/+4
* Update plugins.qmltypes for WindowMarco Benelli2018-07-021-1/+1
* Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* Doc: Fix broken linksVenugopal Shivashankar2018-06-282-2/+2
* Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-263-21/+48
* 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-251-0/+5
* Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-226-12/+116
* Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-225-21/+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
* revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-194-18/+3
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-19112-173/+173
* Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* Tooling: Fix integer range checksUlf Hermann2018-06-062-10/+5
* Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
* V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+2
* Formals come after locals in the CallContextLars Knoll2018-05-291-4/+5
* Fix a crash in the modulus operationLars Knoll2018-05-281-1/+1
* Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
* Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
* Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-2/+5
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+2
* Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+16
* Doc: link to integration flowchart in "Interacting with QML from C++"Mitch Curtis2018-05-221-2/+2
* setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
* Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
* Fix build without features.gesturesTasuku Suzuki2018-05-145-2/+32
* MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
* Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
* Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-113-16/+13
* Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* Fix build without features.quick-shadereffectTasuku Suzuki2018-05-101-0/+1
* Fix build without features.quick-pathTasuku Suzuki2018-05-101-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-10/+17
|\
| * Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8