platform/upstream/qtdeclarative.git
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
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 Nico VertriestDoc: added documentation to undocumented methods
2015-08-04 Eskil Abrahamsen... Fix selections in tables that span over several cells
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 Mitch CurtisRephrase sentence about versioning in QQmlExtensionPlug...
2015-08-03 Mitch CurtisConsolidate duplicated QQmlExtensionPlugin documentation.
2015-08-03 Mitch CurtisFix typo in plugin documentation.
2015-08-03 Friedemann... Fix shared example header.
2015-08-03 Eskil Abrahamsen... Fix selecting single character in middle of string
2015-08-03 Eskil Abrahamsen... Fix disappearing selection spanning different scripts
2015-08-02 Frank MeerkoetterRemove unused code
2015-07-31 Thiago MacieiraWork around ICC 16 beta compiler bug in SFINAE expansion
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
next