aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Make retryInterval higherJarek Kobus2025-04-091-1/+1
* QmlPreview: Introduce setServer() setterJarek Kobus2025-03-182-9/+13
* QmlDebug: Remove QmlOutputParserJarek Kobus2025-03-074-131/+0
* QML Debug: Remove timer connection "optimization"Andrii Semkiv2024-12-091-9/+0
* Android: Remove serverUrl arg from qmlServerReady() signalJarek Kobus2024-11-201-1/+1
* Libs: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* ProjectExplorer: Move qml debug command line construction herehjk2024-10-303-92/+0
* Fix some deprecation warningsOrgad Shaneh2024-08-282-13/+13
* Libs: Cleanup lambdasJarek Kobus2023-12-121-2/+2
* qbs build: Remove unneeded Project itemsChristian Kandeler2023-09-141-35/+31
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* QmlDebug: Tr::trAlessandro Portale2023-01-243-7/+14
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-1024-24/+24
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* qmleditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-12-192-2/+3
* Libs: Add *tr.h filehjk2022-09-013-0/+17
* Use SPDX license identifiersLucie Gérard2022-08-2624-576/+48
* Drop Qt5: Qml lib / QmlDesigner: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-1/+1
* Remove outdated codeRobert Löhning2022-03-091-12/+1
* Remove qmake build filesEike Ziller2022-01-203-40/+0
* Fix some MSVC warningsOrgad Shaneh2021-10-151-1/+1
* qbs build: Remove code for creating deployment packagesChristian Kandeler2021-02-171-2/+0
* Clang 10 build fixCristian Adam2020-09-101-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+4
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-06-261-3/+3
|\
| * qmldebug: add DebugTranslationTim Jenssen2020-06-181-3/+3
* | Utils: Introduce a central porting.h for "simple porting stuff"hjk2020-06-221-0/+1
* | Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-4/+5
* | Handle various versions for QAbstractSocket::SocketError{Occurred}hjk2020-06-191-2/+6
|/
* qmldesigner: enable DebugTranslationTim Jenssen2020-05-261-1/+1
* Work around QLocalSocket::error deprecationhjk2020-02-191-2/+8
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-0/+23
* Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-261-3/+3
* Some clang-tidy -use-modernize-nullptrhjk2019-08-013-3/+3
* Avoid warning on empty expressionshjk2019-07-233-3/+3
* QmlDebug: Destroy connection before signaling failure or retryingUlf Hermann2019-07-081-1/+2
* QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
* QmlDebugger: Avoid clang complainshjk2019-06-041-7/+7
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+18
* QmlDebug: Modernize QmlDebugConnectionUlf Hermann2019-04-102-33/+22
* Replace static_casts by QOverload where possiblehjk2019-02-261-4/+4
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-2/+2
|\