platform/upstream/qtdeclarative.git
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...
2014-01-24 Sergio Martinswince: Build fix, Windows can also run on ARM.
2014-01-24 Sérgio Martinswince: Build fix, assert() is not present in this platform.
2014-01-24 Sergio Martinswince: Build fix, abort() is not available on this...
2014-01-24 Simon HausmannUpdate our double conversion code to the latest release...
2014-01-24 Lars KnollDon't write into the callers stack frame
2014-01-24 Simon HausmannMerge "Merge remote-tracking branch 'origin/release...
2014-01-24 Erik VerbruggenV4: fix life-time hole check.
2014-01-24 Simon HausmannMerge remote-tracking branch 'origin/release' into...
2014-01-23 Lars KnollTurn ArrayData into a Managed object
2014-01-23 Lars KnollFix compile error with clang 3.4
2014-01-23 Friedemann... Fix warning about comparing double to boolean in js_eq...
2014-01-23 Daniel PeschQmlplugindump error messages are not written consistently
2014-01-23 Friedemann... Fix warning about unsafe flag operation in qqmltypecomp...
2014-01-23 Ulf HermannRename V8 profiler classes to V4
2014-01-23 Thiago MacieiraUpdate changelog for 5.2.1
2014-01-23 Erik VerbruggenV4: remove more superfluous spills.
2014-01-22 J-P NurmiQQuickText: fix layout mirroring
2014-01-22 Oswald Buddenhagenfix whitespace
2014-01-22 Ulf HermannFurther pack messages for QQmlProfilerService
2014-01-22 Ulf HermannPut calls to QQmlVmeProfiler behind "if (enabled)"...
2014-01-22 Gunnar SlettaOnly look at alpha to decide if rectangle has fill...
2014-01-22 Gunnar SlettaEnforce texture cleanup to happen at the end of the...
2014-01-22 Ulf HermannPut multiple QML profiling messages into one object...
2014-01-22 Gunnar SlettaRevert QSGRenderNode to the old "in context" behavior
2014-01-22 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2014-01-22 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2014-01-22 Gunnar SlettaMake it possible to render without a depth buffer.
2014-01-22 Ulf HermannUnify calls to profiler service event methods.
2014-01-21 Martin JonesEnsure Flickable bounds detection is executed at the...
2014-01-21 Lars KnollSplit ManagedVTable into two classes
2014-01-21 Ulf HermannParse source location for signal handling functions
2014-01-21 Ulf HermannRetrieve detailed location information when profiling...
2014-01-21 Alex BlascheMake compile on DragonFly BSD.
2014-01-21 Ulf HermannAdd missing test data files to .pro
2014-01-21 Daniel Peschqmplugindump is not able to dump all registered components
2014-01-21 Lars KnollAdjust method naming to be closer to Managed
2014-01-21 Lars KnollReorder members in ManagedVTable
2014-01-20 Lars KnollUse lookups for indexed accesses
2014-01-20 Lars KnollAdd a SimpleArrayData class
2014-01-20 Lars KnollSave memory on array data
2014-01-20 Lars KnollChanges to the structure of Property
2014-01-20 Lars KnollFixes to sparse array handling
2014-01-20 Lars KnollSmall bug fix
2014-01-20 Lars KnollFix a small bug in queryIndexed() for StringObjects
2014-01-20 Lars KnollDon't return a Property pointer in Object::advanceIterator
2014-01-20 Lars KnollRemove Property * return value from ObjectIterator
2014-01-20 Lars Knollclean up Object::has(Own)Property
2014-01-20 Lars KnollLookup::lookup should not return a Property pointer
2014-01-20 Simon Hausmann[new compiler] Correct the use of default property
2014-01-20 Daniel Peschqmlplugindump: New component properties isCreatable...
2014-01-20 Simon HausmannAdd support for deprecated RegExp (constructor) properties
2014-01-20 Simon Hausmann[new compiler] Fix implicit component determination...
2014-01-20 Simon Hausmann[new compiler] Fix duplicate property/signal name detec...
2014-01-20 Simon Hausmann[new compiler] Add support for QML list models
2014-01-20 Simon Hausmann[new compiler] Fix type versioning
2014-01-20 Simon Hausmann[new compiler] Fix refcounting leaks with property...
2014-01-20 Simon Hausmann[new compiler] Fix customer parser use with nested...
2014-01-20 Simon Hausmann[new compiler] Fix id mapping in implicitly defined...
next