| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | QML Type Registrar changes | Leander Beernaert | 2020-01-24 | 2 | -0/+20 | |
| | * | | | | Support for QML Types Registrar | Leander Beernaert | 2020-01-24 | 1 | -0/+134 | |
| | * | | | | Post merge fixes | Leander Beernaert | 2020-01-24 | 3 | -44/+24 | |
| | * | | | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Leander Beernaert | 2020-01-16 | 89 | -587/+1142 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Post Merge Fixes | Leander Beernaert | 2019-11-25 | 3 | -0/+7 | |
| | * | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Leander Beernaert | 2019-11-25 | 67 | -513/+1012 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Regenerate all projects with new CMake API version | Alexandru Croitor | 2019-11-15 | 2 | -76/+76 | |
| | * | | | | | | Regenerate projects | Alexandru Croitor | 2019-11-14 | 2 | -12/+4 | |
| | * | | | | | | Fix up qlalr calls in preparation for API change in qtbase | Simon Hausmann | 2019-10-15 | 1 | -1/+1 | |
| | * | | | | | | Regenerate required projects after dev -> wip/cmake merge | Alexandru Croitor | 2019-10-14 | 2 | -4/+4 | |
| | * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2019-10-14 | 108 | -2170/+2225 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Regenerate the necessary bits of qtdeclarative after wip/qt6 merge | Alexandru Croitor | 2019-10-14 | 2 | -8/+18 | |
| | * | | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-10-11 | 20 | -82/+281 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Regenerate qtdeclarative before merge | Alexandru Croitor | 2019-10-11 | 2 | -24/+36 | |
| | * | | | | | | | | Add INSTALL_QML_FILES option to qt6_add_qml_module() | Leander Beernaert | 2019-10-08 | 1 | -5/+11 | |
| | * | | | | | | | | Rename DO_NOT_INSTALL to DO_NOT_INSTALL_METADATA | Leander Beernaert | 2019-10-08 | 1 | -5/+5 | |
| | * | | | | | | | | Allow instalation of qml files with SKIP_TYPE_REGISTRATION | Leander Beernaert | 2019-09-24 | 1 | -5/+5 | |
| | * | | | | | | | | Add SKIP_TYPE_REGISTRATION option to qt6_add_qml_module | Leander Beernaert | 2019-09-24 | 1 | -0/+13 | |
| | * | | | | | | | | Fix qmldir file version and dependency keyword | Leander Beernaert | 2019-09-19 | 1 | -2/+2 | |
| | * | | | | | | | | Add qt6_add_qml_module() public API | Leander Beernaert | 2019-09-19 | 1 | -0/+392 | |
| | * | | | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-08-15 | 28 | -111/+376 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-07-24 | 125 | -3677/+5339 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-07-11 | 110 | -1677/+1819 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | More porting of declarative modules | Alexandru Croitor | 2019-06-08 | 3 | -0/+5 | |
| | * | | | | | | | | | | | Fix building on Linux | Alexandru Croitor | 2019-06-04 | 2 | -18/+18 | |
| | * | | | | | | | | | | | Initial CMake port | Alexandru Croitor | 2019-06-03 | 5 | -2/+1377 | |
| * | | | | | | | | | | | | MemoryManager: Forward arguments to init() | Ulf Hermann | 2020-03-12 | 1 | -10/+10 | |
| * | | | | | | | | | | | | Clean up type registration structs | Ulf Hermann | 2020-03-12 | 4 | -75/+78 | |
| * | | | | | | | | | | | | Optionally return type IDs from qmlRegisterTypeAndRevisions() | Ulf Hermann | 2020-03-11 | 3 | -26/+46 | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-11 | 2 | -8/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Remove hard-coded notes for 'Corresponding handler' for QML signals | Topi Reinio | 2020-03-10 | 2 | -8/+4 | |
| * | | | | | | | | | | | | QQmlMetaType: Make dynamically created metatypes non-static | Ulf Hermann | 2020-03-10 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | QQmlObjectCreator: Drop some dead code | Ulf Hermann | 2020-03-10 | 2 | -6/+0 | |
| * | | | | | | | | | | | Avoid unloading plugins which register types to prevent crashes | Fabian Kosmale | 2020-03-09 | 3 | -3/+22 | |
| * | | | | | | | | | | | Adapt to the the new QMetaType change | Olivier Goffart | 2020-03-09 | 16 | -212/+163 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-09 | 61 | -344/+408 | |
| |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Remove duplicate add of qqmljsengine_p.h to HEADERS in parser.pri | Fawzi Mohamed | 2020-03-03 | 1 | -2/+1 | |
| | * | | | | | | | | | | Get rid of extra space | Fawzi Mohamed | 2020-03-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-03-03 | 3 | -0/+27 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Doc: Add section about QVariantList and QVariantMap as C++ properties | Ulf Hermann | 2020-02-24 | 1 | -0/+19 | |
| | | * | | | | | | | | | | Fix build with -no-feature-network | Ulf Hermann | 2020-02-24 | 2 | -0/+8 | |
| | * | | | | | | | | | | | Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-03-02 | 1 | -3/+3 | |
| | * | | | | | | | | | | | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 46 | -252/+266 | |
| | * | | | | | | | | | | | Revert "error -> networkError to fix deprecation warning" | Timur Pocheptsov | 2020-02-28 | 2 | -3/+3 | |
| | * | | | | | | | | | | | error -> networkError to fix deprecation warning | Fawzi Mohamed | 2020-02-27 | 2 | -3/+3 | |
| | * | | | | | | | | | | | V4: Fix mark stack overruns | Ulf Hermann | 2020-02-27 | 7 | -62/+51 | |
| | * | | | | | | | | | | | Add revision to QQmlTypeNotAvailable | Ulf Hermann | 2020-02-26 | 1 | -0/+1 | |
| | * | | | | | | | | | | | Provide a way to statically register namespaces | Ulf Hermann | 2020-02-25 | 1 | -0/+32 | |
| | * | | | | | | | | | | | Revert "Replace call to deprecated QNetworkReply::error method" | Timur Pocheptsov | 2020-02-24 | 4 | -5/+5 | |
| | * | | | | | | | | | | | Doc: Fix documentation from QQmlEngine::singletonInstance() | Ulf Hermann | 2020-02-24 | 1 | -6/+9 | |
