aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-093-145/+63
| | * Fix some typos in documentation.Jeff Tranter2014-01-091-1/+1
| | * Fix broken build with Clang < 3.4 after 60aed669345be33b916c445565Thiago Macieira2014-01-081-1/+2
* | | [new compiler] Fix assignments to enums from string literalSimon Hausmann2014-01-141-1/+7
* | | [new compiler] Fix mix of bindings and signal handlersSimon Hausmann2014-01-141-1/+1
* | | [new compiler] Fix error handling for property names that look like signalsSimon Hausmann2014-01-141-4/+4
* | | [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-142-51/+52
* | | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-143-65/+75
|/ /
* | [new compiler] CleanupsSimon Hausmann2014-01-104-900/+900
* | [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-107-35/+124
* | [new compiler] CleanupsSimon Hausmann2014-01-105-86/+155
* | [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-093-44/+54
* | Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-092-0/+6
* | Classify struct Use with Q_MOVABLE_TYPE.Sérgio Martins2014-01-091-0/+3
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-0910-70/+70
* | Smaller code cleanupLars Knoll2014-01-092-24/+13
* | Rework array handling for JS objectsLars Knoll2014-01-0932-799/+1295
* | Fixes for argument objectsLars Knoll2014-01-094-4/+14
* | Add Object::hasOwnProperty()Lars Knoll2014-01-095-10/+16
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-083-10/+168
|\|
| * V4: optimize dominator frontier storage.Erik Verbruggen2014-01-081-7/+164
| * Ameliorate DocumentationAlan Alpert2014-01-071-2/+3
| * [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-1/+1
* | [new compiler] CleanupsSimon Hausmann2014-01-085-173/+308
* | [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-085-82/+103
* | [new compiler] Fix assigning signal handlersSimon Hausmann2014-01-081-1/+4
* | [new compiler] Initial support for custom parsersSimon Hausmann2014-01-089-10/+117
* | [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-086-10/+44
* | [new compiler] Fix determination of id objects within component boundariesSimon Hausmann2014-01-062-28/+22
* | [new compiler] Add support for parser status callbacksSimon Hausmann2014-01-063-0/+41
* | Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-066-31/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-0619-210/+241
|\|
| * Remove unused static functions from QtQml found by Clang 3.4Thiago Macieira2014-01-041-28/+0
| * Also fix the unused variable warning that ICC found with ClangThiago Macieira2014-01-041-0/+2
| * Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-022-3/+8
| * Fix lookups of enums in singletonsSimon Hausmann2014-01-021-35/+26
| * V4: remove class field in DominatorTree that was used only once.Erik Verbruggen2014-01-021-21/+18
| * V4 IR: do not add unconditional jumps to work listsErik Verbruggen2014-01-021-1/+4
| * V4 IR: change datastructures for dominator calculations.Erik Verbruggen2014-01-021-112/+172
| * Doc: Fix broken linksSze Howe Koh2013-12-3014-24/+25
* | Move array data into it's own structLars Knoll2014-01-0315-333/+336
* | Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-036-9/+10
* | Use the flags to check whether a Managed is of a certain typeLars Knoll2014-01-032-6/+5
* | Fix compiler warning about wrong reinterpret_castLars Knoll2014-01-031-4/+4
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-0332-82/+175
* | Clear out memory in the GC, not when constructing objectsLars Knoll2014-01-032-4/+2
* | Do not call InternalClass::changeVTable directlyLars Knoll2014-01-032-4/+6
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-245-22/+53
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-245-22/+53
| |\|
| | * Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2