aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* Adjust to QUnifiedTimer slow mode changesMitch Curtis4 days1-2/+1
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann2025-06-171-3/+3
* QtQml: Better encapsulate QV4::ScriptUlf Hermann2025-06-052-5/+6
* Qml Tooling: Check for debug message service before using itUlf Hermann2025-04-152-9/+26
* qml: remove unused headerZhao Yuhang2025-04-132-2/+0
* Port away from QPairZhao Yuhang2025-04-122-2/+2
* QtQml: Dissolve qqmltranslation.cppUlf Hermann2025-04-111-1/+25
* QmlPreview: Drop existing CUs when replacing a fileUlf Hermann2025-04-101-4/+10
* QmlPreview: Fix blacklist implementationUlf Hermann2025-02-132-17/+39
* qmlpreview: Do not create file loader until neededUlf Hermann2025-01-111-3/+4
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-124-15/+19
* Avoid export unnecessary symbols in static buildsYuhang Zhao2024-12-011-12/+18
* QtQml: Disable AOT compiled code when QML-previewingUlf Hermann2024-09-271-2/+7
* QQmlPreviewFileEngine: Adjust to QAbstractFileEngine changesFabian Kosmale2024-09-232-4/+4
* QmlPreview: Avoid more unwanted file suffixes in the file engineUlf Hermann2024-07-031-3/+15
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-1/+2
* Tooling: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-235-10/+10
* Disable copy and move for QQmlPreviewFileEngineHandlerEdward Welbourne2024-04-151-0/+1
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [3]Ahmad Samir2024-03-252-2/+2
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [2]Ahmad Samir2024-03-251-11/+6
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [4]Ahmad Samir2024-03-252-5/+8
* QQmlPreviewFileEngine: adapt to changes in QAFEngine/Iterator [1]Ahmad Samir2024-03-252-12/+17
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-201-0/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-1/+2
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-1/+1
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-282-2/+2
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-242-6/+8
* Include what you need: <QPointer>Marc Mutz2023-10-062-0/+3
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-012-2/+2
* Remove outdated #undef QT_NO_FOREACHUlf Hermann2023-08-212-4/+0
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+4
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-16/+7
* Remove remaining foreach in srcUlf Hermann2023-08-081-1/+2
* Div. smart pointer/raii classes: mark ctors [[nodiscard]]Marc Mutz2023-06-261-1/+2
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-3/+4
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* qmlpreview: fix crash on exitTim Jenßen2023-04-281-1/+0
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-241-0/+1
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-251-2/+2
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2022-11-252-11/+2
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-221-2/+6
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-6/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0710-50/+50
* Port from container::count() and length() to size()Marc Mutz2022-10-0715-43/+43
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0713-13/+13
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-153-28/+14
* QQmlPreviewFileLoader: use QLibraryInfo::LibraryPathIvan Solovev2022-07-211-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-1910-10/+10
* Add license headers to cmake filesLucie Gérard2022-07-0813-0/+39