summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Debugger: Use more FilePath in source file handlinghjk2023-03-151-7/+6
* Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-2/+2
* Debugger: add <load more> functionality to array dumperDavid Schulz2023-02-271-2/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-2/+2
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-211-5/+7
|\
| * Debugger: Fix interrupting QmlChristian Stenger2022-11-181-5/+7
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-251-3/+3
|\ \ | |/
| * QmlEngine: Fix typo (hander -> handler)Jarek Kobus2022-10-201-3/+3
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-9/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Debugger: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Debugger: Convert to Tr::trhjk2022-07-081-17/+16
* Debugger: Fix handling of stepping while debugging QML/JSChristian Stenger2022-06-281-2/+3
* QmlEngine: Connect to done() signal instead of finished()Jarek Kobus2022-06-221-1/+1
* Debugger: Fix handling breakpoints of same file namesChristian Stenger2022-06-151-1/+21
* Debugger: Use QtcProcess instead of ApplicationLauncherhjk2022-05-041-34/+32
* Debugger: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-031-9/+12
* ApplicationLauncher: Unify APIJarek Kobus2022-03-021-1/+1
* ApplicationLauncher: Remove start(IDevice *) overloadJarek Kobus2022-02-231-1/+2
* ProjectExplorer: Use simpler signature for ApplicationLauncher::processExited()hjk2022-02-151-2/+2
* ProjectExplorer: Split ApplicationLauncher::start() parametershjk2022-02-151-1/+2
* Debugger: Fix value assignment in locals and expressionshjk2022-02-081-3/+9
* Debugger: use FilePath in stack framesDavid Schulz2021-10-271-2/+3
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Debugger: Aspectify settingshjk2021-03-031-3/+3
* Debugger: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-3/+3
* Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-051-23/+20
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-191-1/+1
|\
| * Fix warnings about possible detach of temporary objectsJarek Kobus2020-11-161-1/+1
* | Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
|/
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+0
|\
| * Debugger: Do not send empty message on shutdownChristian Stenger2020-07-161-1/+0
* | Debugger: Avoid use of QHash::values(...) in QmlEnginehjk2020-07-311-13/+12
|/
* Debugger: Some compilation with Qt 6hjk2020-06-241-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+2
* Debugger: Fix go to location on interruptChristian Stenger2020-01-311-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-2/+2
* Debugger: make Location::fileName a Utils::FilePathDavid Schulz2020-01-061-2/+2
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-5/+8
* Debugger: Move toFileInProject to QmlEnginehjk2019-09-021-0/+15
* Debugger: Remove unused QmlEngine::startupMessageFilterConnectionhjk2019-08-191-3/+0
* Debugger: Remove unused QmlEngine::sourceEditorshjk2019-08-191-11/+0
* Debugger: Work around a Qt deprecation warninghjk2019-08-021-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1