platform/upstream/qtdeclarative.git
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-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
2015-08-04 Ulf HermannDeduplicate debug server connection code.
2015-08-04 Ulf HermannRemove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServer
2015-08-04 Ulf HermannMove QQmlDebugServer into a plugin
2015-08-04 Ulf HermannSimplify QQmlDebugServer::enableFromArguments
2015-08-04 Ulf HermannEliminate QQmlDebugServerInstanceWrapper
2015-08-04 Ulf HermannRetrieve services from debug connector, not via static...
2015-08-04 Ulf HermannExtract minimal abstract interfaces from debug services.
2015-08-04 Ulf HermannPeriodically flush profiling data to client.
2015-08-04 Ulf HermannProfile eval() and global script execution
2015-08-04 Ulf HermannAvoid QVector::pop_front()
2015-08-04 Laszlo AgocsAvoid multisampled contexts in QQuickWidget
2015-08-04 Ulf HermannFix namespaces in inspector plugin
2015-08-03 Kai Uwe BroulikAdd EnterKey attached property
2015-08-03 Albert Astals CidSend the mouse events to the correct window
2015-08-03 Friedemann... Fix shared example header.
2015-08-02 Frank MeerkoetterRemove unused code
2015-07-31 Ulf HermannMake QQmlConfigurableDebugService a template
2015-07-31 Ulf HermannRemove pimpl from all classes derived from QQmlDebugService
2015-07-31 Frank MeerkoetterRemove superfluous check
2015-07-31 Frank MeerkoetterRemove unused QQmlPool
2015-07-31 Ulf HermannUse signal/slot for passing messages through QQmlDebugS...
2015-07-31 Ulf HermannSimplify thread synchronization in QQmlDebugServer
2015-07-31 Ulf HermannRemove QQmlDebugServer::advertisePlugins()
2015-07-31 Ulf HermannAdd some diagnostics to pixmap cache test
2015-07-30 Ulf HermannMake QQmlDebugService::registerService() private and...
2015-07-30 Ulf HermannMake sure QQmlDebugServer does not deadlock in blocking...
2015-07-30 Ulf HermannMove debugger initialization out of QQmlDebugServer...
2015-07-30 Ulf HermannExtract minimal interface from QQmlDebugServer and...
2015-07-30 Eskil Abrahamsen... Fix trailing comma at end of enumerator list
2015-07-30 Thomas HartmannFix warnings
2015-07-29 Ulf HermannAdd namespace declarations to qv4debugging.cpp
2015-07-29 Ulf HermannImprove QV4DebugService debug output
2015-07-29 Ulf HermannUse QVector rather than QList for storing QQmlProfilerData
2015-07-29 Ulf HermannRemove qqmlinspectorconstants.h
2015-07-29 Ulf HermannClean up project files for debug connections
2015-07-29 Ulf HermannFix includes for QQmlDebugServerConnection
2015-07-29 Ulf HermannRemove QQmlDebugService::objectToString()
2015-07-29 Ulf HermannDon't exposes QQmlDebugServer's list of services.
2015-07-29 Ulf HermannMake QQmlDebugService's state and engine callbacks...
2015-07-29 Ulf HermannRemove some methods from QQmlDebugServer
2015-07-29 Ulf HermannRemove static proxy methods from QQmlDebugService
2015-07-29 Ulf HermannDon't wait for debug services if none are active
2015-07-29 Erik VerbruggenConditionally define Q_ALWAYS_INLINE.
2015-07-29 Friedemann... tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMP...
2015-07-28 Ulf HermannAvoid QVector::pop_front()
2015-07-27 Friedemann... tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY...
2015-07-27 Friedemann... Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIF...
2015-07-25 Frank MeerkoetterRemove unused code
2015-07-24 Erik VerbruggenRemove type punning from QV4::Value.
2015-07-23 Ulf HermannDon't remove inspector service if no plugins are available
2015-07-23 Ulf HermannRemove some unused friend declarations
2015-07-23 Ulf HermannFix broken Q_UNUSED declarations in QQmlDebugServer
2015-07-23 Ulf Hermannqmlprofiler: Use QQmlProfilerDefinitions for accessing...
2015-07-22 Friedemann... Port examples to new connection syntax.
2015-07-22 Thomas HartmannProperty names can be utf8
2015-07-22 Friedemann... Fix QString-related warnings in quick designer support.
2015-07-22 Thomas HartmannImplmementing missing function of QQuickDesignerSupport...
2015-07-22 Michael BrasserEmit movement signals for flick().
2015-07-22 Ulf HermannMake tst_QQmlInspector::reloadQmlWindow() fail more...
2015-07-22 Ulf HermannAdd debug plugin manager
2015-07-22 Ulf HermannMove data stream version into QQmlDebugStream
2015-07-21 Kavindra PalarajaPolished documentation for the Binding type.
2015-07-21 Ulf HermannSimplify object/id lookup in QQmlDebugService
2015-07-20 Alberto MardeganDon't change the currentItem after a viewport resize
2015-07-20 Ulf HermannUse QVector instead of QList in V4 profiler
2015-07-20 Ulf HermannMake name and version of QQmlDebugService const
2015-07-20 Sérgio Martinsqml: Remove unneeded copy-ctor and copy-assignment...
2015-07-20 Sérgio Martinsqml: Pass non-trivially-copyable types by const-ref
2015-07-20 Ulf HermannUnify #include syntax
2015-07-20 Ulf HermannMake QQmlDebugService::name() a const reference
2015-07-18 Ulf HermannWith -no-qml-debug, don't compile debug plugins and...
2015-07-18 Sérgio MartinsUse by-ref in foreach when T is large or non-trivial
2015-07-18 Valery KotovQML Engine: Support for "PROPFIND" method for XMLHTTPRe...
2015-07-17 Thomas HartmannAdding tests for DesignerSupport
2015-07-17 Thomas HartmannAdding more DesignerSupport functions
2015-07-17 Thiago MacieiraUse the to/from Hex functions from QtCore
2015-07-16 Friedemann... tst_qquickmultipointtoucharea: Do not rely on qCompare...
2015-07-16 Thomas HartmannRemove DesignerSupport from bic/data
2015-07-15 Ulf HermannAdapt to deprecation of QProcess::error(...) signal
next