platform/upstream/qtdeclarative.git
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
2013-04-03 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2013-04-03 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2013-04-03 Thiago MacieiraFix export macros for the QML parser export.
2013-04-02 Alan AlpertStabilize Code
2013-04-02 Alan AlpertVersion new signals
2013-04-02 Michael BrasserProvide workaround to slow glyph cache updates.
2013-04-02 Gunnar SlettaUse distance fields for text on retina displays
2013-04-02 Lars KnollDefine MODULE_VERSION so it builds against latest qtbase
2013-04-02 Lars KnollSome further fixes to the v8 API
2013-04-02 Lars KnollImplement v8::StackFrame and v8::StackTrace
2013-04-02 Michael BrasserFix incorrect merge in textureprovider example.
2013-04-02 Aurindam JanaQmlProfiling: Test case uses port range
2013-04-02 Aurindam JanaDebugger: Accepts port range as arguments
2013-04-02 Michael BrasserUpdate EtcProvider example to support configurable...
2013-04-02 Gunnar SlettaFix distance field antialiasing for retina displays.
2013-04-02 Gunnar SlettaShow fullscreen button in qmlscene on Mac
2013-04-01 Simon HausmannSpeed up regexp creation through caching
2013-04-01 Simon HausmannChanged RegExp to be garbage collected instead of refer...
2013-04-01 Simon HausmannFix license headers
2013-04-01 Simon HausmannFix memory allocation of executable code
2013-03-30 Sze Howe KohDoc: Fix some titles and links
2013-03-30 Sze Howe KohDoc: Update module "Qt Declarative" -> "Qt Quick"
next