aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* doc: Add documentation for undocumented thingsMartin Smith2018-02-148-9/+65
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-139-109/+116
* Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-133-3/+48
* doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8
* Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
* QQuickPointerHandler: implement QQmlParserStatusShawn Rutledge2018-02-081-1/+6
* Fix debug builds using musl libcJan Murawski2018-02-071-1/+1
* Fix clang 5 warningsAllan Sandfeld Jensen2018-02-071-2/+3
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0631-223/+331
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0231-223/+331
| |\
| | * Make sure we send the UngrabMouse event when clearing grabbersJan Arve Sæther2018-01-261-1/+5
| | * Fix uploading of compressed textures of ETC2_EAC typeEirik Aavitsland2018-01-261-1/+2
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-29/+31
| | |\
| | | * Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-221-1/+2
| | | * Doc: Rename Renderer page to 'Scene Graph OpenGL Renderer'Kai Koehne2018-01-221-5/+6
| | | * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-221-1/+1
| | | * Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
| | | * Doc: Improve "Qt Quick Scene Graph Renderer"Kai Koehne2018-01-191-21/+21
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2427-190/+292
| | |\|
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-173-18/+24
| | | * Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
| | | * Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3
| | | * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-3/+3
| | | * QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
| | | * 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
| | | * Doc: state that childrenRect is read-onlyMitch Curtis2018-01-051-1/+2
| | | * QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
| | | * Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
| | | * 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
| | | * 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
| | | * 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
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-026-7/+7
* | | | QQuickTextEdit: Simplify node handlingUlf Hermann2018-02-022-42/+46
* | | | Fix QML Rectangle blurryJiDe Zhang2018-02-022-6/+6
* | | | Add basic handler for ktx format texture filesEirik Aavitsland2018-02-014-2/+271
* | | | Add optimized path for QML ShapePathKaj Grönholm2018-02-013-2/+45
* | | | Basic working compressed texture atlasMichael Brasser2018-01-3111-154/+591
|/ / /
* | | Refactor compressed texture file readingEirik Aavitsland2018-01-279-188/+545
* | | Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-261-1/+1
* | | Support masking of QQuickItemsPaolo Angelelli2018-01-255-3/+83
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-0/+3
|\| |