aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert ArrayObject over to the new storage schemeLars Knoll2014-07-222-2/+2
* Convert ArgumentsObject over to the new storage schemeLars Knoll2014-07-222-21/+29
* Convert RegexpObject to new storage schemeLars Knoll2014-07-222-36/+45
* Convert FunctionObject to new storage schemeLars Knoll2014-07-223-48/+57
* Convert Boolean and NumberObject to the new Data schemeLars Knoll2014-07-223-18/+20
* First step unifying data structuresLars Knoll2014-07-222-15/+21
* Move ArrayData over to new data layoutLars Knoll2014-07-229-252/+283
* Convert ArgumentsObject to new data layoutLars Knoll2014-07-222-40/+63
* Convert ObjectIterator to new data layoutLars Knoll2014-07-222-9/+17
* Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-225-97/+123
* Convert the remaining classes in functionobject.hLars Knoll2014-07-223-27/+42
* Move data of FunctionObject into an inner structLars Knoll2014-07-229-79/+90
* Convert Boolean, Number and DateObjectLars Knoll2014-07-227-74/+101
* Move object data into internal structureLars Knoll2014-07-2214-229/+240
* Move string data into subclassLars Knoll2014-07-227-99/+115
* Move Managed data into it's own subclassLars Knoll2014-07-2242-354/+356
* Get rid of different macros for vtable specializationsLars Knoll2014-07-2227-108/+55
* Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-225-12/+18
* Avoid calling destroy() on most objectsLars Knoll2014-07-2232-102/+88
* Fix Scoped<T> constructors/assignment operators that take a T*Simon Hausmann2014-07-222-3/+12
* Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-221-9/+9
* qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-214-8/+7
* qml: Fix potential memory leak in the file selectorHolger Hans Peter Freyther2014-07-212-5/+5
* v4: Delay creating the ScopedValue/ScopedProperty in objectLiteralHolger Hans Peter Freyther2014-07-201-15/+19
* v4: Remove dead code ScriptFunction constructorHolger Hans Peter Freyther2014-07-201-6/+1
* v4: Manually inline the access to the execution engineHolger Hans Peter Freyther2014-07-202-14/+7
* 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-1040-71/+79
|\
| * Docs: fix "classname" indentation in the qmldir specsJ-P Nurmi2014-07-091-1/+1
| * Fix role for generic Accessible itemsFrederik Gladhorn2014-07-091-1/+1
| * Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-032-2/+3
| * 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-0235-58/+56
| * 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
* | Make sure JIT architectures lists are in syncDmitry Shachnev2014-07-072-3/+7
* | Fix segfault on certain resize patterns in QQuickWidgetLaszlo Agocs2014-07-071-1/+8
* | Add findChild to TestCase.Mitch Curtis2014-07-043-0/+23
* | Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-048-0/+87
* | V4 IR: (natural) loop detection.Erik Verbruggen2014-07-045-81/+291
* | Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-043-3/+15
* | 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
* | Profiler: Fix MSVC warning about signed integers.Friedemann Kleint2014-07-031-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0212-26/+64
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0212-26/+64
| |\|
| | * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
| | * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3