summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* "New Project" wizard: Create project parent directory, if neededChristian Kandeler2022-11-242-2/+8
* TextEditor: Replace qAsConst() with std::as_const()Jarek Kobus2022-11-241-1/+1
* TarPackageDeployService: Reuse TaskTreeJarek Kobus2022-11-231-96/+63
* RsyncDeployService: Reuse TaskTreeJarek Kobus2022-11-233-60/+71
* Utils: Make errors from CommandLine test better readablehjk2022-11-231-6/+15
* TarPackageDeployService: Get rid of killer processJarek Kobus2022-11-231-24/+2
* TaskTree: Fix destruction of running task treeJarek Kobus2022-11-234-1/+52
* TaskTree: Introduce Storage itemJarek Kobus2022-11-233-54/+165
* TaskTree: Introduce TreeStorage classJarek Kobus2022-11-232-0/+100
* TarPackageDeployService: Don't disconnect from installer signalsJarek Kobus2022-11-231-1/+1
* TarPackageDeployService: Remove removePackageFile argJarek Kobus2022-11-231-8/+5
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-235-10/+37
|\
| * Fix double * for long names of changed documentsEike Ziller2022-11-231-5/+8
| * tst_tracing_*: Fix build in certain configurationsEike Ziller2022-11-231-2/+2
| * CPPEditor: Allow clangd from deviceMarcus Tillmanns2022-11-221-0/+1
| * Utils: Fix StyleHelper::drawArrow workaround for 6.4.0v9.0.0Alessandro Portale2022-11-211-1/+6
| * More change log for 9.0.0Eike Ziller2022-11-211-2/+20
* | ClangCodeModel: Make use of new clangd token type "modifier"Christian Kandeler2022-11-231-1/+4
* | Utils: Introduce a FilePath::fromPathPart()hjk2022-11-232-0/+9
* | Utils: Replace Environment::isSameExecutable()hjk2022-11-239-40/+11
* | ClearCase: Use a FilePath for the test filehjk2022-11-231-12/+14
* | Git: Enable instant blame only if current file is managedOrgad Shaneh2022-11-221-1/+1
* | CPlusPlus: Proliferate FilePath usehjk2022-11-2269-313/+351
* | KillAppService: Some cleanupJarek Kobus2022-11-221-17/+2
* | KillAppService: Use queued connection for signal operationJarek Kobus2022-11-221-1/+1
* | Utils: Remove unused ProxyCredentialsDialogJarek Kobus2022-11-225-201/+0
* | Android: Rename Android Settings namesArtem Sokolovskii2022-11-221-7/+7
* | Docker: Cleanup docker process interfaceMarcus Tillmanns2022-11-221-38/+41
* | Utils: Add "addCommandLine..." functionsMarcus Tillmanns2022-11-227-1/+101
* | CppFileSettingsPage: Use LayoutingJarek Kobus2022-11-224-292/+97
* | RsyncDeployService: Remove setFinished()Jarek Kobus2022-11-221-13/+8
* | KillAppService: Don't call cleanup() from d'torJarek Kobus2022-11-221-7/+0
* | QmlJSEditor: do not wait for the semantic info updateDavid Schulz2022-11-223-9/+6
* | Android: Remove support old cmdline toolsArtem Sokolovskii2022-11-225-82/+24
* | QdbStopApplicationService: Always call stopDeployment() when doneJarek Kobus2022-11-221-9/+2
* | QdbStopApplicationService: Move setting connections into c'torJarek Kobus2022-11-221-11/+11
* | QdbStopApplicationService: Remove cleanup()Jarek Kobus2022-11-221-11/+2
* | AbstractRemoteLinuxDeployService: Remove setFinished()Jarek Kobus2022-11-222-8/+0
* | Utils: Reduce scope of Environment::appendExeExtensions()hjk2022-11-222-9/+8
* | Utils: Introduce a FilePath::refersToExecutableFilehjk2022-11-224-3/+68
* | CMakeManager: Avoid one use of Environment::appendExeExtensions()hjk2022-11-221-8/+3
* | Git: Fix crash when closing last editorOrgad Shaneh2022-11-211-18/+21
* | Git: Stop blame attempts for unmanaged files in the repositoryOrgad Shaneh2022-11-211-5/+10
* | Git: use unique_ptr for instant blame marksAndre Hartmann2022-11-211-16/+9
* | Core: Combine two code paths creating absolute pathshjk2022-11-211-7/+1
* | Python: Replace one use of QDirCurrentPath()hjk2022-11-211-1/+1
* | Core: Use FilePath for working dir in MainWindow::openFiles()hjk2022-11-213-6/+6
* | ProjectExplorer: Postpone search of custom executableshjk2022-11-211-4/+2
* | Utils: Don't resolve relative paths in ProcessArgs::prepareCommandhjk2022-11-211-4/+2
* | LanguageClient: use reported rename placeholderDavid Schulz2022-11-212-6/+35