aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-2613-15/+48
|\
| * Don't recreate header and footer unnecessarilyMartin Jones2014-07-254-9/+11
| * Clear the visibleImgTags list when setting up the text layoutAndy Shaw2014-07-241-1/+2
| * Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-241-1/+5
| * Clean up the textures when deleting the contentAndy Shaw2014-07-241-0/+2
| * Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-242-0/+11
| * Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
| * Fix Node object leak in QQuickTextEditPrivateLiang Jian2014-07-232-1/+10
| * Fix typo in documentationKai Koehne2014-07-181-1/+1
| * Binding Text width to implicitWidth can result in incorrect layoutMartin Jones2014-07-111-2/+3
* | Doc: Merged two pages titled "Qt Quick QML Types".Jerome Pasion2014-07-243-290/+21
* | Fix incorrect acceptableInput value on construction.Aaron McCarthy2014-07-241-3/+24
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-222-20/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-222-6/+6
* | Change the object allocation schemeSimon Hausmann2014-07-223-14/+13
* | Convert QQuickContext2D to new construction schemeLars Knoll2014-07-221-103/+100
* | Start implement new Object creation patternLars Knoll2014-07-223-12/+13
* | Remove the less often used Ref classesLars Knoll2014-07-221-7/+5
* | Get rid of StringRefLars Knoll2014-07-223-27/+26
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-451/+397
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-222-6/+6
* | Convert QQuickRootItemMarker to new data layoutLars Knoll2014-07-222-4/+10
* | Convert context2d to new data layoutLars Knoll2014-07-221-200/+220
* | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-226-20/+20
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-3/+3
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-7/+3
* | Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-221-9/+9
* | Add QQuickFontMetrics.Mitch Curtis2014-07-174-2/+455
* | Add containsPress property to MouseAreaMartin Jones2014-07-163-2/+32
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-1027-41/+50
|\|
| * Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
| * Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-0/+5
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-0224-31/+31
| * Fix crash in Flickable with pressDelay.Martin Jones2014-07-021-8/+8
* | Call glBindTexture() via QOpenGLFunctions in qsg_safeguard_texture().Friedemann Kleint2014-07-081-1/+3
* | Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-048-0/+87
* | Remove old state logic for ComboBoxFrederik Gladhorn2014-07-031-4/+0
* | Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-032-5/+8
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-024-5/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-024-5/+8
| |\|
| | * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
| | * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-252-4/+6
| | |\
| | | * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-4/+4
| | | * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
| | * | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* | | | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-022-29/+6
* | | | Fix output of swap times for basic render loopUlf Hermann2014-07-021-2/+2
* | | | Properly collect polish timings from all render loopsUlf Hermann2014-07-0210-25/+25
* | | | Use the same length for all scene graph numeric dataUlf Hermann2014-07-021-1/+1
* | | | QQuickSystemPalette: use QGuiApplication::paletteChanged()J-P Nurmi2014-07-022-44/+15
|/ / /