platform/upstream/qtdeclarative.git
2015-08-25 Lars KnollFix compiler warnings on recent clang
2015-08-25 Lars KnollCreate less BindingWrappers
2015-08-25 Lars KnollFix autotest
2015-08-25 Lars KnollRemove this piece of code
2015-08-24 Ulf Hermannstd::sort JS profiling data instead of insert-sorting it
2015-08-24 Ulf HermannFix profiling of QML/JS compilation
2015-08-24 Simon HausmannFix incorrect signal emission for QML declared properties
2015-08-24 Lars KnollMake iteration over persistent values safer
2015-08-24 Simon HausmannFix use of function expressions with signal handlers
2015-08-21 Robin BurchellImplement support for providing information to Linux...
2015-08-21 Gabriel de... Add isTabFence private flag
2015-08-21 Friedemann... Remove unused member variable QQmlDebugServerThread...
2015-08-20 Lars KnollRemove unused pointer to the context wrapper
2015-08-20 Lars KnollCleanup qmlcontextwrapper usage in XHR
2015-08-20 Lars KnollMove the qmlSingletonWrapper method out of the contextw...
2015-08-20 Lars KnollMove the registerQmlDependencies method into QQmlProper...
2015-08-20 Lars KnollUse the QmlContext as the scope for QQmlV4Function...
2015-08-20 Gunnar SlettaFix rendering to QQuickWindow::renderTarget.
2015-08-20 Miikka HeikkinenAdd possibility to mirror ShaderEffectSource generated...
2015-08-19 Robin BurchellQQuickImageBase: Use QUrl::path() instead of QUrl:...
2015-08-19 Lars KnollCleanup code in the VMEMO
2015-08-19 Lars KnollHold a pointer to the QV4::ExecutionEngine in the prope...
2015-08-19 Lars KnollSwitch to the non compat metacall overload
2015-08-19 Ulf HermannClean up data format for V4 debug connection
2015-08-19 Ulf HermannV4 debugger: Fix expression evaluation
2015-08-19 Ulf HermannV4 Debugger: Avoid special refs when looking up normal...
2015-08-19 Albert Astals CidImprove QQuickImageResponse::textureFactory documentation
2015-08-19 Albert Astals CidFix memory leak when using async image providers
2015-08-19 Simon HausmannFix performance of ListModel::get()
2015-08-18 Lars KnollFix test case
2015-08-18 Lars KnollGet rid of special handling of var properties
2015-08-18 Lars KnollProperly initialize the memberdata to undefined
2015-08-18 Frank MeerkoetterUse the proper static ValueTypeProvider as intended
2015-08-18 Frank MeerkoetterRemove special case for var properties
2015-08-18 Frank MeerkoetterAllocate a JS wrapper if there are any properties
2015-08-18 Frank MeerkoetterUse QV4::MemberData for property storage
2015-08-18 Frank MeerkoetterUpdate copyright notice.
2015-08-18 Frank MeerkoetterRemove QQmlVMEVariant specific workaround
2015-08-18 Frank MeerkoetterRemove unused code
2015-08-18 Frank MeerkoetterMark methods as overrides
2015-08-18 Frank MeerkoetterAlso remove the QQmlValueTypeProvider::destroyValueType...
2015-08-18 Frank MeerkoetterRemove the QQmlVMEVariant implementation
2015-08-18 Frank MeerkoetterRemove the QQmlVMEVariant array member
2015-08-18 Frank MeerkoetterAdapt the ValueTypeProvider interface and port its...
2015-08-18 Frank MeerkoetterPort QVariant away from QQmlVMEVariant
2015-08-18 Frank MeerkoetterPort QObject* away from QQmlVMEVariant
2015-08-18 Frank MeerkoetterRemove QQmlValueTypeProvider::copyValueType
2015-08-18 Frank MeerkoetterPort list properties away from QQmlVmeVariant
2015-08-18 Frank MeerkoetterPort QDate/QDateTime/QRectF away from QQmlVmeVariant
2015-08-18 Frank MeerkoetterPort QUrl/QSizeF away from QQmlVmeVariant
2015-08-18 Frank MeerkoetterStore all properties in one Javascript array
2015-08-18 Frank MeerkoetterStore int/bool/double/string and sizef as QV4::Value...
2015-08-18 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.5' into...
2015-08-18 Friedemann... QmlDevTools: Define QML export macros as empty.
2015-08-18 Ulf HermannMerge remote-tracking branch 'origin/5.5' into 5.6
2015-08-17 Oswald BuddenhagenMerge dev into 5.6
2015-08-17 Mitch CurtisFix casing in Models and Views documentation.
2015-08-17 Robin Burchellqml: Don't build OpenGL support if OpenGL is not availa...
2015-08-17 Gunnar SlettaSupport QSGGeometry::lineWidth also in the batched...
2015-08-16 Simon HausmannAvoid firing up the JS parser/JIT/interpreter when...
2015-08-16 Filippo CucchettoChange TestEvent key default event routing behavior
2015-08-14 Lars KnollSmaller cleanups
2015-08-14 Erik VerbruggenRemove Q_ALWAYS_INLINE definition, as it is now in...
2015-08-13 Sérgio Martinsqml: Avoid heap allocations due to QString::fromLatin1()
2015-08-13 Thiago MacieiraAdd the GPLv3 license text
2015-08-13 Jocelyn TurcotteAvoid rebuiding batches during a material animation
2015-08-13 Ulf HermannAllow specification of loadable debug services via...
2015-08-13 Ulf HermannParse debug server arguments in ctor
2015-08-12 Mitch CurtisCanvas: add a testcase for QSGSimpleTextureNode crash.
2015-08-12 Lars KnollAccess the id objects through a specialized runtime...
2015-08-11 Frank MeerkoetterDo not sort the vector of chunks
2015-08-11 Tobias KoenigFix crash in QQuickCanvasItem::updatePaintNode()
2015-08-11 Mitch CurtisFix incorrectly formatted code in QQmlEngine documentation.
2015-08-10 Ulf HermannMove DataCollector into debugger plugin
2015-08-10 Ulf HermannMove V4 debugger agent into the debugger plugin
2015-08-10 Ulf HermannChange data collection for debugging to use QV4::Value.
2015-08-10 Allan Sandfeld... Font matching by font stylename
2015-08-10 Lars Knolldestruct qobject wrappers before sweeping the GC heap
2015-08-10 Lars KnollEncapsulate and protect all accesses to the vtable...
2015-08-10 Lars KnollAccess context properties through the qml context
2015-08-10 Lars KnollUse the QmlContext to access properties of the scope...
2015-08-10 Lars KnollFix a crash when m_file is 0
2015-08-10 Lars KnollAdd ability to retrieve and use the QmlContext from...
2015-08-09 Lars KnollDon't call the test method assert
2015-08-09 Lars KnollProspective build fix for autotest on mac os x
2015-08-07 Mitch CurtisMake QQmlExtensionPlugin documentation clearer.
2015-08-06 Erik VerbruggenV4: add int32 codepath to Runtime::div.
2015-08-04 Topi ReinioDoc: Fix QtQuick::EnterKey QML type documentation
2015-08-04 Ulf HermannMove QQmlConfigurableDebugService into qmltooling/shared
2015-08-04 Ulf HermannMove debugger-specific services into a common plugin
2015-08-04 Ulf HermannMove profiler and engine control services into a plugin
2015-08-04 Ulf HermannClean up QQmlDebugConnector's addService() and removeSe...
2015-08-04 Ulf HermannDon't ask QQmlDebugService for name() when we already...
2015-08-04 Ulf HermannHide QQmlInspectorServiceImpl in .cpp file
2015-08-04 Ulf HermannRemove extra layer of indirection from inspector service
2015-08-04 Ulf HermannPass QQmlDebugService to AbstractViewInspector
2015-08-04 Ulf HermannMove inspector service and QtQuick2 inspector into...
2015-08-04 Ulf HermannAdd a factory for QQmlDebugService and use it to load...
2015-08-04 Ulf HermannRemove pimpl from debug server connections
2015-08-04 Ulf HermannUse QQmlDebugPluginManager for loading connection plugins
next