platform/upstream/qtdeclarative.git
2013-04-19 Lars KnollGet rid of qv8stringwrapper
2013-04-19 Lars KnollMove more code over to use v4.
2013-04-19 Lars KnollConvert SQL errors to use v4 API
2013-04-19 Lars KnollMove DOM errors over to use v4 directly
2013-04-19 Lars KnollSmall fixes to auto test
2013-04-19 Lars KnollImplement most of QJSEngine against V4
2013-04-19 Lars KnollImplement QJSValueIterator
2013-04-18 Lars KnollCleanup lots of V8 dependencies in QJS* classes
2013-04-18 Simon HausmannFix VM::Value return value passing on Windows
2013-04-18 Lars KnollBetter implementation of persistent values
2013-04-17 Lars KnollFixes to exception handling in the v8 API
2013-04-17 Tor Arne VestbøUse 'template' keyword to treat 'vector' as a dependent...
2013-04-17 Tor Arne VestbøiOS: Don't enable PROT_WRITE and PROT_EXEC at the same...
2013-04-17 Tor Arne VestbøMake fields of QQmlJS::JS::Managed public, they are...
2013-04-17 Tor Arne VestbøiOS: Don't generate exception tables
2013-04-17 Tor Arne VestbøDon't use std::vector::shrink_to_fit(), it's C++11...
2013-04-17 Tor Arne VestbøFix build on iOS
2013-04-16 Simon HausmannFix build with MSVC
2013-04-16 Simon HausmannSpeed up regular expression matching
2013-04-16 Lars KnollFix a ### in Regexp.toString
2013-04-16 Lars KnollFix two more corner cases in the v8 API
2013-04-15 Lars KnollImplement v8::LowMemoryNotification and IdleNotification
2013-04-15 Lars KnollFix a bug in the v8 API wrapper
2013-04-15 Simon HausmannFix crash in v8 bindings
2013-04-15 Simon HausmannFix compilation with built-in v4vm JS engine
2013-04-15 Simon HausmannAdjust to API changes after eliminating Handle<T>:...
2013-04-15 Simon HausmannFix compilation with v4vm's v8 compatibility headers
2013-04-15 Simon HausmannMerge branch 'master' of ssh://codereview.qt-project...
2013-04-15 Simon HausmannFix loading of this value on 32-bit
2013-04-15 Lars KnollTiny optimisation
2013-04-15 Lars KnollAdd some inline property data to Object
2013-04-15 Lars KnollSmaller cleanups
2013-04-15 Lars KnollRemove context argument for increment/decrement value
2013-04-15 Lars KnollFix compilation in release mode
2013-04-15 Lars KnollSpecialized lookups for accessor properties
2013-04-15 Lars KnollImplement fast lookup for constructor calls to the...
2013-04-15 Lars KnollRemove unused method
2013-04-15 Lars KnollSmall fix for qmljs_delete_subscript
2013-04-15 Lars KnollRemove the context pointer from unary operations
2013-04-15 Lars KnollGet rid of qmljs_get_this_object
2013-04-15 Lars KnollRemove the ExecutionContext parameter from some methods
2013-04-15 Lars Knolluse lookups for the global scope
2013-04-14 Lars KnollIntroduce specialized lookup methods
2013-04-14 Lars KnollMove the lookup class into it's own file
2013-04-12 Simon HausmannFix build of the rest of v4vm against WTF/JSC update
2013-04-12 Simon HausmannApply modifications on top of WTF/JSC
2013-04-12 Simon HausmannWTF/JSC update to r148273
2013-04-12 Lars KnollSmaller cleanup in the lookup code
2013-04-12 Lars KnollRename file to reflect class name change
2013-04-12 Lars KnollRemove getValueChecked()
2013-04-12 Lars KnollRemove context arguments where they aren't required
2013-04-12 Lars KnollSimplify logic for put and putIndexed
2013-04-12 Lars KnollMove property attributes out of the property arrays
2013-04-12 Lars KnollSmall fix to PropertyAttributes
2013-04-12 Lars KnollMove functionality from PropertyDescriptor to Property
2013-04-12 Lars KnollUse PropertyAttributes in PropertyDescriptor
2013-04-12 Lars KnollMake the PropertyAttributes a proper class
2013-04-12 Lars KnollChange internal class when attributes of properties...
2013-04-10 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2013-04-09 Liang QiAdded more tests for activeFocusOnTab
2013-04-09 Thiago MacieiraFix new warnings in qtdeclarative (found by GCC 4.8)
2013-04-08 Liang QiVersion new property and signal
2013-04-08 Lars KnollSimplify internal class logic
2013-04-08 Lars KnollAvoid defining name twice in some error objects
2013-04-08 Lars KnollStore the global object as an Object pointer in the...
2013-04-08 Sergio AhumadaAdd change log file for Qt 5.1.0
2013-04-07 Lars KnollChange the Context stack back to a singly linked list
2013-04-06 Lars KnollConvert the remaining builtin methods to use the Simple...
2013-04-06 Lars KnollIntroduce a SimpleCallContext for simple functions
2013-04-06 Aurindam JanaQmlDebugging: Remove 'insignificant_test'
2013-04-06 Yoann LopesFixed distance field text when using non-opaque colors.
2013-04-06 Caroline ChaoTestLib: Add more mouseMove in mouseDrag implementation
2013-04-06 Yoann LopesUse correct alpha range for the distance field outlined...
2013-04-06 Lars KnollFix scope for functions created through bind()
2013-04-05 Lars KnollMove arguments out of ExecutionContext and into CallContext
2013-04-05 Lars KnollMove activation out of ExecutionContext
2013-04-05 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2013-04-05 Lars KnollDon't create new Objects in the current scope
2013-04-05 Lars KnollMove function pointer from ExecutionContext to CallContext
2013-04-05 Lars KnollRemove unused methods
2013-04-05 Lars KnollMove locals from ExecutionContext to CallContext
2013-04-05 Lars KnollSplit out the Context for With/Catch into their own...
2013-04-05 Lars KnollIntroduce different context types
2013-04-05 Yoann LopesImplemented text styles for QSGDefaultGlyphNode.
2013-04-05 Albert Astals CidMake keyClick/Press/Release work with a char
2013-04-05 Eskil Abrahamsen... Android: Support implicit import paths for assets:...
2013-04-05 Lars KnollClean up the property lookup code
2013-04-05 Frederik GladhornRemove unused declaration of accessibility text functions.
2013-04-05 Caroline ChaoTestLib: add mouse release at the end of a mouseDrag
2013-04-04 Thiago MacieiraFix autotest-exported class from QtQuick.
2013-04-04 Gunnar SlettaRemove the APPLE_texture_format path
2013-04-04 Gunnar SlettaRemove resize hook from QSGRenderLoop, exposureChanged...
2013-04-04 Gunnar SlettaOur debug env vars are a mess. Standardize on QSG_RENDE...
2013-04-04 Shawn RutledgeCorrect image provider example path in documentation
2013-04-04 Pierre RossiQQuickTextEdit: render inline images after change 48798
2013-04-04 Lars KnollCreate some execution contexts on the stack again
2013-04-04 Shawn RutledgeMark tst_dialogs insignificant to stop geting CI failures
2013-04-04 Simon HausmannRemove stray backslash
2013-04-03 Lars KnollDon't include internal headers in qv4v8.h
2013-04-03 Lars KnollSpeed up Context creation and handling
next