platform/upstream/qtdeclarative.git
2014-02-07 Lars KnollMake the Ref classes not template based
2014-02-07 Lars KnollRename Referenced to ManagedRef
2014-02-07 Lars KnollMove Referenced together with Managed
2014-02-07 Frederik GladhornAccessibility: respect password state
2014-02-07 Friedemann... Add a test HTTP server as manual test.
2014-02-07 Eskil Abrahamsen... Android: Fix crash when using images in QML
2014-02-07 Simon HausmannFix memory management issue with accessors
2014-02-05 Simon Hausmann[new compiler] Fix crash in qml delegate model
2014-02-05 Simon Hausmann[new compiler] Fix propagation of imported scripts...
2014-02-05 Ulf HermannPrevent concurrent access to v4 debugger
2014-02-05 Ulf HermannUnify the interface for QQmlDebugServices
2014-02-05 Lars KnollMove PersistenValue and WeakValue into it's own file
2014-02-05 Lars KnollSmaller performance fixes
2014-02-05 Lars KnollRemove an unused constructor
2014-02-05 Ulf HermannForce QML engine debug output to stderr in qmlplugindump
2014-02-05 Lars KnollAdd a special Debug instruction to the interpreter...
2014-02-05 Simon Hausmann[new compiler] Fix logic error in enum resolver
2014-02-04 Simon Hausmann[new compiler] Fix partial bindings on value types
2014-02-04 Simon Hausmann[new compiler] Fix order of alias vs non-alias bindings
2014-02-04 Simon Hausmann[new compiler] Fix bindings on aliases
2014-02-04 Simon Hausmann[new compiler] Set the rootObjectInCreation flag correc...
2014-02-04 Simon Hausmann[new compiler] Fix JS ownership of QML created objects
2014-02-04 Simon Hausmann[new compiler] Fix binding initialization order
2014-02-04 Simon Hausmann[new compiler] Cleanup empty string handling
2014-02-04 Simon HausmannFix canvas tests after commit 439f31f128e70ecae16544ee7...
2014-02-04 Simon HausmannFix occasional crashes in canvas getImageData and other...
2014-02-04 Ulf HermannSet breakpoints before connect() in JS debugging unit...
2014-02-04 Gunnar SlettaSupport batching of rotated antialiased elements.
2014-02-03 Thiago MacieiraNormalize signal & slot signatures in connection
2014-02-03 Simon HausmannAdd missing export macro to QQuickTransform
2014-02-03 Simon HausmannFix nasty bug in property cache leading to inaccessible...
2014-02-03 Simon Hausmann[new compiler] Propagate JS code gen errors
2014-02-03 Simon Hausmann[new compiler] Fix error reporting for invalid regexp...
2014-02-03 Simon Hausmann[new compiler] Fix context sharing for imported JS...
2014-02-03 Simon Hausmann[new compiler] Fix sanity checking of parameter names...
2014-02-03 Simon Hausmann[new compiler] Fix revisioning
2014-02-03 Simon Hausmann[new compiler] Allow function calls during initial...
2014-02-03 Simon Hausmann[new compiler] Fix error message about final property...
2014-02-03 Simon Hausmann[new compiler] Fix error messages when trying to create...
2014-02-03 Simon Hausmann[new compiler] Fix error message when assigning lists...
2014-02-03 Simon Hausmann[new compiler] Don't allow setting the id property...
2014-02-03 Simon Hausmann[new compiler] Fix error messages for binding vs. prope...
2014-02-03 Simon Hausmann[new compiler] Cleanups
2014-02-03 Simon Hausmann[new compiler] Fix invalid id error messaging for empty IDs
2014-02-03 Simon Hausmann[new compiler] Try to resolve qualified enums at type...
2014-02-03 Simon Hausmann[new compiler] Fix location reported on function declar...
2014-02-03 Simon Hausmann[new compiler] Fix datetime property conversion to...
2014-02-03 Simon Hausmann[new compiler] Fix signal handlers that are fuzzily...
2014-02-03 Simon Hausmann[new compiler] Fix location when reporting signal decla...
2014-02-03 Simon Hausmann[new compiler] Fix signal handler parameters for overlo...
2014-02-03 Simon Hausmann[new compiler] Add support for signal handler objects
2014-02-03 Simon Hausmann[new compiler] Fix property declarations inside group...
2014-02-03 Simon Hausmann[new compiler] Fix location of errors in group property...
2014-02-03 Simon Hausmann[new compiler] Fix recursive property validation across...
2014-02-02 Gabriel de... alloca() is declared in stdlib.h on BSD systems
2014-01-31 Lars KnollUse lookups for get/setElement in the interpreter
2014-01-31 Lars KnollRemove unused macro
2014-01-31 Lars KnollMove ValueRef into qv4value_p.h
2014-01-31 Lars KnollDisentangle some includes
2014-01-31 Lars KnollMove Encode into qv4value_p.h
2014-01-31 Lars KnollCleanups
2014-01-31 Lars KnollGet rid of the SafeObject class
2014-01-31 Lars KnollMove ArrayElementLessThen to qv4arraydata.cpp
2014-01-31 Lars KnollRename some files
2014-01-31 Lars KnollImplement Lookup::indexedSetter
2014-01-31 Lars KnollFix a bug in qmljs_set_element and improve it's performance
2014-01-31 Ulf HermannBe stricter about the number of messages when testing...
2014-01-30 Ulf HermannMake the QML debug server thread safe
2014-01-30 Ulf HermannMake QML import thread safe.
2014-01-30 Erik VerbruggenV4: remove unused field.
2014-01-29 Gunnar SlettaVisualization modes for rendering.
2014-01-29 Ulf HermannChange QQmlProfilerService::instance to be a getter
2014-01-29 Ulf HermannAllow debug plugin registrations from other threads...
2014-01-29 Ulf HermannProperly wait for stdout in test
2014-01-29 Eskil Abrahamsen... Add test for shaping and rendering Sinhala text
2014-01-29 Simon Hausmann[new compiler] Avoid uncreatable type errors for types...
2014-01-29 Simon Hausmann[new compiler] Fix timing of property assignment error...
2014-01-29 J-P NurmiExpose TextEdit::linkAt(x, y)
2014-01-29 J-P NurmiExpose Text::linkAt(x, y)
2014-01-28 Friedemann... Skip animations tests for MinGW.
2014-01-28 Lars KnollUpdate TestExpectations
2014-01-28 Simon Hausmann[new compiler] Report errors when trying to bind to...
2014-01-28 Simon Hausmann[new compiler] Improved error handling
2014-01-28 Simon HausmannImproved error handling for namespaced property bindings
2014-01-27 Tor Arne VestbøMove logic for determining native vs. DF text into...
2014-01-27 Tor Arne VestbøAllow renderType: Text.NativeRendering on retina displa...
2014-01-27 Ulf HermannMake sure a profiling range is started for every handle...
2014-01-27 Frederik GladhornAccessibility: add states to QQuickAccessibleAttached
2014-01-27 Simon Hausmann[new compiler] Fix support for namespaces in attached...
2014-01-24 Simon HausmannMerge "Merge remote-tracking branch 'origin/stable...
2014-01-24 Simon HausmannMerge remote-tracking branch 'origin/stable' into dev
2014-01-24 Friedemann... Fix MSVC-warnings about double to float truncation...
2014-01-24 Friedemann... Fix MSVC-warning about unused variable in tst_qqmlappli...
2014-01-24 Simon HausmannAllocate the ArrayData object and it's data together
2014-01-24 Lars KnollChange virtual methods in ArrayData to take Object...
2014-01-24 Jorgen LindDont define CAN_BACKTRACE_EXECINFO when building on...
2014-01-24 Simon Hausmann[new compiler] Fix error message when trying to create...
2014-01-24 Simon Hausmann[new compiler] Fix crash in loading qtquick controls
2014-01-24 Andrew KnightFix build on WinRT
2014-01-24 Erik VerbruggenFix various compiler warnings in order to remove warn_o...
next