summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Utils: Improve string conversion for Qt6Marco Bubke2021-09-211-6/+45
* Merge "Merge remote-tracking branch 'origin/5.0'"The Qt Project2021-09-202-2/+2
|\
| * Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-202-2/+2
| |\
| | * QmlDesigner: Fix floating dock widget behaviorHenning Gruendl2021-09-151-1/+1
* | | Make some headers self-containedChristian Kandeler2021-09-201-0/+1
|/ /
* | FilePath: Add bool to lambda iterateDirectoryArtem Sokolovskii2021-09-172-4/+6
* | KSyntaxHighlighting: Streamline qbs buildChristian Kandeler2021-09-161-2/+44
* | FilePath: Add const to iterateDirectoryArtem Sokolovskii2021-09-152-2/+2
* | FilePath: Add function which iterates through the directoryArtem Sokolovskii2021-09-152-0/+22
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-151-4/+5
|\ \ | |/
| * Fix bug in mime type magic rules with Qt 6.2Eike Ziller2021-09-141-4/+5
* | Add FileSystemWatcher::clear()Eike Ziller2021-09-152-4/+11
* | CppEditor: Fix "decl from def" quickfix with templated return typeChristian Kandeler2021-09-141-9/+9
* | Utils: Remove Utils::FileUtils::renameFile()hjk2021-09-142-8/+0
* | Utils: Remove FilePath::isChildOf(QDir) overloadhjk2021-09-142-7/+0
* | Utils: Remove compatibility typedef SynchronousProcesshjk2021-09-141-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.0'"The Qt Project2021-09-134-16/+39
|\ \
| * \ Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-134-16/+39
| |\ \ | | |/
| | * Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-09-101-0/+2
| | * QmlJS: Fix crashChristian Stenger2021-09-091-3/+5
| | * QmlJS: Fix issues with getting modulePathsEike Ziller2021-09-072-13/+32
* | | Utils: Sprinkle [[nodiscard]] across FilePath APIhjk2021-09-131-30/+30
|/ /
* | Font settings: Add import and export functionsArtem Sokolovskii2021-09-131-1/+1
* | Utils: Use FilePath to create settings directoryDavid Schulz2021-09-131-2/+1
* | Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* | Utils: Introduce PathChoser::absoluteFilePath()hjk2021-09-132-1/+7
* | FilePath: Fix fromStringWithExtensionEike Ziller2021-09-131-2/+2
* | Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-1310-79/+57
* | Control the lifetime of SshProcessManagerJarek Kobus2021-09-104-27/+48
* | Remove code that tried to handle SshConnections in non-main threadsJarek Kobus2021-09-101-78/+34
* | CMake: Remove major version number dll suffixCristian Adam2021-09-101-1/+0
* | Utils: Introduce QtcProcess::toStandaloneCommandLine()Alessandro Portale2021-09-102-0/+21
* | FilePath: add [[nodiscard]] to FilePath::cleanPathDavid Schulz2021-09-091-1/+1
* | Debugger: Make ElfReader work remotelyhjk2021-09-092-18/+32
* | FilePath: only assert on relative paths passed to absolute(File)PathDavid Schulz2021-09-091-0/+4
* | Utils: read remote persistent settingsDavid Schulz2021-09-092-14/+8
* | Utils: Re-order FilePath API a bithjk2021-09-091-58/+52
* | Utils: Rename FilePath::absolutePath(FilePath) to resolvePathhjk2021-09-093-14/+14
* | Utils: Guard QFileInfo usages of non local FilePathsDavid Schulz2021-09-091-0/+4
* | Utils: Add runAsRoot and useTerminal flags for QtcProcesshjk2021-09-082-0/+20
* | Utils: avoid QFileInfo in FilePath::fromStringWithExtensionDavid Schulz2021-09-081-6/+5
* | QmlDesigner: Fix project tree widget renamingHenning Gruendl2021-09-081-2/+8
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-071-1/+0
|\ \ | |/
* | TextEditor: use cursor to comment selectionDavid Schulz2021-09-072-9/+11
* | Move ProcessReaper into lib/utilsJarek Kobus2021-09-067-36/+284
* | Use QtcProcess for clangbackendJarek Kobus2021-09-035-42/+53
* | Fix a leak in ClientServerOutsideProcessSlowTest unittestJarek Kobus2021-09-031-1/+1
* | Make all objects created by QtcProcess children of itJarek Kobus2021-09-036-23/+28
* | Use QProcess' / process lanuncher's exit codeJarek Kobus2021-09-033-5/+16
* | Implement process channel forwarding in process launcherJarek Kobus2021-09-031-10/+18