aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Optimize QQuickImagePrivate paddingShawn Rutledge2019-12-312-14/+7
| | * | qmltyperegistrar: Fix command line optionsUlf Hermann2019-12-242-13/+20
| | * | Improve ListView.headerPositioning docsShawn Rutledge2019-12-231-12/+20
| | * | doc: Clarify Q_GADGET limitations in Qt 5Shawn Rutledge2019-12-231-0/+8
| | * | qmltypes: Add no_check_exist to INSTALLS rule, remove no_linkUlf Hermann2019-12-231-1/+1
| | * | Remove module registrations when unloading themUlf Hermann2019-12-204-5/+36
| | * | QQmlEngine: use const QList for C++11 style iterationUlf Hermann2019-12-191-1/+1
| | * | QQmlMetaType: Fix typoUlf Hermann2019-12-191-1/+1
| | * | QQuickTableView: reuse items also when using QQmlInstanceModelRichard Moe Gustavsen2019-12-191-5/+1
| | * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-1922-61/+62
| | * | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-177-179/+58
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-178-8/+32
| | |\|
| | | * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-162-2/+2
| | | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-135-7/+13
| | | |\
| | | | * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-051-3/+5
| | | | * QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
| | | | * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-261-9/+9
| | | | * Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
| | | * | rhi: Mark window as unused when neededLaszlo Agocs2019-12-111-0/+4
| | | * | qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
| | | * | Fix unused var in no-opengl buildsLaszlo Agocs2019-12-111-0/+2
| | * | | QQmlPreview: remove the ignore of :/qgradient/Giuseppe D'Angelo2019-12-161-1/+0
| | * | | List new vulkantextureimport example in examples.qdocLaszlo Agocs2019-12-161-0/+1
| | * | | Share pipeline state objects between layer renderersLaszlo Agocs2019-12-162-63/+69
| | * | | Port away from QObjectPrivate::getThreadDataGiuseppe D'Angelo2019-12-162-6/+8
| * | | | Fix crash in tst_qquicktableviewSimon Hausmann2020-01-131-1/+2
| * | | | QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
| * | | | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-0667-13974/+29
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1430-48/+330
| |\| | |
| | * | | Add more trace points to Qt QMLMilian Wolff2019-12-136-1/+24
| | * | | Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-1320-3/+253
| | * | | WorkerScript: serialize QUrls wrapped in QVariant as stringsUlf Hermann2019-12-131-18/+31
| | * | | QQuickStyledTextPrivate: fix padding and initializationShawn Rutledge2019-12-131-9/+9
| | * | | make LinkBufferBase::finalizeCodeWithDisassembly() less genericRolf Eike Beer2019-12-122-17/+13
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-12229-3702/+1835
| |\| | |
| | * | | Regenerate rhi shadersLaszlo Agocs2019-12-1163-0/+0
| | * | | Remove a leftover unused variableVille Voutilainen2019-12-101-1/+0
| | * | | Doc: Add a section on the QML disk cacheUlf Hermann2019-12-102-0/+78
| | * | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-1/+1
| | * | | Make QML_FORCE_DISK_CACHE override isDebugging()Ulf Hermann2019-12-101-1/+1
| | * | | Allow custom disk cache pathsUlf Hermann2019-12-101-1/+5
| | * | | QML binding restoreMode warning: split into several linesFrederik Gladhorn2019-12-101-10/+10
| | * | | Make clear how to fix QML binding restoreMode warningFrederik Gladhorn2019-12-101-0/+2
| | * | | Document that you can use QJSValue as list typeUlf Hermann2019-12-101-0/+5
| | * | | QQuickItemView: Change QHash::insertMulti use to QMultiHash::insertMårten Nordheim2019-12-102-8/+7
| | * | | QQmlDelegateModel: Use QMultiHash where it was intendedMårten Nordheim2019-12-102-4/+4
| | * | | QQmlDirParser: Use QMultiHash when it was intendedMårten Nordheim2019-12-102-9/+9
| | * | | Don't use insertMulti for regular QHashesMårten Nordheim2019-12-101-3/+3
| | * | | Use QMultiHash when duplicate keys are wantedMårten Nordheim2019-12-102-5/+4
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-102-15/+34
| | |\| |