aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
| | | * | Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-152-4/+4
| | | * | QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
| | | * | Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| | | * | Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| | | * | Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-113-6/+8
| | | * | Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
| | | * | GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-101-7/+6
| | | * | Initialize member variableJesus Fernandez2018-01-101-2/+2
| | | * | Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| | | * | QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
| | | * | Doc: state that childrenRect is read-onlyMitch Curtis2018-01-051-1/+2
| | | * | Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-1/+5
| | | * | Doc: state that property aliases do not work with grouped propertiesMitch Curtis2018-01-041-7/+32
| | | * | Qml Profiling: Track signals globallyUlf Hermann2018-01-041-4/+10
| | | * | Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-042-13/+77
| | | |/
| | | * Remove extra addrefMichael Brasser2017-12-291-1/+0
| | | * QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
| | | * Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2121-60/+124
| | | * Doc: correct Keys::shortcutOverride code snippetMitch Curtis2017-12-201-1/+1
| | | * Check the context matcher for isDestroyed() before assigning itUlf Hermann2017-12-201-1/+2
| | | * QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
| | | * Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
| | | * QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-162-4/+0
| | | * Add new logging category qt.quick.window.transientShawn Rutledge2017-12-156-3/+58
| | | * Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
| | | * Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
| | | * remove unimplemented QQuickItemPrivate::_q_windowChanged declarationShawn Rutledge2017-12-131-1/+0
| | | * Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
| | | * Handle the application state changes so items update appropriatelyAndy Shaw2017-12-112-2/+10
| | | * Fix valgrind warning about uninitialized variableLars Knoll2017-12-111-1/+3
| | | * Make deletion of transitions safeLars Knoll2017-12-113-23/+39
| | | * Add logging categories for GC statisticsLars Knoll2017-12-112-99/+70
* | | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-021-9/+1
* | | | Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-0216-329/+1843
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-0244-166/+157
* | | | QQuickTextEdit: Simplify node handlingUlf Hermann2018-02-022-42/+46
* | | | Add QUICK_TEST_MAIN_WITH_SETUP to allow executing C++ before a QML testMitch Curtis2018-02-023-4/+88
* | | | Fix QML Rectangle blurryJiDe Zhang2018-02-022-6/+6
* | | | Get rid of uid member in ListModelSimon Hausmann2018-02-013-23/+10
* | | | Add basic handler for ktx format texture filesEirik Aavitsland2018-02-014-2/+271
* | | | Add optimized path for QML ShapePathKaj Grönholm2018-02-014-2/+47
* | | | Basic working compressed texture atlasMichael Brasser2018-01-3111-154/+591
|/ / /
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-285-32/+32
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-286-10/+12
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-282-10/+5
* | | FolderListModel: add status propertyIlya Kotov2018-01-286-4/+92
* | | Add localserver feature check for qmldbg_local pluginFrank Richter2018-01-271-1/+2
* | | Refactor compressed texture file readingEirik Aavitsland2018-01-279-188/+545