aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-252-15/+12
| * | Properly refcount the property cacheLars Knoll2015-09-251-0/+4
| * | Cleanups to property allocation in the VMEMOLars Knoll2015-09-252-31/+24
| * | Reimplement the right metaCall() methodLars Knoll2015-09-255-9/+16
| * | Add extension API to QJSEngineMitch Curtis2015-09-255-40/+165
| * | Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-251-8/+50
* | | Add a way to set default font rendering at build time.Stephen Kelly2015-10-133-0/+12
* | | Add caseSensitive property to FolderListModelJoni Poikelin2015-10-125-3/+44
* | | QQuickListView: Make sticky headers & footers work with no list items.Robin Burchell2015-09-281-9/+16
* | | QQuickListViewPrivate::updateHeader: Remove unnecessary nullptr check.Robin Burchell2015-09-281-16/+14
* | | QQuickAnimatorJob: Convert a regular connect to qmlobject_connect.Robin Burchell2015-09-271-1/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-25141-1770/+2083
|\| |
| * | CleanupsLars Knoll2015-09-251-32/+22
| * | Reduce memory consumption of signal handlersLars Knoll2015-09-254-8/+23
| * | Set the correct prototype at construction timeLars Knoll2015-09-252-6/+4
| * | Smaller cleanupsLars Knoll2015-09-253-14/+14
| * | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
| * | Improve algorithm to handle GC of StringsLars Knoll2015-09-251-6/+7
| * | Fall back to the correct methodLars Knoll2015-09-251-1/+1
| * | Cosmetic improvements to marking of objects during GCLars Knoll2015-09-252-6/+7
| * | Speed up creation of Array literalsLars Knoll2015-09-253-9/+22
| * | Add method to convert identifiers back into QV4::String objectsLars Knoll2015-09-253-1/+20
| * | Minor cleanupLars Knoll2015-09-251-1/+1
| * | Speed up QQmlEngine constructorLars Knoll2015-09-254-37/+48
| * | Fix baseline of text with vertical align != TopEskil Abrahamsen Blomfeldt2015-09-241-4/+5
| * | Improve warning for QtQml.BindingTobias Koenig2015-09-241-3/+33
| * | Factor out method to get pretty QML type nameTobias Koenig2015-09-243-27/+42
| * | Fix read of uninitialized value (undefined behavior)Thiago Macieira2015-09-241-2/+2
| * | Add a \sinceLars Knoll2015-09-231-0/+2
| * | Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-1/+7
| * | Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
| * | Fix function signatureLars Knoll2015-09-223-11/+11
| * | Fixes to Error objectsLars Knoll2015-09-225-138/+121
| * | Avoid a function call when allocation new objectsLars Knoll2015-09-222-48/+44
| * | Move remaining objects to new constructor syntaxLars Knoll2015-09-2235-226/+145
| * | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-2215-72/+63
| * | Simplify new construction schemeLars Knoll2015-09-2210-57/+133
| * | move error objects over to new construction schemeLars Knoll2015-09-225-94/+147
| * | Convert variant object and ObjectProtoLars Knoll2015-09-225-14/+25
| * | Use the new construction scheme for RegExpObjectsLars Knoll2015-09-225-56/+46
| * | Move more objects over to the new allocation schemeLars Knoll2015-09-2211-85/+66
| * | Inline property data into the objectLars Knoll2015-09-225-35/+114
| * | QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
| * | Make QML composite types inherit enumsJ-P Nurmi2015-09-219-15/+48
| * | Remove some dead codeSimon Hausmann2015-09-214-56/+10
| * | TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-212-4/+17
| * | Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
| * | ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-211-0/+9
| * | Fix typo in scenegraph documentationMitch Curtis2015-09-211-1/+1
| * | QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9