| Commit message (Expand) | Author | Age | Files | Lines |
| * | Quick: Make sure the module initialization runs in static builds | Ulf Hermann | 2020-08-10 | 1 | -197/+0 |
| * | Remove explicit registration of QKeySequence::StandardKey | Ulf Hermann | 2020-07-13 | 1 | -9/+0 |
| * | Make the qtquick and qtqml plugins optional | Ulf Hermann | 2020-07-02 | 1 | -14/+11 |
| * | Clean up registration of QEasingCurve | Ulf Hermann | 2020-05-19 | 1 | -1/+0 |
| * | Generate registrations for all imports | Ulf Hermann | 2020-01-10 | 1 | -3/+8 |
| * | Specify parameters of type registration in class declarations | Ulf Hermann | 2019-09-26 | 1 | -2/+0 |
| * | Clean up type registration | Ulf Hermann | 2019-04-18 | 1 | -1/+0 |
| * | Fix use of OpenGL scenegraph in static builds | Allan Sandfeld Jensen | 2018-10-09 | 1 | -7/+0 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Make qml-debug a proper feature | Ulf Hermann | 2017-11-08 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -2/+3 |
| |\ |
|
| | * | Cleanup and reduce the number of overloads for QQmlBinding::create() | Lars Knoll | 2016-12-06 | 1 | -1/+2 |
| | * | Get rid of most QT_NO_FOO usages | Lars Knoll | 2016-11-29 | 1 | -1/+1 |
| * | | Quick: add missing 'override' | Anton Kudryavtsev | 2016-10-07 | 1 | -13/+13 |
| |/ |
|
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -1/+1 |
| * | Replace debugger and profiler with stubs on -no-qml-debug | Ulf Hermann | 2016-07-28 | 1 | -0/+7 |
| * | Remove some unnecessary includes | Ulf Hermann | 2016-07-26 | 1 | -1/+0 |
| * | QML: Specialize bindings based on target property type. | Erik Verbruggen | 2016-06-27 | 1 | -3/+4 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | QmlDebug: move QQuickProfiler into a plugin | Ulf Hermann | 2015-11-17 | 1 | -4/+0 |
| * | Retrieve services from debug connector, not via static instance() | Ulf Hermann | 2015-08-04 | 1 | -6/+8 |
| * | Extract minimal abstract interfaces from debug services. | Ulf Hermann | 2015-08-04 | 1 | -1/+1 |
| * | Extract minimal interface from QQmlDebugServer and use it. | Ulf Hermann | 2015-07-30 | 1 | -2/+2 |
| * | Remove static proxy methods from QQmlDebugService | Ulf Hermann | 2015-07-29 | 1 | -1/+2 |
| * | Smaller cleanup to QQmlJavaScriptExpression | Lars Knoll | 2015-06-18 | 1 | -1/+0 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Fix QtQuick2 module unload support | Chris Adams | 2014-12-04 | 1 | -0/+5 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Accessibility: Use factory function instead of plugin | Frederik Gladhorn | 2014-03-27 | 1 | -0/+5 |
| * | Move QtQuick profiling to own profiler adapter | Ulf Hermann | 2014-02-15 | 1 | -1/+3 |
| * | Add missing Q_INIT_RESOURCE | Tor Arne Vestbø | 2013-11-05 | 1 | -0/+7 |
| * | Don't use constructor function to initialize providers | Tor Arne Vestbø | 2013-10-15 | 1 | -0/+2 |
| * | Fix license headers of QtQuick sources. | Gunnar Sletta | 2013-09-30 | 1 | -1/+1 |
| * | Remove the remaining dependencies onto the binding rewriter | Lars Knoll | 2013-05-24 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 1 | -24/+24 |
| * | Put basic language types into QtQml import | Chris Adams | 2012-06-21 | 1 | -1/+1 |
| * | QtQuick: Fix warnings about deprecated QWeakPointer usage. | Friedemann Kleint | 2012-06-20 | 1 | -3/+4 |
| * | Merge remote-tracking branch 'origin/master' into api_changes | Lars Knoll | 2012-04-11 | 1 | -5/+1 |
| |\ |
|
| | * | Create plugins for Particles and Window submodules | Matthew Vogt | 2012-04-05 | 1 | -4/+0 |
| * | | Migrate gui dependencies from QtQml to QtQuick. | Matthew Vogt | 2012-03-20 | 1 | -2/+6 |
| |/ |
|
| * | QmlDebugging: Object Tree and States List | Aurindam Jana | 2012-03-19 | 1 | -11/+6 |
| * | Remove binding dependency on QQmlExpression | Aaron Kennedy | 2012-03-15 | 1 | -2/+3 |
| * | Rename QDeclarative symbols to QQuick and QQml | Matthew Vogt | 2012-02-24 | 1 | -43/+43 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update obsolete contact address. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | QDeclarativeExpression: storing column number in expression location | Christiaan Janssen | 2012-01-16 | 1 | -3/+3 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Say hello to QtQuick module | Kent Hansen | 2011-12-02 | 1 | -0/+193 |